diff --git a/docs/02-quickstart/up-in-ten-minutes.mdx b/docs/02-quickstart/up-in-ten-minutes.mdx index b1005dfe80..c4668d223b 100644 --- a/docs/02-quickstart/up-in-ten-minutes.mdx +++ b/docs/02-quickstart/up-in-ten-minutes.mdx @@ -6,11 +6,11 @@ description: Connect to Polymesh import useBaseUrl from '@docusaurus/useBaseUrl'; -To get you started, let's explain what is required: From the Polymesh Wallet to getting your first POLYX, we will go through a step-by-step to be ready to work with Polymesh. +To get you started, let's explain what is required: From a supported wallet to getting your first POLYX, we will go through a step-by-step to be ready to work with Polymesh. To have an overall starting point for all of the following, we will help you get: -- The Polymesh Wallet through the Google Chrome extension, +- A wallet that is integrated with Polymesh, - Verified as a user, i.e. complete your identity verification to let you transact with the network, and - Your first POLYX, so that you can begin paying transaction fees and participate in governance. @@ -18,7 +18,7 @@ To have an overall starting point for all of the following, we will help you get -The fastest way to begin using Polymesh is to create an account with the Polymesh Wallet Chrome Extension. +The fastest way to begin using Polymesh is to create an account with the Polymesh Wallet Chrome Extension or another wallet that supports Polymesh. This will enable your browser to interact with the Polymesh blockchain. We will help you set up the Wallet extension and will guide you through setting up your new account with one unassigned key. diff --git a/docs/03-originate/dashboard.mdx b/docs/03-originate/dashboard.mdx index f6431b3ee6..24203d3855 100644 --- a/docs/03-originate/dashboard.mdx +++ b/docs/03-originate/dashboard.mdx @@ -4,8 +4,6 @@ title: Token Studio Dashboard description: Originating assets with no code --- - - ## Exercise Let's explore the asset origination process using the Polymesh Wallet, a browser and the Polymesh Token Studio. It will be helpful to consider a hypothetical real-world situation. @@ -31,47 +29,33 @@ Since this action is materially significant, Alice will have to first complete [ ::: -## 1. Open the dashboard +## 1. Open the Token Studio -![dashboard](images/01-dashboard.png) +Navigate to https://tokenstudio.polymath.network/. ## 2. Navigate to origination -Choose `Token Studio` or navigate directly to https://tokenstudio.polymath.network/. +Click on `Connect Polymesh Wallet`. -![token studio dashboard](images/02-token-studio.png) +![token studio dashboard](images/01-token-studio.png) -The dashboard and the Token Studio may ask you to authorise. This allows the sites to inspect your keys, which lets the site personalise the presentation. +The Token Studio may ask you to authorise. This allows the sites to inspect your keys, which lets the site personalise the presentation. The site wants to confirm you have access to the private key but cannot authorise signed transactions without further consent, so go ahead and authorise if the wallet prompts you. -![authorise](images/03-token-studio-authorize.png) - -## 3. Register for Token Studio - -You might be wondering why Token Studio is asking for your name when it is clearly displayed in your wallet. - -Recall that network participants have completed [customer due diligence](/docs/quickstart/verification-with-cdd) but this doesn't reveal who they are to other network members. It is the same with Token Studio, which can see the account (when the wallet is authorised) but cannot know the name stored in the wallet (for your own reference) or the information that was provided to the customer due diligence service provider. - -![register](images/04-token-studio-register.png) - -Sign the transaction. - -![sign](images/05-token-studio-register-sign.png) +![authorise](images/02-authorise-wallet.png) -## 4. My tokens +## 3. My tokens The dashboard shows your tokens. Nothing has been created yet. Click on `New Security Token`. -![create](images/06-my-tokens-dashboard.png) +![create](images/03-my-tokens.png) -The service provider marketplace is where you will choose your KYC service provider. +Click on 'Go to ticker reservation'. -For now, let's just reserve the symbol. - -![reserve symbol](images/07-go-to-ticker.png) +![reserve symbol](images/04-go-to-ticker-reservation.png) Enter the symbol you want to reserve. @@ -91,31 +75,31 @@ You will have to get creative and enter a symbol no one else has reserved. ![available](images/10-symbol-available.png) -## 5. Send the reservation +## 4. Send the reservation -It will cost 1,000 POLYX to reserve the symbol on the blockchain. +:::info +It will cost 25 POLYX protocol fee + 500 POLYX charged by the Token Studio to reserve the symbol on the blockchain. +::: :::tip -If you are low on POLYX, [get some free Testnet POLYX](/docs/quickstart/quickstart-polyx). +If you are low on POLYX, [get some POLYX](/docs/quickstart/quickstart-polyx). ::: This will confirm that it is your intention to reserve the symbol and pay for the transaction with your funds. -![confirm reservation](images/12-confirm-symbol.png) +![confirm reservation](images/13-confirm-symbol2.png) When you click `Confirm` the site will inform the wallet that a signature is needed. Even though the site is authorised to explore the public information held in the wallet, it _always_ asks for your approval before signing transactions. -Since we expected this and we trust this site, click `sign`. - -![sign transaction](images/13-confirm-symbol-txn.png) +Review the transaction details presented in the wallet, enter your password, or connect your hardware wallet and click `Sign` to submit the transaction to the blockchain. In a few moments, the symbol is reserved. -![reserved](images/14-symbol-reserved.png) +![reserved](images/14-symbol-reserved2.png) -## 6. Security token details +## 5. Security token details You can now proceed to specifying the details of the security this token represents. @@ -125,25 +109,29 @@ In practice, not all important business decisions will be finalised at this poin Let's proceed with a **simple configuration**. +:::info +It will cost 2000 POLYX charged by the Token Studio to configure an asset on the blockchain. +::: + Take a moment to explore the options. This will help you understand the breadth of security tokens that can be created this way. To keep matters simple, enter just a company name, select "Equity Preferred", and leave the rest of the defaults as they are. ![details](images/17-token-details.png) Token Studio confirms your intentions before asking the wallet to prepare a signed transaction. -![confirm details](images/18-confirm-details.png) +![confirm details](images/18-confirm-details2.png) The wallet will ask you to sign the transaction. -![sign details txn](images/19-sign-details-txn.png) +![sign details txn](images/19-sign-details-txn2.png) In a few moments, success! **Your token has been created.** -![success](images/20-success.png) +![success](images/20-success2.png) Your token will be on your dashboard where you can edit properties from time to time. Take a moment to explore how you can amend and extend the configuration over time. -![success](images/21-success-2.png) +![success](images/21-success2-2.png) ## Links diff --git a/docs/03-originate/images/01-token-studio.png b/docs/03-originate/images/01-token-studio.png new file mode 100644 index 0000000000..fc1b051267 Binary files /dev/null and b/docs/03-originate/images/01-token-studio.png differ diff --git a/docs/03-originate/images/02-authorise-wallet.png b/docs/03-originate/images/02-authorise-wallet.png new file mode 100644 index 0000000000..4cdef75725 Binary files /dev/null and b/docs/03-originate/images/02-authorise-wallet.png differ diff --git a/docs/03-originate/images/03-my-tokens.png b/docs/03-originate/images/03-my-tokens.png new file mode 100644 index 0000000000..2150745bd0 Binary files /dev/null and b/docs/03-originate/images/03-my-tokens.png differ diff --git a/docs/03-originate/images/04-go-to-ticker-reservation.png b/docs/03-originate/images/04-go-to-ticker-reservation.png new file mode 100644 index 0000000000..ae01cdd385 Binary files /dev/null and b/docs/03-originate/images/04-go-to-ticker-reservation.png differ diff --git a/docs/03-originate/images/13-confirm-symbol2.png b/docs/03-originate/images/13-confirm-symbol2.png new file mode 100644 index 0000000000..f407139840 Binary files /dev/null and b/docs/03-originate/images/13-confirm-symbol2.png differ diff --git a/docs/03-originate/images/14-symbol-reserved2.png b/docs/03-originate/images/14-symbol-reserved2.png new file mode 100644 index 0000000000..c473ae1308 Binary files /dev/null and b/docs/03-originate/images/14-symbol-reserved2.png differ diff --git a/docs/03-originate/images/18-confirm-details2.png b/docs/03-originate/images/18-confirm-details2.png new file mode 100644 index 0000000000..fb1e114620 Binary files /dev/null and b/docs/03-originate/images/18-confirm-details2.png differ diff --git a/docs/03-originate/images/19-sign-details-txn2.png b/docs/03-originate/images/19-sign-details-txn2.png new file mode 100644 index 0000000000..b0cdb36168 Binary files /dev/null and b/docs/03-originate/images/19-sign-details-txn2.png differ diff --git a/docs/03-originate/images/20-success2.png b/docs/03-originate/images/20-success2.png new file mode 100644 index 0000000000..c3db9287b2 Binary files /dev/null and b/docs/03-originate/images/20-success2.png differ diff --git a/docs/03-originate/images/21-success2-2.png b/docs/03-originate/images/21-success2-2.png new file mode 100644 index 0000000000..aa74fc8fab Binary files /dev/null and b/docs/03-originate/images/21-success2-2.png differ diff --git a/docs/03-originate/originate-introduction.mdx b/docs/03-originate/originate-introduction.mdx index f64778c97e..8ebdf2c4b5 100644 --- a/docs/03-originate/originate-introduction.mdx +++ b/docs/03-originate/originate-introduction.mdx @@ -5,13 +5,7 @@ description: Originating assets with Polymesh slug: /originate/origination-process/ --- - - -Watch this webcast episode on the process of originating an asset. How Polymesh is built for security token issuance and what you need to do when working with securities. Adam and Nick explain how assets are originated on Polymesh and discuss the technical and business challenges Polymesh solves. - -You can watch [the whole talk](/docs/resources/polymesh-webcast) in one go or pick the parts related to each section of the documentation. - - +## Originating an asset Polymesh makes it exceptionally simple to originate a regulated security. There is more than one way to execute the process and your implementation decisions will usually be based on scale. @@ -25,10 +19,11 @@ Before we go through a simple practical exercise, let's explore the overall asse ### The token type -The type of a security token asset is represented on Polymesh by its **ticker** registration. This is a 12 character-long, and unique, identifier. If the name reminds you of a ticker as found on a stockmarket, this is intentional. It is expected that certain names are more valuable than others, in the same way that `.com` domains are. Therefore, Polymesh implements an optional reservation mechanism, whereby one can reserve a ticker name for 60 days, as of the time of writing. At any time during these 60 days, the owner of this ticker reservation can cancel the reservation or create the token proper, i.e. **originate** it. +An asset on Polymesh is represented by a unique id that is automatically assigned upon asset creation. This is a 32 hex character hexadecimal string. A **ticker**, which is a unique identifier, can optionally be associated with an asset. This is a 12 character string that can be used to identify the asset in a more human readable way. If the name reminds you of a ticker as found on a stock market, this is intentional. It is expected that certain names are more valuable than others, in the same way that `.com` domains are. Therefore, Polymesh implements an optional reservation mechanism, whereby one can reserve a ticker name for 60 days, as of the time of writing. At any time during these 60 days, the owner of this ticker reservation can attach it to an asset they have created to permanently reserve it. At origination, there are some considerations available, among others: +- the asset name, - the asset type, - attached **documentation** and other metadata, - **extra compliance requirements** of eventual asset owners, and diff --git a/sdk-docs_versioned_docs/version-23.2.x/README.md b/sdk-docs_versioned_docs/version-23.2.x/README.md deleted file mode 100644 index fea6299c27..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/README.md +++ /dev/null @@ -1,161 +0,0 @@ ---- -id: 'README' -title: 'Polymesh SDK Readme' -sidebar_label: 'SDK Readme' -sidebar_position: 0 ---- - -[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) -[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square)](https://github.com/standard/semistandard) -![Types](https://img.shields.io/npm/types/@polymeshassociation/polymesh-sdk) -[![npm](https://img.shields.io/npm/v/@polymeshassociation/polymesh-sdk)](https://www.npmjs.com/package/@polymeshassociation/polymesh-sdk) -[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=PolymeshAssociation_polymesh-sdk&metric=coverage)](https://sonarcloud.io/summary/new_code?id=PolymeshAssociation_polymesh-sdk) -[![Github Actions Workflow](https://github.com/PolymeshAssociation/polymesh-sdk/actions/workflows/main.yml/badge.svg)](https://github.com/PolymeshAssociation/polymesh-sdk/actions) -[![Sonar Status](https://sonarcloud.io/api/project_badges/measure?project=PolymeshAssociation_polymesh-sdk&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=PolymeshAssociation_polymesh-sdk) -[![Issues](https://img.shields.io/github/issues/PolymeshAssociation/polymesh-sdk)](https://github.com/PolymeshAssociation/polymesh-sdk/issues) - -## @polymeshassociation/polymesh-sdk - - - -## Polymesh version - -This release is compatible with Polymesh v6.x.x - - - -## Getting Started - -### Purpose - -The Polymesh SDK's main goal is to provide external developers with a set of tools that will allow them to build powerful applications that interact with the Polymesh protocol. It focuses on abstracting away all the complexities of the Polymesh blockchain and expose a simple but complete interface. The result is a feature-rich, user-friendly node.js library. - -### Before moving on - -This document assumes you are already familiar with [Security Tokens](https://thesecuritytokenstandard.org/) in general and [Polymath](https://www.polymath.network/) as well as [Polymesh](https://polymath.network/polymesh) in particular. - -### Technical Pre-requisites - -In order to use the Polymath SDK, you must install [node](https://nodejs.org/) \(version 16\) and [npm](https://www.npmjs.com/). The library is written in [typescript](https://www.typescriptlang.org/), but can also be used in plain javascript. This document will assume you are using typescript, but the translation to javascript is very simple. - -### Documentation - -Polymesh SDK API Reference: - -https://developers.polymesh.network/sdk-docs/ - -### How to use - -#### Installation - -`npm i @polymeshassociation/polymesh-sdk --save` - -Or, if you're using yarn - -`yarn add @polymeshassociation/polymesh-sdk` - -Or, if using pnpm - -`pnpm add @polymeshassociation/polymesh-sdk` - -**NOTE** it is _highly_ recommended that you use one of these three package managers. This project uses package resolutions/overrides to pin certain problematic dependencies, and these are only supported by the aforementioned package managers. Using a different package manager may result in unexpected behavior - -**NOTE** if using TypeScript the compiler option "skipLibCheck" should be set to true in your tsconfig.json file - -#### Initializing the client - -Before you can start registering Tickers and creating Assets, you have to connect the Polymesh SDK client to a Polymesh node. This is a pretty straightforward process: - -```typescript -import { Polymesh } from '@polymeshassociation/polymesh-sdk'; -import { LocalSigningManager } from '@polymeshassociation/local-signing-manager'; - -async function run() { - const signingManager = await LocalSigningManager.create({ - accounts: [ - { - mnemonic: '//Alice', //A "well known" mnemonic, often with sudo privileges on development chains - }, - { - mnemonic: - 'forest end mail art wish leave truth else ignore royal knife river', // most mnemonics are 12 words - }, - ], - }); - const polyClient = await Polymesh.connect({ - nodeUrl: 'wss://some-node-url.com', - signingManager, - }); - - // do stuff with the client -} -``` - -Here is an overview of the parameters passed to the `connect` function: - -- `nodeUrl` is a URL that points to a running Polymesh node -- `signingManager` is an object that complies with the `SigningManager` interface. It holds the Accounts capable of signing transactions, and the signing logic itself. In this example, `LocalSigningManager` is a simple signing manager that holds private keys in memory and signs with them - -**NOTE:** if using the SDK on a browser environment \(i.e. with the Polymesh wallet browser extension\), you would use the `BrowserExtensionSigningManager` provided by `@polymeshassociation/browser-extension-signing-manager` - -```typescript -import { Polymesh } from '@polymeshassociation/polymesh-sdk'; -import { BrowserExtensionSigningManager } from '@polymeshassociation/browser-extension-signing-manager'; - -async function run() { - const signingManager = await BrowserExtensionSigningManager.create( - 'MY_APP_NAME' - ); // The Polymesh wallet extension will ask the user to authorize MY_APP_NAME for access - - const polyClient = await Polymesh.connect({ - nodeUrl: 'wss://some-node-url.com', - signingManager, - }); - - // do stuff with the client -} -``` - -#### Creating Transactions - -Creating transactions is a two-step process. First a procedure is created, which validates the chain is likely to accept the transaction and returns a Procedure object. This procedure is then executed. This includes having the signing manager generate a signature and waiting for block finalization. Some procedures resolve to a relevant entity, such as `createAsset` resolving to the created asset. - -```typescript - /** - * This step performs validations, and will throw an error if the transaction isn't expected to proceed, e.g., if the `ticker` is already in use - */ - const createAssetProc = await polyClient.assets.createAsset({ - name: 'My new asset' - ticker: 'TICKER', - // ... (args omitted for brevity) - }) - - /** - * The promise will resolve when the transaction is in a finalized block which takes on average 15 seconds. It will throw an error if the transaction fails to finalize. - * For example, if the `ticker` was claimed after the procedure was created, but before it was executed, or the signing manager didn't generate a correct signature. - */ - const newAsset = await createAssetProc.run() -``` - -#### Reading Data - -The SDK exposes getter functions that will return entities, which may have their own functions: - -```typescript -const assetsPage = await polyClient.assets.get({ size: new BigNumber(20) }); -const asset = assetsPage.data[0]; - -const assetDetails = await asset.details(); -console.log('asset details:', assetDetails); -``` - -Note: Some getters require "middleware" to be configured, which is a chain indexer that aids in historical queries. All such methods will have a comment indicating this requirement. - -### Terminology - -The SDK uses the class `Account` as an abstraction for a public/private key pair that is used to sign transactions. Although consistent with [Substrate](https://substrate.io/vision/substrate-and-polkadot/) (the chain's framework) naming conventions, it can be a source of confusion considering the domain. What the SDK calls an account is often referred to as a key. Public keys are often represented in [SS58 format](https://docs.substrate.io/reference/address-formats/) which is a special encoding that indicates if the key is intended for mainnet or not. In this form, it is referred to as an address and looks like: `5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY` (non-mainnet keys begin with **5**, mainnet addresses will instead begin with **2**). - -The only thing an `Account` holds is the POLYX utility token. Ownership of any asset on the Polymesh chain requires an `Identity`. This process involves a trusted provider writing a claim to the chain, stating that this person has completed a "customer due diligence" (CDD) process. For development chains, the mnemonic `//Alice` can create CDD claims by default. - -Polymesh uses an `Identity` to provide flexibility in managing permissions. Portfolios can be created, and secondary keys can be granted permission to provide fine grained authorization. diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/AccountManagement/AccountManagement.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/AccountManagement/AccountManagement.md deleted file mode 100644 index 2845d60e9d..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/AccountManagement/AccountManagement.md +++ /dev/null @@ -1,487 +0,0 @@ ---- -id: "AccountManagement" -title: "Class: AccountManagement" -sidebar_label: "AccountManagement" ---- - -[api/client/AccountManagement](../../../../modules/API/Client/AccountManagement/AccountManagement.md).AccountManagement - -Handles functionality related to Account Management - -## Methods - -### acceptPrimaryKey - -▸ **acceptPrimaryKey**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Accepts the authorization to become the new primary key of the issuing identity. - -If a CDD service provider approved this change (or this is not required), primary key of the Identity is updated. - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AcceptPrimaryKeyRotationParams`](../../../../interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -The caller (new primary key) must be either a secondary key of the issuing identity, or -unlinked to any identity. - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [acceptPrimaryKey.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/AccountManagement.ts#L356) - -___ - -### createMultiSigAccount - -▸ **createMultiSigAccount**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`MultiSig`](../../Entities/Account/MultiSig/MultiSig.md), [`MultiSig`](../../Entities/Account/MultiSig/MultiSig.md)\>\> - -Create a MultiSig Account - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateMultiSigParams`](../../../../interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`MultiSig`](../../Entities/Account/MultiSig/MultiSig.md), [`MultiSig`](../../Entities/Account/MultiSig/MultiSig.md)\>\> - -**`Note`** - -this will create an [Authorization Request](../../Entities/AuthorizationRequest/AuthorizationRequest.md) for each signing Account which will have to be accepted before they can approve transactions. None of the signing Accounts can be associated with an Identity when accepting the Authorization - An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createMultiSigAccount.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/AccountManagement.ts#L219) - -___ - -### freezeSecondaryAccounts - -▸ **freezeSecondaryAccounts**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Freeze all of the secondary Accounts in the signing Identity. This means revoking their permission to perform any operation on the blockchain and freezing their funds until the Accounts are unfrozen via [unfreezeSecondaryAccounts](AccountManagement.md#unfreezesecondaryaccounts) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [freezeSecondaryAccounts.checkAuthorization](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/AccountManagement.ts#L181) - -___ - -### getAccount - -▸ **getAccount**(`args`): `Promise`\<[`Account`](../../Entities/Account/Account.md) \| [`MultiSig`](../../Entities/Account/MultiSig/MultiSig.md)\> - -Return an Account instance from an address. If the Account has multiSig signers, the returned value will be a [MultiSig](../../Entities/Account/MultiSig/MultiSig.md) instance - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.address` | `string` | - -#### Returns - -`Promise`\<[`Account`](../../Entities/Account/Account.md) \| [`MultiSig`](../../Entities/Account/MultiSig/MultiSig.md)\> - -#### Defined in - -[api/client/AccountManagement.ts:276](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/AccountManagement.ts#L276) - -___ - -### getAccountBalance - -▸ **getAccountBalance**(`args?`): `Promise`\<[`Balance`](../../../../interfaces/Types/Balance/Balance.md)\> - -Get the free/locked POLYX balance of an Account - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.account` | `string` \| [`Account`](../../Entities/Account/Account.md) | defaults to the signing Account | - -#### Returns - -`Promise`\<[`Balance`](../../../../interfaces/Types/Balance/Balance.md)\> - -**`Note`** - -can be subscribed to - -#### Defined in - -[api/client/AccountManagement.ts:230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/AccountManagement.ts#L230) - -▸ **getAccountBalance**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<[`Balance`](../../../../interfaces/Types/Balance/Balance.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/client/AccountManagement.ts:231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/AccountManagement.ts#L231) - -▸ **getAccountBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.account` | `string` \| [`Account`](../../Entities/Account/Account.md) | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<[`Balance`](../../../../interfaces/Types/Balance/Balance.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/client/AccountManagement.ts:232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/AccountManagement.ts#L232) - -___ - -### getSigningAccount - -▸ **getSigningAccount**(): ``null`` \| [`Account`](../../Entities/Account/Account.md) - -Return the signing Account, or null if no signing Account has been set - -#### Returns - -``null`` \| [`Account`](../../Entities/Account/Account.md) - -#### Defined in - -[api/client/AccountManagement.ts:298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/AccountManagement.ts#L298) - -___ - -### getSigningAccounts - -▸ **getSigningAccounts**(): `Promise`\<[`Account`](../../Entities/Account/Account.md)[]\> - -Return a list that contains all the signing Accounts associated to the SDK instance's Signing Manager - -#### Returns - -`Promise`\<[`Account`](../../Entities/Account/Account.md)[]\> - -**`Throws`** - -— if there is no Signing Manager attached to the SDK - -#### Defined in - -[api/client/AccountManagement.ts:311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/AccountManagement.ts#L311) - -___ - -### getSubsidy - -▸ **getSubsidy**(`args`): [`Subsidy`](../../Entities/Subsidy/Subsidy.md) - -Return an Subsidy instance for a pair of beneficiary and subsidizer Account - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.beneficiary` | `string` \| [`Account`](../../Entities/Account/Account.md) | -| `args.subsidizer` | `string` \| [`Account`](../../Entities/Account/Account.md) | - -#### Returns - -[`Subsidy`](../../Entities/Subsidy/Subsidy.md) - -#### Defined in - -[api/client/AccountManagement.ts:318](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/AccountManagement.ts#L318) - -___ - -### inviteAccount - -▸ **inviteAccount**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> - -Send an invitation to an Account to join the signing Identity as a secondary Account - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`InviteAccountParams`](../../../../interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create an [Authorization Request](../../Entities/AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `targetAccount`. - An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [inviteAccount.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/AccountManagement.ts#L171) - -___ - -### isValidAddress - -▸ **isValidAddress**(`args`): `boolean` - -Returns `true` - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args` | `Object` | - | -| `args.address` | `string` | is a valid ss58 address for the connected network | - -#### Returns - -`boolean` - -#### Defined in - -[api/client/AccountManagement.ts:335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/AccountManagement.ts#L335) - -___ - -### leaveIdentity - -▸ **leaveIdentity**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Disassociate the signing Account from its Identity. This operation can only be done if the signing Account is a secondary Account - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [leaveIdentity.checkAuthorization](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/AccountManagement.ts#L123) - -___ - -### modifyPermissions - -▸ **modifyPermissions**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Modify all permissions of a list of secondary Accounts associated with the signing Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifySignerPermissionsParams`](../../../../interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -if the signing Account is not the primary Account of the Identity whose secondary Account permissions are being modified - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modifyPermissions.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/AccountManagement.ts#L157) - -___ - -### removeSecondaryAccounts - -▸ **removeSecondaryAccounts**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Remove a list of secondary Accounts associated with the signing Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RemoveSecondaryAccountsParams`](../../../../interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [removeSecondaryAccounts.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/AccountManagement.ts#L133) - -___ - -### revokePermissions - -▸ **revokePermissions**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Revoke all permissions of a list of secondary Accounts associated with the signing Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.secondaryAccounts` | (`string` \| [`Account`](../../Entities/Account/Account.md))[] | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -if the signing Account is not the primary Account of the Identity whose secondary Account permissions are being revoked - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [revokePermissions.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/AccountManagement.ts#L145) - -___ - -### subsidizeAccount - -▸ **subsidizeAccount**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> - -Send an Authorization Request to an Account to subsidize its transaction fees - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SubsidizeAccountParams`](../../../../interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create an [Authorization Request](../../Entities/AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `beneficiary` Account. - An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [subsidizeAccount.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/AccountManagement.ts#L205) - -___ - -### unfreezeSecondaryAccounts - -▸ **unfreezeSecondaryAccounts**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Unfreeze all of the secondary Accounts in the signing Identity. This will restore their permissions as they were before being frozen - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unfreezeSecondaryAccounts.checkAuthorization](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/AccountManagement.ts#L191) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/Assets/Assets.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/Assets/Assets.md deleted file mode 100644 index d7d6aaf84c..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/Assets/Assets.md +++ /dev/null @@ -1,342 +0,0 @@ ---- -id: "Assets" -title: "Class: Assets" -sidebar_label: "Assets" ---- - -[api/client/Assets](../../../../modules/API/Client/Assets/Assets.md).Assets - -Handles all Asset related functionality - -## Methods - -### createAsset - -▸ **createAsset**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md), [`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md)\>\> - -Create an Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateAssetWithTickerParams`](../../../../interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md), [`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md)\>\> - -**`Note`** - -if ticker is already reserved, then required role: - - Ticker Owner - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createAsset.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Assets.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Assets.ts#L99) - -___ - -### createNftCollection - -▸ **createNftCollection**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md), [`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md)\>\> - -Create an NftCollection - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateNftCollectionParams`](../../../../interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md), [`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md)\>\> - -**`Note`** - -if ticker is already reserved, then required role: - - Ticker Owner - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createNftCollection.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Assets.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Assets.ts#L112) - -___ - -### get - -▸ **get**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md) \| [`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md)\>\> - -Retrieve all the Assets on chain - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md) \| [`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md)\>\> - -**`Note`** - -supports pagination - -#### Defined in - -[api/client/Assets.ts:293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Assets.ts#L293) - -___ - -### getAsset - -▸ **getAsset**(`args`): `Promise`\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\> - -Retrieve a FungibleAsset or NftCollection - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.ticker` | `string` | - -#### Returns - -`Promise`\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\> - -**`Note`** - -`getFungibleAsset` and `getNftCollection` are similar to this method, but return a more specific type - -#### Defined in - -[api/client/Assets.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Assets.ts#L199) - -___ - -### getAssets - -▸ **getAssets**(`args?`): `Promise`\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)[]\> - -Retrieve all of the Assets owned by an Identity - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.owner` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | Identity representation or Identity ID as stored in the blockchain | - -#### Returns - -`Promise`\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)[]\> - -**`Note`** - -Assets with unreadable characters in their tickers will be left out - -#### Defined in - -[api/client/Assets.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Assets.ts#L213) - -___ - -### getFungibleAsset - -▸ **getFungibleAsset**(`args`): `Promise`\<[`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md)\> - -Retrieve a FungibleAsset - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args` | `Object` | - | -| `args.ticker` | `string` | Asset ticker | - -#### Returns - -`Promise`\<[`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md)\> - -#### Defined in - -[api/client/Assets.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Assets.ts#L251) - -___ - -### getGlobalMetadataKeys - -▸ **getGlobalMetadataKeys**(): `Promise`\<[`GlobalMetadataKey`](../../../../modules/API/Entities/MetadataEntry/Types/Types.md#globalmetadatakey)[]\> - -Retrieve all the Asset Global Metadata on chain. This includes metadata id, name and specs - -#### Returns - -`Promise`\<[`GlobalMetadataKey`](../../../../modules/API/Entities/MetadataEntry/Types/Types.md#globalmetadatakey)[]\> - -#### Defined in - -[api/client/Assets.ts:338](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Assets.ts#L338) - -___ - -### getNftCollection - -▸ **getNftCollection**(`args`): `Promise`\<[`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md)\> - -Retrieve an NftCollection - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args` | `Object` | - | -| `args.ticker` | `string` | NftCollection ticker | - -#### Returns - -`Promise`\<[`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md)\> - -#### Defined in - -[api/client/Assets.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Assets.ts#L272) - -___ - -### getTickerReservation - -▸ **getTickerReservation**(`args`): [`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md) - -Retrieve a Ticker Reservation - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args` | `Object` | - | -| `args.ticker` | `string` | Asset ticker | - -#### Returns - -[`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md) - -#### Defined in - -[api/client/Assets.ts:187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Assets.ts#L187) - -___ - -### getTickerReservations - -▸ **getTickerReservations**(`args?`): `Promise`\<[`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md)[]\> - -Retrieve all the ticker reservations currently owned by an Identity. This doesn't include Assets that - have already been launched - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.owner` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | defaults to the signing Identity | - -#### Returns - -`Promise`\<[`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md)[]\> - -**`Note`** - -reservations with unreadable characters in their tickers will be left out - -#### Defined in - -[api/client/Assets.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Assets.ts#L153) - -___ - -### isTickerAvailable - -▸ **isTickerAvailable**(`args`): `Promise`\<`boolean`\> - -Check if a ticker hasn't been reserved - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.ticker` | `string` | - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -can be subscribed to - -#### Defined in - -[api/client/Assets.ts:121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Assets.ts#L121) - -▸ **isTickerAvailable**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.ticker` | `string` | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<`boolean`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/client/Assets.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Assets.ts#L122) - -___ - -### reserveTicker - -▸ **reserveTicker**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md), [`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md)\>\> - -Reserve a ticker symbol under the ownership of the signing Identity to later use in the creation of an Asset. - The ticker will expire after a set amount of time, after which other users can reserve it - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ReserveTickerParams`](../../../../interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md), [`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md)\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [reserveTicker.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Assets.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Assets.ts#L86) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/Claims/Claims.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/Claims/Claims.md deleted file mode 100644 index 93663704aa..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/Claims/Claims.md +++ /dev/null @@ -1,374 +0,0 @@ ---- -id: "Claims" -title: "Class: Claims" -sidebar_label: "Claims" ---- - -[api/client/Claims](../../../../modules/API/Client/Claims/Claims.md).Claims - -Handles all Claims related functionality - -## Methods - -### addClaims - -▸ **addClaims**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Add claims to Identities - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Pick`\<[`ModifyClaimsParams`](../../../../modules/API/Procedures/Types/Types.md#modifyclaimsparams), ``"claims"``\> | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required roles: - - Customer Due Diligence Provider: if there is at least one CDD claim in the arguments - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addClaims.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Claims.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Claims.ts#L127) - -___ - -### editClaims - -▸ **editClaims**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Edit claims associated to Identities (only the expiry date can be modified) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Pick`\<[`ModifyClaimsParams`](../../../../modules/API/Procedures/Types/Types.md#modifyclaimsparams), ``"claims"``\> | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required roles: - - Customer Due Diligence Provider: if there is at least one CDD claim in the arguments - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [editClaims.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Claims.ts:140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Claims.ts#L140) - -___ - -### getAllCustomClaimTypes - -▸ **getAllCustomClaimTypes**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`CustomClaimTypeWithDid`](../../../../modules/Types/Types.md#customclaimtypewithdid)\>\> - -Retrieve registered CustomClaimTypes - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.dids?` | `string`[] | Fetch CustomClaimTypes issued by the given `dids` | -| `opts.size?` | `BigNumber` | - | -| `opts.start?` | `BigNumber` | - | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`CustomClaimTypeWithDid`](../../../../modules/Types/Types.md#customclaimtypewithdid)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -uses the middlewareV2 (Required) - -#### Defined in - -[api/client/Claims.ts:572](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Claims.ts#L572) - -___ - -### getCddClaims - -▸ **getCddClaims**(`opts?`): `Promise`\<[`ClaimData`](../../../../interfaces/Types/ClaimData/ClaimData.md)\<[`CddClaim`](../../../../interfaces/Types/CddClaim/CddClaim.md)\>[]\> - -Retrieve the list of CDD claims for a target Identity - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.includeExpired?` | `boolean` | whether to include expired claims. Defaults to true | -| `opts.target?` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | Identity for which to fetch CDD claims (optional, defaults to the signing Identity) | - -#### Returns - -`Promise`\<[`ClaimData`](../../../../interfaces/Types/ClaimData/ClaimData.md)\<[`CddClaim`](../../../../interfaces/Types/CddClaim/CddClaim.md)\>[]\> - -#### Defined in - -[api/client/Claims.ts:335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Claims.ts#L335) - -___ - -### getClaimScopes - -▸ **getClaimScopes**(`opts?`): `Promise`\<[`ClaimScope`](../../../../interfaces/Types/ClaimScope/ClaimScope.md)[]\> - -Retrieve all scopes in which claims have been made for the target Identity. - If the scope is an asset DID, the corresponding ticker is returned as well - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.target?` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | Identity for which to fetch claim scopes (optional, defaults to the signing Identity) | - -#### Returns - -`Promise`\<[`ClaimScope`](../../../../interfaces/Types/ClaimScope/ClaimScope.md)[]\> - -#### Defined in - -[api/client/Claims.ts:286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Claims.ts#L286) - -___ - -### getCustomClaimTypeById - -▸ **getCustomClaimTypeById**(`id`): `Promise`\<``null`` \| [`CustomClaimType`](../../../../modules/Types/Types.md#customclaimtype)\> - -Retrieves a custom claim type based on its ID - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `BigNumber` | The ID of the custom claim type to retrieve | - -#### Returns - -`Promise`\<``null`` \| [`CustomClaimType`](../../../../modules/Types/Types.md#customclaimtype)\> - -#### Defined in - -[api/client/Claims.ts:547](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Claims.ts#L547) - -___ - -### getCustomClaimTypeByName - -▸ **getCustomClaimTypeByName**(`name`): `Promise`\<``null`` \| [`CustomClaimType`](../../../../modules/Types/Types.md#customclaimtype)\> - -Retrieves a custom claim type based on its name - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `name` | `string` | The name of the custom claim type to retrieve | - -#### Returns - -`Promise`\<``null`` \| [`CustomClaimType`](../../../../modules/Types/Types.md#customclaimtype)\> - -#### Defined in - -[api/client/Claims.ts:524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Claims.ts#L524) - -___ - -### getIdentitiesWithClaims - -▸ **getIdentitiesWithClaims**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`IdentityWithClaims`](../../../../interfaces/Types/IdentityWithClaims/IdentityWithClaims.md)\>\> - -Retrieve a list of Identities with claims associated to them. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.claimTypes?` | [`ClaimType`](../../../../enums/Types/ClaimType/ClaimType.md)[] | types of the claims to fetch. Defaults to any type | -| `opts.includeExpired?` | `boolean` | whether to include expired claims. Defaults to true | -| `opts.scope?` | [`Scope`](../../../../interfaces/Types/Scope/Scope.md) | scope of the claims to fetch. Defaults to any scope | -| `opts.size?` | `BigNumber` | page size | -| `opts.start?` | `BigNumber` | page offset | -| `opts.targets?` | (`string` \| [`Identity`](../../Entities/Identity/Identity.md))[] | Identities (or Identity IDs) for which to fetch targeting claims. Defaults to all targets | -| `opts.trustedClaimIssuers?` | (`string` \| [`Identity`](../../Entities/Identity/Identity.md))[] | Identity IDs of claim issuers. Defaults to all claim issuers | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`IdentityWithClaims`](../../../../interfaces/Types/IdentityWithClaims/IdentityWithClaims.md)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -uses the middleware V2 - -#### Defined in - -[api/client/Claims.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Claims.ts#L201) - -___ - -### getIssuedClaims - -▸ **getIssuedClaims**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`ClaimData`](../../../../interfaces/Types/ClaimData/ClaimData.md)\<[`Claim`](../../../../modules/Types/Types.md#claim)\>\>\> - -Retrieve all claims issued by an Identity - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.includeExpired?` | `boolean` | whether to include expired claims. Defaults to true | -| `opts.size?` | `BigNumber` | - | -| `opts.start?` | `BigNumber` | - | -| `opts.target?` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | Identity (optional, defaults to the signing Identity) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`ClaimData`](../../../../interfaces/Types/ClaimData/ClaimData.md)\<[`Claim`](../../../../modules/Types/Types.md#claim)\>\>\> - -**`Note`** - -supports pagination - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/client/Claims.ts:166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Claims.ts#L166) - -___ - -### getTargetingClaims - -▸ **getTargetingClaims**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`IdentityWithClaims`](../../../../interfaces/Types/IdentityWithClaims/IdentityWithClaims.md)\>\> - -Retrieve all claims issued about an Identity, grouped by claim issuer - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.includeExpired?` | `boolean` | whether to include expired claims. Defaults to true | -| `opts.scope?` | [`Scope`](../../../../interfaces/Types/Scope/Scope.md) | - | -| `opts.size?` | `BigNumber` | - | -| `opts.start?` | `BigNumber` | - | -| `opts.target?` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | Identity for which to fetch targeting claims (optional, defaults to the signing Identity) | -| `opts.trustedClaimIssuers?` | (`string` \| [`Identity`](../../Entities/Identity/Identity.md))[] | - | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`IdentityWithClaims`](../../../../interfaces/Types/IdentityWithClaims/IdentityWithClaims.md)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -uses the middlewareV2 (optional) - -#### Defined in - -[api/client/Claims.ts:427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Claims.ts#L427) - -___ - -### registerCustomClaimType - -▸ **registerCustomClaimType**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> - -Creates a custom claim type using the `name` and returns the `id` of the created claim type - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RegisterCustomClaimTypeParams`](../../../../interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> - -**`Throws`** - -if - - the `name` is longer than allowed - - a custom claim type with the same `name` already exists - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [registerCustomClaimType.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Claims.ts:515](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Claims.ts#L515) - -___ - -### revokeClaims - -▸ **revokeClaims**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Revoke claims from Identities - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Pick`\<[`ModifyClaimsParams`](../../../../modules/API/Procedures/Types/Types.md#modifyclaimsparams), ``"claims"``\> | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required roles: - - Customer Due Diligence Provider: if there is at least one CDD claim in the arguments - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [revokeClaims.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Claims.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Claims.ts#L153) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/Identities/Identities.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/Identities/Identities.md deleted file mode 100644 index c915f8055a..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/Identities/Identities.md +++ /dev/null @@ -1,304 +0,0 @@ ---- -id: "Identities" -title: "Class: Identities" -sidebar_label: "Identities" ---- - -[api/client/Identities](../../../../modules/API/Client/Identities/Identities.md).Identities - -Handles all Identity related functionality - -## Methods - -### attestPrimaryKeyRotation - -▸ **attestPrimaryKeyRotation**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> - -Get CDD Provider's attestation to change primary key - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AttestPrimaryKeyRotationParams`](../../../../interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -the transaction signer must be a CDD provider - -**`Note`** - -this creates an [Authorization Requests](../../Entities/AuthorizationRequest/AuthorizationRequest.md) which have to be accepted by the `targetAccount` along with the authorization for `RotatingPrimaryKey`. - An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -required role: - - Customer Due Diligence Provider - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [attestPrimaryKeyRotation.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Identities.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Identities.ts#L116) - -___ - -### createChild - -▸ **createChild**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md), [`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md)\>\> - -Creates a child identity and makes the `secondaryKey` as the primary key of the child identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateChildIdentityParams`](../../../../interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md), [`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md)\>\> - -**`Note`** - -the given `secondaryKey` is removed as secondary key from the signing Identity - -**`Throws`** - -if - - the transaction signer is not the primary account of which the `secondaryKey` is a secondary key - - the `secondaryKey` can't be unlinked (can happen when it's part of a multisig with some balance) - - the signing account is not a primary key - - the signing Identity is already a child of some other identity - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createChild.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Identities.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Identities.ts#L193) - -___ - -### createPortfolio - -▸ **createPortfolio**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)[], [`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)\>\> - -Create a new Portfolio under the ownership of the signing Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.name` | `string` | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)[], [`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createPortfolio.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Identities.ts:140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Identities.ts#L140) - -___ - -### createPortfolios - -▸ **createPortfolios**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)[], [`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)[]\>\> - -Creates a set of new Portfolios under the ownership of the signing Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.names` | `string`[] | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)[], [`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)[]\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createPortfolios.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Identities.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Identities.ts#L150) - -___ - -### getChildIdentity - -▸ **getChildIdentity**(`args`): `Promise`\<[`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md)\> - -Create a ChildIdentity instance from a DID - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.did` | `string` | - -#### Returns - -`Promise`\<[`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md)\> - -**`Throws`** - -if there is no ChildIdentity with the passed DID - -#### Defined in - -[api/client/Identities.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Identities.ts#L168) - -___ - -### getIdentity - -▸ **getIdentity**(`args`): `Promise`\<[`Identity`](../../Entities/Identity/Identity.md)\> - -Create an Identity instance from a DID - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.did` | `string` | - -#### Returns - -`Promise`\<[`Identity`](../../Entities/Identity/Identity.md)\> - -**`Throws`** - -if there is no Identity with the passed DID - -#### Defined in - -[api/client/Identities.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Identities.ts#L159) - -___ - -### isIdentityValid - -▸ **isIdentityValid**(`args`): `Promise`\<`boolean`\> - -Return whether the supplied Identity/DID exists - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.identity` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/client/Identities.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Identities.ts#L175) - -___ - -### registerIdentity - -▸ **registerIdentity**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Identity`](../../Entities/Identity/Identity.md), [`Identity`](../../Entities/Identity/Identity.md)\>\> - -Register an Identity, possibly with a CDD claim - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RegisterIdentityParams`](../../../../interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Identity`](../../Entities/Identity/Identity.md), [`Identity`](../../Entities/Identity/Identity.md)\>\> - -**`Note`** - -the transaction signer must be a CDD provider - -**`Note`** - -this may create [Authorization Requests](../../Entities/AuthorizationRequest/AuthorizationRequest.md) which have to be accepted by the `targetAccount`. - An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -required role: - - Customer Due Diligence Provider - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [registerIdentity.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Identities.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Identities.ts#L98) - -___ - -### rotatePrimaryKey - -▸ **rotatePrimaryKey**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> - -Creates an Authorization to rotate primary key of the signing Identity by the `targetAccount` - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RotatePrimaryKeyParams`](../../../../interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this creates an [Authorization Requests](../../Entities/AuthorizationRequest/AuthorizationRequest.md) which have to be accepted by the `targetAccount` along with the optional CDD authorization generated by CDD provider attesting the rotation of primary key - An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [rotatePrimaryKey.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Identities.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Identities.ts#L130) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/Network/Network.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/Network/Network.md deleted file mode 100644 index 6e6b74c069..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/Network/Network.md +++ /dev/null @@ -1,310 +0,0 @@ ---- -id: "Network" -title: "Class: Network" -sidebar_label: "Network" ---- - -[api/client/Network](../../../../modules/API/Client/Network/Network.md).Network - -Handles all Network related functionality, including querying for historical events from middleware - -## Methods - -### getEventByIndexedArgs - -▸ **getEventByIndexedArgs**(`opts`): `Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/Types/EventIdentifier/EventIdentifier.md)\> - -Retrieve a single event by any of its indexed arguments. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.eventArg0?` | `string` | event parameter value to filter by in position 0 | -| `opts.eventArg1?` | `string` | event parameter value to filter by in position 1 | -| `opts.eventArg2?` | `string` | event parameter value to filter by in position 2 | -| `opts.eventId` | [`EventIdEnum`](../../../../enums/Types/EventIdEnum/EventIdEnum.md) | type of the event to fetch | -| `opts.moduleId` | [`ModuleIdEnum`](../../../../enums/Types/ModuleIdEnum/ModuleIdEnum.md) | type of the module to fetch | - -#### Returns - -`Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/Types/EventIdentifier/EventIdentifier.md)\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/client/Network.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Network.ts#L159) - -___ - -### getEventsByIndexedArgs - -▸ **getEventsByIndexedArgs**(`opts`): `Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/Types/EventIdentifier/EventIdentifier.md)[]\> - -Retrieve a list of events. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.eventArg0?` | `string` | event parameter value to filter by in position 0 | -| `opts.eventArg1?` | `string` | event parameter value to filter by in position 1 | -| `opts.eventArg2?` | `string` | event parameter value to filter by in position 2 | -| `opts.eventId` | [`EventIdEnum`](../../../../enums/Types/EventIdEnum/EventIdEnum.md) | type of the event to fetch | -| `opts.moduleId` | [`ModuleIdEnum`](../../../../enums/Types/ModuleIdEnum/ModuleIdEnum.md) | type of the module to fetch | -| `opts.size?` | `BigNumber` | page size | -| `opts.start?` | `BigNumber` | page offset | - -#### Returns - -`Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/Types/EventIdentifier/EventIdentifier.md)[]\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/client/Network.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Network.ts#L205) - -___ - -### getLatestBlock - -▸ **getLatestBlock**(): `Promise`\<`BigNumber`\> - -Retrieve the number of the latest finalized block in the chain - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Defined in - -[api/client/Network.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Network.ts#L53) - -___ - -### getMiddlewareLag - -▸ **getMiddlewareLag**(): `Promise`\<`BigNumber`\> - -Get the number of blocks the middleware needs to process to be synced with chain. -The lag can be around somewhere upto 15 blocks, but this can increase if the block size being processed by the Middleware is too large. -If the lag is too large, its recommended to check the indexer health to make sure the Middleware is processing the blocks. - -#### Returns - -`Promise`\<`BigNumber`\> - -**`Note`** - -uses the middleware V2 - -#### Defined in - -[api/client/Network.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Network.ts#L356) - -___ - -### getMiddlewareMetadata - -▸ **getMiddlewareMetadata**(): `Promise`\<``null`` \| [`MiddlewareMetadata`](../../../../interfaces/Types/MiddlewareMetadata/MiddlewareMetadata.md)\> - -Retrieve middleware metadata. -Returns null if middleware is disabled - -#### Returns - -`Promise`\<``null`` \| [`MiddlewareMetadata`](../../../../interfaces/Types/MiddlewareMetadata/MiddlewareMetadata.md)\> - -**`Note`** - -uses the middleware V2 - -#### Defined in - -[api/client/Network.ts:345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Network.ts#L345) - -___ - -### getNetworkProperties - -▸ **getNetworkProperties**(): `Promise`\<[`NetworkProperties`](../../../../interfaces/Types/NetworkProperties/NetworkProperties.md)\> - -Retrieve information for the current network - -#### Returns - -`Promise`\<[`NetworkProperties`](../../../../interfaces/Types/NetworkProperties/NetworkProperties.md)\> - -#### Defined in - -[api/client/Network.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Network.ts#L74) - -___ - -### getProtocolFees - -▸ **getProtocolFees**(`args`): `Promise`\<[`ProtocolFees`](../../../../interfaces/Types/ProtocolFees/ProtocolFees.md)[]\> - -Retrieve the protocol fees associated with running specific transactions - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args` | `Object` | - | -| `args.tags` | [`TxTag`](../../../../modules/Generated/Types/Types.md#txtag)[] | list of transaction tags (e.g. [TxTags.asset.CreateAsset, TxTags.asset.RegisterTicker] or ["asset.createAsset", "asset.registerTicker"]) | - -#### Returns - -`Promise`\<[`ProtocolFees`](../../../../interfaces/Types/ProtocolFees/ProtocolFees.md)[]\> - -#### Defined in - -[api/client/Network.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Network.ts#L98) - -___ - -### getSs58Format - -▸ **getSs58Format**(): `BigNumber` - -Retrieve the chain's SS58 format - -#### Returns - -`BigNumber` - -#### Defined in - -[api/client/Network.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Network.ts#L67) - -___ - -### getTransactionByHash - -▸ **getTransactionByHash**(`opts`): `Promise`\<``null`` \| [`ExtrinsicDataWithFees`](../../../../interfaces/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md)\> - -Retrieve a transaction by hash - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.txHash` | `string` | hash of the transaction | - -#### Returns - -`Promise`\<``null`` \| [`ExtrinsicDataWithFees`](../../../../interfaces/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md)\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/client/Network.ts:253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Network.ts#L253) - -___ - -### getTreasuryAccount - -▸ **getTreasuryAccount**(): [`Account`](../../Entities/Account/Account.md) - -Get the treasury wallet address - -#### Returns - -[`Account`](../../Entities/Account/Account.md) - -#### Defined in - -[api/client/Network.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Network.ts#L105) - -___ - -### getTreasuryBalance - -▸ **getTreasuryBalance**(): `Promise`\<`BigNumber`\> - -Get the Treasury POLYX balance - -#### Returns - -`Promise`\<`BigNumber`\> - -**`Note`** - -can be subscribed to - -#### Defined in - -[api/client/Network.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Network.ts#L118) - -▸ **getTreasuryBalance**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<`BigNumber`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/client/Network.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Network.ts#L119) - -___ - -### getVersion - -▸ **getVersion**(): `Promise`\<`string`\> - -Fetch the current network version (e.g. 3.1.0) - -#### Returns - -`Promise`\<`string`\> - -#### Defined in - -[api/client/Network.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Network.ts#L60) - -___ - -### transferPolyx - -▸ **transferPolyx**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Transfer an amount of POLYX to a specified Account - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`TransferPolyxParams`](../../../../interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [transferPolyx.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Network.ts:144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Network.ts#L144) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/Polymesh/Polymesh.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/Polymesh/Polymesh.md deleted file mode 100644 index 006530650f..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/Polymesh/Polymesh.md +++ /dev/null @@ -1,367 +0,0 @@ ---- -id: "Polymesh" -title: "Class: Polymesh" -sidebar_label: "Polymesh" ---- - -[api/client/Polymesh](../../../../modules/API/Client/Polymesh/Polymesh.md).Polymesh - -Main entry point of the Polymesh SDK - -## Properties - -### accountManagement - -• **accountManagement**: [`AccountManagement`](../AccountManagement/AccountManagement.md) - -A set of methods for managing a Polymesh Identity's Accounts and their permissions - -#### Defined in - -[api/client/Polymesh.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L104) - -___ - -### assets - -• **assets**: [`Assets`](../Assets/Assets.md) - -A set of methods for interacting with Assets - -#### Defined in - -[api/client/Polymesh.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L112) - -___ - -### claims - -• **claims**: [`Claims`](../Claims/Claims.md) - -A set of methods to deal with Claims - -#### Defined in - -[api/client/Polymesh.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L92) - -___ - -### identities - -• **identities**: [`Identities`](../Identities/Identities.md) - -A set of methods for interacting with Polymesh Identities. - -#### Defined in - -[api/client/Polymesh.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L108) - -___ - -### network - -• **network**: [`Network`](../Network/Network.md) - -A set of methods to interact with the Polymesh network. This includes transferring POLYX, reading network properties and querying for historical events - -#### Defined in - -[api/client/Polymesh.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L96) - -___ - -### settlements - -• **settlements**: [`Settlements`](../Settlements/Settlements.md) - -A set of methods for exchanging Assets - -#### Defined in - -[api/client/Polymesh.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L100) - -## Accessors - -### \_middlewareApiV2 - -• `get` **_middlewareApiV2**(): `ApolloClient`\<`NormalizedCacheObject`\> - -MiddlewareV2 client - -#### Returns - -`ApolloClient`\<`NormalizedCacheObject`\> - -#### Defined in - -[api/client/Polymesh.ts:348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L348) - -___ - -### \_polkadotApi - -• `get` **_polkadotApi**(): `ApiPromise` - -Polkadot client - -#### Returns - -`ApiPromise` - -#### Defined in - -[api/client/Polymesh.ts:332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L332) - -___ - -### \_signingAddress - -• `get` **_signingAddress**(): `string` - -signing address (to manually submit transactions with the polkadot API) - -#### Returns - -`string` - -#### Defined in - -[api/client/Polymesh.ts:340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L340) - -## Methods - -### createTransactionBatch - -▸ **createTransactionBatch**\<`ReturnValues`\>(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`ReturnValues`, `ReturnValues`\>\> - -Create a batch transaction from a list of separate transactions. The list can contain batch transactions as well. - The result of running this transaction will be an array of the results of each transaction in the list, in the same order. - Transactions with no return value will produce `undefined` in the resulting array - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValues` | extends readonly `unknown`[] | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateTransactionBatchParams`](../../../../interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md)\<`ReturnValues`\> | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`ReturnValues`, `ReturnValues`\>\> - -**`Example`** - -Batching 3 ticker reservation transactions - -```typescript -const tx1 = await sdk.assets.reserveTicker({ ticker: 'FOO' }); -const tx2 = await sdk.assets.reserveTicker({ ticker: 'BAR' }); -const tx3 = await sdk.assets.reserveTicker({ ticker: 'BAZ' }); - -const batch = sdk.createTransactionBatch({ transactions: [tx1, tx2, tx3] as const }); - -const [res1, res2, res3] = await batch.run(); -``` - -**`Example`** - -Specifying the signer account for the whole batch - -```typescript -const batch = sdk.createTransactionBatch({ transactions: [tx1, tx2, tx3] as const }, { signingAccount: 'someAddress' }); - -const [res1, res2, res3] = await batch.run(); -``` - -**`Note`** - -it is mandatory to use the `as const` type assertion when passing in the transaction array to the method in order to get the correct types - for the results of running the batch - -**`Note`** - -if a signing Account is not specified, the default one will be used (the one returned by `sdk.accountManagement.getSigningAccount()`) - -**`Note`** - -all fees in the resulting batch must be paid by the calling Account, regardless of any exceptions that would normally be made for - the individual transactions (such as subsidies or accepting invitations to join an Identity) - -**`Note`** - -this method is of type [CreateTransactionBatchProcedureMethod](../../../../interfaces/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md), which means you can call [createTransactionBatch.checkAuthorization](../../../../interfaces/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Polymesh.ts:323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L323) - -___ - -### disconnect - -▸ **disconnect**(): `Promise`\<`void`\> - -Disconnect the client and close all open connections and subscriptions - -#### Returns - -`Promise`\<`void`\> - -**`Note`** - -the SDK will become unusable after this operation. It will throw an error when attempting to - access any chain or middleware data. If you wish to continue using the SDK, you must - create a new instance by calling [connect](Polymesh.md#connect) - -#### Defined in - -[api/client/Polymesh.ts:265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L265) - -___ - -### getSigningIdentity - -▸ **getSigningIdentity**(): `Promise`\<``null`` \| [`Identity`](../../Entities/Identity/Identity.md)\> - -Retrieve the Identity associated to the signing Account (null if there is none) - -#### Returns - -`Promise`\<``null`` \| [`Identity`](../../Entities/Identity/Identity.md)\> - -**`Throws`** - -if there is no signing Account associated to the SDK - -#### Defined in - -[api/client/Polymesh.ts:220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L220) - -___ - -### onConnectionError - -▸ **onConnectionError**(`callback`): [`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback) - -Handle connection errors - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | (...`args`: `unknown`[]) => `unknown` | - -#### Returns - -[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback) - -an unsubscribe callback - -#### Defined in - -[api/client/Polymesh.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L229) - -___ - -### onDisconnect - -▸ **onDisconnect**(`callback`): [`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback) - -Handle disconnection - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | (...`args`: `unknown`[]) => `unknown` | - -#### Returns - -[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback) - -an unsubscribe callback - -#### Defined in - -[api/client/Polymesh.ts:246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L246) - -___ - -### setSigningAccount - -▸ **setSigningAccount**(`signer`): `Promise`\<`void`\> - -Set the SDK's signing Account to the provided one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `signer` | `string` \| [`Account`](../../Entities/Account/Account.md) | - -#### Returns - -`Promise`\<`void`\> - -**`Throws`** - -if the passed Account is not present in the Signing Manager (or there is no Signing Manager) - -#### Defined in - -[api/client/Polymesh.ts:274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L274) - -___ - -### setSigningManager - -▸ **setSigningManager**(`signingManager`): `Promise`\<`void`\> - -Set the SDK's Signing Manager to the provided one. - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `signingManager` | ``null`` \| `SigningManager` | - -#### Returns - -`Promise`\<`void`\> - -**`Note`** - -Pass `null` to unset the current signing manager - -#### Defined in - -[api/client/Polymesh.ts:283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L283) - -___ - -### connect - -▸ `Static` **connect**(`params`): `Promise`\<[`Polymesh`](Polymesh.md)\> - -Create an SDK instance and connect to a Polymesh node - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `params` | [`ConnectParams`](../../../../interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md) | - -#### Returns - -`Promise`\<[`Polymesh`](Polymesh.md)\> - -#### Defined in - -[api/client/Polymesh.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L145) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/Settlements/Settlements.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/Settlements/Settlements.md deleted file mode 100644 index c1b9ec241c..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Client/Settlements/Settlements.md +++ /dev/null @@ -1,139 +0,0 @@ ---- -id: "Settlements" -title: "Class: Settlements" -sidebar_label: "Settlements" ---- - -[api/client/Settlements](../../../../modules/API/Client/Settlements/Settlements.md).Settlements - -Handles all Settlement related functionality - -## Methods - -### addInstruction - -▸ **addInstruction**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../../Entities/Instruction/Instruction.md)[], [`Instruction`](../../Entities/Instruction/Instruction.md)\>\> - -Create an Instruction to exchange Assets - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AddInstructionWithVenueIdParams`](../../../../modules/API/Procedures/Types/Types.md#addinstructionwithvenueidparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../../Entities/Instruction/Instruction.md)[], [`Instruction`](../../Entities/Instruction/Instruction.md)\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addInstruction.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Settlements.ts:121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Settlements.ts#L121) - -___ - -### affirmInstruction - -▸ **affirmInstruction**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../../Entities/Instruction/Instruction.md), [`Instruction`](../../Entities/Instruction/Instruction.md)\>\> - -Affirm an Instruction (authorize) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`InstructionIdParams`](../../../../interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../../Entities/Instruction/Instruction.md), [`Instruction`](../../Entities/Instruction/Instruction.md)\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [affirmInstruction.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Settlements.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Settlements.ts#L131) - -___ - -### createVenue - -▸ **createVenue**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Venue`](../../Entities/Venue/Venue.md), [`Venue`](../../Entities/Venue/Venue.md)\>\> - -Create a Venue under the ownership of the signing Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateVenueParams`](../../../../interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Venue`](../../Entities/Venue/Venue.md), [`Venue`](../../Entities/Venue/Venue.md)\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createVenue.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Settlements.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Settlements.ts#L111) - -___ - -### getInstruction - -▸ **getInstruction**(`args`): `Promise`\<[`Instruction`](../../Entities/Instruction/Instruction.md)\> - -Retrieve an Instruction by its ID - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args` | `Object` | - | -| `args.id` | `BigNumber` | identifier number of the Instruction | - -#### Returns - -`Promise`\<[`Instruction`](../../Entities/Instruction/Instruction.md)\> - -#### Defined in - -[api/client/Settlements.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Settlements.ts#L89) - -___ - -### getVenue - -▸ **getVenue**(`args`): `Promise`\<[`Venue`](../../Entities/Venue/Venue.md)\> - -Retrieve a Venue by its ID - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args` | `Object` | - | -| `args.id` | `BigNumber` | identifier number of the Venue | - -#### Returns - -`Promise`\<[`Venue`](../../Entities/Venue/Venue.md)\> - -#### Defined in - -[api/client/Settlements.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Settlements.ts#L68) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Account/Account.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Account/Account.md deleted file mode 100644 index 47239ba727..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Account/Account.md +++ /dev/null @@ -1,478 +0,0 @@ ---- -id: "Account" -title: "Class: Account" -sidebar_label: "Account" ---- - -[api/entities/Account](../../../../modules/API/Entities/Account/Account.md).Account - -Represents an Account in the Polymesh blockchain. Accounts can hold POLYX, control Identities and vote on proposals (among other things) - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<`UniqueIdentifiers`, `string`\> - - ↳ **`Account`** - - ↳↳ [`MultiSig`](MultiSig/MultiSig.md) - -## Properties - -### address - -• **address**: `string` - -Polymesh-specific address of the Account. Serves as an identifier - -#### Defined in - -[api/entities/Account/index.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L74) - -___ - -### authorizations - -• **authorizations**: [`Authorizations`](../Common/Namespaces/Authorizations/Authorizations.md)\<[`Account`](Account.md)\> - -#### Defined in - -[api/entities/Account/index.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L83) - -___ - -### key - -• **key**: `string` - -A hex representation of the cryptographic public key of the Account. This is consistent across -Substrate chains, while the address depends on the chain as well. - -#### Defined in - -[api/entities/Account/index.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L80) - -___ - -### subsidies - -• **subsidies**: [`Subsidies`](../Subsidies/Subsidies.md) - -#### Defined in - -[api/entities/Account/index.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L84) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### checkPermissions - -▸ **checkPermissions**(`permissions`): `Promise`\<[`CheckPermissionsResult`](../../../../interfaces/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Account`](../../../../enums/Types/SignerType/SignerType.md#account)\>\> - -Check if this Account possesses certain Permissions to act on behalf of its corresponding Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `permissions` | [`SimplePermissions`](../../../../interfaces/Types/SimplePermissions/SimplePermissions.md) | - -#### Returns - -`Promise`\<[`CheckPermissionsResult`](../../../../interfaces/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Account`](../../../../enums/Types/SignerType/SignerType.md#account)\>\> - -which permissions the Account is missing (if any) and the final result - -#### Defined in - -[api/entities/Account/index.ts:362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L362) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Account exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Account/index.ts:445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L445) - -___ - -### getBalance - -▸ **getBalance**(): `Promise`\<[`Balance`](../../../../interfaces/Types/Balance/Balance.md)\> - -Get the free/locked POLYX balance of the Account - -#### Returns - -`Promise`\<[`Balance`](../../../../interfaces/Types/Balance/Balance.md)\> - -**`Note`** - -can be subscribed to - -#### Defined in - -[api/entities/Account/index.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L107) - -▸ **getBalance**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<[`Balance`](../../../../interfaces/Types/Balance/Balance.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Account/index.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L108) - -___ - -### getCurrentNonce - -▸ **getCurrentNonce**(): `Promise`\<`BigNumber`\> - -Retrieve the current nonce for this Account - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Defined in - -[api/entities/Account/index.ts:459](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L459) - -___ - -### getIdentity - -▸ **getIdentity**(): `Promise`\<``null`` \| [`Identity`](../Identity/Identity.md)\> - -Retrieve the Identity associated to this Account (null if there is none) - -#### Returns - -`Promise`\<``null`` \| [`Identity`](../Identity/Identity.md)\> - -#### Defined in - -[api/entities/Account/index.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L150) - -___ - -### getMultiSig - -▸ **getMultiSig**(): `Promise`\<``null`` \| [`MultiSig`](MultiSig/MultiSig.md)\> - -Fetch the MultiSig this Account is part of. If this Account is not a signer on any MultiSig, return null - -#### Returns - -`Promise`\<``null`` \| [`MultiSig`](MultiSig/MultiSig.md)\> - -#### Defined in - -[api/entities/Account/index.ts:417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L417) - -___ - -### getPermissions - -▸ **getPermissions**(): `Promise`\<[`Permissions`](../../../../interfaces/Types/Permissions/Permissions.md)\> - -Retrieve the Permissions this Account has as a Permissioned Account for its corresponding Identity - -#### Returns - -`Promise`\<[`Permissions`](../../../../interfaces/Types/Permissions/Permissions.md)\> - -**`Throws`** - -if there is no Identity associated with the Account - -#### Defined in - -[api/entities/Account/index.ts:323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L323) - -___ - -### getPolyxTransactions - -▸ **getPolyxTransactions**(`filters`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`HistoricPolyxTransaction`](../../../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md)\>\> - -Returns POLYX transactions associated with this account - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `filters` | `Object` | - | -| `filters.size?` | `BigNumber` | page size | -| `filters.start?` | `BigNumber` | page offset | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`HistoricPolyxTransaction`](../../../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md)\>\> - -**`Note`** - -uses the middleware - -#### Defined in - -[api/entities/Account/index.ts:543](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L543) - -___ - -### getSubsidy - -▸ **getSubsidy**(): `Promise`\<``null`` \| [`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> - -Get the subsidized balance of this Account and the subsidizer Account. If - this Account isn't being subsidized, return null - -#### Returns - -`Promise`\<``null`` \| [`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> - -**`Note`** - -can be subscribed to - -**`Deprecated`** - -in favour of [subsidies.getSubsidizer](../Subsidies/Subsidies.md#getsubsidizer) - -#### Defined in - -[api/entities/Account/index.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L131) - -▸ **getSubsidy**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<``null`` \| [`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Account/index.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L132) - -___ - -### getTransactionHistory - -▸ **getTransactionHistory**(`filters?`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`ExtrinsicData`](../../../../interfaces/Types/ExtrinsicData/ExtrinsicData.md)\>\> - -Retrieve a list of transactions signed by this Account. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `filters` | `Object` | - | -| `filters.blockHash?` | `string` | - | -| `filters.blockNumber?` | `BigNumber` | - | -| `filters.orderBy?` | [`ExtrinsicsOrderBy`](../../../../enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md) | - | -| `filters.size?` | `BigNumber` | page size | -| `filters.start?` | `BigNumber` | page offset | -| `filters.success?` | `boolean` | whether the transaction was successful or not | -| `filters.tag?` | [`TxTag`](../../../../modules/Generated/Types/Types.md#txtag) | tag associated with the transaction | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`ExtrinsicData`](../../../../interfaces/Types/ExtrinsicData/ExtrinsicData.md)\>\> - -**`Note`** - -if both `blockNumber` and `blockHash` are passed, only `blockNumber` is taken into account. -Also, for ordering by block_id, one should pass `ExtrinsicsOrderBy.CreatedAtAsc` or `ExtrinsicsOrderBy.CreatedAtDesc` -in order of their choice (since block ID is a string field in middleware v2) - -**`Note`** - -uses the middleware v2 - -#### Defined in - -[api/entities/Account/index.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L186) - -___ - -### getTypeInfo - -▸ **getTypeInfo**(): `Promise`\<[`AccountTypeInfo`](../../../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md)\> - -Retrieve the type of Account, and its relation to an Identity, if applicable - -#### Returns - -`Promise`\<[`AccountTypeInfo`](../../../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md)\> - -#### Defined in - -[api/entities/Account/index.ts:480](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L480) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### isFrozen - -▸ **isFrozen**(): `Promise`\<`boolean`\> - -Check whether this Account is frozen. If frozen, it cannot perform any Identity related action until the primary Account of the Identity unfreezes all secondary Accounts - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -returns false if the Account isn't associated to any Identity - -#### Defined in - -[api/entities/Account/index.ts:302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L302) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the Account's address - -#### Returns - -`string` - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Account/index.ts:452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L452) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Account/MultiSig/MultiSig.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Account/MultiSig/MultiSig.md deleted file mode 100644 index 7d564873a7..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Account/MultiSig/MultiSig.md +++ /dev/null @@ -1,647 +0,0 @@ ---- -id: "MultiSig" -title: "Class: MultiSig" -sidebar_label: "MultiSig" ---- - -[api/entities/Account/MultiSig](../../../../../modules/API/Entities/Account/MultiSig/MultiSig.md).MultiSig - -Represents a MultiSig Account. A MultiSig Account is composed of one or more signing Accounts. In order to submit a transaction, a specific amount of those signing Accounts must approve it first - -## Hierarchy - -- [`Account`](../Account.md) - - ↳ **`MultiSig`** - -## Properties - -### address - -• **address**: `string` - -Polymesh-specific address of the Account. Serves as an identifier - -#### Inherited from - -[Account](../Account.md).[address](../Account.md#address) - -#### Defined in - -[api/entities/Account/index.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L74) - -___ - -### authorizations - -• **authorizations**: [`Authorizations`](../../Common/Namespaces/Authorizations/Authorizations.md)\<[`Account`](../Account.md)\> - -#### Inherited from - -[Account](../Account.md).[authorizations](../Account.md#authorizations) - -#### Defined in - -[api/entities/Account/index.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L83) - -___ - -### key - -• **key**: `string` - -A hex representation of the cryptographic public key of the Account. This is consistent across -Substrate chains, while the address depends on the chain as well. - -#### Inherited from - -[Account](../Account.md).[key](../Account.md#key) - -#### Defined in - -[api/entities/Account/index.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L80) - -___ - -### subsidies - -• **subsidies**: [`Subsidies`](../../Subsidies/Subsidies.md) - -#### Inherited from - -[Account](../Account.md).[subsidies](../Account.md#subsidies) - -#### Defined in - -[api/entities/Account/index.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L84) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Account](../Account.md).[uuid](../Account.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### checkPermissions - -▸ **checkPermissions**(`permissions`): `Promise`\<[`CheckPermissionsResult`](../../../../../interfaces/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Account`](../../../../../enums/Types/SignerType/SignerType.md#account)\>\> - -Check if this Account possesses certain Permissions to act on behalf of its corresponding Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `permissions` | [`SimplePermissions`](../../../../../interfaces/Types/SimplePermissions/SimplePermissions.md) | - -#### Returns - -`Promise`\<[`CheckPermissionsResult`](../../../../../interfaces/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Account`](../../../../../enums/Types/SignerType/SignerType.md#account)\>\> - -which permissions the Account is missing (if any) and the final result - -#### Inherited from - -[Account](../Account.md).[checkPermissions](../Account.md#checkpermissions) - -#### Defined in - -[api/entities/Account/index.ts:362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L362) - -___ - -### details - -▸ **details**(): `Promise`\<[`MultiSigDetails`](../../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md)\> - -Return details about this MultiSig such as the signing Accounts and the required number of signatures to execute a MultiSigProposal - -#### Returns - -`Promise`\<[`MultiSigDetails`](../../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md)\> - -#### Defined in - -[api/entities/Account/MultiSig/index.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/MultiSig/index.ts#L38) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Account exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Account](../Account.md).[exists](../Account.md#exists) - -#### Defined in - -[api/entities/Account/index.ts:445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L445) - -___ - -### getBalance - -▸ **getBalance**(): `Promise`\<[`Balance`](../../../../../interfaces/Types/Balance/Balance.md)\> - -Get the free/locked POLYX balance of the Account - -#### Returns - -`Promise`\<[`Balance`](../../../../../interfaces/Types/Balance/Balance.md)\> - -**`Note`** - -can be subscribed to - -#### Inherited from - -[Account](../Account.md).[getBalance](../Account.md#getbalance) - -#### Defined in - -[api/entities/Account/index.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L107) - -▸ **getBalance**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../modules/Types/Types.md#subcallback)\<[`Balance`](../../../../../interfaces/Types/Balance/Balance.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Account](../Account.md).[getBalance](../Account.md#getbalance) - -#### Defined in - -[api/entities/Account/index.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L108) - -___ - -### getCreator - -▸ **getCreator**(): `Promise`\<[`Identity`](../../Identity/Identity.md)\> - -Returns the Identity of the MultiSig creator. This Identity can add or remove signers directly without creating a MultiSigProposal first. - -#### Returns - -`Promise`\<[`Identity`](../../Identity/Identity.md)\> - -#### Defined in - -[api/entities/Account/MultiSig/index.ts:120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/MultiSig/index.ts#L120) - -___ - -### getCurrentNonce - -▸ **getCurrentNonce**(): `Promise`\<`BigNumber`\> - -Retrieve the current nonce for this Account - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Inherited from - -[Account](../Account.md).[getCurrentNonce](../Account.md#getcurrentnonce) - -#### Defined in - -[api/entities/Account/index.ts:459](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L459) - -___ - -### getIdentity - -▸ **getIdentity**(): `Promise`\<``null`` \| [`Identity`](../../Identity/Identity.md)\> - -Retrieve the Identity associated to this Account (null if there is none) - -#### Returns - -`Promise`\<``null`` \| [`Identity`](../../Identity/Identity.md)\> - -#### Inherited from - -[Account](../Account.md).[getIdentity](../Account.md#getidentity) - -#### Defined in - -[api/entities/Account/index.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L150) - -___ - -### getMultiSig - -▸ **getMultiSig**(): `Promise`\<``null`` \| [`MultiSig`](MultiSig.md)\> - -Fetch the MultiSig this Account is part of. If this Account is not a signer on any MultiSig, return null - -#### Returns - -`Promise`\<``null`` \| [`MultiSig`](MultiSig.md)\> - -#### Inherited from - -[Account](../Account.md).[getMultiSig](../Account.md#getmultisig) - -#### Defined in - -[api/entities/Account/index.ts:417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L417) - -___ - -### getPermissions - -▸ **getPermissions**(): `Promise`\<[`Permissions`](../../../../../interfaces/Types/Permissions/Permissions.md)\> - -Retrieve the Permissions this Account has as a Permissioned Account for its corresponding Identity - -#### Returns - -`Promise`\<[`Permissions`](../../../../../interfaces/Types/Permissions/Permissions.md)\> - -**`Throws`** - -if there is no Identity associated with the Account - -#### Inherited from - -[Account](../Account.md).[getPermissions](../Account.md#getpermissions) - -#### Defined in - -[api/entities/Account/index.ts:323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L323) - -___ - -### getPolyxTransactions - -▸ **getPolyxTransactions**(`filters`): `Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`HistoricPolyxTransaction`](../../../../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md)\>\> - -Returns POLYX transactions associated with this account - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `filters` | `Object` | - | -| `filters.size?` | `BigNumber` | page size | -| `filters.start?` | `BigNumber` | page offset | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`HistoricPolyxTransaction`](../../../../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md)\>\> - -**`Note`** - -uses the middleware - -#### Inherited from - -[Account](../Account.md).[getPolyxTransactions](../Account.md#getpolyxtransactions) - -#### Defined in - -[api/entities/Account/index.ts:543](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L543) - -___ - -### getProposal - -▸ **getProposal**(`args`): `Promise`\<[`MultiSigProposal`](../../MultiSigProposal/MultiSigProposal.md)\> - -Given an ID, fetch a [MultiSigProposal](../../MultiSigProposal/MultiSigProposal.md) for this MultiSig - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.id` | `BigNumber` | - -#### Returns - -`Promise`\<[`MultiSigProposal`](../../MultiSigProposal/MultiSigProposal.md)\> - -**`Throws`** - -if the MultiSigProposal is not found - -#### Defined in - -[api/entities/Account/MultiSig/index.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/MultiSig/index.ts#L73) - -___ - -### getProposals - -▸ **getProposals**(): `Promise`\<[`MultiSigProposal`](../../MultiSigProposal/MultiSigProposal.md)[]\> - -Return all [MultiSigProposal](../../MultiSigProposal/MultiSigProposal.md) for this MultiSig Account - -#### Returns - -`Promise`\<[`MultiSigProposal`](../../MultiSigProposal/MultiSigProposal.md)[]\> - -#### Defined in - -[api/entities/Account/MultiSig/index.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/MultiSig/index.ts#L93) - -___ - -### getSubsidy - -▸ **getSubsidy**(): `Promise`\<``null`` \| [`SubsidyWithAllowance`](../../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> - -Get the subsidized balance of this Account and the subsidizer Account. If - this Account isn't being subsidized, return null - -#### Returns - -`Promise`\<``null`` \| [`SubsidyWithAllowance`](../../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> - -**`Note`** - -can be subscribed to - -**`Deprecated`** - -in favour of [subsidies.getSubsidizer](../../Subsidies/Subsidies.md#getsubsidizer) - -#### Inherited from - -[Account](../Account.md).[getSubsidy](../Account.md#getsubsidy) - -#### Defined in - -[api/entities/Account/index.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L131) - -▸ **getSubsidy**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../modules/Types/Types.md#subcallback)\<``null`` \| [`SubsidyWithAllowance`](../../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Account](../Account.md).[getSubsidy](../Account.md#getsubsidy) - -#### Defined in - -[api/entities/Account/index.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L132) - -___ - -### getTransactionHistory - -▸ **getTransactionHistory**(`filters?`): `Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`ExtrinsicData`](../../../../../interfaces/Types/ExtrinsicData/ExtrinsicData.md)\>\> - -Retrieve a list of transactions signed by this Account. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `filters` | `Object` | - | -| `filters.blockHash?` | `string` | - | -| `filters.blockNumber?` | `BigNumber` | - | -| `filters.orderBy?` | [`ExtrinsicsOrderBy`](../../../../../enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md) | - | -| `filters.size?` | `BigNumber` | page size | -| `filters.start?` | `BigNumber` | page offset | -| `filters.success?` | `boolean` | whether the transaction was successful or not | -| `filters.tag?` | [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag) | tag associated with the transaction | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`ExtrinsicData`](../../../../../interfaces/Types/ExtrinsicData/ExtrinsicData.md)\>\> - -**`Note`** - -if both `blockNumber` and `blockHash` are passed, only `blockNumber` is taken into account. -Also, for ordering by block_id, one should pass `ExtrinsicsOrderBy.CreatedAtAsc` or `ExtrinsicsOrderBy.CreatedAtDesc` -in order of their choice (since block ID is a string field in middleware v2) - -**`Note`** - -uses the middleware v2 - -#### Inherited from - -[Account](../Account.md).[getTransactionHistory](../Account.md#gettransactionhistory) - -#### Defined in - -[api/entities/Account/index.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L186) - -___ - -### getTypeInfo - -▸ **getTypeInfo**(): `Promise`\<[`AccountTypeInfo`](../../../../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md)\> - -Retrieve the type of Account, and its relation to an Identity, if applicable - -#### Returns - -`Promise`\<[`AccountTypeInfo`](../../../../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md)\> - -#### Inherited from - -[Account](../Account.md).[getTypeInfo](../Account.md#gettypeinfo) - -#### Defined in - -[api/entities/Account/index.ts:480](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L480) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Account](../Account.md).[isEqual](../Account.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### isFrozen - -▸ **isFrozen**(): `Promise`\<`boolean`\> - -Check whether this Account is frozen. If frozen, it cannot perform any Identity related action until the primary Account of the Identity unfreezes all secondary Accounts - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -returns false if the Account isn't associated to any Identity - -#### Inherited from - -[Account](../Account.md).[isFrozen](../Account.md#isfrozen) - -#### Defined in - -[api/entities/Account/index.ts:302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L302) - -___ - -### modify - -▸ **modify**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Modify the signers for the MultiSig. The signing Account must belong to the Identity of the creator of the MultiSig - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Pick`\<[`ModifyMultiSigParams`](../../../../../interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md), ``"signers"``\> | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Account/MultiSig/index.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/MultiSig/index.ts#L151) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the Account's address - -#### Returns - -`string` - -#### Inherited from - -[Account](../Account.md).[toHuman](../Account.md#tohuman) - -#### Defined in - -[api/entities/Account/index.ts:452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/index.ts#L452) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Account](../Account.md).[generateUuid](../Account.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Account](../Account.md).[unserialize](../Account.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md deleted file mode 100644 index 49a440818c..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md +++ /dev/null @@ -1,404 +0,0 @@ ---- -id: "BaseAsset" -title: "Class: BaseAsset" -sidebar_label: "BaseAsset" ---- - -[api/entities/Asset/Base/BaseAsset](../../../../../../modules/API/Entities/Asset/Base/BaseAsset/BaseAsset.md).BaseAsset - -Class used to manage functionality common to all assets. - -## Hierarchy - -- [`Entity`](../../../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../../../interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md), `string`\> - - ↳ **`BaseAsset`** - - ↳↳ [`FungibleAsset`](../../Fungible/FungibleAsset.md) - - ↳↳ [`NftCollection`](../../NonFungible/NftCollection/NftCollection.md) - -## Properties - -### compliance - -• **compliance**: [`Compliance`](../Compliance/Compliance.md) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L54) - -___ - -### did - -• **did**: `string` - -Identity ID of the Asset (used for Claims) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L62) - -___ - -### documents - -• **documents**: [`Documents`](../Documents/Documents.md) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L55) - -___ - -### metadata - -• **metadata**: [`Metadata`](../Metadata/Metadata.md) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L56) - -___ - -### permissions - -• **permissions**: [`Permissions`](../Permissions/Permissions.md) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L57) - -___ - -### ticker - -• **ticker**: `string` - -ticker of the Asset - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L67) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../../../Entity/Entity.md).[uuid](../../../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### details - -▸ **details**(): `Promise`\<[`AssetDetails`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> - -Retrieve the Asset's data - -#### Returns - -`Promise`\<[`AssetDetails`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> - -**`Note`** - -can be subscribed to - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L228) - -▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../../modules/Types/Types.md#subcallback)\<[`AssetDetails`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L229) - -___ - -### freeze - -▸ **freeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Freeze transfers of the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [freeze.checkAuthorization](../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L139) - -___ - -### getIdentifiers - -▸ **getIdentifiers**(): `Promise`\<[`SecurityIdentifier`](../../../../../../interfaces/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> - -Retrieve the Asset's identifiers list - -#### Returns - -`Promise`\<[`SecurityIdentifier`](../../../../../../interfaces/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> - -**`Note`** - -can be subscribed to - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L158) - -▸ **getIdentifiers**(`callback?`): `Promise`\<[`UnsubCallback`](../../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback?` | [`SubCallback`](../../../../../../modules/Types/Types.md#subcallback)\<[`SecurityIdentifier`](../../../../../../interfaces/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L159) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../../../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../../../Entity/Entity.md).[isEqual](../../../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### isFrozen - -▸ **isFrozen**(): `Promise`\<`boolean`\> - -Check whether transfers are frozen for the Asset - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -can be subscribed to - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L194) - -▸ **isFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../../modules/Types/Types.md#subcallback)\<`boolean`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L195) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the NftCollection's ticker - -#### Returns - -`string` - -#### Overrides - -[Entity](../../../Entity/Entity.md).[toHuman](../../../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L342) - -___ - -### transferOwnership - -▸ **transferOwnership**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Transfer ownership of the Asset to another Identity. This generates an authorization request that must be accepted - by the recipient - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`TransferAssetOwnershipParams`](../../../../../../interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create [Authorization Request](../../../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `target` Identity. - An [Account](../../../Account/Account.md) or [Identity](../../../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../../Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../../Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [transferOwnership.checkAuthorization](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L80) - -___ - -### unfreeze - -▸ **unfreeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Unfreeze transfers of the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unfreeze.checkAuthorization](../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L149) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../../../Entity/Entity.md).[generateUuid](../../../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../../../Entity/Entity.md).[unserialize](../../../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Compliance/Compliance.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Compliance/Compliance.md deleted file mode 100644 index 3c835d546a..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Compliance/Compliance.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -id: "Compliance" -title: "Class: Compliance" -sidebar_label: "Compliance" ---- - -[api/entities/Asset/Base/Compliance](../../../../../../modules/API/Entities/Asset/Base/Compliance/Compliance.md).Compliance - -Handles all Asset Compliance related functionality - -## Hierarchy - -- `Namespace`\<[`BaseAsset`](../BaseAsset/BaseAsset.md)\> - - ↳ **`Compliance`** - -## Properties - -### requirements - -• **requirements**: [`Requirements`](Requirements/Requirements.md) - -#### Defined in - -[api/entities/Asset/Base/Compliance/index.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Compliance/index.ts#L11) - -___ - -### trustedClaimIssuers - -• **trustedClaimIssuers**: [`TrustedClaimIssuers`](TrustedClaimIssuers/TrustedClaimIssuers.md) - -#### Defined in - -[api/entities/Asset/Base/Compliance/index.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Compliance/index.ts#L10) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md deleted file mode 100644 index 1f80311201..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md +++ /dev/null @@ -1,267 +0,0 @@ ---- -id: "Requirements" -title: "Class: Requirements" -sidebar_label: "Requirements" ---- - -[api/entities/Asset/Base/Compliance/Requirements](../../../../../../../modules/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md).Requirements - -Handles all Asset Compliance Requirements related functionality - -## Hierarchy - -- `Namespace`\<[`BaseAsset`](../../BaseAsset/BaseAsset.md)\> - - ↳ **`Requirements`** - -## Methods - -### add - -▸ **add**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Add a new compliance requirement to the the Asset. This doesn't modify existing requirements - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AddAssetRequirementParams`](../../../../../../../interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [add.checkAuthorization](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Compliance/Requirements.ts#L94) - -___ - -### arePaused - -▸ **arePaused**(): `Promise`\<`boolean`\> - -Check whether Asset compliance requirements are paused or not - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Compliance/Requirements.ts#L219) - -___ - -### get - -▸ **get**(): `Promise`\<[`ComplianceRequirements`](../../../../../../../interfaces/Types/ComplianceRequirements/ComplianceRequirements.md)\> - -Retrieve all of the Asset's compliance requirements, together with the Default Trusted Claim Issuers - -#### Returns - -`Promise`\<[`ComplianceRequirements`](../../../../../../../interfaces/Types/ComplianceRequirements/ComplianceRequirements.md)\> - -**`Note`** - -can be subscribed to - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Compliance/Requirements.ts#L126) - -▸ **get**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../../../modules/Types/Types.md#subcallback)\<[`ComplianceRequirements`](../../../../../../../interfaces/Types/ComplianceRequirements/ComplianceRequirements.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Compliance/Requirements.ts#L127) - -___ - -### modify - -▸ **modify**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Modify a compliance requirement for the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyComplianceRequirementParams`](../../../../../../../modules/API/Procedures/Types/Types.md#modifycompliancerequirementparams) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Compliance/Requirements.ts#L243) - -___ - -### pause - -▸ **pause**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Pause all the Asset's requirements. This means that all transfers will be allowed until requirements are unpaused - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [pause.checkAuthorization](../../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Compliance/Requirements.ts#L202) - -___ - -### remove - -▸ **remove**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Remove an existing compliance requirement from the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RemoveAssetRequirementParams`](../../../../../../../interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [remove.checkAuthorization](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Compliance/Requirements.ts#L104) - -___ - -### reset - -▸ **reset**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Delete all the current requirements for the Asset. - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [reset.checkAuthorization](../../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Compliance/Requirements.ts#L192) - -___ - -### set - -▸ **set**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Configure compliance requirements for the Asset. This operation will replace all existing requirements with a new requirement set - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetAssetRequirementsParams`](../../../../../../../interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Example`** - -```ts -Say A, B, C, D and E are requirements and we arrange them as `[[A, B], [C, D], [E]]`. -For a transfer to succeed, it must either comply with A AND B, C AND D, OR E. -``` - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [set.checkAuthorization](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Compliance/Requirements.ts#L117) - -___ - -### unpause - -▸ **unpause**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Un-pause all the Asset's current requirements - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unpause.checkAuthorization](../../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Compliance/Requirements.ts#L212) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md deleted file mode 100644 index 10dea29b35..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md +++ /dev/null @@ -1,137 +0,0 @@ ---- -id: "TrustedClaimIssuers" -title: "Class: TrustedClaimIssuers" -sidebar_label: "TrustedClaimIssuers" ---- - -[api/entities/Asset/Base/Compliance/TrustedClaimIssuers](../../../../../../../modules/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md).TrustedClaimIssuers - -Handles all Asset Default Trusted Claim Issuers related functionality - -## Hierarchy - -- `Namespace`\<[`BaseAsset`](../../BaseAsset/BaseAsset.md)\> - - ↳ **`TrustedClaimIssuers`** - -## Methods - -### add - -▸ **add**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Add the supplied Identities to the Asset's list of trusted claim issuers - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyAssetTrustedClaimIssuersAddSetParams`](../../../../../../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [add.checkAuthorization](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L95) - -___ - -### get - -▸ **get**(): `Promise`\<[`TrustedClaimIssuer`](../../../../../../../interfaces/Types/TrustedClaimIssuer/TrustedClaimIssuer.md)\<``true``\>[]\> - -Retrieve the current Default Trusted Claim Issuers of the Asset - -#### Returns - -`Promise`\<[`TrustedClaimIssuer`](../../../../../../../interfaces/Types/TrustedClaimIssuer/TrustedClaimIssuer.md)\<``true``\>[]\> - -**`Note`** - -can be subscribed to - -#### Defined in - -[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L114) - -▸ **get**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../../../modules/Types/Types.md#subcallback)\<[`TrustedClaimIssuer`](../../../../../../../interfaces/Types/TrustedClaimIssuer/TrustedClaimIssuer.md)\<``true``\>[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L115) - -___ - -### remove - -▸ **remove**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Remove the supplied Identities from the Asset's list of trusted claim issuers * - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyAssetTrustedClaimIssuersRemoveParams`](../../../../../../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [remove.checkAuthorization](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L105) - -___ - -### set - -▸ **set**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Assign a new default list of trusted claim issuers to the Asset by replacing the existing ones with the list passed as a parameter - -This requires two transactions - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyAssetTrustedClaimIssuersAddSetParams`](../../../../../../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [set.checkAuthorization](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L85) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Documents/Documents.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Documents/Documents.md deleted file mode 100644 index 8a229803e2..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Documents/Documents.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -id: "Documents" -title: "Class: Documents" -sidebar_label: "Documents" ---- - -[api/entities/Asset/Base/Documents](../../../../../../modules/API/Entities/Asset/Base/Documents/Documents.md).Documents - -Handles all Asset Document related functionality - -## Hierarchy - -- `Namespace`\<[`BaseAsset`](../BaseAsset/BaseAsset.md)\> - - ↳ **`Documents`** - -## Methods - -### get - -▸ **get**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`AssetDocument`](../../../../../../interfaces/Types/AssetDocument/AssetDocument.md)\>\> - -Retrieve all documents linked to the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../../../interfaces/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`AssetDocument`](../../../../../../interfaces/Types/AssetDocument/AssetDocument.md)\>\> - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Asset/Base/Documents/index.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Documents/index.ts#L47) - -___ - -### set - -▸ **set**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Assign a new list of documents to the Asset by replacing the existing list of documents with the ones passed in the parameters - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetAssetDocumentsParams`](../../../../../../interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [set.checkAuthorization](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Documents/index.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Documents/index.ts#L38) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Metadata/Metadata.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Metadata/Metadata.md deleted file mode 100644 index b25a20bd3b..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Metadata/Metadata.md +++ /dev/null @@ -1,92 +0,0 @@ ---- -id: "Metadata" -title: "Class: Metadata" -sidebar_label: "Metadata" ---- - -[api/entities/Asset/Base/Metadata](../../../../../../modules/API/Entities/Asset/Base/Metadata/Metadata.md).Metadata - -Handles all Asset Metadata related functionality - -## Hierarchy - -- `Namespace`\<[`BaseAsset`](../BaseAsset/BaseAsset.md)\> - - ↳ **`Metadata`** - -## Methods - -### get - -▸ **get**(): `Promise`\<[`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md)[]\> - -Retrieve all the MetadataEntry for this Asset - -#### Returns - -`Promise`\<[`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md)[]\> - -#### Defined in - -[api/entities/Asset/Base/Metadata/index.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Metadata/index.ts#L51) - -___ - -### getOne - -▸ **getOne**(`args`): `Promise`\<[`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md)\> - -Retrieve a single MetadataEntry by its ID and type - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.id` | `BigNumber` | -| `args.type` | [`MetadataType`](../../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) | - -#### Returns - -`Promise`\<[`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md)\> - -**`Throws`** - -if there is no MetadataEntry with the passed ID and specified type - -#### Defined in - -[api/entities/Asset/Base/Metadata/index.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Metadata/index.ts#L97) - -___ - -### register - -▸ **register**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md), [`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md)\>\> - -Register a metadata for this Asset and optionally set its value. -The metadata value can be set by passing `value` parameter and specifying other optional `details` about the value - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RegisterMetadataParams`](../../../../../../modules/API/Procedures/Types/Types.md#registermetadataparams) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md), [`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md)\>\> - -**`Note`** - -This registers a metadata of type `Local` - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [register.checkAuthorization](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Metadata/index.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Metadata/index.ts#L44) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Permissions/Permissions.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Permissions/Permissions.md deleted file mode 100644 index 8264010ae2..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Permissions/Permissions.md +++ /dev/null @@ -1,183 +0,0 @@ ---- -id: "Permissions" -title: "Class: Permissions" -sidebar_label: "Permissions" ---- - -[api/entities/Asset/Base/Permissions](../../../../../../modules/API/Entities/Asset/Base/Permissions/Permissions.md).Permissions - -Handles all Asset Permissions related functionality - -## Hierarchy - -- `Namespace`\<[`BaseAsset`](../BaseAsset/BaseAsset.md)\> - - ↳ **`Permissions`** - -## Methods - -### createGroup - -▸ **createGroup**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`CustomPermissionGroup`](../../../CustomPermissionGroup/CustomPermissionGroup.md), [`CustomPermissionGroup`](../../../CustomPermissionGroup/CustomPermissionGroup.md)\>\> - -Create a Permission Group for this Asset. Identities can be assigned to Permission Groups as agents. Agents assigned to a Permission Group have said group's permissions over the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateGroupParams`](../../../../../../interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`CustomPermissionGroup`](../../../CustomPermissionGroup/CustomPermissionGroup.md), [`CustomPermissionGroup`](../../../CustomPermissionGroup/CustomPermissionGroup.md)\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createGroup.checkAuthorization](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Permissions/index.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Permissions/index.ts#L69) - -___ - -### getAgents - -▸ **getAgents**(): `Promise`\<[`AgentWithGroup`](../../../../../../interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md)[]\> - -Retrieve a list of agents (Identities which have permissions over the Asset) and - their respective Permission Groups - -#### Returns - -`Promise`\<[`AgentWithGroup`](../../../../../../interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md)[]\> - -#### Defined in - -[api/entities/Asset/Base/Permissions/index.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Permissions/index.ts#L170) - -___ - -### getGroup - -▸ **getGroup**(`args`): `Promise`\<[`CustomPermissionGroup`](../../../CustomPermissionGroup/CustomPermissionGroup.md)\> - -Retrieve a single Permission Group by its ID (or type). Passing an ID will fetch a Custom Permission Group, - while passing a type will fetch a Known Permission Group - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.id` | `BigNumber` | - -#### Returns - -`Promise`\<[`CustomPermissionGroup`](../../../CustomPermissionGroup/CustomPermissionGroup.md)\> - -**`Throws`** - -if there is no Permission Group with the passed ID - -#### Defined in - -[api/entities/Asset/Base/Permissions/index.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Permissions/index.ts#L103) - -▸ **getGroup**(`args`): `Promise`\<[`KnownPermissionGroup`](../../../KnownPermissionGroup/KnownPermissionGroup.md)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.type` | [`PermissionGroupType`](../../../../../../enums/Types/PermissionGroupType/PermissionGroupType.md) | - -#### Returns - -`Promise`\<[`KnownPermissionGroup`](../../../KnownPermissionGroup/KnownPermissionGroup.md)\> - -#### Defined in - -[api/entities/Asset/Base/Permissions/index.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Permissions/index.ts#L104) - -___ - -### getGroups - -▸ **getGroups**(): `Promise`\<[`PermissionGroups`](../../../../../../interfaces/Types/PermissionGroups/PermissionGroups.md)\> - -Retrieve all Permission Groups of this Asset - -#### Returns - -`Promise`\<[`PermissionGroups`](../../../../../../interfaces/Types/PermissionGroups/PermissionGroups.md)\> - -#### Defined in - -[api/entities/Asset/Base/Permissions/index.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Permissions/index.ts#L136) - -___ - -### inviteAgent - -▸ **inviteAgent**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Invite an Identity to be an agent with permissions over this Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`InviteExternalAgentParams`](../../../../../../interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create an [Authorization Request](../../../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `target` Identity. - An [Account](../../../Account/Account.md) or [Identity](../../../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../../Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../../Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [inviteAgent.checkAuthorization](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Permissions/index.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Permissions/index.ts#L83) - -___ - -### removeAgent - -▸ **removeAgent**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Revoke an agent's permissions over this Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RemoveExternalAgentParams`](../../../../../../interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [removeAgent.checkAuthorization](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Permissions/index.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Permissions/index.ts#L93) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Settlements/FungibleSettlements.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Settlements/FungibleSettlements.md deleted file mode 100644 index 05f89a79c1..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Settlements/FungibleSettlements.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -id: "FungibleSettlements" -title: "Class: FungibleSettlements" -sidebar_label: "FungibleSettlements" ---- - -[api/entities/Asset/Base/Settlements](../../../../../../modules/API/Entities/Asset/Base/Settlements/Settlements.md).FungibleSettlements - -Handles all Asset Settlements related functionality - -## Hierarchy - -- `BaseSettlements`\<[`FungibleAsset`](../../Fungible/FungibleAsset.md)\> - - ↳ **`FungibleSettlements`** - -## Methods - -### canTransfer - -▸ **canTransfer**(`args`): `Promise`\<[`TransferBreakdown`](../../../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md)\> - -Check whether it is possible to create a settlement instruction to transfer a certain amount of this asset between two Portfolios. Returns a breakdown of - the transaction containing general errors (such as insufficient balance or invalid receiver), any broken transfer restrictions, and any compliance - failures - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args` | `Object` | - | -| `args.amount` | `BigNumber` | amount of tokens to transfer | -| `args.from?` | [`PortfolioLike`](../../../../../../modules/Types/Types.md#portfoliolike) | sender Portfolio (optional, defaults to the signing Identity's Default Portfolio) | -| `args.to` | [`PortfolioLike`](../../../../../../modules/Types/Types.md#portfoliolike) | receiver Portfolio | - -#### Returns - -`Promise`\<[`TransferBreakdown`](../../../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md)\> - -**`Note`** - -this takes locked tokens into account. For example, if portfolio A has 1000 tokens and this function is called to check if 700 of them can be - transferred to portfolio B (assuming everything else checks out) the result will be success. If an instruction is created and authorized to transfer those 700 tokens, - they would become locked. From that point, further calls to this function would return failed results because of the funds being locked, even though they haven't been - transferred yet - -#### Defined in - -[api/entities/Asset/Base/Settlements/index.ts:144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Settlements/index.ts#L144) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Settlements/NonFungibleSettlements.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Settlements/NonFungibleSettlements.md deleted file mode 100644 index 3a69a31b9a..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Base/Settlements/NonFungibleSettlements.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -id: "NonFungibleSettlements" -title: "Class: NonFungibleSettlements" -sidebar_label: "NonFungibleSettlements" ---- - -[api/entities/Asset/Base/Settlements](../../../../../../modules/API/Entities/Asset/Base/Settlements/Settlements.md).NonFungibleSettlements - -Handles all Asset Settlements related functionality - -## Hierarchy - -- `BaseSettlements`\<[`NftCollection`](../../../../../../modules/API/Entities/Types/Types.md#nftcollection)\> - - ↳ **`NonFungibleSettlements`** - -## Methods - -### canTransfer - -▸ **canTransfer**(`args`): `Promise`\<[`TransferBreakdown`](../../../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md)\> - -Check whether it is possible to create a settlement instruction to transfer an NFT between two Portfolios. Returns a breakdown of - the transaction containing general errors (such as insufficient balance or invalid receiver), any broken transfer restrictions, and any compliance - failures - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args` | `Object` | - | -| `args.from?` | [`PortfolioLike`](../../../../../../modules/Types/Types.md#portfoliolike) | sender Portfolio (optional, defaults to the signing Identity's Default Portfolio) | -| `args.nfts` | (`BigNumber` \| [`Nft`](../../NonFungible/Nft/Nft.md))[] | the NFTs to transfer | -| `args.to` | [`PortfolioLike`](../../../../../../modules/Types/Types.md#portfoliolike) | receiver Portfolio | - -#### Returns - -`Promise`\<[`TransferBreakdown`](../../../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md)\> - -**`Note`** - -this takes locked tokens into account. For example, if portfolio A has NFTs 1, 2 and 3 of a collection and this function is called to check if 1 of them can be - transferred to portfolio B (assuming everything else checks out) the result will be success. If an instruction is created and authorized to transfer that token, - they would become locked. From that point, further calls to this function would return failed results because of the funds being locked, even though it hasn't been - transferred yet - -#### Defined in - -[api/entities/Asset/Base/Settlements/index.ts:172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/Settlements/index.ts#L172) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md deleted file mode 100644 index 1a897943ff..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -id: "AssetHolders" -title: "Class: AssetHolders" -sidebar_label: "AssetHolders" ---- - -[api/entities/Asset/Fungible/AssetHolders](../../../../../../modules/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md).AssetHolders - -Handles all Asset Holders related functionality - -## Hierarchy - -- `Namespace`\<[`FungibleAsset`](../FungibleAsset.md)\> - - ↳ **`AssetHolders`** - -## Methods - -### get - -▸ **get**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`IdentityBalance`](../../../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md)\>\> - -Retrieve all the Asset Holders with their respective balance - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../../../interfaces/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`IdentityBalance`](../../../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md)\>\> - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Asset/Fungible/AssetHolders/index.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/AssetHolders/index.ts#L17) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md deleted file mode 100644 index 9728e22064..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md +++ /dev/null @@ -1,105 +0,0 @@ ---- -id: "Checkpoints" -title: "Class: Checkpoints" -sidebar_label: "Checkpoints" ---- - -[api/entities/Asset/Fungible/Checkpoints](../../../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md).Checkpoints - -Handles all Asset Checkpoints related functionality - -## Hierarchy - -- `Namespace`\<[`FungibleAsset`](../FungibleAsset.md)\> - - ↳ **`Checkpoints`** - -## Properties - -### schedules - -• **schedules**: [`Schedules`](Schedules/Schedules.md) - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/index.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L36) - -## Methods - -### create - -▸ **create**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Checkpoint`](../../../Checkpoint/Checkpoint.md), [`Checkpoint`](../../../Checkpoint/Checkpoint.md)\>\> - -Create a snapshot of Asset Holders and their respective balances at this moment - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Checkpoint`](../../../Checkpoint/Checkpoint.md), [`Checkpoint`](../../../Checkpoint/Checkpoint.md)\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [create.checkAuthorization](../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/index.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L60) - -___ - -### get - -▸ **get**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`CheckpointWithData`](../../../../../../interfaces/Types/CheckpointWithData/CheckpointWithData.md)\>\> - -Retrieve all Checkpoints created on this Asset, together with their corresponding creation Date and Total Supply - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../../../interfaces/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`CheckpointWithData`](../../../../../../interfaces/Types/CheckpointWithData/CheckpointWithData.md)\>\> - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/index.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L94) - -___ - -### getOne - -▸ **getOne**(`args`): `Promise`\<[`Checkpoint`](../../../Checkpoint/Checkpoint.md)\> - -Retrieve a single Checkpoint for this Asset by its ID - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.id` | `BigNumber` | - -#### Returns - -`Promise`\<[`Checkpoint`](../../../Checkpoint/Checkpoint.md)\> - -**`Throws`** - -if there is no Checkpoint with the passed ID - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/index.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L69) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md deleted file mode 100644 index bacc0cb4c1..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md +++ /dev/null @@ -1,140 +0,0 @@ ---- -id: "Schedules" -title: "Class: Schedules" -sidebar_label: "Schedules" ---- - -[api/entities/Asset/Fungible/Checkpoints/Schedules](../../../../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md).Schedules - -Handles all Asset Checkpoint Schedules related functionality - -## Hierarchy - -- `Namespace`\<[`FungibleAsset`](../../FungibleAsset.md)\> - - ↳ **`Schedules`** - -## Methods - -### create - -▸ **create**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`CheckpointSchedule`](../../../../CheckpointSchedule/CheckpointSchedule.md), [`CheckpointSchedule`](../../../../CheckpointSchedule/CheckpointSchedule.md)\>\> - -Create a schedule for Checkpoint creation (e.g. "Create a checkpoint every week for 5 weeks, starting next tuesday") - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateCheckpointScheduleParams`](../../../../../../../interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`CheckpointSchedule`](../../../../CheckpointSchedule/CheckpointSchedule.md), [`CheckpointSchedule`](../../../../CheckpointSchedule/CheckpointSchedule.md)\>\> - -**`Note`** - -⚠️ Chain v6 introduces changes in how checkpoints are created. Only a set amount of points can be specified, infinitely repeating schedules are deprecated - -**`Note`** - -due to chain limitations, schedules are advanced and (if appropriate) executed whenever the Asset is - redeemed, issued or transferred between portfolios. This means that on an Asset without much movement, there may be disparities between intended Checkpoint creation dates - and the actual date when they are created. This, however, has no effect on the Checkpoint's accuracy regarding to balances - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [create.checkAuthorization](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L57) - -___ - -### get - -▸ **get**(): `Promise`\<[`ScheduleWithDetails`](../../../../../../../interfaces/Types/ScheduleWithDetails/ScheduleWithDetails.md)[]\> - -Retrieve all active Checkpoint Schedules - -#### Returns - -`Promise`\<[`ScheduleWithDetails`](../../../../../../../interfaces/Types/ScheduleWithDetails/ScheduleWithDetails.md)[]\> - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L94) - -___ - -### getOne - -▸ **getOne**(`«destructured»`): `Promise`\<[`ScheduleWithDetails`](../../../../../../../interfaces/Types/ScheduleWithDetails/ScheduleWithDetails.md)\> - -Retrieve a single Checkpoint Schedule associated to this Asset by its ID - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `«destructured»` | `Object` | -| › `id` | `BigNumber` | - -#### Returns - -`Promise`\<[`ScheduleWithDetails`](../../../../../../../interfaces/Types/ScheduleWithDetails/ScheduleWithDetails.md)\> - -**`Throws`** - -if there is no Schedule with the passed ID - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L76) - -___ - -### maxComplexity - -▸ **maxComplexity**(): `Promise`\<`BigNumber`\> - -Retrieve the maximum allowed Schedule complexity for this Asset - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L137) - -___ - -### remove - -▸ **remove**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Remove the supplied Checkpoint Schedule for a given Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RemoveCheckpointScheduleParams`](../../../../../../../interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [remove.checkAuthorization](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L67) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md deleted file mode 100644 index 316aceaeb7..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md +++ /dev/null @@ -1,125 +0,0 @@ ---- -id: "CorporateActions" -title: "Class: CorporateActions" -sidebar_label: "CorporateActions" ---- - -[api/entities/Asset/Fungible/CorporateActions](../../../../../../modules/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md).CorporateActions - -Handles all Asset Corporate Actions related functionality - -## Hierarchy - -- `Namespace`\<[`FungibleAsset`](../FungibleAsset.md)\> - - ↳ **`CorporateActions`** - -## Properties - -### distributions - -• **distributions**: [`Distributions`](Distributions/Distributions.md) - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/index.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L26) - -## Methods - -### getAgents - -▸ **getAgents**(): `Promise`\<[`Identity`](../../../Identity/Identity.md)[]\> - -Retrieve a list of agent Identities - -#### Returns - -`Promise`\<[`Identity`](../../../Identity/Identity.md)[]\> - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/index.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L76) - -___ - -### getDefaultConfig - -▸ **getDefaultConfig**(): `Promise`\<[`CorporateActionDefaultConfig`](../../../../../../interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md)\> - -Retrieve default config comprising of targets, global tax withholding percentage and per-Identity tax withholding percentages. - -#### Returns - -`Promise`\<[`CorporateActionDefaultConfig`](../../../../../../interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md)\> - -**`Note`** - -This config is applied to every Corporate Action that is created until they are modified. Modifying the default config - does not impact existing Corporate Actions. - When creating a Corporate Action, values passed explicitly will override this default config - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/index.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L111) - -___ - -### remove - -▸ **remove**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Remove a Corporate Action - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RemoveCorporateActionParams`](../../../../../../interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [remove.checkAuthorization](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/index.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L69) - -___ - -### setDefaultConfig - -▸ **setDefaultConfig**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Assign default config values(targets, global tax withholding percentage and per-Identity tax withholding percentages) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyCaDefaultConfigParams`](../../../../../../modules/API/Procedures/Types/Types.md#modifycadefaultconfigparams) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -These config values are applied to every Corporate Action that is created until they are modified. Modifying these values - does not impact existing Corporate Actions. - When creating a Corporate Action, values passed explicitly will override these default config values - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setDefaultConfig.checkAuthorization](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/index.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L59) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md deleted file mode 100644 index 4e578f540c..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md +++ /dev/null @@ -1,91 +0,0 @@ ---- -id: "Distributions" -title: "Class: Distributions" -sidebar_label: "Distributions" ---- - -[api/entities/Asset/Fungible/CorporateActions/Distributions](../../../../../../../modules/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md).Distributions - -Handles all Asset Distributions related functionality - -## Hierarchy - -- `Namespace`\<[`FungibleAsset`](../../FungibleAsset.md)\> - - ↳ **`Distributions`** - -## Methods - -### configureDividendDistribution - -▸ **configureDividendDistribution**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`DividendDistribution`](../../../../DividendDistribution/DividendDistribution.md), [`DividendDistribution`](../../../../DividendDistribution/DividendDistribution.md)\>\> - -Create a Dividend Distribution for a subset of the Asset Holders at a certain (existing or future) Checkpoint - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ConfigureDividendDistributionParams`](../../../../../../../interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`DividendDistribution`](../../../../DividendDistribution/DividendDistribution.md), [`DividendDistribution`](../../../../DividendDistribution/DividendDistribution.md)\>\> - -**`Note`** - -required role: - - Origin Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [configureDividendDistribution.checkAuthorization](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/Distributions.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/CorporateActions/Distributions.ts#L42) - -___ - -### get - -▸ **get**(): `Promise`\<[`DistributionWithDetails`](../../../../../../../interfaces/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> - -Retrieve all Dividend Distributions associated to this Asset, along with their details - -#### Returns - -`Promise`\<[`DistributionWithDetails`](../../../../../../../interfaces/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/Distributions.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/CorporateActions/Distributions.ts#L117) - -___ - -### getOne - -▸ **getOne**(`args`): `Promise`\<[`DistributionWithDetails`](../../../../../../../interfaces/Types/DistributionWithDetails/DistributionWithDetails.md)\> - -Retrieve a single Dividend Distribution associated to this Asset by its ID - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.id` | `BigNumber` | - -#### Returns - -`Promise`\<[`DistributionWithDetails`](../../../../../../../interfaces/Types/DistributionWithDetails/DistributionWithDetails.md)\> - -**`Throws`** - -if there is no Distribution with the passed ID - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/Distributions.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/CorporateActions/Distributions.ts#L65) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/FungibleAsset.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/FungibleAsset.md deleted file mode 100644 index faff5206b0..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/FungibleAsset.md +++ /dev/null @@ -1,798 +0,0 @@ ---- -id: "FungibleAsset" -title: "Class: FungibleAsset" -sidebar_label: "FungibleAsset" ---- - -[api/entities/Asset/Fungible](../../../../../modules/API/Entities/Asset/Fungible/Fungible.md).FungibleAsset - -Class used to manage all Fungible Asset functionality - -## Hierarchy - -- [`BaseAsset`](../Base/BaseAsset/BaseAsset.md) - - ↳ **`FungibleAsset`** - -## Properties - -### assetHolders - -• **assetHolders**: [`AssetHolders`](AssetHolders/AssetHolders.md) - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/index.ts#L59) - -___ - -### checkpoints - -• **checkpoints**: [`Checkpoints`](Checkpoints/Checkpoints.md) - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/index.ts#L63) - -___ - -### compliance - -• **compliance**: [`Compliance`](../Base/Compliance/Compliance.md) - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[compliance](../Base/BaseAsset/BaseAsset.md#compliance) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L54) - -___ - -### corporateActions - -• **corporateActions**: [`CorporateActions`](CorporateActions/CorporateActions.md) - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/index.ts#L64) - -___ - -### did - -• **did**: `string` - -Identity ID of the Asset (used for Claims) - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[did](../Base/BaseAsset/BaseAsset.md#did) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L62) - -___ - -### documents - -• **documents**: [`Documents`](../Base/Documents/Documents.md) - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[documents](../Base/BaseAsset/BaseAsset.md#documents) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L55) - -___ - -### issuance - -• **issuance**: [`Issuance`](Issuance/Issuance.md) - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/index.ts#L60) - -___ - -### metadata - -• **metadata**: [`Metadata`](../Base/Metadata/Metadata.md) - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[metadata](../Base/BaseAsset/BaseAsset.md#metadata) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L56) - -___ - -### offerings - -• **offerings**: [`Offerings`](Offerings/Offerings.md) - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/index.ts#L62) - -___ - -### permissions - -• **permissions**: [`Permissions`](../Base/Permissions/Permissions.md) - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[permissions](../Base/BaseAsset/BaseAsset.md#permissions) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L57) - -___ - -### settlements - -• **settlements**: [`FungibleSettlements`](../Base/Settlements/FungibleSettlements.md) - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/index.ts#L58) - -___ - -### ticker - -• **ticker**: `string` - -ticker of the Asset - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[ticker](../Base/BaseAsset/BaseAsset.md#ticker) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L67) - -___ - -### transferRestrictions - -• **transferRestrictions**: [`TransferRestrictions`](TransferRestrictions/TransferRestrictions.md) - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/index.ts#L61) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[uuid](../Base/BaseAsset/BaseAsset.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### controllerTransfer - -▸ **controllerTransfer**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Force a transfer from a given Portfolio to the caller’s default Portfolio - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ControllerTransferParams`](../../../../../interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [controllerTransfer.checkAuthorization](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/index.ts#L222) - -___ - -### createdAt - -▸ **createdAt**(): `Promise`\<``null`` \| [`EventIdentifier`](../../../../../interfaces/Types/EventIdentifier/EventIdentifier.md)\> - -Retrieve the identifier data (block number, date and event index) of the event that was emitted when the token was created - -#### Returns - -`Promise`\<``null`` \| [`EventIdentifier`](../../../../../interfaces/Types/EventIdentifier/EventIdentifier.md)\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/index.ts#L159) - -___ - -### currentFundingRound - -▸ **currentFundingRound**(): `Promise`\<``null`` \| `string`\> - -Retrieve the Asset's funding round - -#### Returns - -`Promise`\<``null`` \| `string`\> - -**`Note`** - -can be subscribed to - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/index.ts#L121) - -▸ **currentFundingRound**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../modules/Types/Types.md#subcallback)\<``null`` \| `string`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/index.ts#L122) - -___ - -### details - -▸ **details**(): `Promise`\<[`AssetDetails`](../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> - -Retrieve the Asset's data - -#### Returns - -`Promise`\<[`AssetDetails`](../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> - -**`Note`** - -can be subscribed to - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[details](../Base/BaseAsset/BaseAsset.md#details) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L228) - -▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../modules/Types/Types.md#subcallback)\<[`AssetDetails`](../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[details](../Base/BaseAsset/BaseAsset.md#details) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L229) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this FungibleAsset exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -BaseAsset.exists - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/index.ts#L319) - -___ - -### freeze - -▸ **freeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Freeze transfers of the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [freeze.checkAuthorization](../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[freeze](../Base/BaseAsset/BaseAsset.md#freeze) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L139) - -___ - -### getIdentifiers - -▸ **getIdentifiers**(): `Promise`\<[`SecurityIdentifier`](../../../../../interfaces/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> - -Retrieve the Asset's identifiers list - -#### Returns - -`Promise`\<[`SecurityIdentifier`](../../../../../interfaces/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> - -**`Note`** - -can be subscribed to - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[getIdentifiers](../Base/BaseAsset/BaseAsset.md#getidentifiers) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L158) - -▸ **getIdentifiers**(`callback?`): `Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback?` | [`SubCallback`](../../../../../modules/Types/Types.md#subcallback)\<[`SecurityIdentifier`](../../../../../interfaces/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[getIdentifiers](../Base/BaseAsset/BaseAsset.md#getidentifiers) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L159) - -___ - -### getOperationHistory - -▸ **getOperationHistory**(): `Promise`\<[`HistoricAgentOperation`](../../../../../interfaces/Types/HistoricAgentOperation/HistoricAgentOperation.md)[]\> - -Retrieve this Asset's Operation History - -#### Returns - -`Promise`\<[`HistoricAgentOperation`](../../../../../interfaces/Types/HistoricAgentOperation/HistoricAgentOperation.md)[]\> - -**`Note`** - -Operations are grouped by the agent Identity who performed them - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/index.ts#L233) - -___ - -### getTransactionHistory - -▸ **getTransactionHistory**(`opts`): `Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`HistoricAssetTransaction`](../../../../../interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md)\>\> - -Retrieve this Asset's transaction History - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`HistoricAssetTransaction`](../../../../../interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md)\>\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/index.ts#L262) - -___ - -### investorCount - -▸ **investorCount**(): `Promise`\<`BigNumber`\> - -Retrieve the amount of unique investors that hold this Asset - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/index.ts#L192) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[isEqual](../Base/BaseAsset/BaseAsset.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### isFrozen - -▸ **isFrozen**(): `Promise`\<`boolean`\> - -Check whether transfers are frozen for the Asset - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -can be subscribed to - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[isFrozen](../Base/BaseAsset/BaseAsset.md#isfrozen) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L194) - -▸ **isFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../modules/Types/Types.md#subcallback)\<`boolean`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[isFrozen](../Base/BaseAsset/BaseAsset.md#isfrozen) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L195) - -___ - -### modify - -▸ **modify**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](FungibleAsset.md), [`FungibleAsset`](FungibleAsset.md)\>\> - -Modify some properties of the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyAssetParams`](../../../../../modules/API/Procedures/Types/Types.md#modifyassetparams) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](FungibleAsset.md), [`FungibleAsset`](FungibleAsset.md)\>\> - -**`Throws`** - -if the passed values result in no changes being made to the Asset - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/index.ts#L112) - -___ - -### redeem - -▸ **redeem**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Redeem (burn) an amount of this Asset's tokens - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RedeemTokensParams`](../../../../../interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -tokens are removed from the caller's Default Portfolio - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [redeem.checkAuthorization](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/index.ts#L185) - -___ - -### setVenueFiltering - -▸ **setVenueFiltering**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Enable/disable venue filtering for this Asset and/or set allowed/disallowed venues - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetVenueFilteringParams`](../../../../../modules/API/Procedures/Types/Types.md#setvenuefilteringparams) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setVenueFiltering.checkAuthorization](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:343](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/index.ts#L343) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the NftCollection's ticker - -#### Returns - -`string` - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[toHuman](../Base/BaseAsset/BaseAsset.md#tohuman) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L342) - -___ - -### transferOwnership - -▸ **transferOwnership**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Transfer ownership of the Asset to another Identity. This generates an authorization request that must be accepted - by the recipient - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`TransferAssetOwnershipParams`](../../../../../interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create [Authorization Request](../../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `target` Identity. - An [Account](../../Account/Account.md) or [Identity](../../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [transferOwnership.checkAuthorization](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[transferOwnership](../Base/BaseAsset/BaseAsset.md#transferownership) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L80) - -___ - -### unfreeze - -▸ **unfreeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Unfreeze transfers of the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unfreeze.checkAuthorization](../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[unfreeze](../Base/BaseAsset/BaseAsset.md#unfreeze) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L149) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[generateUuid](../Base/BaseAsset/BaseAsset.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[unserialize](../Base/BaseAsset/BaseAsset.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/Issuance/Issuance.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/Issuance/Issuance.md deleted file mode 100644 index 79537e2b62..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/Issuance/Issuance.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -id: "Issuance" -title: "Class: Issuance" -sidebar_label: "Issuance" ---- - -[api/entities/Asset/Fungible/Issuance](../../../../../../modules/API/Entities/Asset/Fungible/Issuance/Issuance.md).Issuance - -Handles all Asset Issuance related functionality - -## Hierarchy - -- `Namespace`\<[`FungibleAsset`](../FungibleAsset.md)\> - - ↳ **`Issuance`** - -## Methods - -### issue - -▸ **issue**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](../FungibleAsset.md), [`FungibleAsset`](../FungibleAsset.md)\>\> - -Issue a certain amount of Asset tokens to the caller's default portfolio - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`IssueTokensParams`](../../../../../../interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](../FungibleAsset.md), [`FungibleAsset`](../FungibleAsset.md)\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [issue.checkAuthorization](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/Issuance/index.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/Issuance/index.ts#L32) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/Offerings/Offerings.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/Offerings/Offerings.md deleted file mode 100644 index 6f652f8c94..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/Offerings/Offerings.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -id: "Offerings" -title: "Class: Offerings" -sidebar_label: "Offerings" ---- - -[api/entities/Asset/Fungible/Offerings](../../../../../../modules/API/Entities/Asset/Fungible/Offerings/Offerings.md).Offerings - -Handles all Asset Offering related functionality - -## Hierarchy - -- `Namespace`\<[`FungibleAsset`](../FungibleAsset.md)\> - - ↳ **`Offerings`** - -## Methods - -### get - -▸ **get**(`opts?`): `Promise`\<[`OfferingWithDetails`](../../../../../../interfaces/Types/OfferingWithDetails/OfferingWithDetails.md)[]\> - -Retrieve all of the Asset's Offerings and their details. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.status?` | `Partial`\<[`OfferingStatus`](../../../../../../interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md)\> | status of the Offerings to fetch. If defined, only Offerings that have all passed statuses will be returned | - -#### Returns - -`Promise`\<[`OfferingWithDetails`](../../../../../../interfaces/Types/OfferingWithDetails/OfferingWithDetails.md)[]\> - -#### Defined in - -[api/entities/Asset/Fungible/Offerings/index.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/Offerings/index.ts#L85) - -___ - -### getOne - -▸ **getOne**(`args`): `Promise`\<[`Offering`](../../../Offering/Offering.md)\> - -Retrieve a single Offering associated to this Asset by its ID - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.id` | `BigNumber` | - -#### Returns - -`Promise`\<[`Offering`](../../../Offering/Offering.md)\> - -**`Throws`** - -if there is no Offering with the passed ID - -#### Defined in - -[api/entities/Asset/Fungible/Offerings/index.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/Offerings/index.ts#L60) - -___ - -### launch - -▸ **launch**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Offering`](../../../Offering/Offering.md), [`Offering`](../../../Offering/Offering.md)\>\> - -Launch an Asset Offering - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`LaunchOfferingParams`](../../../../../../interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Offering`](../../../Offering/Offering.md), [`Offering`](../../../Offering/Offering.md)\>\> - -**`Note`** - -required roles: - - Offering Portfolio Custodian - - Raising Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [launch.checkAuthorization](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/Offerings/index.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/Offerings/index.ts#L51) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md deleted file mode 100644 index a873373a95..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md +++ /dev/null @@ -1,165 +0,0 @@ ---- -id: "ClaimCount" -title: "Class: ClaimCount" -sidebar_label: "ClaimCount" ---- - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount](../../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md).ClaimCount - -Handles all Claim Count Transfer Restriction related functionality - -## Hierarchy - -- [`TransferRestrictionBase`](../TransferRestrictionBase/TransferRestrictionBase.md)\<[`ClaimCount`](../../../../../../../enums/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount)\> - - ↳ **`ClaimCount`** - -## Properties - -### addRestriction - -• **addRestriction**: [`ProcedureMethod`](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`AddClaimCountTransferRestrictionParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addclaimcounttransferrestrictionparams), ``"type"``\>, `BigNumber`, `BigNumber`\> - -Add a ClaimCount Transfer Restriction to this Asset. This limits to total number of individual -investors that may hold the Asset scoped by some Claim. This can limit the number of holders that -are non accredited, or ensure all holders are of a certain nationality - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -**`Throws`** - -if the appropriate count statistic (matching ClaimType and issuer) is not enabled for the Asset. [enableStat](ClaimCount.md#enablestat) should be called with appropriate arguments before this method - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[addRestriction](../TransferRestrictionBase/TransferRestrictionBase.md#addrestriction) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L31) - -___ - -### disableStat - -• **disableStat**: [`ProcedureMethod`](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`RemoveScopedCountParams`](../../../../../../../modules/API/Procedures/Types/Types.md#removescopedcountparams), ``"type"``\>, `void`, `void`\> - -Disables a claim count statistic for the Asset. Since statistics introduce slight overhead to each transaction -involving the Asset, disabling unused stats will reduce gas fees for investors - -**`Throws`** - -if the stat is being used by a restriction or is not set - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[disableStat](../TransferRestrictionBase/TransferRestrictionBase.md#disablestat) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L77) - -___ - -### enableStat - -• **enableStat**: [`ProcedureMethod`](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`AddClaimCountStatParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addclaimcountstatparams), ``"type"``\>, `void`, `void`\> - -Enables an investor count statistic for the Asset to be scoped by a claim, which is required before creating restrictions - -The counter is only updated automatically with each transfer of tokens after the stat has been enabled. -As such the initial values for the stat should be passed in. -For `Affiliate` and `Accredited` scoped stats the both the number of investors who have the Claim and who do not have the claim -should be given. For `Jurisdiction` scoped stats the amount of holders for each CountryCode need to be given. - -**`Note`** - -Currently there is a potential race condition if passing in counts values when the Asset is being traded. -It is recommended to call this method during the initial configuration of the Asset, before people are trading it. -Otherwise the Asset should be frozen, or the stat checked after being set to ensure the correct value is used. Future -versions of the chain may expose a new extrinsic to avoid this issue - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[enableStat](../TransferRestrictionBase/TransferRestrictionBase.md#enablestat) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L69) - -___ - -### get - -• **get**: () => `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`ClaimCountTransferRestriction`](../../../../../../../interfaces/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md)\>\> - -#### Type declaration - -▸ (): `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`ClaimCountTransferRestriction`](../../../../../../../interfaces/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md)\>\> - -Retrieve all active Claim Count Transfer Restrictions - -##### Returns - -`Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`ClaimCountTransferRestriction`](../../../../../../../interfaces/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md)\>\> - -**`Note`** - -there is a maximum number of restrictions allowed across all types. - The `availableSlots` property of the result represents how many more restrictions can be added - before reaching that limit - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[get](../TransferRestrictionBase/TransferRestrictionBase.md#get) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L86) - -___ - -### removeRestrictions - -• **removeRestrictions**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`BigNumber`, `BigNumber`\> - -Removes all Claim Count Transfer Restrictions from this Asset - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[removeRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#removerestrictions) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L54) - -___ - -### setRestrictions - -• **setRestrictions**: [`ProcedureMethod`](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`SetClaimCountTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md), ``"type"``\>, `BigNumber`, `BigNumber`\> - -Sets all Claim Count Transfer Restrictions on this Asset - -**`Note`** - -this method sets exempted Identities for restrictions as well. If an Identity is currently exempted from a Claim Count Transfer Restriction -but not passed into this call then it will be removed - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[setRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#setrestrictions) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L44) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md deleted file mode 100644 index 70573ad205..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md +++ /dev/null @@ -1,150 +0,0 @@ ---- -id: "ClaimPercentage" -title: "Class: ClaimPercentage" -sidebar_label: "ClaimPercentage" ---- - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage](../../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md).ClaimPercentage - -Handles all Claim Percentage Transfer Restriction related functionality - -## Hierarchy - -- [`TransferRestrictionBase`](../TransferRestrictionBase/TransferRestrictionBase.md)\<[`ClaimPercentage`](../../../../../../../enums/Types/TransferRestrictionType/TransferRestrictionType.md#claimpercentage)\> - - ↳ **`ClaimPercentage`** - -## Properties - -### addRestriction - -• **addRestriction**: [`ProcedureMethod`](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`AddClaimPercentageTransferRestrictionParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addclaimpercentagetransferrestrictionparams), ``"type"``\>, `BigNumber`, `BigNumber`\> - -Add a Percentage Transfer Restriction to this Asset. This can be used to limit the total amount of supply -investors who share a ClaimType may hold. For example a restriction can be made so Canadian investors must hold -at least 50% of the supply. - -**`Throws`** - -if the appropriately scoped Balance statistic (by ClaimType and issuer) is not enabled for this Asset. [enableStat](ClaimPercentage.md#enablestat) with appropriate arguments should be called before this method - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[addRestriction](../TransferRestrictionBase/TransferRestrictionBase.md#addrestriction) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L31) - -___ - -### disableStat - -• **disableStat**: [`ProcedureMethod`](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`RemoveScopedBalanceParams`](../../../../../../../modules/API/Procedures/Types/Types.md#removescopedbalanceparams), ``"type"``\>, `void`, `void`\> - -Disables an investor balance statistic for the Asset. Since statistics introduce slight overhead to each transaction -involving the Asset, disabling unused stats will reduce gas fees for investors - -**`Throws`** - -if the stat is being used by a restriction or is not set - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[disableStat](../TransferRestrictionBase/TransferRestrictionBase.md#disablestat) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L68) - -___ - -### enableStat - -• **enableStat**: [`ProcedureMethod`](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`AddClaimPercentageStatParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addclaimpercentagestatparams), ``"type"``\>, `void`, `void`\> - -Enables investor balance statistic for the Asset, which is required before creating restrictions -that limit the total ownership the Asset's supply - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[enableStat](../TransferRestrictionBase/TransferRestrictionBase.md#enablestat) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L60) - -___ - -### get - -• **get**: () => `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`ClaimPercentageTransferRestriction`](../../../../../../../interfaces/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md)\>\> - -#### Type declaration - -▸ (): `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`ClaimPercentageTransferRestriction`](../../../../../../../interfaces/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md)\>\> - -Retrieve all active Claim Percentage Transfer Restrictions - -##### Returns - -`Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`ClaimPercentageTransferRestriction`](../../../../../../../interfaces/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md)\>\> - -**`Note`** - -there is a maximum number of restrictions allowed across all types. - The `availableSlots` property of the result represents how many more restrictions can be added - before reaching that limit - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[get](../TransferRestrictionBase/TransferRestrictionBase.md#get) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L77) - -___ - -### removeRestrictions - -• **removeRestrictions**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`BigNumber`, `BigNumber`\> - -Removes all Claim Percentage Transfer Restrictions from this Asset - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[removeRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#removerestrictions) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L54) - -___ - -### setRestrictions - -• **setRestrictions**: [`ProcedureMethod`](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`SetClaimPercentageTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md), ``"type"``\>, `BigNumber`, `BigNumber`\> - -Sets all Claim Percentage Transfer Restrictions on this Asset - -**`Note`** - -this method sets exempted Identities for restrictions as well. If an Identity is currently exempted from a Claim Percentage Transfer Restriction -but not passed into this call then it will be removed - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[setRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#setrestrictions) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L44) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md deleted file mode 100644 index 9b5d01a211..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md +++ /dev/null @@ -1,188 +0,0 @@ ---- -id: "Count" -title: "Class: Count" -sidebar_label: "Count" ---- - -[api/entities/Asset/Fungible/TransferRestrictions/Count](../../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md).Count - -Handles all Count Transfer Restriction related functionality - -## Hierarchy - -- [`TransferRestrictionBase`](../TransferRestrictionBase/TransferRestrictionBase.md)\<[`Count`](../../../../../../../enums/Types/TransferRestrictionType/TransferRestrictionType.md#count)\> - - ↳ **`Count`** - -## Properties - -### addRestriction - -• **addRestriction**: [`ProcedureMethod`](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`AddCountTransferRestrictionParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addcounttransferrestrictionparams), ``"type"``\>, `BigNumber`, `BigNumber`\> - -Add a Count Transfer Restriction to this Asset. This limits to total number of individual -investors that may hold the Asset. In some jurisdictions once a threshold of investors is -passed, different regulations may apply. Count Transfer Restriction can ensure such limits are not exceeded - -**`Throws`** - -if a count statistic is not enabled for the Asset. [Count.enableStat](Count.md#enablestat) should be called before this method - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[addRestriction](../TransferRestrictionBase/TransferRestrictionBase.md#addrestriction) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L38) - -___ - -### disableStat - -• **disableStat**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`void`, `void`\> - -Disables the investor count statistic for the Asset. Since statistics introduce slight overhead to each transaction -involving the Asset, disabling unused stats will reduce gas fees for investors when they transact with the Asset - -**`Throws`** - -if the stat is being used by a restriction or is not set - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[disableStat](../TransferRestrictionBase/TransferRestrictionBase.md#disablestat) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L82) - -___ - -### enableStat - -• **enableStat**: [`ProcedureMethod`](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md)\<`Pick`\<[`AddCountStatParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addcountstatparams), ``"count"``\>, `void`, `void`\> - -Enables an investor count statistic for the Asset, which is required before creating restrictions - -The counter is only updated automatically with each transfer of tokens after the stat has been enabled. -As such the initial value for the stat should be passed in, which can be fetched with [Count.investorCount](Count.md#investorcount) - -**`Note`** - -Currently there is a potential race condition if passing in counts values when the Asset is being traded. -It is recommended to call this method during the initial configuration of the Asset, before people are trading it. -Otherwise the Asset should be frozen, or the stat checked after being set to ensure the correct value is used. Future -versions of the chain may expose a new extrinsic to avoid this issue - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[enableStat](../TransferRestrictionBase/TransferRestrictionBase.md#enablestat) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L74) - -___ - -### get - -• **get**: () => `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`CountTransferRestriction`](../../../../../../../interfaces/Types/CountTransferRestriction/CountTransferRestriction.md)\>\> - -#### Type declaration - -▸ (): `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`CountTransferRestriction`](../../../../../../../interfaces/Types/CountTransferRestriction/CountTransferRestriction.md)\>\> - -/** - * Retrieve all active Count Transfer Restrictions - * - * - -##### Returns - -`Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`CountTransferRestriction`](../../../../../../../interfaces/Types/CountTransferRestriction/CountTransferRestriction.md)\>\> - -**`Note`** - -there is a maximum number of restrictions allowed across all types. - * The `availableSlots` property of the result represents how many more restrictions can be added - * before reaching that limit - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[get](../TransferRestrictionBase/TransferRestrictionBase.md#get) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L93) - -___ - -### investorCount - -• **investorCount**: () => `Promise`\<`BigNumber`\> - -#### Type declaration - -▸ (): `Promise`\<`BigNumber`\> - -Returns the count of individual holders of the Asset - -##### Returns - -`Promise`\<`BigNumber`\> - -**`Note`** - -This value can be used to initialize `enableStat`. If used for this purpose there is a potential race condition -if Asset transfers happen between the time of check and time of use. Either pause Asset transfers, or check after stat -creation and try again if a race occurred. Future versions of the chain should introduce an extrinsic to avoid this issue - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L102) - -___ - -### removeRestrictions - -• **removeRestrictions**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`BigNumber`, `BigNumber`\> - -Removes all Count Transfer Restrictions from this Asset - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[removeRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#removerestrictions) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L61) - -___ - -### setRestrictions - -• **setRestrictions**: [`ProcedureMethod`](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`SetCountTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md), ``"type"``\>, `BigNumber`, `BigNumber`\> - -Sets all Count Transfer Restrictions on this Asset - -**`Note`** - -this method sets exempted Identities for restrictions as well. If an Identity is currently exempted from a Count Transfer Restriction -but not passed into this call then it will be removed - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[setRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#setrestrictions) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L51) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md deleted file mode 100644 index 62a8b6cdf8..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md +++ /dev/null @@ -1,149 +0,0 @@ ---- -id: "Percentage" -title: "Class: Percentage" -sidebar_label: "Percentage" ---- - -[api/entities/Asset/Fungible/TransferRestrictions/Percentage](../../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md).Percentage - -Handles all Percentage Transfer Restriction related functionality - -## Hierarchy - -- [`TransferRestrictionBase`](../TransferRestrictionBase/TransferRestrictionBase.md)\<[`Percentage`](../../../../../../../enums/Types/TransferRestrictionType/TransferRestrictionType.md#percentage)\> - - ↳ **`Percentage`** - -## Properties - -### addRestriction - -• **addRestriction**: [`ProcedureMethod`](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`AddPercentageTransferRestrictionParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addpercentagetransferrestrictionparams), ``"type"``\>, `BigNumber`, `BigNumber`\> - -Add a Percentage Transfer Restriction to this Asset. This limits the total percentage of the supply -a single investor can acquire without an exemption - -**`Throws`** - -if the Balance statistic is not enabled for this Asset. [enableStat](Percentage.md#enablestat) should be called before this method - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[addRestriction](../TransferRestrictionBase/TransferRestrictionBase.md#addrestriction) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L28) - -___ - -### disableStat - -• **disableStat**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`void`, `void`\> - -Disables the investor balance statistic for the Asset. Since statistics introduce slight overhead to each transaction -involving the Asset, disabling unused stats will reduce gas fees for investors when they transact with the Asset - -**`Throws`** - -if the stat is being used by a restriction or is not set - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[disableStat](../TransferRestrictionBase/TransferRestrictionBase.md#disablestat) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L65) - -___ - -### enableStat - -• **enableStat**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`void`, `void`\> - -Enables investor balance statistic for the Asset, which is required before creating restrictions -that limit the total ownership of the Assets' supply - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[enableStat](../TransferRestrictionBase/TransferRestrictionBase.md#enablestat) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L57) - -___ - -### get - -• **get**: () => `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`PercentageTransferRestriction`](../../../../../../../interfaces/Types/PercentageTransferRestriction/PercentageTransferRestriction.md)\>\> - -#### Type declaration - -▸ (): `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`PercentageTransferRestriction`](../../../../../../../interfaces/Types/PercentageTransferRestriction/PercentageTransferRestriction.md)\>\> - -Retrieve all active Percentage Transfer Restrictions - -##### Returns - -`Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`PercentageTransferRestriction`](../../../../../../../interfaces/Types/PercentageTransferRestriction/PercentageTransferRestriction.md)\>\> - -**`Note`** - -there is a maximum number of restrictions allowed across all types. - The `availableSlots` property of the result represents how many more restrictions can be added - before reaching that limit - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[get](../TransferRestrictionBase/TransferRestrictionBase.md#get) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L74) - -___ - -### removeRestrictions - -• **removeRestrictions**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`BigNumber`, `BigNumber`\> - -Removes all Percentage Transfer Restrictions from this Asset - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[removeRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#removerestrictions) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L51) - -___ - -### setRestrictions - -• **setRestrictions**: [`ProcedureMethod`](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`SetPercentageTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md), ``"type"``\>, `BigNumber`, `BigNumber`\> - -Sets all Percentage Transfer Restrictions on this Asset - -**`Note`** - -this method sets exempted Identities for restrictions as well. If an Identity is currently exempted from a Percentage Transfer Restriction -but not passed into this call then it will be removed - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[setRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#setrestrictions) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L41) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md deleted file mode 100644 index 99256f0e58..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md +++ /dev/null @@ -1,206 +0,0 @@ ---- -id: "TransferRestrictionBase" -title: "Class: TransferRestrictionBase" -sidebar_label: "TransferRestrictionBase" ---- - -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase](../../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md).TransferRestrictionBase - -Base class for managing Transfer Restrictions - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `T` | extends [`TransferRestrictionType`](../../../../../../../enums/Types/TransferRestrictionType/TransferRestrictionType.md) | - -## Hierarchy - -- `Namespace`\<[`FungibleAsset`](../../FungibleAsset.md)\> - - ↳ **`TransferRestrictionBase`** - - ↳↳ [`ClaimCount`](../ClaimCount/ClaimCount.md) - - ↳↳ [`ClaimPercentage`](../ClaimPercentage/ClaimPercentage.md) - - ↳↳ [`Count`](../Count/Count.md) - - ↳↳ [`Percentage`](../Percentage/Percentage.md) - -## Methods - -### addRestriction - -▸ **addRestriction**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> - -Add a Transfer Restriction of the corresponding type to this Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AddRestrictionParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addrestrictionparams)\<`T`\> | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addRestriction.checkAuthorization](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L174) - -___ - -### disableStat - -▸ **disableStat**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Removes an Asset statistic - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RemoveAssetStatParamsBase`](../../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md#removeassetstatparamsbase)\<`T`\> | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -if the statistic is being used or is not set - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [disableStat.checkAuthorization](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L220) - -___ - -### enableStat - -▸ **enableStat**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Enables statistic of the corresponding type for this Asset, which are required for restrictions to be created - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetAssetStatParams`](../../../../../../../modules/API/Procedures/Types/Types.md#setassetstatparams)\<`T`\> | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [enableStat.checkAuthorization](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L208) - -___ - -### get - -▸ **get**(): `Promise`\<[`GetTransferRestrictionReturnType`](../../../../../../../modules/API/Procedures/Types/Types.md#gettransferrestrictionreturntype)\<`T`\>\> - -Retrieve all active Transfer Restrictions of the corresponding type - -#### Returns - -`Promise`\<[`GetTransferRestrictionReturnType`](../../../../../../../modules/API/Procedures/Types/Types.md#gettransferrestrictionreturntype)\<`T`\>\> - -**`Note`** - -there is a maximum number of restrictions allowed across all types. - The `availableSlots` property of the result represents how many more restrictions can be added - before reaching that limit - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L231) - -___ - -### removeRestrictions - -▸ **removeRestrictions**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> - -Removes all Transfer Restrictions of the corresponding type from this Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [removeRestrictions.checkAuthorization](../../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L198) - -___ - -### setRestrictions - -▸ **setRestrictions**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> - -Sets all Transfer Restrictions of the corresponding type on this Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetRestrictionsParams`](../../../../../../../modules/API/Procedures/Types/Types.md#setrestrictionsparams)\<`T`\> | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setRestrictions.checkAuthorization](../../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L186) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md deleted file mode 100644 index 6eb017fceb..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -id: "TransferRestrictions" -title: "Class: TransferRestrictions" -sidebar_label: "TransferRestrictions" ---- - -[api/entities/Asset/Fungible/TransferRestrictions](../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md).TransferRestrictions - -Handles all Asset Transfer Restrictions related functionality - -## Hierarchy - -- `Namespace`\<[`FungibleAsset`](../FungibleAsset.md)\> - - ↳ **`TransferRestrictions`** - -## Properties - -### claimCount - -• **claimCount**: [`ClaimCount`](ClaimCount/ClaimCount.md) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/index.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L14) - -___ - -### claimPercentage - -• **claimPercentage**: [`ClaimPercentage`](ClaimPercentage/ClaimPercentage.md) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/index.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L15) - -___ - -### count - -• **count**: [`Count`](Count/Count.md) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/index.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L12) - -___ - -### percentage - -• **percentage**: [`Percentage`](Percentage/Percentage.md) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/index.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L13) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/NonFungible/Nft/Nft.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/NonFungible/Nft/Nft.md deleted file mode 100644 index 0ffe68574c..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/NonFungible/Nft/Nft.md +++ /dev/null @@ -1,303 +0,0 @@ ---- -id: "Nft" -title: "Class: Nft" -sidebar_label: "Nft" ---- - -[api/entities/Asset/NonFungible/Nft](../../../../../../modules/API/Entities/Asset/NonFungible/Nft/Nft.md).Nft - -Class used to manage Nft functionality. Each NFT belongs to an NftCollection, which specifies the expected metadata values for each NFT - -## Hierarchy - -- [`Entity`](../../../Entity/Entity.md)\<[`NftUniqueIdentifiers`](../../../../../../modules/API/Entities/Asset/NonFungible/Nft/Nft.md#nftuniqueidentifiers), [`HumanReadable`](../../../../../../interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md)\> - - ↳ **`Nft`** - -## Properties - -### collection - -• **collection**: [`NftCollection`](../NftCollection/NftCollection.md) - -The [NftCollection](../../../../../../modules/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) this NFT belongs to - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/Nft.ts#L50) - -___ - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/Nft.ts#L45) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../../../Entity/Entity.md).[uuid](../../../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine if the NFT exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../../../Entity/Entity.md).[exists](../../../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/Nft.ts#L124) - -___ - -### getImageUri - -▸ **getImageUri**(): `Promise`\<``null`` \| `string`\> - -Get the conventional image URI for the NFT - -This function will check for a token level value and a collection level value. Token level values take precedence over base values in case of a conflict. - -When creating a collection an issuer can either require per token images by specifying global metadata key `imageUri` as a collection key or by -setting a collection base image URL by setting a value on the collection corresponding to the global metadata key `baseImageUri`. - -This method will return `null` if the NFT issuer did not configure the collection according to the convention. - -Per token URIs provide the most flexibility, but require more chain space to store, increasing the POLYX fee to issue each token. - -The URI values can include `{tokenId}` that will be replaced with the NFTs ID. If a base URI does not specify this the ID will be appended onto the URL. Examples: - - `https://example.com/nfts/{tokenId}/image.png` becomes `https://example.com/nfts/1/image.png` - - `https://example.com/nfts` becomes `https://example.com/nfts/1` if used a base value, but remain unchanged as a local value - -#### Returns - -`Promise`\<``null`` \| `string`\> - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/Nft.ts#L146) - -___ - -### getMetadata - -▸ **getMetadata**(): `Promise`\<[`NftMetadata`](../../../../../../interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md)[]\> - -Get metadata associated with this token - -#### Returns - -`Promise`\<[`NftMetadata`](../../../../../../interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md)[]\> - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/Nft.ts#L95) - -___ - -### getOwner - -▸ **getOwner**(): `Promise`\<``null`` \| [`NumberedPortfolio`](../../../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../DefaultPortfolio/DefaultPortfolio.md)\> - -Get owner of the NFT - -#### Returns - -`Promise`\<``null`` \| [`NumberedPortfolio`](../../../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../DefaultPortfolio/DefaultPortfolio.md)\> - -**`Note`** - -This method returns `null` if there is no existing holder for the token. This may happen even if the token has been redeemed/burned - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/Nft.ts#L207) - -___ - -### getTokenUri - -▸ **getTokenUri**(): `Promise`\<``null`` \| `string`\> - -Get the conventional token URI for the NFT - -This function will check for a token level value and a collection level value. Token level values take precedence over base values in case of a conflict. - -When creating a collection an issuer can either require per token URL by specifying global metadata key `tokenURI` as a collection key or by -setting a collection base URL by setting a value on the collection corresponding to the global metadata key `baseTokenUri` on the collection. - -This method will return `null` if the NFT issuer did not configure the collection according to the convention. - -Per token URIs provide the most flexibility, but require more chain space to store, increasing the POLYX fee to issue each token. - -The URI values can include `{tokenId}` that will be replaced with the NFTs ID. If a base URI does not specify this the ID will be appended onto the URL. Examples: - - `https://example.com/nfts/{tokenId}/info.json` becomes `https://example.com/nfts/1/info.json` - - `https://example.com/nfts` becomes `https://example.com/nfts/1` if used a base value, but remain unchanged as a local value - -#### Returns - -`Promise`\<``null`` \| `string`\> - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/Nft.ts#L182) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../../../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../../../Entity/Entity.md).[isEqual](../../../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### isLocked - -▸ **isLocked**(): `Promise`\<`boolean`\> - -Check if the NFT is locked in any settlement instruction - -#### Returns - -`Promise`\<`boolean`\> - -**`Throws`** - -if NFT has no owner (has been redeemed) - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/Nft.ts#L238) - -___ - -### redeem - -▸ **redeem**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Redeem (or "burns") the NFT, removing it from circulation - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | [`RedeemNftParams`](../../../../../../interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [OptionalArgsProcedureMethod](../../../../../../interfaces/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md), which means you can call [redeem.checkAuthorization](../../../../../../interfaces/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/Nft.ts#L58) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../../../Entity/Entity.md).[generateUuid](../../../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../../../Entity/Entity.md).[unserialize](../../../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md deleted file mode 100644 index 7913ac3bd2..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md +++ /dev/null @@ -1,626 +0,0 @@ ---- -id: "NftCollection" -title: "Class: NftCollection" -sidebar_label: "NftCollection" ---- - -[api/entities/Asset/NonFungible/NftCollection](../../../../../../modules/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md).NftCollection - -Class used to manage NFT functionality - -## Hierarchy - -- [`BaseAsset`](../../Base/BaseAsset/BaseAsset.md) - - ↳ **`NftCollection`** - -## Properties - -### compliance - -• **compliance**: [`Compliance`](../../Base/Compliance/Compliance.md) - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[compliance](../../Base/BaseAsset/BaseAsset.md#compliance) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L54) - -___ - -### did - -• **did**: `string` - -Identity ID of the Asset (used for Claims) - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[did](../../Base/BaseAsset/BaseAsset.md#did) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L62) - -___ - -### documents - -• **documents**: [`Documents`](../../Base/Documents/Documents.md) - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[documents](../../Base/BaseAsset/BaseAsset.md#documents) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L55) - -___ - -### metadata - -• **metadata**: [`Metadata`](../../Base/Metadata/Metadata.md) - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[metadata](../../Base/BaseAsset/BaseAsset.md#metadata) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L56) - -___ - -### permissions - -• **permissions**: [`Permissions`](../../Base/Permissions/Permissions.md) - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[permissions](../../Base/BaseAsset/BaseAsset.md#permissions) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L57) - -___ - -### settlements - -• **settlements**: [`NonFungibleSettlements`](../../Base/Settlements/NonFungibleSettlements.md) - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/NftCollection.ts#L50) - -___ - -### ticker - -• **ticker**: `string` - -ticker of the Asset - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[ticker](../../Base/BaseAsset/BaseAsset.md#ticker) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L67) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[uuid](../../Base/BaseAsset/BaseAsset.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### collectionKeys - -▸ **collectionKeys**(): `Promise`\<[`CollectionKey`](../../../../../../modules/API/Entities/Asset/Types/Types.md#collectionkey)[]\> - -Retrieve the metadata that defines the NFT collection. Every `issue` call for this collection must provide a value for each element returned - -#### Returns - -`Promise`\<[`CollectionKey`](../../../../../../modules/API/Entities/Asset/Types/Types.md#collectionkey)[]\> - -**`Note`** - -Each NFT **must** have an entry for each value, it **should** comply with the spec. -In other words, the SDK only validates the presence of metadata keys, additional validation should be used when issuing - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/NftCollection.ts#L146) - -___ - -### createdAt - -▸ **createdAt**(): `Promise`\<``null`` \| [`EventIdentifier`](../../../../../../interfaces/Types/EventIdentifier/EventIdentifier.md)\> - -Retrieve the identifier data (block number, date and event index) of the event that was emitted when the token was created - -#### Returns - -`Promise`\<``null`` \| [`EventIdentifier`](../../../../../../interfaces/Types/EventIdentifier/EventIdentifier.md)\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/NftCollection.ts#L234) - -___ - -### details - -▸ **details**(): `Promise`\<[`AssetDetails`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> - -Retrieve the NftCollection's data - -#### Returns - -`Promise`\<[`AssetDetails`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> - -**`Note`** - -can be subscribed to - -#### Overrides - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[details](../../Base/BaseAsset/BaseAsset.md#details) - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/NftCollection.ts#L97) - -▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../../modules/Types/Types.md#subcallback)\<[`AssetDetails`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Overrides - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[details](../../Base/BaseAsset/BaseAsset.md#details) - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/NftCollection.ts#L98) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this NftCollection exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -BaseAsset.exists - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/NftCollection.ts#L255) - -___ - -### freeze - -▸ **freeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Freeze transfers of the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [freeze.checkAuthorization](../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[freeze](../../Base/BaseAsset/BaseAsset.md#freeze) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L139) - -___ - -### getCollectionId - -▸ **getCollectionId**(): `Promise`\<`BigNumber`\> - -Returns the collection's on chain numeric ID. Used primarily to access NFT specific storage values - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/NftCollection.ts#L268) - -___ - -### getIdentifiers - -▸ **getIdentifiers**(): `Promise`\<[`SecurityIdentifier`](../../../../../../interfaces/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> - -Retrieve the Asset's identifiers list - -#### Returns - -`Promise`\<[`SecurityIdentifier`](../../../../../../interfaces/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> - -**`Note`** - -can be subscribed to - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[getIdentifiers](../../Base/BaseAsset/BaseAsset.md#getidentifiers) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L158) - -▸ **getIdentifiers**(`callback?`): `Promise`\<[`UnsubCallback`](../../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback?` | [`SubCallback`](../../../../../../modules/Types/Types.md#subcallback)\<[`SecurityIdentifier`](../../../../../../interfaces/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[getIdentifiers](../../Base/BaseAsset/BaseAsset.md#getidentifiers) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L159) - -___ - -### getNft - -▸ **getNft**(`args`): `Promise`\<[`Nft`](../Nft/Nft.md)\> - -Get an NFT belonging to this collection - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.id` | `BigNumber` | - -#### Returns - -`Promise`\<[`Nft`](../Nft/Nft.md)\> - -**`Throws`** - -if the given NFT does not exist - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/NftCollection.ts#L210) - -___ - -### investorCount - -▸ **investorCount**(): `Promise`\<`BigNumber`\> - -Retrieve the amount of unique investors that hold this Nft - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/NftCollection.ts#L187) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../../../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[isEqual](../../Base/BaseAsset/BaseAsset.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### isFrozen - -▸ **isFrozen**(): `Promise`\<`boolean`\> - -Check whether transfers are frozen for the Asset - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -can be subscribed to - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[isFrozen](../../Base/BaseAsset/BaseAsset.md#isfrozen) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L194) - -▸ **isFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../../modules/Types/Types.md#subcallback)\<`boolean`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[isFrozen](../../Base/BaseAsset/BaseAsset.md#isfrozen) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L195) - -___ - -### issue - -▸ **issue**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Nft`](../Nft/Nft.md), [`Nft`](../Nft/Nft.md)\>\> - -Issues a new NFT for the collection - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`IssueNftParams`](../../../../../../modules/API/Procedures/Types/Types.md#issuenftparams) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Nft`](../Nft/Nft.md), [`Nft`](../Nft/Nft.md)\>\> - -**`Note`** - -Each NFT requires metadata for each value returned by `collectionKeys`. The SDK and chain only validate the presence of these fields. Additional validation may be needed to ensure each value complies with the specification. - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [issue.checkAuthorization](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/NftCollection.ts#L59) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the NftCollection's ticker - -#### Returns - -`string` - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[toHuman](../../Base/BaseAsset/BaseAsset.md#tohuman) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L342) - -___ - -### transferOwnership - -▸ **transferOwnership**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Transfer ownership of the Asset to another Identity. This generates an authorization request that must be accepted - by the recipient - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`TransferAssetOwnershipParams`](../../../../../../interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create [Authorization Request](../../../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `target` Identity. - An [Account](../../../Account/Account.md) or [Identity](../../../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../../Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../../Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [transferOwnership.checkAuthorization](../../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[transferOwnership](../../Base/BaseAsset/BaseAsset.md#transferownership) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L80) - -___ - -### unfreeze - -▸ **unfreeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Unfreeze transfers of the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unfreeze.checkAuthorization](../../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[unfreeze](../../Base/BaseAsset/BaseAsset.md#unfreeze) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Base/BaseAsset.ts#L149) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[generateUuid](../../Base/BaseAsset/BaseAsset.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[unserialize](../../Base/BaseAsset/BaseAsset.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md deleted file mode 100644 index 7a2b90389a..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md +++ /dev/null @@ -1,308 +0,0 @@ ---- -id: "AuthorizationRequest" -title: "Class: AuthorizationRequest" -sidebar_label: "AuthorizationRequest" ---- - -[api/entities/AuthorizationRequest](../../../../modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md).AuthorizationRequest - -Represents a request made by an Identity to another Identity (or Account) for some sort of authorization. This has multiple uses. For example, if Alice - wants to transfer ownership of one of her Assets to Bob, this method emits an authorization request for Bob, - who then has to accept it in order to complete the ownership transfer - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/AuthorizationRequest/UniqueIdentifiers/UniqueIdentifiers.md), [`HumanReadable`](../../../../interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md)\> - - ↳ **`AuthorizationRequest`** - -## Properties - -### authId - -• **authId**: `BigNumber` - -internal identifier for the Request (used to accept/reject/cancel) - -#### Defined in - -[api/entities/AuthorizationRequest.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L100) - -___ - -### data - -• **data**: [`Authorization`](../../../../modules/Types/Types.md#authorization) - -Authorization Request data corresponding to type of Authorization - -| Type | Data | -|---------------------------------|---------------------------------| -| Add Relayer Paying Key | Beneficiary, Relayer, Allowance | -| Become Agent | Permission Group | -| Attest Primary Key Rotation | DID | -| Rotate Primary Key | N/A | -| Rotate Primary Key to Secondary | Permissions | -| Transfer Ticker | Ticker | -| Add MultiSig Signer | Account | -| Transfer Asset Ownership | Ticker | -| Join Identity | Permissions | -| Portfolio Custody | Portfolio | - -#### Defined in - -[api/entities/AuthorizationRequest.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L89) - -___ - -### expiry - -• **expiry**: ``null`` \| `Date` - -date at which the Authorization Request expires and can no longer be accepted. - At this point, a new Authorization Request must be emitted. Null if the Request never expires - -#### Defined in - -[api/entities/AuthorizationRequest.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L95) - -___ - -### issuer - -• **issuer**: [`Identity`](../Identity/Identity.md) - -Identity that emitted the request - -#### Defined in - -[api/entities/AuthorizationRequest.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L71) - -___ - -### target - -• **target**: [`Signer`](../../../../modules/Types/Types.md#signer) - -Identity or Account to which the request was emitted - -#### Defined in - -[api/entities/AuthorizationRequest.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L66) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### accept - -▸ **accept**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Accept the Authorization Request. You must be the target of the Request to be able to accept it - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [accept.checkAuthorization](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/AuthorizationRequest.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L193) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Authorization Request exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/AuthorizationRequest.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L222) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### isExpired - -▸ **isExpired**(): `boolean` - -Returns whether the Authorization Request has expired - -#### Returns - -`boolean` - -#### Defined in - -[api/entities/AuthorizationRequest.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L213) - -___ - -### remove - -▸ **remove**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Remove the Authorization Request - -- If you are the Request issuer, this will cancel the Authorization -- If you are the Request target, this will reject the Authorization - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [remove.checkAuthorization](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/AuthorizationRequest.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L206) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md) - -Return the Authorization's static data - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md) - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/AuthorizationRequest.ts:236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L236) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Checkpoint/Checkpoint.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Checkpoint/Checkpoint.md deleted file mode 100644 index 3d67c5ff70..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Checkpoint/Checkpoint.md +++ /dev/null @@ -1,280 +0,0 @@ ---- -id: "Checkpoint" -title: "Class: Checkpoint" -sidebar_label: "Checkpoint" ---- - -[api/entities/Checkpoint](../../../../modules/API/Entities/Checkpoint/Checkpoint.md).Checkpoint - -Represents a snapshot of the Asset's holders and their respective balances - at a certain point in time - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Checkpoint/UniqueIdentifiers/UniqueIdentifiers.md), [`HumanReadable`](../../../../interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md)\> - - ↳ **`Checkpoint`** - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset whose balances are being recorded in this Checkpoint - -#### Defined in - -[api/entities/Checkpoint.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Checkpoint.ts#L52) - -___ - -### id - -• **id**: `BigNumber` - -Checkpoint identifier number - -#### Defined in - -[api/entities/Checkpoint.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Checkpoint.ts#L47) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### allBalances - -▸ **allBalances**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`IdentityBalance`](../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md)\>\> - -Retrieve all Asset Holder balances at this Checkpoint - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`IdentityBalance`](../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -current Asset holders who didn't hold any tokens when the Checkpoint was created will be listed with a balance of 0. -This arises from a chain storage optimization and pagination. - -**`See`** - -[balance](Checkpoint.md#balance) for a more detailed explanation of the logic - -#### Defined in - -[api/entities/Checkpoint.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Checkpoint.ts#L109) - -___ - -### balance - -▸ **balance**(`args?`): `Promise`\<`BigNumber`\> - -Retrieve the balance of a specific Asset Holder Identity at this Checkpoint - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | defaults to the signing Identity | - -#### Returns - -`Promise`\<`BigNumber`\> - -**`Note`** - -A checkpoint only records balances when they change. The implementation is to query for all balance updates for [ticker, did] pair. -If no balance updates have happened since the Checkpoint has been created, then the storage will not have an entry for the user. Instead the current balance should be used. -The balance is stored only when the Identity makes a transaction after a Checkpoint is created. This helps keep storage usage to a minimum - -#### Defined in - -[api/entities/Checkpoint.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Checkpoint.ts#L201) - -___ - -### createdAt - -▸ **createdAt**(): `Promise`\<`Date`\> - -Retrieve this Checkpoint's creation date - -#### Returns - -`Promise`\<`Date`\> - -#### Defined in - -[api/entities/Checkpoint.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Checkpoint.ts#L87) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Checkpoint exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Checkpoint.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Checkpoint.ts#L245) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md) - -Return the Checkpoint's ticker and identifier - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md) - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Checkpoint.ts:265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Checkpoint.ts#L265) - -___ - -### totalSupply - -▸ **totalSupply**(): `Promise`\<`BigNumber`\> - -Retrieve the Asset's total supply at this checkpoint - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Defined in - -[api/entities/Checkpoint.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Checkpoint.ts#L69) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md deleted file mode 100644 index 57dec6d416..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md +++ /dev/null @@ -1,239 +0,0 @@ ---- -id: "CheckpointSchedule" -title: "Class: CheckpointSchedule" -sidebar_label: "CheckpointSchedule" ---- - -[api/entities/CheckpointSchedule](../../../../modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md).CheckpointSchedule - -Represents a Checkpoint Schedule for an Asset. Schedules can be set up to create Checkpoints at regular intervals - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md), [`HumanReadable`](../../../../interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md)\> - - ↳ **`CheckpointSchedule`** - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset for which Checkpoints are scheduled - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CheckpointSchedule/index.ts#L48) - -___ - -### expiryDate - -• **expiryDate**: `Date` - -date at which the last Checkpoint will be created with this Schedule. - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CheckpointSchedule/index.ts#L58) - -___ - -### id - -• **id**: `BigNumber` - -schedule identifier number - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CheckpointSchedule/index.ts#L43) - -___ - -### pendingPoints - -• **pendingPoints**: `Date`[] - -dates in the future where checkpoints are schedule to be created - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CheckpointSchedule/index.ts#L53) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### details - -▸ **details**(): `Promise`\<[`ScheduleDetails`](../../../../interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md)\> - -Retrieve information specific to this Schedule - -#### Returns - -`Promise`\<[`ScheduleDetails`](../../../../interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md)\> - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CheckpointSchedule/index.ts#L80) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Checkpoint Schedule exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CheckpointSchedule/index.ts#L150) - -___ - -### getCheckpoints - -▸ **getCheckpoints**(): `Promise`\<[`Checkpoint`](../Checkpoint/Checkpoint.md)[]\> - -Retrieve all Checkpoints created by this Schedule - -#### Returns - -`Promise`\<[`Checkpoint`](../Checkpoint/Checkpoint.md)[]\> - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CheckpointSchedule/index.ts#L118) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md) - -Return the Schedule's static data - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md) - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CheckpointSchedule/index.ts#L175) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Common/Namespaces/Authorizations/Authorizations.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Common/Namespaces/Authorizations/Authorizations.md deleted file mode 100644 index 3da3261d19..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Common/Namespaces/Authorizations/Authorizations.md +++ /dev/null @@ -1,108 +0,0 @@ ---- -id: "Authorizations" -title: "Class: Authorizations" -sidebar_label: "Authorizations" ---- - -[api/entities/common/namespaces/Authorizations](../../../../../../modules/API/Entities/Common/Namespaces/Authorizations/Authorizations.md).Authorizations - -Handles all Authorization related functionality - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `Parent` | extends [`Signer`](../../../../../../modules/Types/Types.md#signer) | - -## Hierarchy - -- `Namespace`\<`Parent`\> - - ↳ **`Authorizations`** - - ↳↳ [`IdentityAuthorizations`](../../../Identity/IdentityAuthorizations/IdentityAuthorizations.md) - -## Methods - -### getHistoricalAuthorizations - -▸ **getHistoricalAuthorizations**(`opts?`): `Promise`\<[`ResultSet`](../../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Fetch all historical Authorization Requests for which this Signer is the target - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.size?` | `BigNumber` | page size | -| `opts.start?` | `BigNumber` | page offset | -| `opts.status?` | [`AuthorizationStatusEnum`](../../../../../../enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md) | fetch only authorizations with this status. Fetches all statuses if not passed | -| `opts.type?` | [`AuthTypeEnum`](../../../../../../enums/Types/AuthTypeEnum/AuthTypeEnum.md) | fetch only authorizations of this type. Fetches all types if not passed | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/common/namespaces/Authorizations.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/common/namespaces/Authorizations.ts#L147) - -___ - -### getOne - -▸ **getOne**(`args`): `Promise`\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\> - -Retrieve a single Authorization Request targeting this Signer by its ID - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.id` | `BigNumber` | - -#### Returns - -`Promise`\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\> - -**`Throws`** - -if there is no Authorization Request with the passed ID targeting this Signer - -#### Defined in - -[api/entities/common/namespaces/Authorizations.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/common/namespaces/Authorizations.ts#L77) - -___ - -### getReceived - -▸ **getReceived**(`opts?`): `Promise`\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)[]\> - -Fetch all pending Authorization Requests for which this Signer is the target - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts?` | `Object` | - | -| `opts.includeExpired?` | `boolean` | whether to include expired authorizations. Defaults to true | -| `opts.type?` | [`AuthorizationType`](../../../../../../enums/Types/AuthorizationType/AuthorizationType.md) | fetch only authorizations of this type. Fetches all types if not passed | - -#### Returns - -`Promise`\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)[]\> - -#### Defined in - -[api/entities/common/namespaces/Authorizations.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/common/namespaces/Authorizations.ts#L41) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/CorporateAction/CorporateAction.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/CorporateAction/CorporateAction.md deleted file mode 100644 index 42908721a2..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/CorporateAction/CorporateAction.md +++ /dev/null @@ -1,364 +0,0 @@ ---- -id: "CorporateAction" -title: "Class: CorporateAction" -sidebar_label: "CorporateAction" ---- - -[api/entities/CorporateAction](../../../../modules/API/Entities/CorporateAction/CorporateAction.md).CorporateAction - -Represents an action initiated by the issuer of an Asset which may affect the positions of - the Asset Holders - -## Hierarchy - -- [`CorporateActionBase`](../CorporateActionBase/CorporateActionBase.md) - - ↳ **`CorporateAction`** - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset affected by this Corporate Action - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[asset](../CorporateActionBase/CorporateActionBase.md#asset) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L75) - -___ - -### declarationDate - -• **declarationDate**: `Date` - -date at which the Corporate Action was created - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[declarationDate](../CorporateActionBase/CorporateActionBase.md#declarationdate) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L80) - -___ - -### defaultTaxWithholding - -• **defaultTaxWithholding**: `BigNumber` - -default percentage (0-100) of tax withholding for this Corporate Action - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[defaultTaxWithholding](../CorporateActionBase/CorporateActionBase.md#defaulttaxwithholding) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L96) - -___ - -### description - -• **description**: `string` - -brief text description of the Corporate Action - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[description](../CorporateActionBase/CorporateActionBase.md#description) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L85) - -___ - -### id - -• **id**: `BigNumber` - -internal Corporate Action ID - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[id](../CorporateActionBase/CorporateActionBase.md#id) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L70) - -___ - -### targets - -• **targets**: [`CorporateActionTargets`](../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) - -Asset Holder Identities related to this Corporate action. If the treatment is `Exclude`, the Identities - in the array will not be targeted by the Action, Identities not in the array will be targeted, and vice versa - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[targets](../CorporateActionBase/CorporateActionBase.md#targets) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L91) - -___ - -### taxWithholdings - -• **taxWithholdings**: [`TaxWithholding`](../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md)[] - -percentage (0-100) of tax withholding per Identity. Any Identity not present - in this array uses the default tax withholding percentage - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[taxWithholdings](../CorporateActionBase/CorporateActionBase.md#taxwithholdings) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L102) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[uuid](../CorporateActionBase/CorporateActionBase.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### checkpoint - -▸ **checkpoint**(): `Promise`\<``null`` \| [`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) \| [`Checkpoint`](../Checkpoint/Checkpoint.md)\> - -Retrieve the Checkpoint associated with this Corporate Action. If the Checkpoint is scheduled and has - not been created yet, the corresponding CheckpointSchedule is returned instead. A null value means - the Corporate Action was created without an associated Checkpoint - -#### Returns - -`Promise`\<``null`` \| [`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) \| [`Checkpoint`](../Checkpoint/Checkpoint.md)\> - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[checkpoint](../CorporateActionBase/CorporateActionBase.md#checkpoint) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L181) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Corporate Action exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[exists](../CorporateActionBase/CorporateActionBase.md#exists) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L170) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[isEqual](../CorporateActionBase/CorporateActionBase.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### linkDocuments - -▸ **linkDocuments**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Link a list of documents to this corporate action - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`LinkCaDocsParams`](../../../../interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -any previous links are removed in favor of the new list - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [linkDocuments.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[linkDocuments](../CorporateActionBase/CorporateActionBase.md#linkdocuments) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L150) - -___ - -### modifyCheckpoint - -▸ **modifyCheckpoint**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Modify the Corporate Action's Checkpoint - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyCaCheckpointParams`](../../../../interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modifyCheckpoint.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Overrides - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[modifyCheckpoint](../CorporateActionBase/CorporateActionBase.md#modifycheckpoint) - -#### Defined in - -[api/entities/CorporateAction.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L67) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md) - -Return the Corporate Action's static data - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md) - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[toHuman](../CorporateActionBase/CorporateActionBase.md#tohuman) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L260) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[generateUuid](../CorporateActionBase/CorporateActionBase.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[unserialize](../CorporateActionBase/CorporateActionBase.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/CorporateActionBase/CorporateActionBase.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/CorporateActionBase/CorporateActionBase.md deleted file mode 100644 index 8286afbe64..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/CorporateActionBase/CorporateActionBase.md +++ /dev/null @@ -1,328 +0,0 @@ ---- -id: "CorporateActionBase" -title: "Class: CorporateActionBase" -sidebar_label: "CorporateActionBase" ---- - -[api/entities/CorporateActionBase](../../../../modules/API/Entities/CorporateActionBase/CorporateActionBase.md).CorporateActionBase - -Represents an action initiated by the issuer of an Asset which may affect the positions of - the Asset Holders - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/CorporateActionBase/UniqueIdentifiers/UniqueIdentifiers.md), `unknown`\> - - ↳ **`CorporateActionBase`** - - ↳↳ [`CorporateAction`](../CorporateAction/CorporateAction.md) - - ↳↳ [`DividendDistribution`](../DividendDistribution/DividendDistribution.md) - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset affected by this Corporate Action - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L75) - -___ - -### declarationDate - -• **declarationDate**: `Date` - -date at which the Corporate Action was created - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L80) - -___ - -### defaultTaxWithholding - -• **defaultTaxWithholding**: `BigNumber` - -default percentage (0-100) of tax withholding for this Corporate Action - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L96) - -___ - -### description - -• **description**: `string` - -brief text description of the Corporate Action - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L85) - -___ - -### id - -• **id**: `BigNumber` - -internal Corporate Action ID - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L70) - -___ - -### targets - -• **targets**: [`CorporateActionTargets`](../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) - -Asset Holder Identities related to this Corporate action. If the treatment is `Exclude`, the Identities - in the array will not be targeted by the Action, Identities not in the array will be targeted, and vice versa - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L91) - -___ - -### taxWithholdings - -• **taxWithholdings**: [`TaxWithholding`](../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md)[] - -percentage (0-100) of tax withholding per Identity. Any Identity not present - in this array uses the default tax withholding percentage - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L102) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### checkpoint - -▸ **checkpoint**(): `Promise`\<``null`` \| [`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) \| [`Checkpoint`](../Checkpoint/Checkpoint.md)\> - -Retrieve the Checkpoint associated with this Corporate Action. If the Checkpoint is scheduled and has - not been created yet, the corresponding CheckpointSchedule is returned instead. A null value means - the Corporate Action was created without an associated Checkpoint - -#### Returns - -`Promise`\<``null`` \| [`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) \| [`Checkpoint`](../Checkpoint/Checkpoint.md)\> - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L181) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Corporate Action exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L170) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### linkDocuments - -▸ **linkDocuments**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Link a list of documents to this corporate action - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`LinkCaDocsParams`](../../../../interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -any previous links are removed in favor of the new list - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [linkDocuments.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L150) - -___ - -### modifyCheckpoint - -▸ `Abstract` **modifyCheckpoint**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Modify the Corporate Action's Checkpoint - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`Modify`](../../../../modules/Types/Utils/Utils.md#modify)\<[`ModifyCaCheckpointParams`](../../../../interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md), \{ `checkpoint`: [`InputCaCheckpoint`](../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) }\> | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modifyCheckpoint.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L160) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md) - -Return the Corporate Action's static data - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md) - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L260) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md deleted file mode 100644 index e11e2669f2..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md +++ /dev/null @@ -1,233 +0,0 @@ ---- -id: "CustomPermissionGroup" -title: "Class: CustomPermissionGroup" -sidebar_label: "CustomPermissionGroup" ---- - -[api/entities/CustomPermissionGroup](../../../../modules/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md).CustomPermissionGroup - -Represents a group of custom permissions for an Asset - -## Hierarchy - -- [`PermissionGroup`](../PermissionGroup/PermissionGroup.md) - - ↳ **`CustomPermissionGroup`** - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset for which this group specifies permissions - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[asset](../PermissionGroup/PermissionGroup.md#asset) - -#### Defined in - -[api/entities/PermissionGroup.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/PermissionGroup.ts#L19) - -___ - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/CustomPermissionGroup.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CustomPermissionGroup.ts#L39) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[uuid](../PermissionGroup/PermissionGroup.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Custom Permission Group exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[exists](../PermissionGroup/PermissionGroup.md#exists) - -#### Defined in - -[api/entities/CustomPermissionGroup.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CustomPermissionGroup.ts#L100) - -___ - -### getPermissions - -▸ **getPermissions**(): `Promise`\<[`GroupPermissions`](../../../../modules/Types/Types.md#grouppermissions)\> - -Retrieve the list of permissions and transaction groups associated with this Permission Group - -#### Returns - -`Promise`\<[`GroupPermissions`](../../../../modules/Types/Types.md#grouppermissions)\> - -#### Overrides - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[getPermissions](../PermissionGroup/PermissionGroup.md#getpermissions) - -#### Defined in - -[api/entities/CustomPermissionGroup.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CustomPermissionGroup.ts#L70) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[isEqual](../PermissionGroup/PermissionGroup.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### setPermissions - -▸ **setPermissions**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Modify the group's permissions - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetGroupPermissionsParams`](../../../../interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setPermissions.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/CustomPermissionGroup.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CustomPermissionGroup.ts#L63) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md) - -Return the Group's static data - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md) - -#### Overrides - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[toHuman](../PermissionGroup/PermissionGroup.md#tohuman) - -#### Defined in - -[api/entities/CustomPermissionGroup.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CustomPermissionGroup.ts#L118) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[generateUuid](../PermissionGroup/PermissionGroup.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[unserialize](../PermissionGroup/PermissionGroup.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md deleted file mode 100644 index 760f775380..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md +++ /dev/null @@ -1,455 +0,0 @@ ---- -id: "DefaultPortfolio" -title: "Class: DefaultPortfolio" -sidebar_label: "DefaultPortfolio" ---- - -[api/entities/DefaultPortfolio](../../../../modules/API/Entities/DefaultPortfolio/DefaultPortfolio.md).DefaultPortfolio - -Represents the default Portfolio for an Identity - -## Hierarchy - -- [`Portfolio`](../Portfolio/Portfolio.md) - - ↳ **`DefaultPortfolio`** - -## Properties - -### owner - -• **owner**: [`Identity`](../Identity/Identity.md) - -Identity of the Portfolio's owner - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[owner](../Portfolio/Portfolio.md#owner) - -#### Defined in - -[api/entities/Portfolio/index.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L79) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[uuid](../Portfolio/Portfolio.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Portfolio exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Portfolio](../Portfolio/Portfolio.md).[exists](../Portfolio/Portfolio.md#exists) - -#### Defined in - -[api/entities/DefaultPortfolio.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DefaultPortfolio.ts#L22) - -___ - -### getAssetBalances - -▸ **getAssetBalances**(`args?`): `Promise`\<[`PortfolioBalance`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md)[]\> - -Retrieve the balances of all fungible assets in this Portfolio - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.assets` | (`string` \| [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md))[] | array of FungibleAssets (or tickers) for which to fetch balances (optional, all balances are retrieved if not passed) | - -#### Returns - -`Promise`\<[`PortfolioBalance`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md)[]\> - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[getAssetBalances](../Portfolio/Portfolio.md#getassetbalances) - -#### Defined in - -[api/entities/Portfolio/index.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L145) - -___ - -### getCollections - -▸ **getCollections**(`args?`): `Promise`\<[`PortfolioCollection`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md)[]\> - -Retrieve the NFTs held in this portfolio - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | `Object` | -| `args.collections` | (`string` \| [`NftCollection`](../Asset/NonFungible/NftCollection/NftCollection.md))[] | - -#### Returns - -`Promise`\<[`PortfolioCollection`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md)[]\> - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[getCollections](../Portfolio/Portfolio.md#getcollections) - -#### Defined in - -[api/entities/Portfolio/index.ts:224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L224) - -___ - -### getCustodian - -▸ **getCustodian**(): `Promise`\<[`Identity`](../Identity/Identity.md)\> - -Retrieve the custodian Identity of this Portfolio - -#### Returns - -`Promise`\<[`Identity`](../Identity/Identity.md)\> - -**`Note`** - -if no custodian is set, the owner Identity is returned - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[getCustodian](../Portfolio/Portfolio.md#getcustodian) - -#### Defined in - -[api/entities/Portfolio/index.ts:365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L365) - -___ - -### getTransactionHistory - -▸ **getTransactionHistory**(`filters?`): `Promise`\<[`HistoricSettlement`](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> - -Retrieve a list of transactions where this portfolio was involved. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `filters` | `Object` | - | -| `filters.account?` | `string` | Account involved in the settlement | -| `filters.ticker?` | `string` | ticker involved in the transaction | - -#### Returns - -`Promise`\<[`HistoricSettlement`](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> - -**`Note`** - -uses the middlewareV2 - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[getTransactionHistory](../Portfolio/Portfolio.md#gettransactionhistory) - -#### Defined in - -[api/entities/Portfolio/index.ts:407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L407) - -___ - -### isCustodiedBy - -▸ **isCustodiedBy**(`args?`): `Promise`\<`boolean`\> - -Return whether an Identity is the Portfolio custodian - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | optional, defaults to the signing Identity | - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[isCustodiedBy](../Portfolio/Portfolio.md#iscustodiedby) - -#### Defined in - -[api/entities/Portfolio/index.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L129) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[isEqual](../Portfolio/Portfolio.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### isOwnedBy - -▸ **isOwnedBy**(`args?`): `Promise`\<`boolean`\> - -Return whether an Identity is the Portfolio owner - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | defaults to the signing Identity | - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[isOwnedBy](../Portfolio/Portfolio.md#isownedby) - -#### Defined in - -[api/entities/Portfolio/index.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L116) - -___ - -### moveFunds - -▸ **moveFunds**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Moves funds from this Portfolio to another one owned by the same Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`MoveFundsParams`](../../../../interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [moveFunds.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[moveFunds](../Portfolio/Portfolio.md#movefunds) - -#### Defined in - -[api/entities/Portfolio/index.ts:343](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L343) - -___ - -### quitCustody - -▸ **quitCustody**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Returns the custody of the portfolio to the portfolio owner unilaterally - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [quitCustody.checkAuthorization](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[quitCustody](../Portfolio/Portfolio.md#quitcustody) - -#### Defined in - -[api/entities/Portfolio/index.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L356) - -___ - -### setCustodian - -▸ **setCustodian**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Send an invitation to an Identity to assign it as custodian for this Portfolio - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetCustodianParams`](../../../../interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create an [Authorization Request](../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `targetIdentity`. - An [Account](../Account/Account.md) or [Identity](../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setCustodian.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[setCustodian](../Portfolio/Portfolio.md#setcustodian) - -#### Defined in - -[api/entities/Portfolio/index.ts:330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L330) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) - -Return the Portfolio ID and owner DID - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[toHuman](../Portfolio/Portfolio.md#tohuman) - -#### Defined in - -[api/entities/Portfolio/index.ts:524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L524) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[generateUuid](../Portfolio/Portfolio.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[unserialize](../Portfolio/Portfolio.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md deleted file mode 100644 index 37620e43ac..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md +++ /dev/null @@ -1,899 +0,0 @@ ---- -id: "DefaultTrustedClaimIssuer" -title: "Class: DefaultTrustedClaimIssuer" -sidebar_label: "DefaultTrustedClaimIssuer" ---- - -[api/entities/DefaultTrustedClaimIssuer](../../../../modules/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md).DefaultTrustedClaimIssuer - -Represents a default trusted claim issuer for a specific Asset in the Polymesh blockchain - -## Hierarchy - -- [`Identity`](../Identity/Identity.md) - - ↳ **`DefaultTrustedClaimIssuer`** - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset for which this Identity is a Default Trusted Claim Issuer - -#### Defined in - -[api/entities/DefaultTrustedClaimIssuer.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DefaultTrustedClaimIssuer.ts#L35) - -___ - -### assetPermissions - -• **assetPermissions**: [`AssetPermissions`](../Identity/AssetPermissions/AssetPermissions.md) - -#### Inherited from - -[Identity](../Identity/Identity.md).[assetPermissions](../Identity/Identity.md#assetpermissions) - -#### Defined in - -[api/entities/Identity/index.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L119) - -___ - -### authorizations - -• **authorizations**: [`IdentityAuthorizations`](../Identity/IdentityAuthorizations/IdentityAuthorizations.md) - -#### Inherited from - -[Identity](../Identity/Identity.md).[authorizations](../Identity/Identity.md#authorizations) - -#### Defined in - -[api/entities/Identity/index.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L117) - -___ - -### did - -• **did**: `string` - -Identity ID as stored in the blockchain - -#### Inherited from - -[Identity](../Identity/Identity.md).[did](../Identity/Identity.md#did) - -#### Defined in - -[api/entities/Identity/index.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L114) - -___ - -### portfolios - -• **portfolios**: [`Portfolios`](../Identity/Portfolios/Portfolios.md) - -#### Inherited from - -[Identity](../Identity/Identity.md).[portfolios](../Identity/Identity.md#portfolios) - -#### Defined in - -[api/entities/Identity/index.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L118) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Identity](../Identity/Identity.md).[uuid](../Identity/Identity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### addedAt - -▸ **addedAt**(): `Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/Types/EventIdentifier/EventIdentifier.md)\> - -Retrieve the identifier data (block number, date and event index) of the event that was emitted when the trusted claim issuer was added - -#### Returns - -`Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/Types/EventIdentifier/EventIdentifier.md)\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned - -#### Defined in - -[api/entities/DefaultTrustedClaimIssuer.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DefaultTrustedClaimIssuer.ts#L54) - -___ - -### areSecondaryAccountsFrozen - -▸ **areSecondaryAccountsFrozen**(): `Promise`\<`boolean`\> - -Check whether secondary Accounts are frozen - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -can be subscribed to - -#### Inherited from - -[Identity](../Identity/Identity.md).[areSecondaryAccountsFrozen](../Identity/Identity.md#aresecondaryaccountsfrozen) - -#### Defined in - -[api/entities/Identity/index.ts:658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L658) - -▸ **areSecondaryAccountsFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<`boolean`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[areSecondaryAccountsFrozen](../Identity/Identity.md#aresecondaryaccountsfrozen) - -#### Defined in - -[api/entities/Identity/index.ts:659](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L659) - -___ - -### checkRoles - -▸ **checkRoles**(`roles`): `Promise`\<[`CheckRolesResult`](../../../../interfaces/Types/CheckRolesResult/CheckRolesResult.md)\> - -Check whether this Identity possesses all specified roles - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `roles` | [`Role`](../../../../modules/Types/Types.md#role)[] | - -#### Returns - -`Promise`\<[`CheckRolesResult`](../../../../interfaces/Types/CheckRolesResult/CheckRolesResult.md)\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[checkRoles](../Identity/Identity.md#checkroles) - -#### Defined in - -[api/entities/Identity/index.ts:441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L441) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Identity exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -asset Identities aren't considered to exist for this check - -#### Inherited from - -[Identity](../Identity/Identity.md).[exists](../Identity/Identity.md#exists) - -#### Defined in - -[api/entities/Identity/index.ts:824](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L824) - -___ - -### getAssetBalance - -▸ **getAssetBalance**(`args`): `Promise`\<`BigNumber`\> - -Retrieve the balance of a particular Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.ticker` | `string` | - -#### Returns - -`Promise`\<`BigNumber`\> - -**`Note`** - -can be subscribed to - -#### Inherited from - -[Identity](../Identity/Identity.md).[getAssetBalance](../Identity/Identity.md#getassetbalance) - -#### Defined in - -[api/entities/Identity/index.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L195) - -▸ **getAssetBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.ticker` | `string` | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<`BigNumber`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[getAssetBalance](../Identity/Identity.md#getassetbalance) - -#### Defined in - -[api/entities/Identity/index.ts:196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L196) - -___ - -### getChildIdentities - -▸ **getChildIdentities**(): `Promise`\<[`ChildIdentity`](../Identity/ChildIdentity/ChildIdentity.md)[]\> - -Returns the list of all child identities - -#### Returns - -`Promise`\<[`ChildIdentity`](../Identity/ChildIdentity/ChildIdentity.md)[]\> - -**`Note`** - -this query can be potentially **SLOW** depending on the number of parent Identities present on the chain - -#### Inherited from - -[Identity](../Identity/Identity.md).[getChildIdentities](../Identity/Identity.md#getchildidentities) - -#### Defined in - -[api/entities/Identity/index.ts:876](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L876) - -___ - -### getHeldAssets - -▸ **getHeldAssets**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)\>\> - -Retrieve a list of all Assets which were held at one point by this Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.order?` | [`AssetHoldersOrderBy`](../../../../enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md) | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)\>\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -supports pagination - -#### Inherited from - -[Identity](../Identity/Identity.md).[getHeldAssets](../Identity/Identity.md#getheldassets) - -#### Defined in - -[api/entities/Identity/index.ts:349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L349) - -___ - -### getHeldNfts - -▸ **getHeldNfts**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`HeldNfts`](../../../../interfaces/Types/HeldNfts/HeldNfts.md)\>\> - -Retrieve a list of all NftCollections which were held at one point by this Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.order?` | [`NftHoldersOrderBy`](../../../../enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md) | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`HeldNfts`](../../../../interfaces/Types/HeldNfts/HeldNfts.md)\>\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -supports pagination - -#### Inherited from - -[Identity](../Identity/Identity.md).[getHeldNfts](../Identity/Identity.md#getheldnfts) - -#### Defined in - -[api/entities/Identity/index.ts:394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L394) - -___ - -### getHistoricalInstructions - -▸ **getHistoricalInstructions**(): `Promise`\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> - -Retrieve all Instructions that have been associated with this Identity's DID - -#### Returns - -`Promise`\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> - -**`Note`** - -uses the middleware V2 - -#### Inherited from - -[Identity](../Identity/Identity.md).[getHistoricalInstructions](../Identity/Identity.md#gethistoricalinstructions) - -#### Defined in - -[api/entities/Identity/index.ts:856](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L856) - -___ - -### getInstructions - -▸ **getInstructions**(): `Promise`\<[`GroupedInstructions`](../../../../interfaces/Types/GroupedInstructions/GroupedInstructions.md)\> - -Retrieve all Instructions where this Identity is a custodian of one or more portfolios in the legs, - grouped by status - -#### Returns - -`Promise`\<[`GroupedInstructions`](../../../../interfaces/Types/GroupedInstructions/GroupedInstructions.md)\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[getInstructions](../Identity/Identity.md#getinstructions) - -#### Defined in - -[api/entities/Identity/index.ts:512](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L512) - -___ - -### getInvolvedInstructions - -▸ **getInvolvedInstructions**(): `Promise`\<[`GroupedInvolvedInstructions`](../../../../interfaces/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md)\> - -Retrieve all Instructions where this Identity is a participant (owner/custodian), - grouped by the role of the Identity and Instruction status - -#### Returns - -`Promise`\<[`GroupedInvolvedInstructions`](../../../../interfaces/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md)\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[getInvolvedInstructions](../Identity/Identity.md#getinvolvedinstructions) - -#### Defined in - -[api/entities/Identity/index.ts:599](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L599) - -___ - -### getPendingDistributions - -▸ **getPendingDistributions**(): `Promise`\<[`DistributionWithDetails`](../../../../interfaces/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> - -Retrieve every Dividend Distribution for which this Identity is eligible and hasn't been paid - -#### Returns - -`Promise`\<[`DistributionWithDetails`](../../../../interfaces/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> - -**`Note`** - -uses the middleware - -**`Note`** - -this query can be potentially **SLOW** depending on which Assets this Identity has held - -#### Inherited from - -[Identity](../Identity/Identity.md).[getPendingDistributions](../Identity/Identity.md#getpendingdistributions) - -#### Defined in - -[api/entities/Identity/index.ts:695](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L695) - -___ - -### getPrimaryAccount - -▸ **getPrimaryAccount**(): `Promise`\<[`PermissionedAccount`](../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)\> - -Retrieve the primary Account associated with the Identity - -#### Returns - -`Promise`\<[`PermissionedAccount`](../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)\> - -**`Note`** - -can be subscribed to - -#### Inherited from - -[Identity](../Identity/Identity.md).[getPrimaryAccount](../Identity/Identity.md#getprimaryaccount) - -#### Defined in - -[api/entities/Identity/index.ts:296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L296) - -▸ **getPrimaryAccount**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[getPrimaryAccount](../Identity/Identity.md#getprimaryaccount) - -#### Defined in - -[api/entities/Identity/index.ts:297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L297) - -___ - -### getSecondaryAccounts - -▸ **getSecondaryAccounts**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`PermissionedAccount`](../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)\>\> - -Get the list of secondary Accounts related to the Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`PermissionedAccount`](../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -can be subscribed to - -#### Inherited from - -[Identity](../Identity/Identity.md).[getSecondaryAccounts](../Identity/Identity.md#getsecondaryaccounts) - -#### Defined in - -[api/entities/Identity/index.ts:750](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L750) - -▸ **getSecondaryAccounts**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[getSecondaryAccounts](../Identity/Identity.md#getsecondaryaccounts) - -#### Defined in - -[api/entities/Identity/index.ts:754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L754) - -▸ **getSecondaryAccounts**(`paginationOpts`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts` | [`PaginationOptions`](../../../../interfaces/Types/PaginationOptions/PaginationOptions.md) | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[getSecondaryAccounts](../Identity/Identity.md#getsecondaryaccounts) - -#### Defined in - -[api/entities/Identity/index.ts:758](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L758) - -___ - -### getTrustingAssets - -▸ **getTrustingAssets**(): `Promise`\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)[]\> - -Get the list of Assets for which this Identity is a trusted claim issuer - -#### Returns - -`Promise`\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)[]\> - -**`Note`** - -uses the middlewareV2 - -#### Inherited from - -[Identity](../Identity/Identity.md).[getTrustingAssets](../Identity/Identity.md#gettrustingassets) - -#### Defined in - -[api/entities/Identity/index.ts:465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L465) - -___ - -### getVenues - -▸ **getVenues**(): `Promise`\<[`Venue`](../Venue/Venue.md)[]\> - -Retrieve all Venues created by this Identity - -#### Returns - -`Promise`\<[`Venue`](../Venue/Venue.md)[]\> - -**`Note`** - -can be subscribed to - -#### Inherited from - -[Identity](../Identity/Identity.md).[getVenues](../Identity/Identity.md#getvenues) - -#### Defined in - -[api/entities/Identity/index.ts:484](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L484) - -___ - -### hasRole - -▸ **hasRole**(`role`): `Promise`\<`boolean`\> - -Check whether this Identity possesses the specified Role - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `role` | [`Role`](../../../../modules/Types/Types.md#role) | - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[hasRole](../Identity/Identity.md#hasrole) - -#### Defined in - -[api/entities/Identity/index.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L147) - -___ - -### hasValidCdd - -▸ **hasValidCdd**(): `Promise`\<`boolean`\> - -Check whether this Identity has a valid CDD claim - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[hasValidCdd](../Identity/Identity.md#hasvalidcdd) - -#### Defined in - -[api/entities/Identity/index.ts:244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L244) - -___ - -### isCddProvider - -▸ **isCddProvider**(): `Promise`\<`boolean`\> - -Check whether this Identity is a CDD provider - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[isCddProvider](../Identity/Identity.md#iscddprovider) - -#### Defined in - -[api/entities/Identity/index.ts:277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L277) - -___ - -### isChild - -▸ **isChild**(): `Promise`\<`boolean`\> - -Check whether this Identity is a child Identity - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[isChild](../Identity/Identity.md#ischild) - -#### Defined in - -[api/entities/Identity/index.ts:917](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L917) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Identity](../Identity/Identity.md).[isEqual](../Identity/Identity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### isGcMember - -▸ **isGcMember**(): `Promise`\<`boolean`\> - -Check whether this Identity is Governance Committee member - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[isGcMember](../Identity/Identity.md#isgcmember) - -#### Defined in - -[api/entities/Identity/index.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L260) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the Identity's DID - -#### Returns - -`string` - -#### Inherited from - -[Identity](../Identity/Identity.md).[toHuman](../Identity/Identity.md#tohuman) - -#### Defined in - -[api/entities/Identity/index.ts:847](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L847) - -___ - -### trustedFor - -▸ **trustedFor**(): `Promise`\<``null`` \| [`ClaimType`](../../../../enums/Types/ClaimType/ClaimType.md)[]\> - -Retrieve claim types for which this Claim Issuer is trusted. A null value means that the issuer is trusted for all claim types - -#### Returns - -`Promise`\<``null`` \| [`ClaimType`](../../../../enums/Types/ClaimType/ClaimType.md)[]\> - -#### Defined in - -[api/entities/DefaultTrustedClaimIssuer.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DefaultTrustedClaimIssuer.ts#L80) - -___ - -### unlinkChild - -▸ **unlinkChild**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Unlinks a child identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`UnlinkChildParams`](../../../../interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -if - - the `child` is not a child of this identity - - the transaction signer is not the primary key of the parent identity - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [unlinkChild.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[Identity](../Identity/Identity.md).[unlinkChild](../Identity/Identity.md#unlinkchild) - -#### Defined in - -[api/entities/Identity/index.ts:910](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L910) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Identity](../Identity/Identity.md).[generateUuid](../Identity/Identity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Identity](../Identity/Identity.md).[unserialize](../Identity/Identity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/DividendDistribution/DividendDistribution.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/DividendDistribution/DividendDistribution.md deleted file mode 100644 index e592c6a1c7..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/DividendDistribution/DividendDistribution.md +++ /dev/null @@ -1,662 +0,0 @@ ---- -id: "DividendDistribution" -title: "Class: DividendDistribution" -sidebar_label: "DividendDistribution" ---- - -[api/entities/DividendDistribution](../../../../modules/API/Entities/DividendDistribution/DividendDistribution.md).DividendDistribution - -Represents a Corporate Action via which an Asset issuer wishes to distribute dividends - between a subset of the Asset Holders (targets) - -## Hierarchy - -- [`CorporateActionBase`](../CorporateActionBase/CorporateActionBase.md) - - ↳ **`DividendDistribution`** - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset affected by this Corporate Action - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[asset](../CorporateActionBase/CorporateActionBase.md#asset) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L75) - -___ - -### currency - -• **currency**: `string` - -ticker of the currency in which dividends are being distributed - -#### Defined in - -[api/entities/DividendDistribution/index.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L97) - -___ - -### declarationDate - -• **declarationDate**: `Date` - -date at which the Corporate Action was created - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[declarationDate](../CorporateActionBase/CorporateActionBase.md#declarationdate) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L80) - -___ - -### defaultTaxWithholding - -• **defaultTaxWithholding**: `BigNumber` - -default percentage (0-100) of tax withholding for this Corporate Action - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[defaultTaxWithholding](../CorporateActionBase/CorporateActionBase.md#defaulttaxwithholding) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L96) - -___ - -### description - -• **description**: `string` - -brief text description of the Corporate Action - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[description](../CorporateActionBase/CorporateActionBase.md#description) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L85) - -___ - -### expiryDate - -• **expiryDate**: ``null`` \| `Date` - -date after which dividends can no longer be paid/reclaimed. A null value means the distribution never expires - -#### Defined in - -[api/entities/DividendDistribution/index.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L113) - -___ - -### id - -• **id**: `BigNumber` - -internal Corporate Action ID - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[id](../CorporateActionBase/CorporateActionBase.md#id) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L70) - -___ - -### maxAmount - -• **maxAmount**: `BigNumber` - -maximum amount of `currency` to be distributed. Distributions are "first come, first served", so funds can be depleted before - every Asset Holder receives their corresponding amount - -#### Defined in - -[api/entities/DividendDistribution/index.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L108) - -___ - -### origin - -• **origin**: [`NumberedPortfolio`](../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../DefaultPortfolio/DefaultPortfolio.md) - -Portfolio from which the dividends will be distributed - -#### Defined in - -[api/entities/DividendDistribution/index.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L92) - -___ - -### paymentDate - -• **paymentDate**: `Date` - -date starting from which dividends can be paid/reclaimed - -#### Defined in - -[api/entities/DividendDistribution/index.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L118) - -___ - -### perShare - -• **perShare**: `BigNumber` - -amount of `currency` to pay for each share held by the Asset Holders - -#### Defined in - -[api/entities/DividendDistribution/index.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L102) - -___ - -### targets - -• **targets**: [`CorporateActionTargets`](../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) - -Asset Holder Identities related to this Corporate action. If the treatment is `Exclude`, the Identities - in the array will not be targeted by the Action, Identities not in the array will be targeted, and vice versa - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[targets](../CorporateActionBase/CorporateActionBase.md#targets) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L91) - -___ - -### taxWithholdings - -• **taxWithholdings**: [`TaxWithholding`](../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md)[] - -percentage (0-100) of tax withholding per Identity. Any Identity not present - in this array uses the default tax withholding percentage - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[taxWithholdings](../CorporateActionBase/CorporateActionBase.md#taxwithholdings) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L102) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[uuid](../CorporateActionBase/CorporateActionBase.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### checkpoint - -▸ **checkpoint**(): `Promise`\<[`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) \| [`Checkpoint`](../Checkpoint/Checkpoint.md)\> - -Retrieve the Checkpoint associated with this Dividend Distribution. If the Checkpoint is scheduled and has not been created yet, - the corresponding CheckpointSchedule is returned instead - -#### Returns - -`Promise`\<[`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) \| [`Checkpoint`](../Checkpoint/Checkpoint.md)\> - -#### Overrides - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[checkpoint](../CorporateActionBase/CorporateActionBase.md#checkpoint) - -#### Defined in - -[api/entities/DividendDistribution/index.ts:252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L252) - -___ - -### claim - -▸ **claim**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Claim the Dividends corresponding to the signing Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -if `currency` is indivisible, the Identity's share will be rounded down to the nearest integer (after taxes are withheld) - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [claim.checkAuthorization](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/DividendDistribution/index.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L201) - -___ - -### details - -▸ **details**(): `Promise`\<[`DividendDistributionDetails`](../../../../interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md)\> - -Retrieve details associated with this Dividend Distribution - -#### Returns - -`Promise`\<[`DividendDistributionDetails`](../../../../interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md)\> - -#### Defined in - -[api/entities/DividendDistribution/index.ts:280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L280) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Retrieve whether the Distribution exists - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[exists](../CorporateActionBase/CorporateActionBase.md#exists) - -#### Defined in - -[api/entities/DividendDistribution/index.ts:271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L271) - -___ - -### getParticipant - -▸ **getParticipant**(`args?`): `Promise`\<``null`` \| [`DistributionParticipant`](../../../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md)\> - -Retrieve an Identity that is entitled to dividends in this Distribution (participant), - the amount it is entitled to and whether it has been paid or not - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | defaults to the signing Identity | - -#### Returns - -`Promise`\<``null`` \| [`DistributionParticipant`](../../../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md)\> - -**`Note`** - -if the Distribution Checkpoint hasn't been created yet, the result will be null. - This is because the Distribution participant's corresponding payment cannot be determined without a Checkpoint - -#### Defined in - -[api/entities/DividendDistribution/index.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L361) - -___ - -### getParticipants - -▸ **getParticipants**(): `Promise`\<[`DistributionParticipant`](../../../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md)[]\> - -Retrieve a comprehensive list of all Identities that are entitled to dividends in this Distribution (participants), - the amount they are entitled to and whether they have been paid or not - -#### Returns - -`Promise`\<[`DistributionParticipant`](../../../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md)[]\> - -**`Note`** - -this request can take a lot of time with large amounts of Asset Holders - -**`Note`** - -if the Distribution Checkpoint hasn't been created yet, the result will be an empty array. - This is because the Distribution participants cannot be determined without a Checkpoint - -#### Defined in - -[api/entities/DividendDistribution/index.ts:306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L306) - -___ - -### getPaymentHistory - -▸ **getPaymentHistory**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`DistributionPayment`](../../../../interfaces/Types/DistributionPayment/DistributionPayment.md)\>\> - -Retrieve the payment history for this Distribution - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`DistributionPayment`](../../../../interfaces/Types/DistributionPayment/DistributionPayment.md)\>\> - -**`Note`** - -uses the middleware V2 - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/DividendDistribution/index.ts:502](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L502) - -___ - -### getWithheldTax - -▸ **getWithheldTax**(): `Promise`\<`BigNumber`\> - -Retrieve the amount of taxes that have been withheld up to this point in this Distribution - -#### Returns - -`Promise`\<`BigNumber`\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/DividendDistribution/index.ts:463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L463) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[isEqual](../CorporateActionBase/CorporateActionBase.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### linkDocuments - -▸ **linkDocuments**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Link a list of documents to this corporate action - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`LinkCaDocsParams`](../../../../interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -any previous links are removed in favor of the new list - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [linkDocuments.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[linkDocuments](../CorporateActionBase/CorporateActionBase.md#linkdocuments) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L150) - -___ - -### modifyCheckpoint - -▸ **modifyCheckpoint**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Modify the Distribution's Checkpoint - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`Modify`](../../../../modules/Types/Utils/Utils.md#modify)\<[`ModifyCaCheckpointParams`](../../../../interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md), \{ `checkpoint`: [`InputCaCheckpoint`](../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) }\> | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modifyCheckpoint.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Overrides - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[modifyCheckpoint](../CorporateActionBase/CorporateActionBase.md#modifycheckpoint) - -#### Defined in - -[api/entities/DividendDistribution/index.ts:211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L211) - -___ - -### pay - -▸ **pay**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Transfer the corresponding share of the dividends to a list of Identities - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`PayDividendsParams`](../../../../interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -due to performance issues, we do not validate that the distribution has enough remaining funds to pay the corresponding amount to the supplied Identities - -**`Note`** - -if `currency` is indivisible, the Identity's share will be rounded down to the nearest integer (after taxes are withheld) - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [pay.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/DividendDistribution/index.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L229) - -___ - -### reclaimFunds - -▸ **reclaimFunds**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Reclaim any remaining funds back to the origin Portfolio. This can only be done after the Distribution has expired - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -withheld taxes are also reclaimed in the same transaction - -**`Note`** - -required roles: - - Origin Portfolio Custodian - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [reclaimFunds.checkAuthorization](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/DividendDistribution/index.ts:244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L244) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md) - -Return the Dividend Distribution's static data - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md) - -#### Overrides - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[toHuman](../CorporateActionBase/CorporateActionBase.md#tohuman) - -#### Defined in - -[api/entities/DividendDistribution/index.ts:615](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L615) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[generateUuid](../CorporateActionBase/CorporateActionBase.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[unserialize](../CorporateActionBase/CorporateActionBase.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Entity/Entity.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Entity/Entity.md deleted file mode 100644 index a4b0c97e1a..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Entity/Entity.md +++ /dev/null @@ -1,196 +0,0 @@ ---- -id: "Entity" -title: "Class: Entity" -sidebar_label: "Entity" ---- - -[api/entities/Entity](../../../../modules/API/Entities/Entity/Entity.md).Entity - -Represents an object or resource in the Polymesh Ecosystem with its own set of properties and functionality - -## Type parameters - -| Name | -| :------ | -| `UniqueIdentifiers` | -| `HumanReadable` | - -## Hierarchy - -- **`Entity`** - - ↳ [`Account`](../Account/Account.md) - - ↳ [`BaseAsset`](../Asset/Base/BaseAsset/BaseAsset.md) - - ↳ [`Nft`](../Asset/NonFungible/Nft/Nft.md) - - ↳ [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md) - - ↳ [`Checkpoint`](../Checkpoint/Checkpoint.md) - - ↳ [`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) - - ↳ [`CorporateActionBase`](../CorporateActionBase/CorporateActionBase.md) - - ↳ [`Identity`](../Identity/Identity.md) - - ↳ [`Instruction`](../Instruction/Instruction.md) - - ↳ [`MetadataEntry`](../MetadataEntry/MetadataEntry.md) - - ↳ [`MultiSigProposal`](../MultiSigProposal/MultiSigProposal.md) - - ↳ [`Offering`](../Offering/Offering.md) - - ↳ [`PermissionGroup`](../PermissionGroup/PermissionGroup.md) - - ↳ [`Portfolio`](../Portfolio/Portfolio.md) - - ↳ [`Subsidy`](../Subsidy/Subsidy.md) - - ↳ [`TickerReservation`](../TickerReservation/TickerReservation.md) - - ↳ [`Venue`](../Venue/Venue.md) - -## Properties - -### uuid - -• **uuid**: `string` - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### exists - -▸ `Abstract` **exists**(): `Promise`\<`boolean`\> - -Determine whether this Entity exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Entity.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L68) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### toHuman - -▸ `Abstract` **toHuman**(): `HumanReadable` - -Returns Entity data in a human readable (JSON) format - -#### Returns - -`HumanReadable` - -#### Defined in - -[api/entities/Entity.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L73) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### isUniqueIdentifiers - -▸ `Static` **isUniqueIdentifiers**(`identifiers`): `boolean` - -Typeguard that checks whether the object passed corresponds to the unique identifiers of the class. Must be overridden - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `identifiers` | `unknown` | object to type check | - -#### Returns - -`boolean` - -#### Defined in - -[api/entities/Entity.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L42) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Identity/AssetPermissions/AssetPermissions.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Identity/AssetPermissions/AssetPermissions.md deleted file mode 100644 index 09bd418afe..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Identity/AssetPermissions/AssetPermissions.md +++ /dev/null @@ -1,201 +0,0 @@ ---- -id: "AssetPermissions" -title: "Class: AssetPermissions" -sidebar_label: "AssetPermissions" ---- - -[api/entities/Identity/AssetPermissions](../../../../../modules/API/Entities/Identity/AssetPermissions/AssetPermissions.md).AssetPermissions - -Handles all Asset Permissions (External Agents) related functionality on the Identity side - -## Hierarchy - -- `Namespace`\<[`Identity`](../Identity.md)\> - - ↳ **`AssetPermissions`** - -## Methods - -### checkPermissions - -▸ **checkPermissions**(`args`): `Promise`\<[`CheckPermissionsResult`](../../../../../interfaces/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Identity`](../../../../../enums/Types/SignerType/SignerType.md#identity)\>\> - -Check whether this Identity has specific transaction Permissions over an Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.asset` | `string` \| [`BaseAsset`](../../Asset/Base/BaseAsset/BaseAsset.md) | -| `args.transactions` | ``null`` \| [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag)[] | - -#### Returns - -`Promise`\<[`CheckPermissionsResult`](../../../../../interfaces/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Identity`](../../../../../enums/Types/SignerType/SignerType.md#identity)\>\> - -#### Defined in - -[api/entities/Identity/AssetPermissions.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/AssetPermissions.ts#L129) - -___ - -### enabledAt - -▸ **enabledAt**(`«destructured»`): `Promise`\<``null`` \| [`EventIdentifier`](../../../../../interfaces/Types/EventIdentifier/EventIdentifier.md)\> - -Retrieve the identifier data (block number, date and event index) of the event that was emitted when this Identity was enabled/added as - an Agent with permissions over a specific Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `«destructured»` | `Object` | -| › `asset` | `string` \| [`FungibleAsset`](../../Asset/Fungible/FungibleAsset.md) \| [`NftCollection`](../../Asset/NonFungible/NftCollection/NftCollection.md) | - -#### Returns - -`Promise`\<``null`` \| [`EventIdentifier`](../../../../../interfaces/Types/EventIdentifier/EventIdentifier.md)\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned - -#### Defined in - -[api/entities/Identity/AssetPermissions.ts:319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/AssetPermissions.ts#L319) - -___ - -### get - -▸ **get**(): `Promise`\<[`AssetWithGroup`](../../../../../interfaces/Types/AssetWithGroup/AssetWithGroup.md)[]\> - -Retrieve all the Assets over which this Identity has permissions, with the corresponding Permission Group - -#### Returns - -`Promise`\<[`AssetWithGroup`](../../../../../interfaces/Types/AssetWithGroup/AssetWithGroup.md)[]\> - -#### Defined in - -[api/entities/Identity/AssetPermissions.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/AssetPermissions.ts#L100) - -___ - -### getGroup - -▸ **getGroup**(`«destructured»`): `Promise`\<[`CustomPermissionGroup`](../../CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../KnownPermissionGroup/KnownPermissionGroup.md)\> - -Retrieve this Identity's Permission Group for a specific Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `«destructured»` | `Object` | -| › `asset` | `string` \| [`BaseAsset`](../../Asset/Base/BaseAsset/BaseAsset.md) | - -#### Returns - -`Promise`\<[`CustomPermissionGroup`](../../CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../KnownPermissionGroup/KnownPermissionGroup.md)\> - -#### Defined in - -[api/entities/Identity/AssetPermissions.ts:279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/AssetPermissions.ts#L279) - -___ - -### getOperationHistory - -▸ **getOperationHistory**(`opts`): `Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`EventIdentifier`](../../../../../interfaces/Types/EventIdentifier/EventIdentifier.md)\>\> - -Retrieve all Events triggered by Operations this Identity has performed on a specific Asset - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.asset` | `string` \| [`FungibleAsset`](../../Asset/Fungible/FungibleAsset.md) | - | -| `opts.eventId?` | [`EventIdEnum`](../../../../../enums/Types/EventIdEnum/EventIdEnum.md) | filters results by event | -| `opts.moduleId?` | [`ModuleIdEnum`](../../../../../enums/Types/ModuleIdEnum/ModuleIdEnum.md) | filters results by module | -| `opts.size?` | `BigNumber` | page size | -| `opts.start?` | `BigNumber` | page offset | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`EventIdentifier`](../../../../../interfaces/Types/EventIdentifier/EventIdentifier.md)\>\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Identity/AssetPermissions.ts:373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/AssetPermissions.ts#L373) - -___ - -### setGroup - -▸ **setGroup**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`CustomPermissionGroup`](../../CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../KnownPermissionGroup/KnownPermissionGroup.md), [`CustomPermissionGroup`](../../CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../KnownPermissionGroup/KnownPermissionGroup.md)\>\> - -Assign this Identity to a different Permission Group for a given Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetPermissionGroupParams`](../../../../../interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`CustomPermissionGroup`](../../CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../KnownPermissionGroup/KnownPermissionGroup.md), [`CustomPermissionGroup`](../../CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../KnownPermissionGroup/KnownPermissionGroup.md)\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setGroup.checkAuthorization](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Identity/AssetPermissions.ts:358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/AssetPermissions.ts#L358) - -___ - -### waive - -▸ **waive**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Abdicate from the current Permissions Group for a given Asset. This means that this Identity will no longer have any permissions over said Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`WaivePermissionsParams`](../../../../../interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [waive.checkAuthorization](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Identity/AssetPermissions.ts:348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/AssetPermissions.ts#L348) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md deleted file mode 100644 index 99038b766a..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md +++ /dev/null @@ -1,872 +0,0 @@ ---- -id: "ChildIdentity" -title: "Class: ChildIdentity" -sidebar_label: "ChildIdentity" ---- - -[api/entities/Identity/ChildIdentity](../../../../../modules/API/Entities/Identity/ChildIdentity/ChildIdentity.md).ChildIdentity - -Represents a child identity - -## Hierarchy - -- [`Identity`](../Identity.md) - - ↳ **`ChildIdentity`** - -## Properties - -### assetPermissions - -• **assetPermissions**: [`AssetPermissions`](../AssetPermissions/AssetPermissions.md) - -#### Inherited from - -[Identity](../Identity.md).[assetPermissions](../Identity.md#assetpermissions) - -#### Defined in - -[api/entities/Identity/index.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L119) - -___ - -### authorizations - -• **authorizations**: [`IdentityAuthorizations`](../IdentityAuthorizations/IdentityAuthorizations.md) - -#### Inherited from - -[Identity](../Identity.md).[authorizations](../Identity.md#authorizations) - -#### Defined in - -[api/entities/Identity/index.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L117) - -___ - -### did - -• **did**: `string` - -Identity ID as stored in the blockchain - -#### Inherited from - -[Identity](../Identity.md).[did](../Identity.md#did) - -#### Defined in - -[api/entities/Identity/index.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L114) - -___ - -### portfolios - -• **portfolios**: [`Portfolios`](../Portfolios/Portfolios.md) - -#### Inherited from - -[Identity](../Identity.md).[portfolios](../Identity.md#portfolios) - -#### Defined in - -[api/entities/Identity/index.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L118) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Identity](../Identity.md).[uuid](../Identity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### areSecondaryAccountsFrozen - -▸ **areSecondaryAccountsFrozen**(): `Promise`\<`boolean`\> - -Check whether secondary Accounts are frozen - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -can be subscribed to - -#### Inherited from - -[Identity](../Identity.md).[areSecondaryAccountsFrozen](../Identity.md#aresecondaryaccountsfrozen) - -#### Defined in - -[api/entities/Identity/index.ts:658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L658) - -▸ **areSecondaryAccountsFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../modules/Types/Types.md#subcallback)\<`boolean`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity.md).[areSecondaryAccountsFrozen](../Identity.md#aresecondaryaccountsfrozen) - -#### Defined in - -[api/entities/Identity/index.ts:659](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L659) - -___ - -### checkRoles - -▸ **checkRoles**(`roles`): `Promise`\<[`CheckRolesResult`](../../../../../interfaces/Types/CheckRolesResult/CheckRolesResult.md)\> - -Check whether this Identity possesses all specified roles - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `roles` | [`Role`](../../../../../modules/Types/Types.md#role)[] | - -#### Returns - -`Promise`\<[`CheckRolesResult`](../../../../../interfaces/Types/CheckRolesResult/CheckRolesResult.md)\> - -#### Inherited from - -[Identity](../Identity.md).[checkRoles](../Identity.md#checkroles) - -#### Defined in - -[api/entities/Identity/index.ts:441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L441) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this child Identity exists - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -asset Identities aren't considered to exist for this check - -#### Overrides - -[Identity](../Identity.md).[exists](../Identity.md#exists) - -#### Defined in - -[api/entities/Identity/ChildIdentity.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/ChildIdentity.ts#L67) - -___ - -### getAssetBalance - -▸ **getAssetBalance**(`args`): `Promise`\<`BigNumber`\> - -Retrieve the balance of a particular Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.ticker` | `string` | - -#### Returns - -`Promise`\<`BigNumber`\> - -**`Note`** - -can be subscribed to - -#### Inherited from - -[Identity](../Identity.md).[getAssetBalance](../Identity.md#getassetbalance) - -#### Defined in - -[api/entities/Identity/index.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L195) - -▸ **getAssetBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.ticker` | `string` | -| `callback` | [`SubCallback`](../../../../../modules/Types/Types.md#subcallback)\<`BigNumber`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity.md).[getAssetBalance](../Identity.md#getassetbalance) - -#### Defined in - -[api/entities/Identity/index.ts:196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L196) - -___ - -### getHeldAssets - -▸ **getHeldAssets**(`opts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../../Asset/Fungible/FungibleAsset.md)\>\> - -Retrieve a list of all Assets which were held at one point by this Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.order?` | [`AssetHoldersOrderBy`](../../../../../enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md) | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../../Asset/Fungible/FungibleAsset.md)\>\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -supports pagination - -#### Inherited from - -[Identity](../Identity.md).[getHeldAssets](../Identity.md#getheldassets) - -#### Defined in - -[api/entities/Identity/index.ts:349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L349) - -___ - -### getHeldNfts - -▸ **getHeldNfts**(`opts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`HeldNfts`](../../../../../interfaces/Types/HeldNfts/HeldNfts.md)\>\> - -Retrieve a list of all NftCollections which were held at one point by this Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.order?` | [`NftHoldersOrderBy`](../../../../../enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md) | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`HeldNfts`](../../../../../interfaces/Types/HeldNfts/HeldNfts.md)\>\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -supports pagination - -#### Inherited from - -[Identity](../Identity.md).[getHeldNfts](../Identity.md#getheldnfts) - -#### Defined in - -[api/entities/Identity/index.ts:394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L394) - -___ - -### getHistoricalInstructions - -▸ **getHistoricalInstructions**(): `Promise`\<[`HistoricInstruction`](../../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> - -Retrieve all Instructions that have been associated with this Identity's DID - -#### Returns - -`Promise`\<[`HistoricInstruction`](../../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> - -**`Note`** - -uses the middleware V2 - -#### Inherited from - -[Identity](../Identity.md).[getHistoricalInstructions](../Identity.md#gethistoricalinstructions) - -#### Defined in - -[api/entities/Identity/index.ts:856](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L856) - -___ - -### getInstructions - -▸ **getInstructions**(): `Promise`\<[`GroupedInstructions`](../../../../../interfaces/Types/GroupedInstructions/GroupedInstructions.md)\> - -Retrieve all Instructions where this Identity is a custodian of one or more portfolios in the legs, - grouped by status - -#### Returns - -`Promise`\<[`GroupedInstructions`](../../../../../interfaces/Types/GroupedInstructions/GroupedInstructions.md)\> - -#### Inherited from - -[Identity](../Identity.md).[getInstructions](../Identity.md#getinstructions) - -#### Defined in - -[api/entities/Identity/index.ts:512](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L512) - -___ - -### getInvolvedInstructions - -▸ **getInvolvedInstructions**(): `Promise`\<[`GroupedInvolvedInstructions`](../../../../../interfaces/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md)\> - -Retrieve all Instructions where this Identity is a participant (owner/custodian), - grouped by the role of the Identity and Instruction status - -#### Returns - -`Promise`\<[`GroupedInvolvedInstructions`](../../../../../interfaces/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md)\> - -#### Inherited from - -[Identity](../Identity.md).[getInvolvedInstructions](../Identity.md#getinvolvedinstructions) - -#### Defined in - -[api/entities/Identity/index.ts:599](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L599) - -___ - -### getParentDid - -▸ **getParentDid**(): `Promise`\<``null`` \| [`Identity`](../Identity.md)\> - -Returns the parent of this Identity (if any) - -#### Returns - -`Promise`\<``null`` \| [`Identity`](../Identity.md)\> - -#### Defined in - -[api/entities/Identity/ChildIdentity.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/ChildIdentity.ts#L31) - -___ - -### getPendingDistributions - -▸ **getPendingDistributions**(): `Promise`\<[`DistributionWithDetails`](../../../../../interfaces/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> - -Retrieve every Dividend Distribution for which this Identity is eligible and hasn't been paid - -#### Returns - -`Promise`\<[`DistributionWithDetails`](../../../../../interfaces/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> - -**`Note`** - -uses the middleware - -**`Note`** - -this query can be potentially **SLOW** depending on which Assets this Identity has held - -#### Inherited from - -[Identity](../Identity.md).[getPendingDistributions](../Identity.md#getpendingdistributions) - -#### Defined in - -[api/entities/Identity/index.ts:695](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L695) - -___ - -### getPrimaryAccount - -▸ **getPrimaryAccount**(): `Promise`\<[`PermissionedAccount`](../../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)\> - -Retrieve the primary Account associated with the Identity - -#### Returns - -`Promise`\<[`PermissionedAccount`](../../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)\> - -**`Note`** - -can be subscribed to - -#### Inherited from - -[Identity](../Identity.md).[getPrimaryAccount](../Identity.md#getprimaryaccount) - -#### Defined in - -[api/entities/Identity/index.ts:296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L296) - -▸ **getPrimaryAccount**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../modules/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity.md).[getPrimaryAccount](../Identity.md#getprimaryaccount) - -#### Defined in - -[api/entities/Identity/index.ts:297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L297) - -___ - -### getSecondaryAccounts - -▸ **getSecondaryAccounts**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`PermissionedAccount`](../../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)\>\> - -Get the list of secondary Accounts related to the Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../../interfaces/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`PermissionedAccount`](../../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -can be subscribed to - -#### Inherited from - -[Identity](../Identity.md).[getSecondaryAccounts](../Identity.md#getsecondaryaccounts) - -#### Defined in - -[api/entities/Identity/index.ts:750](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L750) - -▸ **getSecondaryAccounts**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../modules/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity.md).[getSecondaryAccounts](../Identity.md#getsecondaryaccounts) - -#### Defined in - -[api/entities/Identity/index.ts:754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L754) - -▸ **getSecondaryAccounts**(`paginationOpts`, `callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts` | [`PaginationOptions`](../../../../../interfaces/Types/PaginationOptions/PaginationOptions.md) | -| `callback` | [`SubCallback`](../../../../../modules/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity.md).[getSecondaryAccounts](../Identity.md#getsecondaryaccounts) - -#### Defined in - -[api/entities/Identity/index.ts:758](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L758) - -___ - -### getTrustingAssets - -▸ **getTrustingAssets**(): `Promise`\<[`FungibleAsset`](../../Asset/Fungible/FungibleAsset.md)[]\> - -Get the list of Assets for which this Identity is a trusted claim issuer - -#### Returns - -`Promise`\<[`FungibleAsset`](../../Asset/Fungible/FungibleAsset.md)[]\> - -**`Note`** - -uses the middlewareV2 - -#### Inherited from - -[Identity](../Identity.md).[getTrustingAssets](../Identity.md#gettrustingassets) - -#### Defined in - -[api/entities/Identity/index.ts:465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L465) - -___ - -### getVenues - -▸ **getVenues**(): `Promise`\<[`Venue`](../../Venue/Venue.md)[]\> - -Retrieve all Venues created by this Identity - -#### Returns - -`Promise`\<[`Venue`](../../Venue/Venue.md)[]\> - -**`Note`** - -can be subscribed to - -#### Inherited from - -[Identity](../Identity.md).[getVenues](../Identity.md#getvenues) - -#### Defined in - -[api/entities/Identity/index.ts:484](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L484) - -___ - -### hasRole - -▸ **hasRole**(`role`): `Promise`\<`boolean`\> - -Check whether this Identity possesses the specified Role - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `role` | [`Role`](../../../../../modules/Types/Types.md#role) | - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity.md).[hasRole](../Identity.md#hasrole) - -#### Defined in - -[api/entities/Identity/index.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L147) - -___ - -### hasValidCdd - -▸ **hasValidCdd**(): `Promise`\<`boolean`\> - -Check whether this Identity has a valid CDD claim - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity.md).[hasValidCdd](../Identity.md#hasvalidcdd) - -#### Defined in - -[api/entities/Identity/index.ts:244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L244) - -___ - -### isCddProvider - -▸ **isCddProvider**(): `Promise`\<`boolean`\> - -Check whether this Identity is a CDD provider - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity.md).[isCddProvider](../Identity.md#iscddprovider) - -#### Defined in - -[api/entities/Identity/index.ts:277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L277) - -___ - -### isChild - -▸ **isChild**(): `Promise`\<`boolean`\> - -Check whether this Identity is a child Identity - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity.md).[isChild](../Identity.md#ischild) - -#### Defined in - -[api/entities/Identity/index.ts:917](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L917) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Identity](../Identity.md).[isEqual](../Identity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### isGcMember - -▸ **isGcMember**(): `Promise`\<`boolean`\> - -Check whether this Identity is Governance Committee member - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity.md).[isGcMember](../Identity.md#isgcmember) - -#### Defined in - -[api/entities/Identity/index.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L260) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the Identity's DID - -#### Returns - -`string` - -#### Inherited from - -[Identity](../Identity.md).[toHuman](../Identity.md#tohuman) - -#### Defined in - -[api/entities/Identity/index.ts:847](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L847) - -___ - -### unlinkChild - -▸ **unlinkChild**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Unlinks a child identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`UnlinkChildParams`](../../../../../interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -if - - the `child` is not a child of this identity - - the transaction signer is not the primary key of the parent identity - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [unlinkChild.checkAuthorization](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[Identity](../Identity.md).[unlinkChild](../Identity.md#unlinkchild) - -#### Defined in - -[api/entities/Identity/index.ts:910](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L910) - -___ - -### unlinkFromParent - -▸ **unlinkFromParent**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Unlinks this child identity from its parent - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -if - - this identity doesn't have a parent - - the transaction signer is not the primary key of the child identity - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unlinkFromParent.checkAuthorization](../../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Identity/ChildIdentity.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/ChildIdentity.ts#L83) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Identity](../Identity.md).[generateUuid](../Identity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Identity](../Identity.md).[unserialize](../Identity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Identity/Identity.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Identity/Identity.md deleted file mode 100644 index 649d723572..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Identity/Identity.md +++ /dev/null @@ -1,735 +0,0 @@ ---- -id: "Identity" -title: "Class: Identity" -sidebar_label: "Identity" ---- - -[api/entities/Identity](../../../../modules/API/Entities/Identity/Identity.md).Identity - -Represents an Identity in the Polymesh blockchain - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Identity/UniqueIdentifiers/UniqueIdentifiers.md), `string`\> - - ↳ **`Identity`** - - ↳↳ [`DefaultTrustedClaimIssuer`](../DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md) - - ↳↳ [`ChildIdentity`](ChildIdentity/ChildIdentity.md) - -## Properties - -### assetPermissions - -• **assetPermissions**: [`AssetPermissions`](AssetPermissions/AssetPermissions.md) - -#### Defined in - -[api/entities/Identity/index.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L119) - -___ - -### authorizations - -• **authorizations**: [`IdentityAuthorizations`](IdentityAuthorizations/IdentityAuthorizations.md) - -#### Defined in - -[api/entities/Identity/index.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L117) - -___ - -### did - -• **did**: `string` - -Identity ID as stored in the blockchain - -#### Defined in - -[api/entities/Identity/index.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L114) - -___ - -### portfolios - -• **portfolios**: [`Portfolios`](Portfolios/Portfolios.md) - -#### Defined in - -[api/entities/Identity/index.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L118) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### areSecondaryAccountsFrozen - -▸ **areSecondaryAccountsFrozen**(): `Promise`\<`boolean`\> - -Check whether secondary Accounts are frozen - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -can be subscribed to - -#### Defined in - -[api/entities/Identity/index.ts:658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L658) - -▸ **areSecondaryAccountsFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<`boolean`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Identity/index.ts:659](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L659) - -___ - -### checkRoles - -▸ **checkRoles**(`roles`): `Promise`\<[`CheckRolesResult`](../../../../interfaces/Types/CheckRolesResult/CheckRolesResult.md)\> - -Check whether this Identity possesses all specified roles - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `roles` | [`Role`](../../../../modules/Types/Types.md#role)[] | - -#### Returns - -`Promise`\<[`CheckRolesResult`](../../../../interfaces/Types/CheckRolesResult/CheckRolesResult.md)\> - -#### Defined in - -[api/entities/Identity/index.ts:441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L441) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Identity exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -asset Identities aren't considered to exist for this check - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Identity/index.ts:824](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L824) - -___ - -### getAssetBalance - -▸ **getAssetBalance**(`args`): `Promise`\<`BigNumber`\> - -Retrieve the balance of a particular Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.ticker` | `string` | - -#### Returns - -`Promise`\<`BigNumber`\> - -**`Note`** - -can be subscribed to - -#### Defined in - -[api/entities/Identity/index.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L195) - -▸ **getAssetBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.ticker` | `string` | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<`BigNumber`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Identity/index.ts:196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L196) - -___ - -### getChildIdentities - -▸ **getChildIdentities**(): `Promise`\<[`ChildIdentity`](ChildIdentity/ChildIdentity.md)[]\> - -Returns the list of all child identities - -#### Returns - -`Promise`\<[`ChildIdentity`](ChildIdentity/ChildIdentity.md)[]\> - -**`Note`** - -this query can be potentially **SLOW** depending on the number of parent Identities present on the chain - -#### Defined in - -[api/entities/Identity/index.ts:876](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L876) - -___ - -### getHeldAssets - -▸ **getHeldAssets**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)\>\> - -Retrieve a list of all Assets which were held at one point by this Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.order?` | [`AssetHoldersOrderBy`](../../../../enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md) | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)\>\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Identity/index.ts:349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L349) - -___ - -### getHeldNfts - -▸ **getHeldNfts**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`HeldNfts`](../../../../interfaces/Types/HeldNfts/HeldNfts.md)\>\> - -Retrieve a list of all NftCollections which were held at one point by this Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.order?` | [`NftHoldersOrderBy`](../../../../enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md) | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`HeldNfts`](../../../../interfaces/Types/HeldNfts/HeldNfts.md)\>\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Identity/index.ts:394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L394) - -___ - -### getHistoricalInstructions - -▸ **getHistoricalInstructions**(): `Promise`\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> - -Retrieve all Instructions that have been associated with this Identity's DID - -#### Returns - -`Promise`\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> - -**`Note`** - -uses the middleware V2 - -#### Defined in - -[api/entities/Identity/index.ts:856](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L856) - -___ - -### getInstructions - -▸ **getInstructions**(): `Promise`\<[`GroupedInstructions`](../../../../interfaces/Types/GroupedInstructions/GroupedInstructions.md)\> - -Retrieve all Instructions where this Identity is a custodian of one or more portfolios in the legs, - grouped by status - -#### Returns - -`Promise`\<[`GroupedInstructions`](../../../../interfaces/Types/GroupedInstructions/GroupedInstructions.md)\> - -#### Defined in - -[api/entities/Identity/index.ts:512](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L512) - -___ - -### getInvolvedInstructions - -▸ **getInvolvedInstructions**(): `Promise`\<[`GroupedInvolvedInstructions`](../../../../interfaces/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md)\> - -Retrieve all Instructions where this Identity is a participant (owner/custodian), - grouped by the role of the Identity and Instruction status - -#### Returns - -`Promise`\<[`GroupedInvolvedInstructions`](../../../../interfaces/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md)\> - -#### Defined in - -[api/entities/Identity/index.ts:599](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L599) - -___ - -### getPendingDistributions - -▸ **getPendingDistributions**(): `Promise`\<[`DistributionWithDetails`](../../../../interfaces/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> - -Retrieve every Dividend Distribution for which this Identity is eligible and hasn't been paid - -#### Returns - -`Promise`\<[`DistributionWithDetails`](../../../../interfaces/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> - -**`Note`** - -uses the middleware - -**`Note`** - -this query can be potentially **SLOW** depending on which Assets this Identity has held - -#### Defined in - -[api/entities/Identity/index.ts:695](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L695) - -___ - -### getPrimaryAccount - -▸ **getPrimaryAccount**(): `Promise`\<[`PermissionedAccount`](../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)\> - -Retrieve the primary Account associated with the Identity - -#### Returns - -`Promise`\<[`PermissionedAccount`](../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)\> - -**`Note`** - -can be subscribed to - -#### Defined in - -[api/entities/Identity/index.ts:296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L296) - -▸ **getPrimaryAccount**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Identity/index.ts:297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L297) - -___ - -### getSecondaryAccounts - -▸ **getSecondaryAccounts**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`PermissionedAccount`](../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)\>\> - -Get the list of secondary Accounts related to the Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`PermissionedAccount`](../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -can be subscribed to - -#### Defined in - -[api/entities/Identity/index.ts:750](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L750) - -▸ **getSecondaryAccounts**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Identity/index.ts:754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L754) - -▸ **getSecondaryAccounts**(`paginationOpts`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts` | [`PaginationOptions`](../../../../interfaces/Types/PaginationOptions/PaginationOptions.md) | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../interfaces/Types/PermissionedAccount/PermissionedAccount.md)[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Identity/index.ts:758](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L758) - -___ - -### getTrustingAssets - -▸ **getTrustingAssets**(): `Promise`\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)[]\> - -Get the list of Assets for which this Identity is a trusted claim issuer - -#### Returns - -`Promise`\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)[]\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/Identity/index.ts:465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L465) - -___ - -### getVenues - -▸ **getVenues**(): `Promise`\<[`Venue`](../Venue/Venue.md)[]\> - -Retrieve all Venues created by this Identity - -#### Returns - -`Promise`\<[`Venue`](../Venue/Venue.md)[]\> - -**`Note`** - -can be subscribed to - -#### Defined in - -[api/entities/Identity/index.ts:484](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L484) - -___ - -### hasRole - -▸ **hasRole**(`role`): `Promise`\<`boolean`\> - -Check whether this Identity possesses the specified Role - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `role` | [`Role`](../../../../modules/Types/Types.md#role) | - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Identity/index.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L147) - -___ - -### hasValidCdd - -▸ **hasValidCdd**(): `Promise`\<`boolean`\> - -Check whether this Identity has a valid CDD claim - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Identity/index.ts:244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L244) - -___ - -### isCddProvider - -▸ **isCddProvider**(): `Promise`\<`boolean`\> - -Check whether this Identity is a CDD provider - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Identity/index.ts:277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L277) - -___ - -### isChild - -▸ **isChild**(): `Promise`\<`boolean`\> - -Check whether this Identity is a child Identity - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Identity/index.ts:917](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L917) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### isGcMember - -▸ **isGcMember**(): `Promise`\<`boolean`\> - -Check whether this Identity is Governance Committee member - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Identity/index.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L260) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the Identity's DID - -#### Returns - -`string` - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Identity/index.ts:847](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L847) - -___ - -### unlinkChild - -▸ **unlinkChild**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Unlinks a child identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`UnlinkChildParams`](../../../../interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -if - - the `child` is not a child of this identity - - the transaction signer is not the primary key of the parent identity - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [unlinkChild.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Identity/index.ts:910](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L910) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md deleted file mode 100644 index 31b3f901be..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md +++ /dev/null @@ -1,138 +0,0 @@ ---- -id: "IdentityAuthorizations" -title: "Class: IdentityAuthorizations" -sidebar_label: "IdentityAuthorizations" ---- - -[api/entities/Identity/IdentityAuthorizations](../../../../../modules/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md).IdentityAuthorizations - -Handles all Identity Authorization related functionality - -## Hierarchy - -- [`Authorizations`](../../Common/Namespaces/Authorizations/Authorizations.md)\<[`Identity`](../Identity.md)\> - - ↳ **`IdentityAuthorizations`** - -## Methods - -### getHistoricalAuthorizations - -▸ **getHistoricalAuthorizations**(`opts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Fetch all historical Authorization Requests for which this Signer is the target - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.size?` | `BigNumber` | page size | -| `opts.start?` | `BigNumber` | page offset | -| `opts.status?` | [`AuthorizationStatusEnum`](../../../../../enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md) | fetch only authorizations with this status. Fetches all statuses if not passed | -| `opts.type?` | [`AuthTypeEnum`](../../../../../enums/Types/AuthTypeEnum/AuthTypeEnum.md) | fetch only authorizations of this type. Fetches all types if not passed | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -uses the middlewareV2 - -#### Inherited from - -[Authorizations](../../Common/Namespaces/Authorizations/Authorizations.md).[getHistoricalAuthorizations](../../Common/Namespaces/Authorizations/Authorizations.md#gethistoricalauthorizations) - -#### Defined in - -[api/entities/common/namespaces/Authorizations.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/common/namespaces/Authorizations.ts#L147) - -___ - -### getOne - -▸ **getOne**(`args`): `Promise`\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\> - -Retrieve a single Authorization Request targeting or issued by this Identity by its ID - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.id` | `BigNumber` | - -#### Returns - -`Promise`\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\> - -**`Throws`** - -if there is no Authorization Request with the passed ID targeting or issued by this Identity - -#### Overrides - -[Authorizations](../../Common/Namespaces/Authorizations/Authorizations.md).[getOne](../../Common/Namespaces/Authorizations/Authorizations.md#getone) - -#### Defined in - -[api/entities/Identity/IdentityAuthorizations.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/IdentityAuthorizations.ts#L60) - -___ - -### getReceived - -▸ **getReceived**(`opts?`): `Promise`\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)[]\> - -Fetch all pending Authorization Requests for which this Signer is the target - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts?` | `Object` | - | -| `opts.includeExpired?` | `boolean` | whether to include expired authorizations. Defaults to true | -| `opts.type?` | [`AuthorizationType`](../../../../../enums/Types/AuthorizationType/AuthorizationType.md) | fetch only authorizations of this type. Fetches all types if not passed | - -#### Returns - -`Promise`\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)[]\> - -#### Inherited from - -[Authorizations](../../Common/Namespaces/Authorizations/Authorizations.md).[getReceived](../../Common/Namespaces/Authorizations/Authorizations.md#getreceived) - -#### Defined in - -[api/entities/common/namespaces/Authorizations.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/common/namespaces/Authorizations.ts#L41) - -___ - -### getSent - -▸ **getSent**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Fetch all pending authorization requests issued by this Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../../interfaces/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Identity/IdentityAuthorizations.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/IdentityAuthorizations.ts#L18) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Identity/Portfolios/Portfolios.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Identity/Portfolios/Portfolios.md deleted file mode 100644 index 8b794ac9cf..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Identity/Portfolios/Portfolios.md +++ /dev/null @@ -1,126 +0,0 @@ ---- -id: "Portfolios" -title: "Class: Portfolios" -sidebar_label: "Portfolios" ---- - -[api/entities/Identity/Portfolios](../../../../../modules/API/Entities/Identity/Portfolios/Portfolios.md).Portfolios - -Handles all Portfolio related functionality on the Identity side - -## Hierarchy - -- `Namespace`\<[`Identity`](../Identity.md)\> - - ↳ **`Portfolios`** - -## Methods - -### delete - -▸ **delete**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Delete a Portfolio by ID - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.portfolio` | `BigNumber` \| [`NumberedPortfolio`](../../NumberedPortfolio/NumberedPortfolio.md) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [delete.checkAuthorization](../../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Identity/Portfolios.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/Portfolios.ts#L163) - -___ - -### getCustodiedPortfolios - -▸ **getCustodiedPortfolios**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`NumberedPortfolio`](../../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../DefaultPortfolio/DefaultPortfolio.md)\>\> - -Retrieve all Portfolios custodied by this Identity. - This only includes portfolios owned by a different Identity but custodied by this one. - To fetch Portfolios owned by this Identity, use [getPortfolios](Portfolios.md#getportfolios) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../../interfaces/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`NumberedPortfolio`](../../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../DefaultPortfolio/DefaultPortfolio.md)\>\> - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Identity/Portfolios.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/Portfolios.ts#L76) - -___ - -### getPortfolio - -▸ **getPortfolio**(): `Promise`\<[`DefaultPortfolio`](../../DefaultPortfolio/DefaultPortfolio.md)\> - -Retrieve a Numbered Portfolio or the Default Portfolio if Portfolio ID is not passed - -#### Returns - -`Promise`\<[`DefaultPortfolio`](../../DefaultPortfolio/DefaultPortfolio.md)\> - -#### Defined in - -[api/entities/Identity/Portfolios.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/Portfolios.ts#L123) - -▸ **getPortfolio**(`args`): `Promise`\<[`NumberedPortfolio`](../../NumberedPortfolio/NumberedPortfolio.md)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.portfolioId` | `BigNumber` | - -#### Returns - -`Promise`\<[`NumberedPortfolio`](../../NumberedPortfolio/NumberedPortfolio.md)\> - -#### Defined in - -[api/entities/Identity/Portfolios.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/Portfolios.ts#L124) - -___ - -### getPortfolios - -▸ **getPortfolios**(): `Promise`\<[[`DefaultPortfolio`](../../DefaultPortfolio/DefaultPortfolio.md), ...NumberedPortfolio[]]\> - -Retrieve all the Portfolios owned by this Identity - -#### Returns - -`Promise`\<[[`DefaultPortfolio`](../../DefaultPortfolio/DefaultPortfolio.md), ...NumberedPortfolio[]]\> - -#### Defined in - -[api/entities/Identity/Portfolios.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/Portfolios.ts#L45) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Instruction/Instruction.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Instruction/Instruction.md deleted file mode 100644 index 08e68bcdc2..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Instruction/Instruction.md +++ /dev/null @@ -1,470 +0,0 @@ ---- -id: "Instruction" -title: "Class: Instruction" -sidebar_label: "Instruction" ---- - -[api/entities/Instruction](../../../../modules/API/Entities/Instruction/Instruction.md).Instruction - -Represents a settlement Instruction to be executed on a certain Venue - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Instruction/UniqueIdentifiers/UniqueIdentifiers.md), `string`\> - - ↳ **`Instruction`** - -## Properties - -### id - -• **id**: `BigNumber` - -Unique identifier number of the instruction - -#### Defined in - -[api/entities/Instruction/index.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/index.ts#L89) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### affirm - -▸ **affirm**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -Affirm this instruction (authorize) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | [`AffirmOrWithdrawInstructionParams`](../../../../modules/API/Procedures/Types/Types.md#affirmorwithdrawinstructionparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -**`Note`** - -this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md), which means you can call [affirm.checkAuthorization](../../../../interfaces/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Instruction/index.ts:479](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/index.ts#L479) - -___ - -### details - -▸ **details**(): `Promise`\<[`InstructionDetails`](../../../../modules/API/Entities/Instruction/Types/Types.md#instructiondetails)\> - -Retrieve information specific to this Instruction - -#### Returns - -`Promise`\<[`InstructionDetails`](../../../../modules/API/Entities/Instruction/Types/Types.md#instructiondetails)\> - -#### Defined in - -[api/entities/Instruction/index.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/index.ts#L251) - -___ - -### executeManually - -▸ **executeManually**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -Executes an Instruction either of type `SettleManual` or a `Failed` instruction - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | [`ExecuteManualInstructionParams`](../../../../interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -**`Note`** - -this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md), which means you can call [executeManually.checkAuthorization](../../../../interfaces/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Instruction/index.ts:499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/index.ts#L499) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Instruction exists on chain (or existed and was pruned) - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Instruction/index.ts:233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/index.ts#L233) - -___ - -### getAffirmations - -▸ **getAffirmations**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`InstructionAffirmation`](../../../../interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md)\>\> - -Retrieve every authorization generated by this Instruction (status and authorizing Identity) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`InstructionAffirmation`](../../../../interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md)\>\> - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Instruction/index.ts:303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/index.ts#L303) - -___ - -### getInvolvedPortfolios - -▸ **getInvolvedPortfolios**(`args`): `Promise`\<([`NumberedPortfolio`](../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../DefaultPortfolio/DefaultPortfolio.md))[]\> - -Retrieve all the involved portfolios in this Instruction where the given identity is a custodian of - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.did` | `string` | - -#### Returns - -`Promise`\<([`NumberedPortfolio`](../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../DefaultPortfolio/DefaultPortfolio.md))[]\> - -#### Defined in - -[api/entities/Instruction/index.ts:545](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/index.ts#L545) - -___ - -### getLegs - -▸ **getLegs**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`Leg`](../../../../modules/API/Entities/Instruction/Types/Types.md#leg)\>\> - -Retrieve all legs of this Instruction - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`Leg`](../../../../modules/API/Entities/Instruction/Types/Types.md#leg)\>\> - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Instruction/index.ts:349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/index.ts#L349) - -___ - -### getStatus - -▸ **getStatus**(): `Promise`\<[`InstructionStatusResult`](../../../../modules/API/Entities/Instruction/Types/Types.md#instructionstatusresult)\> - -Retrieve current status of this Instruction - -#### Returns - -`Promise`\<[`InstructionStatusResult`](../../../../modules/API/Entities/Instruction/Types/Types.md#instructionstatusresult)\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/Instruction/index.ts:425](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/index.ts#L425) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### isExecuted - -▸ **isExecuted**(): `Promise`\<`boolean`\> - -Retrieve whether the Instruction has already been executed and pruned from - the chain. - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Instruction/index.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/index.ts#L147) - -___ - -### isPending - -▸ **isPending**(): `Promise`\<`boolean`\> - -Retrieve whether the Instruction is still pending on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Instruction/index.ts:176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/index.ts#L176) - -___ - -### onStatusChange - -▸ **onStatusChange**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -Retrieve current status of the Instruction. This can be subscribed to know if instruction fails - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<[`InstructionStatus`](../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -**`Note`** - -can be subscribed to - -**`Note`** - -current status as `Executed` means that the Instruction has been executed/rejected and pruned from - the chain. - -#### Defined in - -[api/entities/Instruction/index.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/index.ts#L201) - -___ - -### reject - -▸ **reject**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -Reject this instruction - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | [`RejectInstructionParams`](../../../../modules/API/Procedures/Types/Types.md#rejectinstructionparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -**`Note`** - -reject on `SettleOnAffirmation` will execute the settlement and it will fail immediately. - -**`Note`** - -reject on `SettleOnBlock` behaves just like unauthorize - -**`Note`** - -reject on `SettleManual` behaves just like unauthorize - -**`Note`** - -this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md), which means you can call [reject.checkAuthorization](../../../../interfaces/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Instruction/index.ts:469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/index.ts#L469) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the Instruction's ID - -#### Returns - -`string` - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Instruction/index.ts:538](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/index.ts#L538) - -___ - -### withdraw - -▸ **withdraw**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -Withdraw affirmation from this instruction (unauthorize) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | [`AffirmOrWithdrawInstructionParams`](../../../../modules/API/Procedures/Types/Types.md#affirmorwithdrawinstructionparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -**`Note`** - -this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md), which means you can call [withdraw.checkAuthorization](../../../../interfaces/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Instruction/index.ts:489](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/index.ts#L489) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md deleted file mode 100644 index 8522f83c62..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md +++ /dev/null @@ -1,205 +0,0 @@ ---- -id: "KnownPermissionGroup" -title: "Class: KnownPermissionGroup" -sidebar_label: "KnownPermissionGroup" ---- - -[api/entities/KnownPermissionGroup](../../../../modules/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md).KnownPermissionGroup - -Represents a pre-defined group of permissions for an Asset - -## Hierarchy - -- [`PermissionGroup`](../PermissionGroup/PermissionGroup.md) - - ↳ **`KnownPermissionGroup`** - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset for which this group specifies permissions - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[asset](../PermissionGroup/PermissionGroup.md#asset) - -#### Defined in - -[api/entities/PermissionGroup.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/PermissionGroup.ts#L19) - -___ - -### type - -• **type**: [`PermissionGroupType`](../../../../enums/Types/PermissionGroupType/PermissionGroupType.md) - -#### Defined in - -[api/entities/KnownPermissionGroup.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/KnownPermissionGroup.ts#L30) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[uuid](../PermissionGroup/PermissionGroup.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Known Permission Group exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[exists](../PermissionGroup/PermissionGroup.md#exists) - -#### Defined in - -[api/entities/KnownPermissionGroup.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/KnownPermissionGroup.ts#L90) - -___ - -### getPermissions - -▸ **getPermissions**(): `Promise`\<[`GroupPermissions`](../../../../modules/Types/Types.md#grouppermissions)\> - -Retrieve the Permissions associated with this Permission Group - -#### Returns - -`Promise`\<[`GroupPermissions`](../../../../modules/Types/Types.md#grouppermissions)\> - -#### Overrides - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[getPermissions](../PermissionGroup/PermissionGroup.md#getpermissions) - -#### Defined in - -[api/entities/KnownPermissionGroup.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/KnownPermissionGroup.ts#L46) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[isEqual](../PermissionGroup/PermissionGroup.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md) - -Return the KnownPermissionGroup's static data - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md) - -#### Overrides - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[toHuman](../PermissionGroup/PermissionGroup.md#tohuman) - -#### Defined in - -[api/entities/KnownPermissionGroup.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/KnownPermissionGroup.ts#L97) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[generateUuid](../PermissionGroup/PermissionGroup.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[unserialize](../PermissionGroup/PermissionGroup.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/MetadataEntry/MetadataEntry.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/MetadataEntry/MetadataEntry.md deleted file mode 100644 index b001271c41..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/MetadataEntry/MetadataEntry.md +++ /dev/null @@ -1,263 +0,0 @@ ---- -id: "MetadataEntry" -title: "Class: MetadataEntry" -sidebar_label: "MetadataEntry" ---- - -[api/entities/MetadataEntry](../../../../modules/API/Entities/MetadataEntry/MetadataEntry.md).MetadataEntry - -Represents an Asset MetadataEntry in the Polymesh blockchain - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/MetadataEntry/UniqueIdentifiers/UniqueIdentifiers.md), [`HumanReadable`](../../../../interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md)\> - - ↳ **`MetadataEntry`** - -## Properties - -### asset - -• **asset**: [`BaseAsset`](../Asset/Base/BaseAsset/BaseAsset.md) - -Asset for which this is the metadata - -#### Defined in - -[api/entities/MetadataEntry/index.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/index.ts#L37) - -___ - -### id - -• **id**: `BigNumber` - -identifier number of the MetadataEntry - -#### Defined in - -[api/entities/MetadataEntry/index.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/index.ts#L47) - -___ - -### type - -• **type**: [`MetadataType`](../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) - -Type of metadata represented by this instance - -#### Defined in - -[api/entities/MetadataEntry/index.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/index.ts#L42) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### details - -▸ **details**(): `Promise`\<[`MetadataDetails`](../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md)\> - -Retrieve name and specs for this MetadataEntry - -#### Returns - -`Promise`\<[`MetadataDetails`](../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md)\> - -#### Defined in - -[api/entities/MetadataEntry/index.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/index.ts#L92) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this MetadataEntry exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/MetadataEntry/index.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/index.ts#L168) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### set - -▸ **set**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`MetadataEntry`](MetadataEntry.md), [`MetadataEntry`](MetadataEntry.md)\>\> - -Assign new value for the MetadataEntry along with its details or optionally only set the details (expiry + lock status) of any Metadata value - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetMetadataParams`](../../../../modules/API/Procedures/Types/Types.md#setmetadataparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`MetadataEntry`](MetadataEntry.md), [`MetadataEntry`](MetadataEntry.md)\>\> - -**`Note`** - -- Value or the details can only be set if the MetadataEntry is not locked - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [set.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/MetadataEntry/index.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/index.ts#L85) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md) - -Return the MetadataEntry's ID, Asset ticker and Metadata type - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md) - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/MetadataEntry/index.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/index.ts#L175) - -___ - -### value - -▸ **value**(): `Promise`\<``null`` \| [`MetadataValue`](../../../../modules/API/Entities/MetadataEntry/Types/Types.md#metadatavalue)\> - -Retrieve the value and details (expiry + lock status) for this MetadataEntry - -#### Returns - -`Promise`\<``null`` \| [`MetadataValue`](../../../../modules/API/Entities/MetadataEntry/Types/Types.md#metadatavalue)\> - -**`Note`** - -- This returns `null` if no value is yet specified for this MetadataEntry - -#### Defined in - -[api/entities/MetadataEntry/index.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/index.ts#L139) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/MultiSigProposal/MultiSigProposal.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/MultiSigProposal/MultiSigProposal.md deleted file mode 100644 index c85cf2df5a..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/MultiSigProposal/MultiSigProposal.md +++ /dev/null @@ -1,343 +0,0 @@ ---- -id: "MultiSigProposal" -title: "Class: MultiSigProposal" -sidebar_label: "MultiSigProposal" ---- - -[api/entities/MultiSigProposal](../../../../modules/API/Entities/MultiSigProposal/MultiSigProposal.md).MultiSigProposal - -A proposal for a MultiSig transaction. This is a wrapper around an extrinsic that will be executed when the amount of approvals reaches the signature threshold set on the MultiSig Account - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<`UniqueIdentifiers`, [`HumanReadable`](../../../../interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md)\> - - ↳ **`MultiSigProposal`** - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/index.ts#L53) - -___ - -### multiSig - -• **multiSig**: [`MultiSig`](../Account/MultiSig/MultiSig.md) - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/index.ts#L52) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### approve - -▸ **approve**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Approve this MultiSig proposal - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [approve.checkAuthorization](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/index.ts#L97) - -___ - -### createdAt - -▸ **createdAt**(): `Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/Types/EventIdentifier/EventIdentifier.md)\> - -Retrieve the identifier data (block number, date and event index) of the event that was emitted when this MultiSig Proposal was created - -#### Returns - -`Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/Types/EventIdentifier/EventIdentifier.md)\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/index.ts#L289) - -___ - -### creator - -▸ **creator**(): `Promise`\<``null`` \| [`Account`](../Account/Account.md)\> - -Retrieve the account which created this MultiSig Proposal - -#### Returns - -`Promise`\<``null`` \| [`Account`](../Account/Account.md)\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/index.ts#L304) - -___ - -### details - -▸ **details**(): `Promise`\<[`MultiSigProposalDetails`](../../../../interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md)\> - -Fetches the details of the Proposal. This includes the amount of approvals and rejections, the expiry, and details of the wrapped extrinsic - -#### Returns - -`Promise`\<[`MultiSigProposalDetails`](../../../../interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md)\> - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/index.ts#L114) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determines whether this Proposal exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/index.ts#L186) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### reject - -▸ **reject**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Reject this MultiSig proposal - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [reject.checkAuthorization](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/index.ts#L107) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md) - -Returns a human readable representation - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md) - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/index.ts#L208) - -___ - -### votes - -▸ **votes**(): `Promise`\<[`MultiSigProposalVote`](../../../../modules/API/Entities/MultiSigProposal/Types/Types.md#multisigproposalvote)[]\> - -Fetches the individual votes for this MultiSig proposal and their identifier data (block number, date and event index) of the event that was emitted when this MultiSig Proposal Vote was casted - -#### Returns - -`Promise`\<[`MultiSigProposalVote`](../../../../modules/API/Entities/MultiSigProposal/Types/Types.md#multisigproposalvote)[]\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/index.ts#L225) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### isUniqueIdentifiers - -▸ `Static` **isUniqueIdentifiers**(`identifiers`): `boolean` - -Typeguard that checks whether the object passed corresponds to the unique identifiers of the class. Must be overridden - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `identifiers` | `unknown` | object to type check | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isUniqueIdentifiers](../Entity/Entity.md#isuniqueidentifiers) - -#### Defined in - -[api/entities/Entity.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L42) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md deleted file mode 100644 index c3ccb53e2e..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md +++ /dev/null @@ -1,539 +0,0 @@ ---- -id: "NumberedPortfolio" -title: "Class: NumberedPortfolio" -sidebar_label: "NumberedPortfolio" ---- - -[api/entities/NumberedPortfolio](../../../../modules/API/Entities/NumberedPortfolio/NumberedPortfolio.md).NumberedPortfolio - -Represents a numbered (non-default) Portfolio for an Identity - -## Hierarchy - -- [`Portfolio`](../Portfolio/Portfolio.md) - - ↳ **`NumberedPortfolio`** - -## Properties - -### id - -• **id**: `BigNumber` - -Portfolio identifier number - -#### Defined in - -[api/entities/NumberedPortfolio.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/NumberedPortfolio.ts#L39) - -___ - -### owner - -• **owner**: [`Identity`](../Identity/Identity.md) - -Identity of the Portfolio's owner - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[owner](../Portfolio/Portfolio.md#owner) - -#### Defined in - -[api/entities/Portfolio/index.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L79) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[uuid](../Portfolio/Portfolio.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### createdAt - -▸ **createdAt**(): `Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/Types/EventIdentifier/EventIdentifier.md)\> - -Retrieve the identifier data (block number, date and event index) of the event that was emitted when this Portfolio was created - -#### Returns - -`Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/Types/EventIdentifier/EventIdentifier.md)\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned - -#### Defined in - -[api/entities/NumberedPortfolio.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/NumberedPortfolio.ts#L101) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Return whether this Portfolio exists - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Portfolio](../Portfolio/Portfolio.md).[exists](../Portfolio/Portfolio.md#exists) - -#### Defined in - -[api/entities/NumberedPortfolio.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/NumberedPortfolio.ts#L127) - -___ - -### getAssetBalances - -▸ **getAssetBalances**(`args?`): `Promise`\<[`PortfolioBalance`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md)[]\> - -Retrieve the balances of all fungible assets in this Portfolio - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.assets` | (`string` \| [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md))[] | array of FungibleAssets (or tickers) for which to fetch balances (optional, all balances are retrieved if not passed) | - -#### Returns - -`Promise`\<[`PortfolioBalance`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md)[]\> - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[getAssetBalances](../Portfolio/Portfolio.md#getassetbalances) - -#### Defined in - -[api/entities/Portfolio/index.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L145) - -___ - -### getCollections - -▸ **getCollections**(`args?`): `Promise`\<[`PortfolioCollection`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md)[]\> - -Retrieve the NFTs held in this portfolio - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | `Object` | -| `args.collections` | (`string` \| [`NftCollection`](../Asset/NonFungible/NftCollection/NftCollection.md))[] | - -#### Returns - -`Promise`\<[`PortfolioCollection`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md)[]\> - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[getCollections](../Portfolio/Portfolio.md#getcollections) - -#### Defined in - -[api/entities/Portfolio/index.ts:224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L224) - -___ - -### getCustodian - -▸ **getCustodian**(): `Promise`\<[`Identity`](../Identity/Identity.md)\> - -Retrieve the custodian Identity of this Portfolio - -#### Returns - -`Promise`\<[`Identity`](../Identity/Identity.md)\> - -**`Note`** - -if no custodian is set, the owner Identity is returned - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[getCustodian](../Portfolio/Portfolio.md#getcustodian) - -#### Defined in - -[api/entities/Portfolio/index.ts:365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L365) - -___ - -### getName - -▸ **getName**(): `Promise`\<`string`\> - -Return the Portfolio name - -#### Returns - -`Promise`\<`string`\> - -#### Defined in - -[api/entities/NumberedPortfolio.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/NumberedPortfolio.ts#L72) - -___ - -### getTransactionHistory - -▸ **getTransactionHistory**(`filters?`): `Promise`\<[`HistoricSettlement`](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> - -Retrieve a list of transactions where this portfolio was involved. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `filters` | `Object` | - | -| `filters.account?` | `string` | Account involved in the settlement | -| `filters.ticker?` | `string` | ticker involved in the transaction | - -#### Returns - -`Promise`\<[`HistoricSettlement`](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> - -**`Note`** - -uses the middlewareV2 - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[getTransactionHistory](../Portfolio/Portfolio.md#gettransactionhistory) - -#### Defined in - -[api/entities/Portfolio/index.ts:407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L407) - -___ - -### isCustodiedBy - -▸ **isCustodiedBy**(`args?`): `Promise`\<`boolean`\> - -Return whether an Identity is the Portfolio custodian - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | optional, defaults to the signing Identity | - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[isCustodiedBy](../Portfolio/Portfolio.md#iscustodiedby) - -#### Defined in - -[api/entities/Portfolio/index.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L129) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[isEqual](../Portfolio/Portfolio.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### isOwnedBy - -▸ **isOwnedBy**(`args?`): `Promise`\<`boolean`\> - -Return whether an Identity is the Portfolio owner - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | defaults to the signing Identity | - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[isOwnedBy](../Portfolio/Portfolio.md#isownedby) - -#### Defined in - -[api/entities/Portfolio/index.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L116) - -___ - -### modifyName - -▸ **modifyName**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`NumberedPortfolio`](NumberedPortfolio.md), [`NumberedPortfolio`](NumberedPortfolio.md)\>\> - -Rename portfolio - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RenamePortfolioParams`](../../../../interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`NumberedPortfolio`](NumberedPortfolio.md), [`NumberedPortfolio`](NumberedPortfolio.md)\>\> - -**`Note`** - -Only the owner is allowed to rename the Portfolio. - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modifyName.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/NumberedPortfolio.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/NumberedPortfolio.ts#L65) - -___ - -### moveFunds - -▸ **moveFunds**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Moves funds from this Portfolio to another one owned by the same Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`MoveFundsParams`](../../../../interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [moveFunds.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[moveFunds](../Portfolio/Portfolio.md#movefunds) - -#### Defined in - -[api/entities/Portfolio/index.ts:343](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L343) - -___ - -### quitCustody - -▸ **quitCustody**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Returns the custody of the portfolio to the portfolio owner unilaterally - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [quitCustody.checkAuthorization](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[quitCustody](../Portfolio/Portfolio.md#quitcustody) - -#### Defined in - -[api/entities/Portfolio/index.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L356) - -___ - -### setCustodian - -▸ **setCustodian**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Send an invitation to an Identity to assign it as custodian for this Portfolio - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetCustodianParams`](../../../../interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create an [Authorization Request](../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `targetIdentity`. - An [Account](../Account/Account.md) or [Identity](../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setCustodian.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[setCustodian](../Portfolio/Portfolio.md#setcustodian) - -#### Defined in - -[api/entities/Portfolio/index.ts:330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L330) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) - -Return the Portfolio ID and owner DID - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[toHuman](../Portfolio/Portfolio.md#tohuman) - -#### Defined in - -[api/entities/Portfolio/index.ts:524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L524) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[generateUuid](../Portfolio/Portfolio.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[unserialize](../Portfolio/Portfolio.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Offering/Offering.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Offering/Offering.md deleted file mode 100644 index 4c80d0aa32..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Offering/Offering.md +++ /dev/null @@ -1,401 +0,0 @@ ---- -id: "Offering" -title: "Class: Offering" -sidebar_label: "Offering" ---- - -[api/entities/Offering](../../../../modules/API/Entities/Offering/Offering.md).Offering - -Represents an Asset Offering in the Polymesh blockchain - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Offering/UniqueIdentifiers/UniqueIdentifiers.md), [`HumanReadable`](../../../../interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md)\> - - ↳ **`Offering`** - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset being offered - -#### Defined in - -[api/entities/Offering/index.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/index.ts#L65) - -___ - -### id - -• **id**: `BigNumber` - -identifier number of the Offering - -#### Defined in - -[api/entities/Offering/index.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/index.ts#L60) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### close - -▸ **close**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Close the Offering - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [close.checkAuthorization](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Offering/index.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/index.ts#L160) - -___ - -### details - -▸ **details**(): `Promise`\<[`OfferingDetails`](../../../../interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md)\> - -Retrieve the Offering's details - -#### Returns - -`Promise`\<[`OfferingDetails`](../../../../interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md)\> - -**`Note`** - -can be subscribed to - -#### Defined in - -[api/entities/Offering/index.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/index.ts#L111) - -▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<[`OfferingDetails`](../../../../interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Offering/index.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/index.ts#L112) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Offering exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Offering/index.ts:271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/index.ts#L271) - -___ - -### freeze - -▸ **freeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Offering`](Offering.md), [`Offering`](Offering.md)\>\> - -Freeze the Offering - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Offering`](Offering.md), [`Offering`](Offering.md)\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [freeze.checkAuthorization](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Offering/index.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/index.ts#L170) - -___ - -### getInvestments - -▸ **getInvestments**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`Investment`](../../../../interfaces/API/Entities/Offering/Types/Investment/Investment.md)\>\> - -Retrieve all investments made on this Offering - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.size?` | `BigNumber` | page size | -| `opts.start?` | `BigNumber` | page offset | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`Investment`](../../../../interfaces/API/Entities/Offering/Types/Investment/Investment.md)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -uses the middleware V2 - -#### Defined in - -[api/entities/Offering/index.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/index.ts#L222) - -___ - -### invest - -▸ **invest**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Invest in the Offering - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`InvestInOfferingParams`](../../../../interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required roles: - - Purchase Portfolio Custodian - - Funding Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [invest.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Offering/index.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/index.ts#L209) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### modifyTimes - -▸ **modifyTimes**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Modify the start/end time of the Offering - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyOfferingTimesParams`](../../../../modules/API/Procedures/Types/Types.md#modifyofferingtimesparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -if: - - Trying to modify the start time on an Offering that already started - - Trying to modify anything on an Offering that already ended - - Trying to change start or end time to a past date - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modifyTimes.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Offering/index.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/index.ts#L195) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md) - -Return the Offering's ID and Asset ticker - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md) - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Offering/index.ts:289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/index.ts#L289) - -___ - -### unfreeze - -▸ **unfreeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Offering`](Offering.md), [`Offering`](Offering.md)\>\> - -Unfreeze the Offering - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Offering`](Offering.md), [`Offering`](Offering.md)\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unfreeze.checkAuthorization](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Offering/index.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/index.ts#L180) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/PermissionGroup/PermissionGroup.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/PermissionGroup/PermissionGroup.md deleted file mode 100644 index 4606d77b0d..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/PermissionGroup/PermissionGroup.md +++ /dev/null @@ -1,217 +0,0 @@ ---- -id: "PermissionGroup" -title: "Class: PermissionGroup" -sidebar_label: "PermissionGroup" ---- - -[api/entities/PermissionGroup](../../../../modules/API/Entities/PermissionGroup/PermissionGroup.md).PermissionGroup - -Represents a group of permissions for an Asset - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/PermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md), `unknown`\> - - ↳ **`PermissionGroup`** - - ↳↳ [`CustomPermissionGroup`](../CustomPermissionGroup/CustomPermissionGroup.md) - - ↳↳ [`KnownPermissionGroup`](../KnownPermissionGroup/KnownPermissionGroup.md) - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset for which this group specifies permissions - -#### Defined in - -[api/entities/PermissionGroup.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/PermissionGroup.ts#L19) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### exists - -▸ `Abstract` **exists**(): `Promise`\<`boolean`\> - -Determine whether this Entity exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Entity.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L68) - -___ - -### getPermissions - -▸ `Abstract` **getPermissions**(): `Promise`\<[`GroupPermissions`](../../../../modules/Types/Types.md#grouppermissions)\> - -Retrieve the Permissions associated with this Permission Group - -#### Returns - -`Promise`\<[`GroupPermissions`](../../../../modules/Types/Types.md#grouppermissions)\> - -#### Defined in - -[api/entities/PermissionGroup.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/PermissionGroup.ts#L35) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### toHuman - -▸ `Abstract` **toHuman**(): `unknown` - -Returns Entity data in a human readable (JSON) format - -#### Returns - -`unknown` - -#### Inherited from - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Entity.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L73) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### isUniqueIdentifiers - -▸ `Static` **isUniqueIdentifiers**(`identifiers`): `boolean` - -Typeguard that checks whether the object passed corresponds to the unique identifiers of the class. Must be overridden - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `identifiers` | `unknown` | object to type check | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isUniqueIdentifiers](../Entity/Entity.md#isuniqueidentifiers) - -#### Defined in - -[api/entities/Entity.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L42) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Portfolio/Portfolio.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Portfolio/Portfolio.md deleted file mode 100644 index a860df0c09..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Portfolio/Portfolio.md +++ /dev/null @@ -1,419 +0,0 @@ ---- -id: "Portfolio" -title: "Class: Portfolio" -sidebar_label: "Portfolio" ---- - -[api/entities/Portfolio](../../../../modules/API/Entities/Portfolio/Portfolio.md).Portfolio - -Represents a base Portfolio for a specific Identity in the Polymesh blockchain - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Portfolio/UniqueIdentifiers/UniqueIdentifiers.md), [`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md)\> - - ↳ **`Portfolio`** - - ↳↳ [`DefaultPortfolio`](../DefaultPortfolio/DefaultPortfolio.md) - - ↳↳ [`NumberedPortfolio`](../NumberedPortfolio/NumberedPortfolio.md) - -## Properties - -### owner - -• **owner**: [`Identity`](../Identity/Identity.md) - -Identity of the Portfolio's owner - -#### Defined in - -[api/entities/Portfolio/index.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L79) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### exists - -▸ `Abstract` **exists**(): `Promise`\<`boolean`\> - -Determine whether this Entity exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Entity.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L68) - -___ - -### getAssetBalances - -▸ **getAssetBalances**(`args?`): `Promise`\<[`PortfolioBalance`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md)[]\> - -Retrieve the balances of all fungible assets in this Portfolio - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.assets` | (`string` \| [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md))[] | array of FungibleAssets (or tickers) for which to fetch balances (optional, all balances are retrieved if not passed) | - -#### Returns - -`Promise`\<[`PortfolioBalance`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md)[]\> - -#### Defined in - -[api/entities/Portfolio/index.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L145) - -___ - -### getCollections - -▸ **getCollections**(`args?`): `Promise`\<[`PortfolioCollection`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md)[]\> - -Retrieve the NFTs held in this portfolio - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | `Object` | -| `args.collections` | (`string` \| [`NftCollection`](../Asset/NonFungible/NftCollection/NftCollection.md))[] | - -#### Returns - -`Promise`\<[`PortfolioCollection`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md)[]\> - -#### Defined in - -[api/entities/Portfolio/index.ts:224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L224) - -___ - -### getCustodian - -▸ **getCustodian**(): `Promise`\<[`Identity`](../Identity/Identity.md)\> - -Retrieve the custodian Identity of this Portfolio - -#### Returns - -`Promise`\<[`Identity`](../Identity/Identity.md)\> - -**`Note`** - -if no custodian is set, the owner Identity is returned - -#### Defined in - -[api/entities/Portfolio/index.ts:365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L365) - -___ - -### getTransactionHistory - -▸ **getTransactionHistory**(`filters?`): `Promise`\<[`HistoricSettlement`](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> - -Retrieve a list of transactions where this portfolio was involved. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `filters` | `Object` | - | -| `filters.account?` | `string` | Account involved in the settlement | -| `filters.ticker?` | `string` | ticker involved in the transaction | - -#### Returns - -`Promise`\<[`HistoricSettlement`](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/Portfolio/index.ts:407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L407) - -___ - -### isCustodiedBy - -▸ **isCustodiedBy**(`args?`): `Promise`\<`boolean`\> - -Return whether an Identity is the Portfolio custodian - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | optional, defaults to the signing Identity | - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Portfolio/index.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L129) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### isOwnedBy - -▸ **isOwnedBy**(`args?`): `Promise`\<`boolean`\> - -Return whether an Identity is the Portfolio owner - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | defaults to the signing Identity | - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Portfolio/index.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L116) - -___ - -### moveFunds - -▸ **moveFunds**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Moves funds from this Portfolio to another one owned by the same Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`MoveFundsParams`](../../../../interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [moveFunds.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Portfolio/index.ts:343](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L343) - -___ - -### quitCustody - -▸ **quitCustody**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Returns the custody of the portfolio to the portfolio owner unilaterally - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [quitCustody.checkAuthorization](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Portfolio/index.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L356) - -___ - -### setCustodian - -▸ **setCustodian**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Send an invitation to an Identity to assign it as custodian for this Portfolio - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetCustodianParams`](../../../../interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create an [Authorization Request](../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `targetIdentity`. - An [Account](../Account/Account.md) or [Identity](../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setCustodian.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Portfolio/index.ts:330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L330) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) - -Return the Portfolio ID and owner DID - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Portfolio/index.ts:524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L524) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Subsidies/Subsidies.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Subsidies/Subsidies.md deleted file mode 100644 index d590a00529..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Subsidies/Subsidies.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -id: "Subsidies" -title: "Class: Subsidies" -sidebar_label: "Subsidies" ---- - -[api/entities/Subsidies](../../../../modules/API/Entities/Subsidies/Subsidies.md).Subsidies - -Handles all Account Subsidies related functionality - -## Hierarchy - -- `Namespace`\<[`Account`](../Account/Account.md)\> - - ↳ **`Subsidies`** - -## Methods - -### getBeneficiaries - -▸ **getBeneficiaries**(): `Promise`\<[`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)[]\> - -Get the list of Subsidy relationship along with their subsidized amount for which this Account is the subsidizer - -#### Returns - -`Promise`\<[`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)[]\> - -#### Defined in - -[api/entities/Subsidies.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidies.ts#L12) - -___ - -### getSubsidizer - -▸ **getSubsidizer**(): `Promise`\<``null`` \| [`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> - -Get the Subsidy relationship along with the subsidized amount for this Account is the beneficiary. -If this Account isn't being subsidized, return null - -#### Returns - -`Promise`\<``null`` \| [`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> - -**`Note`** - -can be subscribed to - -#### Defined in - -[api/entities/Subsidies.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidies.ts#L61) - -▸ **getSubsidizer**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<``null`` \| [`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Subsidies.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidies.ts#L62) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Subsidy/Subsidy.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Subsidy/Subsidy.md deleted file mode 100644 index feadfb1b6b..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Subsidy/Subsidy.md +++ /dev/null @@ -1,338 +0,0 @@ ---- -id: "Subsidy" -title: "Class: Subsidy" -sidebar_label: "Subsidy" ---- - -[api/entities/Subsidy](../../../../modules/API/Entities/Subsidy/Subsidy.md).Subsidy - -Represents a Subsidy relationship on chain - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md), `HumanReadable`\> - - ↳ **`Subsidy`** - -## Properties - -### beneficiary - -• **beneficiary**: [`Account`](../Account/Account.md) - -Account whose transactions are being paid for - -#### Defined in - -[api/entities/Subsidy/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidy/index.ts#L54) - -___ - -### subsidizer - -• **subsidizer**: [`Account`](../Account/Account.md) - -Account that is paying for the transactions - -#### Defined in - -[api/entities/Subsidy/index.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidy/index.ts#L58) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### decreaseAllowance - -▸ **decreaseAllowance**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Decrease allowance for this Subsidy relationship - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Pick`\<[`DecreaseAllowanceParams`](../../../../interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md), ``"allowance"``\> | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -Only the subsidizer is allowed to decrease the allowance - -**`Throws`** - -if the amount to decrease by is more than the existing allowance - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [decreaseAllowance.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Subsidy/index.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidy/index.ts#L179) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Subsidy relationship exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Subsidy/index.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidy/index.ts#L186) - -___ - -### getAllowance - -▸ **getAllowance**(): `Promise`\<`BigNumber`\> - -Get amount of POLYX subsidized for this Subsidy relationship - -#### Returns - -`Promise`\<`BigNumber`\> - -**`Throws`** - -if the Subsidy does not exist - -#### Defined in - -[api/entities/Subsidy/index.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidy/index.ts#L205) - -___ - -### increaseAllowance - -▸ **increaseAllowance**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Increase allowance for this Subsidy relationship - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Pick`\<[`IncreaseAllowanceParams`](../../../../interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md), ``"allowance"``\> | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -Only the subsidizer is allowed to increase the allowance - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [increaseAllowance.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Subsidy/index.ts:165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidy/index.ts#L165) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### quit - -▸ **quit**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Terminate this Subsidy relationship. The beneficiary Account will be forced to pay for their own transactions - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -both the beneficiary and the subsidizer are allowed to unilaterally quit the Subsidy - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [quit.checkAuthorization](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Subsidy/index.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidy/index.ts#L139) - -___ - -### setAllowance - -▸ **setAllowance**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Set allowance for this Subsidy relationship - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Pick`\<[`SetAllowanceParams`](../../../../interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md), ``"allowance"``\> | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -Only the subsidizer is allowed to set the allowance - -**`Throws`** - -if the allowance to set is equal to the current allowance - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setAllowance.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Subsidy/index.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidy/index.ts#L153) - -___ - -### toHuman - -▸ **toHuman**(): [`UniqueIdentifiers`](../../../../interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md) - -Return the Subsidy's static data - -#### Returns - -[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md) - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Subsidy/index.ts:227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidy/index.ts#L227) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/TickerReservation/TickerReservation.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/TickerReservation/TickerReservation.md deleted file mode 100644 index 546e93def1..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/TickerReservation/TickerReservation.md +++ /dev/null @@ -1,315 +0,0 @@ ---- -id: "TickerReservation" -title: "Class: TickerReservation" -sidebar_label: "TickerReservation" ---- - -[api/entities/TickerReservation](../../../../modules/API/Entities/TickerReservation/TickerReservation.md).TickerReservation - -Represents a reserved Asset symbol in the Polymesh blockchain. Ticker reservations expire - after a set length of time, after which they can be reserved by another Identity. - A Ticker must be previously reserved by an Identity for that Identity to be able create an Asset with it - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/TickerReservation/UniqueIdentifiers/UniqueIdentifiers.md), `string`\> - - ↳ **`TickerReservation`** - -## Properties - -### ticker - -• **ticker**: `string` - -reserved ticker - -#### Defined in - -[api/entities/TickerReservation/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/TickerReservation/index.ts#L54) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### createAsset - -▸ **createAsset**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md), [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)\>\> - -Create an Asset using the reserved ticker - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateAssetParams`](../../../../interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md), [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)\>\> - -**`Note`** - -required role: - - Ticker Owner - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createAsset.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/TickerReservation/index.ts:189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/TickerReservation/index.ts#L189) - -___ - -### details - -▸ **details**(): `Promise`\<[`TickerReservationDetails`](../../../../interfaces/API/Entities/TickerReservation/Types/TickerReservationDetails/TickerReservationDetails.md)\> - -Retrieve the Reservation's owner, expiry date and status - -#### Returns - -`Promise`\<[`TickerReservationDetails`](../../../../interfaces/API/Entities/TickerReservation/Types/TickerReservationDetails/TickerReservationDetails.md)\> - -**`Note`** - -can be subscribed to - -#### Defined in - -[api/entities/TickerReservation/index.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/TickerReservation/index.ts#L94) - -▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/Types/Types.md#subcallback)\<[`TickerReservationDetails`](../../../../interfaces/API/Entities/TickerReservation/Types/TickerReservationDetails/TickerReservationDetails.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/TickerReservation/index.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/TickerReservation/index.ts#L95) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Ticker Reservation exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/TickerReservation/index.ts:214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/TickerReservation/index.ts#L214) - -___ - -### extend - -▸ **extend**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`TickerReservation`](TickerReservation.md), [`TickerReservation`](TickerReservation.md)\>\> - -Extend the Reservation time period of the ticker for 60 days from now -to later use it in the creation of an Asset. - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`TickerReservation`](TickerReservation.md), [`TickerReservation`](TickerReservation.md)\>\> - -**`Note`** - -required role: - - Ticker Owner - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [extend.checkAuthorization](../../../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/TickerReservation/index.ts:176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/TickerReservation/index.ts#L176) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the Reservation's ticker - -#### Returns - -`string` - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/TickerReservation/index.ts:227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/TickerReservation/index.ts#L227) - -___ - -### transferOwnership - -▸ **transferOwnership**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Transfer ownership of the Ticker Reservation to another Identity. This generates an authorization request that must be accepted - by the target - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`TransferTickerOwnershipParams`](../../../../interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create [Authorization Request](../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `target` Identity. - An [Account](../Account/Account.md) or [Identity](../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -required role: - - Ticker Owner - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [transferOwnership.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/TickerReservation/index.ts:207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/TickerReservation/index.ts#L207) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Venue/Venue.md b/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Venue/Venue.md deleted file mode 100644 index a8ca08a166..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/API/Entities/Venue/Venue.md +++ /dev/null @@ -1,334 +0,0 @@ ---- -id: "Venue" -title: "Class: Venue" -sidebar_label: "Venue" ---- - -[api/entities/Venue](../../../../modules/API/Entities/Venue/Venue.md).Venue - -Represents a Venue through which settlements are handled - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Venue/UniqueIdentifiers/UniqueIdentifiers.md), `string`\> - - ↳ **`Venue`** - -## Properties - -### id - -• **id**: `BigNumber` - -identifier number of the Venue - -#### Defined in - -[api/entities/Venue/index.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Venue/index.ts#L66) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L46) - -## Methods - -### addInstruction - -▸ **addInstruction**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../Instruction/Instruction.md)[], [`Instruction`](../Instruction/Instruction.md)\>\> - -Creates a settlement Instruction in this Venue - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AddInstructionParams`](../../../../modules/API/Procedures/Types/Types.md#addinstructionparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../Instruction/Instruction.md)[], [`Instruction`](../Instruction/Instruction.md)\>\> - -**`Note`** - -required role: - - Venue Owner - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addInstruction.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Venue/index.ts:256](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Venue/index.ts#L256) - -___ - -### addInstructions - -▸ **addInstructions**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../Instruction/Instruction.md)[], [`Instruction`](../Instruction/Instruction.md)[]\>\> - -Creates a batch of settlement Instructions in this Venue - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AddInstructionsParams`](../../../../interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../Instruction/Instruction.md)[], [`Instruction`](../Instruction/Instruction.md)[]\>\> - -**`Note`** - -required role: - - Venue Owner - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addInstructions.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Venue/index.ts:269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Venue/index.ts#L269) - -___ - -### details - -▸ **details**(): `Promise`\<[`VenueDetails`](../../../../interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md)\> - -Retrieve information specific to this Venue - -#### Returns - -`Promise`\<[`VenueDetails`](../../../../interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md)\> - -#### Defined in - -[api/entities/Venue/index.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Venue/index.ts#L119) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Venue exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Venue/index.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Venue/index.ts#L100) - -___ - -### getHistoricalInstructions - -▸ **getHistoricalInstructions**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)\>\> - -Retrieve all Instructions that have been associated with this Venue instance - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.size?` | `BigNumber` | page size | -| `opts.start?` | `BigNumber` | page offset | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/Types/ResultSet/ResultSet.md)\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)\>\> - -**`Note`** - -uses the middleware V2 - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Venue/index.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Venue/index.ts#L208) - -___ - -### getInstructions - -▸ **getInstructions**(): `Promise`\<`Pick`\<[`GroupedInstructions`](../../../../interfaces/Types/GroupedInstructions/GroupedInstructions.md), ``"pending"`` \| ``"failed"``\>\> - -Retrieve all pending and failed Instructions in this Venue - -#### Returns - -`Promise`\<`Pick`\<[`GroupedInstructions`](../../../../interfaces/Types/GroupedInstructions/GroupedInstructions.md), ``"pending"`` \| ``"failed"``\>\> - -#### Defined in - -[api/entities/Venue/index.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Venue/index.ts#L148) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L61) - -___ - -### modify - -▸ **modify**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Modify description and type - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyVenueParams`](../../../../modules/API/Procedures/Types/Types.md#modifyvenueparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required role: - - Venue Owner - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../interfaces/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Venue/index.ts:282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Venue/index.ts#L282) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the Venue's ID - -#### Returns - -`string` - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Venue/index.ts:289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Venue/index.ts#L289) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/Base/PolymeshError/PolymeshError.md b/sdk-docs_versioned_docs/version-23.2.x/classes/Base/PolymeshError/PolymeshError.md deleted file mode 100644 index 640c64257d..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/Base/PolymeshError/PolymeshError.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -id: "PolymeshError" -title: "Class: PolymeshError" -sidebar_label: "PolymeshError" ---- - -[base/PolymeshError](../../../modules/Base/PolymeshError/PolymeshError.md).PolymeshError - -Wraps an error to give more information about its type - -## Hierarchy - -- `Error` - - ↳ **`PolymeshError`** - -## Properties - -### code - -• **code**: [`ErrorCode`](../../../enums/Types/ErrorCode/ErrorCode.md) - -#### Defined in - -[base/PolymeshError.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshError.ts#L16) - -___ - -### data - -• `Optional` **data**: `Record`\<`string`, `unknown`\> - -#### Defined in - -[base/PolymeshError.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshError.ts#L18) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/Base/PolymeshTransaction/PolymeshTransaction.md b/sdk-docs_versioned_docs/version-23.2.x/classes/Base/PolymeshTransaction/PolymeshTransaction.md deleted file mode 100644 index a7db14142c..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/Base/PolymeshTransaction/PolymeshTransaction.md +++ /dev/null @@ -1,368 +0,0 @@ ---- -id: "PolymeshTransaction" -title: "Class: PolymeshTransaction" -sidebar_label: "PolymeshTransaction" ---- - -[base/PolymeshTransaction](../../../modules/Base/PolymeshTransaction/PolymeshTransaction.md).PolymeshTransaction - -Wrapper class for a Polymesh Transaction - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValue` | `ReturnValue` | -| `TransformedReturnValue` | `ReturnValue` | -| `Args` | extends `unknown`[] \| [] = `unknown`[] | - -## Hierarchy - -- [`PolymeshTransactionBase`](../PolymeshTransactionBase/PolymeshTransactionBase.md)\<`ReturnValue`, `TransformedReturnValue`\> - - ↳ **`PolymeshTransaction`** - -## Properties - -### args - -• **args**: `Args` - -arguments for the transaction in SCALE format (polkadot.js Codec) - -#### Defined in - -[base/PolymeshTransaction.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransaction.ts#L39) - -___ - -### blockHash - -• `Optional` **blockHash**: `string` - -hash of the block where this transaction resides (status: `Succeeded`, `Failed`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[blockHash](../PolymeshTransactionBase/PolymeshTransactionBase.md#blockhash) - -#### Defined in - -[base/PolymeshTransactionBase.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L90) - -___ - -### blockNumber - -• `Optional` **blockNumber**: `BigNumber` - -number of the block where this transaction resides (status: `Succeeded`, `Failed`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[blockNumber](../PolymeshTransactionBase/PolymeshTransactionBase.md#blocknumber) - -#### Defined in - -[base/PolymeshTransactionBase.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L95) - -___ - -### error - -• `Optional` **error**: [`PolymeshError`](../PolymeshError/PolymeshError.md) - -stores errors thrown while running the transaction (status: `Failed`, `Aborted`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[error](../PolymeshTransactionBase/PolymeshTransactionBase.md#error) - -#### Defined in - -[base/PolymeshTransactionBase.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L70) - -___ - -### receipt - -• `Optional` **receipt**: `ISubmittableResult` - -stores the transaction receipt (if successful) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[receipt](../PolymeshTransactionBase/PolymeshTransactionBase.md#receipt) - -#### Defined in - -[base/PolymeshTransactionBase.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L75) - -___ - -### status - -• **status**: [`TransactionStatus`](../../../enums/Types/TransactionStatus/TransactionStatus.md) = `TransactionStatus.Idle` - -current status of the transaction - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[status](../PolymeshTransactionBase/PolymeshTransactionBase.md#status) - -#### Defined in - -[base/PolymeshTransactionBase.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L65) - -___ - -### tag - -• **tag**: [`TxTag`](../../../modules/Generated/Types/Types.md#txtag) - -type of transaction represented by this instance (mostly for display purposes) - -#### Defined in - -[base/PolymeshTransaction.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransaction.ts#L44) - -___ - -### txHash - -• `Optional` **txHash**: `string` - -transaction hash (status: `Running`, `Succeeded`, `Failed`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[txHash](../PolymeshTransactionBase/PolymeshTransactionBase.md#txhash) - -#### Defined in - -[base/PolymeshTransactionBase.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L80) - -___ - -### txIndex - -• `Optional` **txIndex**: `BigNumber` - -transaction index within its block (status: `Succeeded`, `Failed`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[txIndex](../PolymeshTransactionBase/PolymeshTransactionBase.md#txindex) - -#### Defined in - -[base/PolymeshTransactionBase.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L85) - -## Accessors - -### isSuccess - -• `get` **isSuccess**(): `boolean` - -returns true if transaction has completed successfully - -#### Returns - -`boolean` - -#### Inherited from - -PolymeshTransactionBase.isSuccess - -#### Defined in - -[base/PolymeshTransactionBase.ts:714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L714) - -___ - -### result - -• `get` **result**(): `TransformedReturnValue` - -returns the transaction result - this is the same value as the Promise run returns - -#### Returns - -`TransformedReturnValue` - -**`Note`** - -it is generally preferable to `await` the `Promise` returned by [transaction.run()](../PolymeshTransactionBase/PolymeshTransactionBase.md#run) instead of reading this property - -**`Throws`** - -if the [transaction.isSuccess](../PolymeshTransactionBase/PolymeshTransactionBase.md#issuccess) property is false — be sure to check that before accessing! - -#### Inherited from - -PolymeshTransactionBase.result - -#### Defined in - -[base/PolymeshTransactionBase.ts:698](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L698) - -## Methods - -### getProtocolFees - -▸ **getProtocolFees**(): `Promise`\<`BigNumber`\> - -Return this transaction's protocol fees. These are extra fees charged for - specific operations on the chain. Not to be confused with network fees (which - depend on the complexity of the operation), protocol fees are set by governance and/or - chain upgrades - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Overrides - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[getProtocolFees](../PolymeshTransactionBase/PolymeshTransactionBase.md#getprotocolfees) - -#### Defined in - -[base/PolymeshTransaction.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransaction.ts#L100) - -___ - -### getTotalFees - -▸ **getTotalFees**(): `Promise`\<[`PayingAccountFees`](../../../interfaces/Types/PayingAccountFees/PayingAccountFees.md)\> - -Retrieve a breakdown of the fees required to run this transaction, as well as the Account responsible for paying them - -#### Returns - -`Promise`\<[`PayingAccountFees`](../../../interfaces/Types/PayingAccountFees/PayingAccountFees.md)\> - -**`Note`** - -these values might be inaccurate if the transaction is run at a later time. This can be due to a governance vote or other - chain related factors (like modifications to a specific subsidizer relationship or a chain upgrade) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[getTotalFees](../PolymeshTransactionBase/PolymeshTransactionBase.md#gettotalfees) - -#### Defined in - -[base/PolymeshTransactionBase.ts:397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L397) - -___ - -### onProcessedByMiddleware - -▸ **onProcessedByMiddleware**(`listener`): [`UnsubCallback`](../../../modules/Types/Types.md#unsubcallback) - -Subscribe to the results of this transaction being processed by the indexing service (and as such, available to the middleware) - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `listener` | (`err?`: [`PolymeshError`](../PolymeshError/PolymeshError.md)) => `void` | callback function that will be called whenever the middleware is updated with the latest data. If there is an error (timeout or middleware offline) it will be passed to this callback | - -#### Returns - -[`UnsubCallback`](../../../modules/Types/Types.md#unsubcallback) - -unsubscribe function - -**`Note`** - -this event will be fired even if the queue fails - -**`Throws`** - -if the middleware wasn't enabled when instantiating the SDK client - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[onProcessedByMiddleware](../PolymeshTransactionBase/PolymeshTransactionBase.md#onprocessedbymiddleware) - -#### Defined in - -[base/PolymeshTransactionBase.ts:437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L437) - -___ - -### onStatusChange - -▸ **onStatusChange**(`listener`): [`UnsubCallback`](../../../modules/Types/Types.md#unsubcallback) - -Subscribe to status changes - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `listener` | (`transaction`: [`GenericPolymeshTransaction`](../../../modules/Types/Types.md#genericpolymeshtransaction)\<`ReturnValue`, `TransformedReturnValue`\>) => `void` | callback function that will be called whenever the status changes | - -#### Returns - -[`UnsubCallback`](../../../modules/Types/Types.md#unsubcallback) - -unsubscribe function - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[onStatusChange](../PolymeshTransactionBase/PolymeshTransactionBase.md#onstatuschange) - -#### Defined in - -[base/PolymeshTransactionBase.ts:379](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L379) - -___ - -### run - -▸ **run**(): `Promise`\<`TransformedReturnValue`\> - -Run the transaction, update its status and return a result if applicable. - Certain transactions create Entities on the blockchain, and those Entities are returned - for convenience. For example, when running a transaction that creates an Asset, the Asset itself - is returned - -#### Returns - -`Promise`\<`TransformedReturnValue`\> - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[run](../PolymeshTransactionBase/PolymeshTransactionBase.md#run) - -#### Defined in - -[base/PolymeshTransactionBase.ts:189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L189) - -___ - -### supportsSubsidy - -▸ **supportsSubsidy**(): `boolean` - -Return whether the transaction can be subsidized. If the result is false - AND the caller is being subsidized by a third party, the transaction can't be executed and trying - to do so will result in an error - -#### Returns - -`boolean` - -**`Note`** - -this depends on the type of transaction itself (e.g. `staking.bond` can't be subsidized, but `asset.createAsset` can) - -#### Overrides - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[supportsSubsidy](../PolymeshTransactionBase/PolymeshTransactionBase.md#supportssubsidy) - -#### Defined in - -[base/PolymeshTransaction.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransaction.ts#L123) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/Base/PolymeshTransactionBase/PolymeshTransactionBase.md b/sdk-docs_versioned_docs/version-23.2.x/classes/Base/PolymeshTransactionBase/PolymeshTransactionBase.md deleted file mode 100644 index 8cd4f67f84..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/Base/PolymeshTransactionBase/PolymeshTransactionBase.md +++ /dev/null @@ -1,285 +0,0 @@ ---- -id: "PolymeshTransactionBase" -title: "Class: PolymeshTransactionBase" -sidebar_label: "PolymeshTransactionBase" ---- - -[base/PolymeshTransactionBase](../../../modules/Base/PolymeshTransactionBase/PolymeshTransactionBase.md).PolymeshTransactionBase - -Wrapper class for a Polymesh Transaction - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValue` | `void` | -| `TransformedReturnValue` | `ReturnValue` | - -## Hierarchy - -- **`PolymeshTransactionBase`** - - ↳ [`PolymeshTransaction`](../PolymeshTransaction/PolymeshTransaction.md) - - ↳ [`PolymeshTransactionBatch`](../PolymeshTransactionBatch/PolymeshTransactionBatch.md) - -## Properties - -### blockHash - -• `Optional` **blockHash**: `string` - -hash of the block where this transaction resides (status: `Succeeded`, `Failed`) - -#### Defined in - -[base/PolymeshTransactionBase.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L90) - -___ - -### blockNumber - -• `Optional` **blockNumber**: `BigNumber` - -number of the block where this transaction resides (status: `Succeeded`, `Failed`) - -#### Defined in - -[base/PolymeshTransactionBase.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L95) - -___ - -### error - -• `Optional` **error**: [`PolymeshError`](../PolymeshError/PolymeshError.md) - -stores errors thrown while running the transaction (status: `Failed`, `Aborted`) - -#### Defined in - -[base/PolymeshTransactionBase.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L70) - -___ - -### receipt - -• `Optional` **receipt**: `ISubmittableResult` - -stores the transaction receipt (if successful) - -#### Defined in - -[base/PolymeshTransactionBase.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L75) - -___ - -### status - -• **status**: [`TransactionStatus`](../../../enums/Types/TransactionStatus/TransactionStatus.md) = `TransactionStatus.Idle` - -current status of the transaction - -#### Defined in - -[base/PolymeshTransactionBase.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L65) - -___ - -### txHash - -• `Optional` **txHash**: `string` - -transaction hash (status: `Running`, `Succeeded`, `Failed`) - -#### Defined in - -[base/PolymeshTransactionBase.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L80) - -___ - -### txIndex - -• `Optional` **txIndex**: `BigNumber` - -transaction index within its block (status: `Succeeded`, `Failed`) - -#### Defined in - -[base/PolymeshTransactionBase.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L85) - -## Accessors - -### isSuccess - -• `get` **isSuccess**(): `boolean` - -returns true if transaction has completed successfully - -#### Returns - -`boolean` - -#### Defined in - -[base/PolymeshTransactionBase.ts:714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L714) - -___ - -### result - -• `get` **result**(): `TransformedReturnValue` - -returns the transaction result - this is the same value as the Promise run returns - -#### Returns - -`TransformedReturnValue` - -**`Note`** - -it is generally preferable to `await` the `Promise` returned by [transaction.run()](PolymeshTransactionBase.md#run) instead of reading this property - -**`Throws`** - -if the [transaction.isSuccess](PolymeshTransactionBase.md#issuccess) property is false — be sure to check that before accessing! - -#### Defined in - -[base/PolymeshTransactionBase.ts:698](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L698) - -## Methods - -### getProtocolFees - -▸ `Abstract` **getProtocolFees**(): `Promise`\<`BigNumber`\> - -Return this transaction's protocol fees. These are extra fees charged for - specific operations on the chain. Not to be confused with network fees (which - depend on the complexity of the operation), protocol fees are set by governance and/or - chain upgrades - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Defined in - -[base/PolymeshTransactionBase.ts:597](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L597) - -___ - -### getTotalFees - -▸ **getTotalFees**(): `Promise`\<[`PayingAccountFees`](../../../interfaces/Types/PayingAccountFees/PayingAccountFees.md)\> - -Retrieve a breakdown of the fees required to run this transaction, as well as the Account responsible for paying them - -#### Returns - -`Promise`\<[`PayingAccountFees`](../../../interfaces/Types/PayingAccountFees/PayingAccountFees.md)\> - -**`Note`** - -these values might be inaccurate if the transaction is run at a later time. This can be due to a governance vote or other - chain related factors (like modifications to a specific subsidizer relationship or a chain upgrade) - -#### Defined in - -[base/PolymeshTransactionBase.ts:397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L397) - -___ - -### onProcessedByMiddleware - -▸ **onProcessedByMiddleware**(`listener`): [`UnsubCallback`](../../../modules/Types/Types.md#unsubcallback) - -Subscribe to the results of this transaction being processed by the indexing service (and as such, available to the middleware) - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `listener` | (`err?`: [`PolymeshError`](../PolymeshError/PolymeshError.md)) => `void` | callback function that will be called whenever the middleware is updated with the latest data. If there is an error (timeout or middleware offline) it will be passed to this callback | - -#### Returns - -[`UnsubCallback`](../../../modules/Types/Types.md#unsubcallback) - -unsubscribe function - -**`Note`** - -this event will be fired even if the queue fails - -**`Throws`** - -if the middleware wasn't enabled when instantiating the SDK client - -#### Defined in - -[base/PolymeshTransactionBase.ts:437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L437) - -___ - -### onStatusChange - -▸ **onStatusChange**(`listener`): [`UnsubCallback`](../../../modules/Types/Types.md#unsubcallback) - -Subscribe to status changes - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `listener` | (`transaction`: [`GenericPolymeshTransaction`](../../../modules/Types/Types.md#genericpolymeshtransaction)\<`ReturnValue`, `TransformedReturnValue`\>) => `void` | callback function that will be called whenever the status changes | - -#### Returns - -[`UnsubCallback`](../../../modules/Types/Types.md#unsubcallback) - -unsubscribe function - -#### Defined in - -[base/PolymeshTransactionBase.ts:379](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L379) - -___ - -### run - -▸ **run**(): `Promise`\<`TransformedReturnValue`\> - -Run the transaction, update its status and return a result if applicable. - Certain transactions create Entities on the blockchain, and those Entities are returned - for convenience. For example, when running a transaction that creates an Asset, the Asset itself - is returned - -#### Returns - -`Promise`\<`TransformedReturnValue`\> - -#### Defined in - -[base/PolymeshTransactionBase.ts:189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L189) - -___ - -### supportsSubsidy - -▸ `Abstract` **supportsSubsidy**(): `boolean` - -Return whether the transaction can be subsidized. If the result is false - AND the caller is being subsidized by a third party, the transaction can't be executed and trying - to do so will result in an error - -#### Returns - -`boolean` - -**`Note`** - -this depends on the type of transaction itself (e.g. `staking.bond` can't be subsidized, but `asset.createAsset` can) - -#### Defined in - -[base/PolymeshTransactionBase.ts:567](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L567) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md b/sdk-docs_versioned_docs/version-23.2.x/classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md deleted file mode 100644 index 7b62392769..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md +++ /dev/null @@ -1,380 +0,0 @@ ---- -id: "PolymeshTransactionBatch" -title: "Class: PolymeshTransactionBatch" -sidebar_label: "PolymeshTransactionBatch" ---- - -[base/PolymeshTransactionBatch](../../../modules/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md).PolymeshTransactionBatch - -Wrapper class for a batch of Polymesh Transactions - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValue` | `ReturnValue` | -| `TransformedReturnValue` | `ReturnValue` | -| `Args` | extends `unknown`[][] = `unknown`[][] | - -## Hierarchy - -- [`PolymeshTransactionBase`](../PolymeshTransactionBase/PolymeshTransactionBase.md)\<`ReturnValue`, `TransformedReturnValue`\> - - ↳ **`PolymeshTransactionBatch`** - -## Properties - -### blockHash - -• `Optional` **blockHash**: `string` - -hash of the block where this transaction resides (status: `Succeeded`, `Failed`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[blockHash](../PolymeshTransactionBase/PolymeshTransactionBase.md#blockhash) - -#### Defined in - -[base/PolymeshTransactionBase.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L90) - -___ - -### blockNumber - -• `Optional` **blockNumber**: `BigNumber` - -number of the block where this transaction resides (status: `Succeeded`, `Failed`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[blockNumber](../PolymeshTransactionBase/PolymeshTransactionBase.md#blocknumber) - -#### Defined in - -[base/PolymeshTransactionBase.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L95) - -___ - -### error - -• `Optional` **error**: [`PolymeshError`](../PolymeshError/PolymeshError.md) - -stores errors thrown while running the transaction (status: `Failed`, `Aborted`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[error](../PolymeshTransactionBase/PolymeshTransactionBase.md#error) - -#### Defined in - -[base/PolymeshTransactionBase.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L70) - -___ - -### receipt - -• `Optional` **receipt**: `ISubmittableResult` - -stores the transaction receipt (if successful) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[receipt](../PolymeshTransactionBase/PolymeshTransactionBase.md#receipt) - -#### Defined in - -[base/PolymeshTransactionBase.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L75) - -___ - -### status - -• **status**: [`TransactionStatus`](../../../enums/Types/TransactionStatus/TransactionStatus.md) = `TransactionStatus.Idle` - -current status of the transaction - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[status](../PolymeshTransactionBase/PolymeshTransactionBase.md#status) - -#### Defined in - -[base/PolymeshTransactionBase.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L65) - -___ - -### txHash - -• `Optional` **txHash**: `string` - -transaction hash (status: `Running`, `Succeeded`, `Failed`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[txHash](../PolymeshTransactionBase/PolymeshTransactionBase.md#txhash) - -#### Defined in - -[base/PolymeshTransactionBase.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L80) - -___ - -### txIndex - -• `Optional` **txIndex**: `BigNumber` - -transaction index within its block (status: `Succeeded`, `Failed`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[txIndex](../PolymeshTransactionBase/PolymeshTransactionBase.md#txindex) - -#### Defined in - -[base/PolymeshTransactionBase.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L85) - -## Accessors - -### isSuccess - -• `get` **isSuccess**(): `boolean` - -returns true if transaction has completed successfully - -#### Returns - -`boolean` - -#### Inherited from - -PolymeshTransactionBase.isSuccess - -#### Defined in - -[base/PolymeshTransactionBase.ts:714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L714) - -___ - -### result - -• `get` **result**(): `TransformedReturnValue` - -returns the transaction result - this is the same value as the Promise run returns - -#### Returns - -`TransformedReturnValue` - -**`Note`** - -it is generally preferable to `await` the `Promise` returned by [transaction.run()](../PolymeshTransactionBase/PolymeshTransactionBase.md#run) instead of reading this property - -**`Throws`** - -if the [transaction.isSuccess](../PolymeshTransactionBase/PolymeshTransactionBase.md#issuccess) property is false — be sure to check that before accessing! - -#### Inherited from - -PolymeshTransactionBase.result - -#### Defined in - -[base/PolymeshTransactionBase.ts:698](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L698) - -___ - -### transactions - -• `get` **transactions**(): [`MapTxData`](../../../modules/Types/Types.md#maptxdata)\<`Args`\> - -transactions in the batch with their respective arguments - -#### Returns - -[`MapTxData`](../../../modules/Types/Types.md#maptxdata)\<`Args`\> - -#### Defined in - -[base/PolymeshTransactionBatch.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBatch.ts#L77) - -## Methods - -### getTotalFees - -▸ **getTotalFees**(): `Promise`\<[`PayingAccountFees`](../../../interfaces/Types/PayingAccountFees/PayingAccountFees.md)\> - -Retrieve a breakdown of the fees required to run this transaction, as well as the Account responsible for paying them - -#### Returns - -`Promise`\<[`PayingAccountFees`](../../../interfaces/Types/PayingAccountFees/PayingAccountFees.md)\> - -**`Note`** - -these values might be inaccurate if the transaction is run at a later time. This can be due to a governance vote or other - chain related factors (like modifications to a specific subsidizer relationship or a chain upgrade) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[getTotalFees](../PolymeshTransactionBase/PolymeshTransactionBase.md#gettotalfees) - -#### Defined in - -[base/PolymeshTransactionBase.ts:397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L397) - -___ - -### onProcessedByMiddleware - -▸ **onProcessedByMiddleware**(`listener`): [`UnsubCallback`](../../../modules/Types/Types.md#unsubcallback) - -Subscribe to the results of this transaction being processed by the indexing service (and as such, available to the middleware) - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `listener` | (`err?`: [`PolymeshError`](../PolymeshError/PolymeshError.md)) => `void` | callback function that will be called whenever the middleware is updated with the latest data. If there is an error (timeout or middleware offline) it will be passed to this callback | - -#### Returns - -[`UnsubCallback`](../../../modules/Types/Types.md#unsubcallback) - -unsubscribe function - -**`Note`** - -this event will be fired even if the queue fails - -**`Throws`** - -if the middleware wasn't enabled when instantiating the SDK client - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[onProcessedByMiddleware](../PolymeshTransactionBase/PolymeshTransactionBase.md#onprocessedbymiddleware) - -#### Defined in - -[base/PolymeshTransactionBase.ts:437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L437) - -___ - -### onStatusChange - -▸ **onStatusChange**(`listener`): [`UnsubCallback`](../../../modules/Types/Types.md#unsubcallback) - -Subscribe to status changes - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `listener` | (`transaction`: [`GenericPolymeshTransaction`](../../../modules/Types/Types.md#genericpolymeshtransaction)\<`ReturnValue`, `TransformedReturnValue`\>) => `void` | callback function that will be called whenever the status changes | - -#### Returns - -[`UnsubCallback`](../../../modules/Types/Types.md#unsubcallback) - -unsubscribe function - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[onStatusChange](../PolymeshTransactionBase/PolymeshTransactionBase.md#onstatuschange) - -#### Defined in - -[base/PolymeshTransactionBase.ts:379](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L379) - -___ - -### run - -▸ **run**(): `Promise`\<`TransformedReturnValue`\> - -Run the transaction, update its status and return a result if applicable. - Certain transactions create Entities on the blockchain, and those Entities are returned - for convenience. For example, when running a transaction that creates an Asset, the Asset itself - is returned - -#### Returns - -`Promise`\<`TransformedReturnValue`\> - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[run](../PolymeshTransactionBase/PolymeshTransactionBase.md#run) - -#### Defined in - -[base/PolymeshTransactionBase.ts:189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBase.ts#L189) - -___ - -### splitTransactions - -▸ **splitTransactions**(): ([`PolymeshTransaction`](../PolymeshTransaction/PolymeshTransaction.md)\<`void`, `void`, `unknown`[]\> \| [`PolymeshTransaction`](../PolymeshTransaction/PolymeshTransaction.md)\<`ReturnValue`, `TransformedReturnValue`, `unknown`[]\>)[] - -Splits this batch into its individual transactions to be run separately. This is useful if the caller is being subsidized, - since batches cannot be run by subsidized Accounts - -#### Returns - -([`PolymeshTransaction`](../PolymeshTransaction/PolymeshTransaction.md)\<`void`, `void`, `unknown`[]\> \| [`PolymeshTransaction`](../PolymeshTransaction/PolymeshTransaction.md)\<`ReturnValue`, `TransformedReturnValue`, `unknown`[]\>)[] - -**`Note`** - -the transactions returned by this method must be run in the same order they appear in the array to guarantee the same behavior. If run out of order, - an error will be thrown. The result that would be obtained by running the batch is returned by running the last transaction in the array - -**`Example`** - -```typescript -const createAssetTx = await sdk.assets.createAsset(...); - -let ticker: string; - -if (isPolymeshTransactionBatch(createAssetTx)) { - const transactions = createAssetTx.splitTransactions(); - - for (let i = 0; i < length; i += 1) { - const result = await transactions[i].run(); - - if (isAsset(result)) { - ({ticker} = result) - } - } -} else { - ({ ticker } = await createAssetTx.run()); -} - -console.log(`New Asset created! Ticker: ${ticker}`); -``` - -#### Defined in - -[base/PolymeshTransactionBatch.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBatch.ts#L159) - -___ - -### supportsSubsidy - -▸ **supportsSubsidy**(): `boolean` - -#### Returns - -`boolean` - -**`Note`** - -batches can't be subsidized. If the caller is subsidized, they should use `splitTransactions` and - run each transaction separately - -#### Overrides - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[supportsSubsidy](../PolymeshTransactionBase/PolymeshTransactionBase.md#supportssubsidy) - -#### Defined in - -[base/PolymeshTransactionBatch.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/PolymeshTransactionBatch.ts#L124) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md deleted file mode 100644 index 4e13d694a6..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "AccountIdentityRelation" -title: "Enumeration: AccountIdentityRelation" -sidebar_label: "AccountIdentityRelation" ---- - -[api/entities/Account/types](../../../../../../modules/API/Entities/Account/Types/Types.md).AccountIdentityRelation - -Represents the how an Account is associated to an Identity - -## Enumeration Members - -### MultiSigSigner - -• **MultiSigSigner** = ``"MultiSigSigner"`` - -The Account is one of many signers for a MultiSig - -#### Defined in - -[api/entities/Account/types.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L48) - -___ - -### Primary - -• **Primary** = ``"Primary"`` - -The Account is the Identity's primary key (i.e. it has full permission) - -#### Defined in - -[api/entities/Account/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L40) - -___ - -### Secondary - -• **Secondary** = ``"Secondary"`` - -The Account is a Secondary account. There are associated permissions that may limit what transactions it may authorize for the Identity - -#### Defined in - -[api/entities/Account/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L44) - -___ - -### Unassigned - -• **Unassigned** = ``"Unassigned"`` - -The Account is not associated to any Identity - -#### Defined in - -[api/entities/Account/types.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L36) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md deleted file mode 100644 index ff6e704609..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -id: "AccountKeyType" -title: "Enumeration: AccountKeyType" -sidebar_label: "AccountKeyType" ---- - -[api/entities/Account/types](../../../../../../modules/API/Entities/Account/Types/Types.md).AccountKeyType - -Distinguishes MultiSig and Smart Contract accounts - -## Enumeration Members - -### MultiSig - -• **MultiSig** = ``"MultiSig"`` - -Account is a MultiSig. (i.e. multiple signatures are required to authorize transactions) - -#### Defined in - -[api/entities/Account/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L22) - -___ - -### Normal - -• **Normal** = ``""`` - -Account is a standard type (e.g. corresponds to the public key of a sr25519 pair) - -#### Defined in - -[api/entities/Account/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L18) - -___ - -### SmartContract - -• **SmartContract** = ``"SmartContract"`` - -Account represents a smart contract - -#### Defined in - -[api/entities/Account/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L26) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md deleted file mode 100644 index 332365c77c..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "CaCheckpointType" -title: "Enumeration: CaCheckpointType" -sidebar_label: "CaCheckpointType" ---- - -[api/entities/Asset/Fungible/Checkpoints/types](../../../../../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md).CaCheckpointType - -## Enumeration Members - -### Existing - -• **Existing** = ``"Existing"`` - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/Checkpoints/types.ts#L6) - -___ - -### Schedule - -• **Schedule** = ``"Schedule"`` - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/Checkpoints/types.ts#L7) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md deleted file mode 100644 index 5d12ea071b..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "CorporateActionKind" -title: "Enumeration: CorporateActionKind" -sidebar_label: "CorporateActionKind" ---- - -[api/entities/CorporateActionBase/types](../../../../../../modules/API/Entities/CorporateActionBase/Types/Types.md).CorporateActionKind - -## Enumeration Members - -### IssuerNotice - -• **IssuerNotice** = ``"IssuerNotice"`` - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/types.ts#L38) - -___ - -### Other - -• **Other** = ``"Other"`` - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/types.ts#L40) - -___ - -### PredictableBenefit - -• **PredictableBenefit** = ``"PredictableBenefit"`` - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/types.ts#L36) - -___ - -### Reorganization - -• **Reorganization** = ``"Reorganization"`` - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/types.ts#L39) - -___ - -### UnpredictableBenefit - -• **UnpredictableBenefit** = ``"UnpredictableBenefit"`` - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/types.ts#L37) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md deleted file mode 100644 index 4989162420..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "TargetTreatment" -title: "Enumeration: TargetTreatment" -sidebar_label: "TargetTreatment" ---- - -[api/entities/CorporateActionBase/types](../../../../../../modules/API/Entities/CorporateActionBase/Types/Types.md).TargetTreatment - -## Enumeration Members - -### Exclude - -• **Exclude** = ``"Exclude"`` - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/types.ts#L8) - -___ - -### Include - -• **Include** = ``"Include"`` - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/types.ts#L7) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md deleted file mode 100644 index 3cae3a321e..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "AffirmationStatus" -title: "Enumeration: AffirmationStatus" -sidebar_label: "AffirmationStatus" ---- - -[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).AffirmationStatus - -## Enumeration Members - -### Affirmed - -• **Affirmed** = ``"Affirmed"`` - -#### Defined in - -[api/entities/Instruction/types.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L73) - -___ - -### Pending - -• **Pending** = ``"Pending"`` - -#### Defined in - -[api/entities/Instruction/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L72) - -___ - -### Unknown - -• **Unknown** = ``"Unknown"`` - -#### Defined in - -[api/entities/Instruction/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L71) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md deleted file mode 100644 index 149836b224..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "InstructionStatus" -title: "Enumeration: InstructionStatus" -sidebar_label: "InstructionStatus" ---- - -[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).InstructionStatus - -## Enumeration Members - -### Failed - -• **Failed** = ``"Failed"`` - -#### Defined in - -[api/entities/Instruction/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L15) - -___ - -### Pending - -• **Pending** = ``"Pending"`` - -#### Defined in - -[api/entities/Instruction/types.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L14) - -___ - -### Rejected - -• **Rejected** = ``"Rejected"`` - -#### Defined in - -[api/entities/Instruction/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L17) - -___ - -### Success - -• **Success** = ``"Success"`` - -#### Defined in - -[api/entities/Instruction/types.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L16) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md deleted file mode 100644 index a2eca8ef51..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "InstructionType" -title: "Enumeration: InstructionType" -sidebar_label: "InstructionType" ---- - -[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).InstructionType - -## Enumeration Members - -### SettleManual - -• **SettleManual** = ``"SettleManual"`` - -#### Defined in - -[api/entities/Instruction/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L23) - -___ - -### SettleOnAffirmation - -• **SettleOnAffirmation** = ``"SettleOnAffirmation"`` - -#### Defined in - -[api/entities/Instruction/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L21) - -___ - -### SettleOnBlock - -• **SettleOnBlock** = ``"SettleOnBlock"`` - -#### Defined in - -[api/entities/Instruction/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L22) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md deleted file mode 100644 index 4e8fd07cb1..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "MetadataLockStatus" -title: "Enumeration: MetadataLockStatus" -sidebar_label: "MetadataLockStatus" ---- - -[api/entities/MetadataEntry/types](../../../../../../modules/API/Entities/MetadataEntry/Types/Types.md).MetadataLockStatus - -## Enumeration Members - -### Locked - -• **Locked** = ``"Locked"`` - -#### Defined in - -[api/entities/MetadataEntry/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/types.ts#L10) - -___ - -### LockedUntil - -• **LockedUntil** = ``"LockedUntil"`` - -#### Defined in - -[api/entities/MetadataEntry/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/types.ts#L11) - -___ - -### Unlocked - -• **Unlocked** = ``"Unlocked"`` - -#### Defined in - -[api/entities/MetadataEntry/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/types.ts#L9) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md deleted file mode 100644 index 268e3afb3e..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "MetadataType" -title: "Enumeration: MetadataType" -sidebar_label: "MetadataType" ---- - -[api/entities/MetadataEntry/types](../../../../../../modules/API/Entities/MetadataEntry/Types/Types.md).MetadataType - -## Enumeration Members - -### Global - -• **Global** = ``"Global"`` - -#### Defined in - -[api/entities/MetadataEntry/types.ts:5](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/types.ts#L5) - -___ - -### Local - -• **Local** = ``"Local"`` - -#### Defined in - -[api/entities/MetadataEntry/types.ts:4](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/types.ts#L4) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md deleted file mode 100644 index 3d12a3b7eb..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "MultiSigProposalAction" -title: "Enumeration: MultiSigProposalAction" -sidebar_label: "MultiSigProposalAction" ---- - -[api/entities/MultiSigProposal/types](../../../../../../modules/API/Entities/MultiSigProposal/Types/Types.md).MultiSigProposalAction - -## Enumeration Members - -### Approve - -• **Approve** = ``"approve"`` - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/types.ts#L51) - -___ - -### Reject - -• **Reject** = ``"reject"`` - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/types.ts#L52) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md deleted file mode 100644 index e070be4bf2..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "ProposalStatus" -title: "Enumeration: ProposalStatus" -sidebar_label: "ProposalStatus" ---- - -[api/entities/MultiSigProposal/types](../../../../../../modules/API/Entities/MultiSigProposal/Types/Types.md).ProposalStatus - -## Enumeration Members - -### Active - -• **Active** = ``"Active"`` - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/types.ts#L8) - -___ - -### Expired - -• **Expired** = ``"Expired"`` - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/types.ts#L9) - -___ - -### Failed - -• **Failed** = ``"ExecutionFailed"`` - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/types.ts#L11) - -___ - -### Invalid - -• **Invalid** = ``"Invalid"`` - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/types.ts#L7) - -___ - -### Rejected - -• **Rejected** = ``"Rejected"`` - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/types.ts#L12) - -___ - -### Successful - -• **Successful** = ``"ExecutionSuccessful"`` - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/types.ts#L10) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md deleted file mode 100644 index e470448365..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -id: "OfferingBalanceStatus" -title: "Enumeration: OfferingBalanceStatus" -sidebar_label: "OfferingBalanceStatus" ---- - -[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).OfferingBalanceStatus - -## Enumeration Members - -### Available - -• **Available** = ``"Available"`` - -There still are Asset tokens available for purchase - -#### Defined in - -[api/entities/Offering/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L24) - -___ - -### Residual - -• **Residual** = ``"Residual"`` - -There are remaining Asset tokens, but their added value is lower than the Offering's - minimum investment, so they cannot be purchased. The Offering should be manually closed - to retrieve them - -#### Defined in - -[api/entities/Offering/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L34) - -___ - -### SoldOut - -• **SoldOut** = ``"SoldOut"`` - -All Asset tokens in the Offering have been sold - -#### Defined in - -[api/entities/Offering/types.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L28) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md deleted file mode 100644 index 2c7fd55a12..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -id: "OfferingSaleStatus" -title: "Enumeration: OfferingSaleStatus" -sidebar_label: "OfferingSaleStatus" ---- - -[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).OfferingSaleStatus - -## Enumeration Members - -### Closed - -• **Closed** = ``"Closed"`` - -Sale was manually closed after the end date was reached - -#### Defined in - -[api/entities/Offering/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L53) - -___ - -### ClosedEarly - -• **ClosedEarly** = ``"ClosedEarly"`` - -Sale was manually closed before the end date was reached - -#### Defined in - -[api/entities/Offering/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L49) - -___ - -### Frozen - -• **Frozen** = ``"Frozen"`` - -Sale temporarily paused, can be resumed (unfrozen) - -#### Defined in - -[api/entities/Offering/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L41) - -___ - -### Live - -• **Live** = ``"Live"`` - -Investments can be made - -#### Defined in - -[api/entities/Offering/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L45) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md deleted file mode 100644 index fbaeed58ea..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -id: "OfferingTimingStatus" -title: "Enumeration: OfferingTimingStatus" -sidebar_label: "OfferingTimingStatus" ---- - -[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).OfferingTimingStatus - -## Enumeration Members - -### Expired - -• **Expired** = ``"Expired"`` - -End date reached - -#### Defined in - -[api/entities/Offering/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L17) - -___ - -### NotStarted - -• **NotStarted** = ``"NotStarted"`` - -Start date not reached yet - -#### Defined in - -[api/entities/Offering/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L9) - -___ - -### Started - -• **Started** = ``"Started"`` - -Between start and end date - -#### Defined in - -[api/entities/Offering/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L13) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md deleted file mode 100644 index db5cdf31bd..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -id: "TickerReservationStatus" -title: "Enumeration: TickerReservationStatus" -sidebar_label: "TickerReservationStatus" ---- - -[api/entities/TickerReservation/types](../../../../../../modules/API/Entities/TickerReservation/Types/Types.md).TickerReservationStatus - -## Enumeration Members - -### AssetCreated - -• **AssetCreated** = ``"AssetCreated"`` - -an Asset using this ticker has already been created - -#### Defined in - -[api/entities/TickerReservation/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/TickerReservation/types.ts#L15) - -___ - -### Free - -• **Free** = ``"Free"`` - -ticker hasn't been reserved or previous reservation expired - -#### Defined in - -[api/entities/TickerReservation/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/TickerReservation/types.ts#L7) - -___ - -### Reserved - -• **Reserved** = ``"Reserved"`` - -ticker is currently reserved - -#### Defined in - -[api/entities/TickerReservation/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/TickerReservation/types.ts#L11) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Venue/Types/VenueType/VenueType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Venue/Types/VenueType/VenueType.md deleted file mode 100644 index 3a12b7ae30..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Entities/Venue/Types/VenueType/VenueType.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -id: "VenueType" -title: "Enumeration: VenueType" -sidebar_label: "VenueType" ---- - -[api/entities/Venue/types](../../../../../../modules/API/Entities/Venue/Types/Types.md).VenueType - -## Enumeration Members - -### Distribution - -• **Distribution** = ``"Distribution"`` - -Primary issuance - -#### Defined in - -[api/entities/Venue/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Venue/types.ts#L15) - -___ - -### Exchange - -• **Exchange** = ``"Exchange"`` - -#### Defined in - -[api/entities/Venue/types.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Venue/types.ts#L20) - -___ - -### Other - -• **Other** = ``"Other"`` - -Default type - -#### Defined in - -[api/entities/Venue/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Venue/types.ts#L11) - -___ - -### Sto - -• **Sto** = ``"Sto"`` - -Offering/Fundraise - -#### Defined in - -[api/entities/Venue/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Venue/types.ts#L19) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md deleted file mode 100644 index 94c3855e26..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "AllowanceOperation" -title: "Enumeration: AllowanceOperation" -sidebar_label: "AllowanceOperation" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AllowanceOperation - -## Enumeration Members - -### Decrease - -• **Decrease** = ``"Decrease"`` - -#### Defined in - -[api/procedures/types.ts:974](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L974) - -___ - -### Increase - -• **Increase** = ``"Increase"`` - -#### Defined in - -[api/procedures/types.ts:973](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L973) - -___ - -### Set - -• **Set** = ``"Set"`` - -#### Defined in - -[api/procedures/types.ts:972](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L972) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md deleted file mode 100644 index c9b52e73ec..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "ClaimOperation" -title: "Enumeration: ClaimOperation" -sidebar_label: "ClaimOperation" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ClaimOperation - -## Enumeration Members - -### Add - -• **Add** = ``"Add"`` - -#### Defined in - -[api/procedures/types.ts:396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L396) - -___ - -### Edit - -• **Edit** = ``"Edit"`` - -#### Defined in - -[api/procedures/types.ts:397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L397) - -___ - -### Revoke - -• **Revoke** = ``"Revoke"`` - -#### Defined in - -[api/procedures/types.ts:395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L395) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md deleted file mode 100644 index d71491c94c..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "InstructionAffirmationOperation" -title: "Enumeration: InstructionAffirmationOperation" -sidebar_label: "InstructionAffirmationOperation" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InstructionAffirmationOperation - -## Enumeration Members - -### Affirm - -• **Affirm** = ``"Affirm"`` - -#### Defined in - -[api/procedures/types.ts:571](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L571) - -___ - -### Reject - -• **Reject** = ``"Reject"`` - -#### Defined in - -[api/procedures/types.ts:573](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L573) - -___ - -### Withdraw - -• **Withdraw** = ``"Withdraw"`` - -#### Defined in - -[api/procedures/types.ts:572](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L572) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md deleted file mode 100644 index f7b670cf6e..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "TransferRestrictionType" -title: "Enumeration: TransferRestrictionType" -sidebar_label: "TransferRestrictionType" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TransferRestrictionType - -## Enumeration Members - -### ClaimCount - -• **ClaimCount** = ``"ClaimCount"`` - -#### Defined in - -[api/procedures/types.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L154) - -___ - -### ClaimPercentage - -• **ClaimPercentage** = ``"ClaimPercentage"`` - -#### Defined in - -[api/procedures/types.ts:155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L155) - -___ - -### Count - -• **Count** = ``"Count"`` - -#### Defined in - -[api/procedures/types.ts:152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L152) - -___ - -### Percentage - -• **Percentage** = ``"Percentage"`` - -#### Defined in - -[api/procedures/types.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L153) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/AssetTx/AssetTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/AssetTx/AssetTx.md deleted file mode 100644 index c56dc5f6dc..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/AssetTx/AssetTx.md +++ /dev/null @@ -1,327 +0,0 @@ ---- -id: "AssetTx" -title: "Enumeration: AssetTx" -sidebar_label: "AssetTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).AssetTx - -## Enumeration Members - -### AcceptAssetOwnershipTransfer - -• **AcceptAssetOwnershipTransfer** = ``"asset.acceptAssetOwnershipTransfer"`` - -#### Defined in - -[generated/types.ts:505](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L505) - -___ - -### AcceptTickerTransfer - -• **AcceptTickerTransfer** = ``"asset.acceptTickerTransfer"`` - -#### Defined in - -[generated/types.ts:504](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L504) - -___ - -### AddDocuments - -• **AddDocuments** = ``"asset.addDocuments"`` - -#### Defined in - -[generated/types.ts:513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L513) - -___ - -### ClaimClassicTicker - -• **ClaimClassicTicker** = ``"asset.claimClassicTicker"`` - -#### Defined in - -[generated/types.ts:517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L517) - -___ - -### ControllerTransfer - -• **ControllerTransfer** = ``"asset.controllerTransfer"`` - -#### Defined in - -[generated/types.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L519) - -___ - -### CreateAsset - -• **CreateAsset** = ``"asset.createAsset"`` - -#### Defined in - -[generated/types.ts:506](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L506) - -___ - -### CreateAssetWithCustomType - -• **CreateAssetWithCustomType** = ``"asset.createAssetWithCustomType"`` - -#### Defined in - -[generated/types.ts:521](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L521) - -___ - -### ExemptTickerAffirmation - -• **ExemptTickerAffirmation** = ``"asset.exemptTickerAffirmation"`` - -#### Defined in - -[generated/types.ts:531](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L531) - -___ - -### Freeze - -• **Freeze** = ``"asset.freeze"`` - -#### Defined in - -[generated/types.ts:507](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L507) - -___ - -### Issue - -• **Issue** = ``"asset.issue"`` - -#### Defined in - -[generated/types.ts:510](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L510) - -___ - -### MakeDivisible - -• **MakeDivisible** = ``"asset.makeDivisible"`` - -#### Defined in - -[generated/types.ts:512](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L512) - -___ - -### PreApproveTicker - -• **PreApproveTicker** = ``"asset.preApproveTicker"`` - -#### Defined in - -[generated/types.ts:533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L533) - -___ - -### Redeem - -• **Redeem** = ``"asset.redeem"`` - -#### Defined in - -[generated/types.ts:511](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L511) - -___ - -### RedeemFromPortfolio - -• **RedeemFromPortfolio** = ``"asset.redeemFromPortfolio"`` - -#### Defined in - -[generated/types.ts:527](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L527) - -___ - -### RegisterAndSetLocalAssetMetadata - -• **RegisterAndSetLocalAssetMetadata** = ``"asset.registerAndSetLocalAssetMetadata"`` - -#### Defined in - -[generated/types.ts:524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L524) - -___ - -### RegisterAssetMetadataGlobalType - -• **RegisterAssetMetadataGlobalType** = ``"asset.registerAssetMetadataGlobalType"`` - -#### Defined in - -[generated/types.ts:526](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L526) - -___ - -### RegisterAssetMetadataLocalType - -• **RegisterAssetMetadataLocalType** = ``"asset.registerAssetMetadataLocalType"`` - -#### Defined in - -[generated/types.ts:525](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L525) - -___ - -### RegisterCustomAssetType - -• **RegisterCustomAssetType** = ``"asset.registerCustomAssetType"`` - -#### Defined in - -[generated/types.ts:520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L520) - -___ - -### RegisterTicker - -• **RegisterTicker** = ``"asset.registerTicker"`` - -#### Defined in - -[generated/types.ts:503](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L503) - -___ - -### RemoveDocuments - -• **RemoveDocuments** = ``"asset.removeDocuments"`` - -#### Defined in - -[generated/types.ts:514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L514) - -___ - -### RemoveLocalMetadataKey - -• **RemoveLocalMetadataKey** = ``"asset.removeLocalMetadataKey"`` - -#### Defined in - -[generated/types.ts:529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L529) - -___ - -### RemoveMetadataValue - -• **RemoveMetadataValue** = ``"asset.removeMetadataValue"`` - -#### Defined in - -[generated/types.ts:530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L530) - -___ - -### RemoveTickerAffirmationExemption - -• **RemoveTickerAffirmationExemption** = ``"asset.removeTickerAffirmationExemption"`` - -#### Defined in - -[generated/types.ts:532](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L532) - -___ - -### RemoveTickerPreApproval - -• **RemoveTickerPreApproval** = ``"asset.removeTickerPreApproval"`` - -#### Defined in - -[generated/types.ts:534](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L534) - -___ - -### RenameAsset - -• **RenameAsset** = ``"asset.renameAsset"`` - -#### Defined in - -[generated/types.ts:509](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L509) - -___ - -### ReserveClassicTicker - -• **ReserveClassicTicker** = ``"asset.reserveClassicTicker"`` - -#### Defined in - -[generated/types.ts:518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L518) - -___ - -### SetAssetMetadata - -• **SetAssetMetadata** = ``"asset.setAssetMetadata"`` - -#### Defined in - -[generated/types.ts:522](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L522) - -___ - -### SetAssetMetadataDetails - -• **SetAssetMetadataDetails** = ``"asset.setAssetMetadataDetails"`` - -#### Defined in - -[generated/types.ts:523](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L523) - -___ - -### SetFundingRound - -• **SetFundingRound** = ``"asset.setFundingRound"`` - -#### Defined in - -[generated/types.ts:515](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L515) - -___ - -### Unfreeze - -• **Unfreeze** = ``"asset.unfreeze"`` - -#### Defined in - -[generated/types.ts:508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L508) - -___ - -### UpdateAssetType - -• **UpdateAssetType** = ``"asset.updateAssetType"`` - -#### Defined in - -[generated/types.ts:528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L528) - -___ - -### UpdateIdentifiers - -• **UpdateIdentifiers** = ``"asset.updateIdentifiers"`` - -#### Defined in - -[generated/types.ts:516](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L516) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/AuthorshipTx/AuthorshipTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/AuthorshipTx/AuthorshipTx.md deleted file mode 100644 index e013165b88..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/AuthorshipTx/AuthorshipTx.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "AuthorshipTx" -title: "Enumeration: AuthorshipTx" -sidebar_label: "AuthorshipTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).AuthorshipTx - -## Enumeration Members - -### SetUncles - -• **SetUncles** = ``"authorship.setUncles"`` - -#### Defined in - -[generated/types.ts:289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L289) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/BabeTx/BabeTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/BabeTx/BabeTx.md deleted file mode 100644 index 25d1173fc3..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/BabeTx/BabeTx.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "BabeTx" -title: "Enumeration: BabeTx" -sidebar_label: "BabeTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).BabeTx - -## Enumeration Members - -### PlanConfigChange - -• **PlanConfigChange** = ``"babe.planConfigChange"`` - -#### Defined in - -[generated/types.ts:273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L273) - -___ - -### ReportEquivocation - -• **ReportEquivocation** = ``"babe.reportEquivocation"`` - -#### Defined in - -[generated/types.ts:271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L271) - -___ - -### ReportEquivocationUnsigned - -• **ReportEquivocationUnsigned** = ``"babe.reportEquivocationUnsigned"`` - -#### Defined in - -[generated/types.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L272) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/BalancesTx/BalancesTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/BalancesTx/BalancesTx.md deleted file mode 100644 index 3de214b9ec..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/BalancesTx/BalancesTx.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "BalancesTx" -title: "Enumeration: BalancesTx" -sidebar_label: "BalancesTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).BalancesTx - -## Enumeration Members - -### BurnAccountBalance - -• **BurnAccountBalance** = ``"balances.burnAccountBalance"`` - -#### Defined in - -[generated/types.ts:298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L298) - -___ - -### DepositBlockRewardReserveBalance - -• **DepositBlockRewardReserveBalance** = ``"balances.depositBlockRewardReserveBalance"`` - -#### Defined in - -[generated/types.ts:295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L295) - -___ - -### ForceTransfer - -• **ForceTransfer** = ``"balances.forceTransfer"`` - -#### Defined in - -[generated/types.ts:297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L297) - -___ - -### SetBalance - -• **SetBalance** = ``"balances.setBalance"`` - -#### Defined in - -[generated/types.ts:296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L296) - -___ - -### Transfer - -• **Transfer** = ``"balances.transfer"`` - -#### Defined in - -[generated/types.ts:293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L293) - -___ - -### TransferWithMemo - -• **TransferWithMemo** = ``"balances.transferWithMemo"`` - -#### Defined in - -[generated/types.ts:294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L294) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/BridgeTx/BridgeTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/BridgeTx/BridgeTx.md deleted file mode 100644 index 233721a5d5..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/BridgeTx/BridgeTx.md +++ /dev/null @@ -1,177 +0,0 @@ ---- -id: "BridgeTx" -title: "Enumeration: BridgeTx" -sidebar_label: "BridgeTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).BridgeTx - -## Enumeration Members - -### AddFreezeAdmin - -• **AddFreezeAdmin** = ``"bridge.addFreezeAdmin"`` - -#### Defined in - -[generated/types.ts:439](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L439) - -___ - -### BatchProposeBridgeTx - -• **BatchProposeBridgeTx** = ``"bridge.batchProposeBridgeTx"`` - -#### Defined in - -[generated/types.ts:433](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L433) - -___ - -### ChangeAdmin - -• **ChangeAdmin** = ``"bridge.changeAdmin"`` - -#### Defined in - -[generated/types.ts:426](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L426) - -___ - -### ChangeBridgeExempted - -• **ChangeBridgeExempted** = ``"bridge.changeBridgeExempted"`` - -#### Defined in - -[generated/types.ts:431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L431) - -___ - -### ChangeBridgeLimit - -• **ChangeBridgeLimit** = ``"bridge.changeBridgeLimit"`` - -#### Defined in - -[generated/types.ts:430](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L430) - -___ - -### ChangeController - -• **ChangeController** = ``"bridge.changeController"`` - -#### Defined in - -[generated/types.ts:425](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L425) - -___ - -### ChangeTimelock - -• **ChangeTimelock** = ``"bridge.changeTimelock"`` - -#### Defined in - -[generated/types.ts:427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L427) - -___ - -### ForceHandleBridgeTx - -• **ForceHandleBridgeTx** = ``"bridge.forceHandleBridgeTx"`` - -#### Defined in - -[generated/types.ts:432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L432) - -___ - -### Freeze - -• **Freeze** = ``"bridge.freeze"`` - -#### Defined in - -[generated/types.ts:428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L428) - -___ - -### FreezeTxs - -• **FreezeTxs** = ``"bridge.freezeTxs"`` - -#### Defined in - -[generated/types.ts:436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L436) - -___ - -### HandleBridgeTx - -• **HandleBridgeTx** = ``"bridge.handleBridgeTx"`` - -#### Defined in - -[generated/types.ts:435](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L435) - -___ - -### HandleScheduledBridgeTx - -• **HandleScheduledBridgeTx** = ``"bridge.handleScheduledBridgeTx"`` - -#### Defined in - -[generated/types.ts:438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L438) - -___ - -### ProposeBridgeTx - -• **ProposeBridgeTx** = ``"bridge.proposeBridgeTx"`` - -#### Defined in - -[generated/types.ts:434](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L434) - -___ - -### RemoveFreezeAdmin - -• **RemoveFreezeAdmin** = ``"bridge.removeFreezeAdmin"`` - -#### Defined in - -[generated/types.ts:440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L440) - -___ - -### RemoveTxs - -• **RemoveTxs** = ``"bridge.removeTxs"`` - -#### Defined in - -[generated/types.ts:441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L441) - -___ - -### Unfreeze - -• **Unfreeze** = ``"bridge.unfreeze"`` - -#### Defined in - -[generated/types.ts:429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L429) - -___ - -### UnfreezeTxs - -• **UnfreezeTxs** = ``"bridge.unfreezeTxs"`` - -#### Defined in - -[generated/types.ts:437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L437) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md deleted file mode 100644 index d8aec5b596..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "CapitalDistributionTx" -title: "Enumeration: CapitalDistributionTx" -sidebar_label: "CapitalDistributionTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).CapitalDistributionTx - -## Enumeration Members - -### Claim - -• **Claim** = ``"capitalDistribution.claim"`` - -#### Defined in - -[generated/types.ts:539](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L539) - -___ - -### Distribute - -• **Distribute** = ``"capitalDistribution.distribute"`` - -#### Defined in - -[generated/types.ts:538](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L538) - -___ - -### PushBenefit - -• **PushBenefit** = ``"capitalDistribution.pushBenefit"`` - -#### Defined in - -[generated/types.ts:540](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L540) - -___ - -### Reclaim - -• **Reclaim** = ``"capitalDistribution.reclaim"`` - -#### Defined in - -[generated/types.ts:541](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L541) - -___ - -### RemoveDistribution - -• **RemoveDistribution** = ``"capitalDistribution.removeDistribution"`` - -#### Defined in - -[generated/types.ts:542](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L542) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md deleted file mode 100644 index e8b03afd52..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -id: "CddServiceProvidersTx" -title: "Enumeration: CddServiceProvidersTx" -sidebar_label: "CddServiceProvidersTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).CddServiceProvidersTx - -## Enumeration Members - -### AbdicateMembership - -• **AbdicateMembership** = ``"cddServiceProviders.abdicateMembership"`` - -#### Defined in - -[generated/types.ts:342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L342) - -___ - -### AddMember - -• **AddMember** = ``"cddServiceProviders.addMember"`` - -#### Defined in - -[generated/types.ts:338](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L338) - -___ - -### DisableMember - -• **DisableMember** = ``"cddServiceProviders.disableMember"`` - -#### Defined in - -[generated/types.ts:337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L337) - -___ - -### RemoveMember - -• **RemoveMember** = ``"cddServiceProviders.removeMember"`` - -#### Defined in - -[generated/types.ts:339](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L339) - -___ - -### ResetMembers - -• **ResetMembers** = ``"cddServiceProviders.resetMembers"`` - -#### Defined in - -[generated/types.ts:341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L341) - -___ - -### SetActiveMembersLimit - -• **SetActiveMembersLimit** = ``"cddServiceProviders.setActiveMembersLimit"`` - -#### Defined in - -[generated/types.ts:336](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L336) - -___ - -### SwapMember - -• **SwapMember** = ``"cddServiceProviders.swapMember"`` - -#### Defined in - -[generated/types.ts:340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L340) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CheckpointTx/CheckpointTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CheckpointTx/CheckpointTx.md deleted file mode 100644 index 6c16497935..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CheckpointTx/CheckpointTx.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "CheckpointTx" -title: "Enumeration: CheckpointTx" -sidebar_label: "CheckpointTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).CheckpointTx - -## Enumeration Members - -### CreateCheckpoint - -• **CreateCheckpoint** = ``"checkpoint.createCheckpoint"`` - -#### Defined in - -[generated/types.ts:546](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L546) - -___ - -### CreateSchedule - -• **CreateSchedule** = ``"checkpoint.createSchedule"`` - -#### Defined in - -[generated/types.ts:548](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L548) - -___ - -### RemoveSchedule - -• **RemoveSchedule** = ``"checkpoint.removeSchedule"`` - -#### Defined in - -[generated/types.ts:549](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L549) - -___ - -### SetSchedulesMaxComplexity - -• **SetSchedulesMaxComplexity** = ``"checkpoint.setSchedulesMaxComplexity"`` - -#### Defined in - -[generated/types.ts:547](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L547) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md deleted file mode 100644 index 46ec566ad6..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -id: "CommitteeMembershipTx" -title: "Enumeration: CommitteeMembershipTx" -sidebar_label: "CommitteeMembershipTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).CommitteeMembershipTx - -## Enumeration Members - -### AbdicateMembership - -• **AbdicateMembership** = ``"committeeMembership.abdicateMembership"`` - -#### Defined in - -[generated/types.ts:360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L360) - -___ - -### AddMember - -• **AddMember** = ``"committeeMembership.addMember"`` - -#### Defined in - -[generated/types.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L356) - -___ - -### DisableMember - -• **DisableMember** = ``"committeeMembership.disableMember"`` - -#### Defined in - -[generated/types.ts:355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L355) - -___ - -### RemoveMember - -• **RemoveMember** = ``"committeeMembership.removeMember"`` - -#### Defined in - -[generated/types.ts:357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L357) - -___ - -### ResetMembers - -• **ResetMembers** = ``"committeeMembership.resetMembers"`` - -#### Defined in - -[generated/types.ts:359](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L359) - -___ - -### SetActiveMembersLimit - -• **SetActiveMembersLimit** = ``"committeeMembership.setActiveMembersLimit"`` - -#### Defined in - -[generated/types.ts:354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L354) - -___ - -### SwapMember - -• **SwapMember** = ``"committeeMembership.swapMember"`` - -#### Defined in - -[generated/types.ts:358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L358) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md deleted file mode 100644 index d88b0e4227..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md +++ /dev/null @@ -1,97 +0,0 @@ ---- -id: "ComplianceManagerTx" -title: "Enumeration: ComplianceManagerTx" -sidebar_label: "ComplianceManagerTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).ComplianceManagerTx - -## Enumeration Members - -### AddComplianceRequirement - -• **AddComplianceRequirement** = ``"complianceManager.addComplianceRequirement"`` - -#### Defined in - -[generated/types.ts:553](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L553) - -___ - -### AddDefaultTrustedClaimIssuer - -• **AddDefaultTrustedClaimIssuer** = ``"complianceManager.addDefaultTrustedClaimIssuer"`` - -#### Defined in - -[generated/types.ts:559](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L559) - -___ - -### ChangeComplianceRequirement - -• **ChangeComplianceRequirement** = ``"complianceManager.changeComplianceRequirement"`` - -#### Defined in - -[generated/types.ts:561](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L561) - -___ - -### PauseAssetCompliance - -• **PauseAssetCompliance** = ``"complianceManager.pauseAssetCompliance"`` - -#### Defined in - -[generated/types.ts:557](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L557) - -___ - -### RemoveComplianceRequirement - -• **RemoveComplianceRequirement** = ``"complianceManager.removeComplianceRequirement"`` - -#### Defined in - -[generated/types.ts:554](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L554) - -___ - -### RemoveDefaultTrustedClaimIssuer - -• **RemoveDefaultTrustedClaimIssuer** = ``"complianceManager.removeDefaultTrustedClaimIssuer"`` - -#### Defined in - -[generated/types.ts:560](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L560) - -___ - -### ReplaceAssetCompliance - -• **ReplaceAssetCompliance** = ``"complianceManager.replaceAssetCompliance"`` - -#### Defined in - -[generated/types.ts:555](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L555) - -___ - -### ResetAssetCompliance - -• **ResetAssetCompliance** = ``"complianceManager.resetAssetCompliance"`` - -#### Defined in - -[generated/types.ts:556](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L556) - -___ - -### ResumeAssetCompliance - -• **ResumeAssetCompliance** = ``"complianceManager.resumeAssetCompliance"`` - -#### Defined in - -[generated/types.ts:558](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L558) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/ContractsTx/ContractsTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/ContractsTx/ContractsTx.md deleted file mode 100644 index e2a7419de3..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/ContractsTx/ContractsTx.md +++ /dev/null @@ -1,97 +0,0 @@ ---- -id: "ContractsTx" -title: "Enumeration: ContractsTx" -sidebar_label: "ContractsTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).ContractsTx - -## Enumeration Members - -### Call - -• **Call** = ``"contracts.call"`` - -#### Defined in - -[generated/types.ts:770](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L770) - -___ - -### CallOldWeight - -• **CallOldWeight** = ``"contracts.callOldWeight"`` - -#### Defined in - -[generated/types.ts:775](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L775) - -___ - -### Instantiate - -• **Instantiate** = ``"contracts.instantiate"`` - -#### Defined in - -[generated/types.ts:772](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L772) - -___ - -### InstantiateOldWeight - -• **InstantiateOldWeight** = ``"contracts.instantiateOldWeight"`` - -#### Defined in - -[generated/types.ts:777](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L777) - -___ - -### InstantiateWithCode - -• **InstantiateWithCode** = ``"contracts.instantiateWithCode"`` - -#### Defined in - -[generated/types.ts:771](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L771) - -___ - -### InstantiateWithCodeOldWeight - -• **InstantiateWithCodeOldWeight** = ``"contracts.instantiateWithCodeOldWeight"`` - -#### Defined in - -[generated/types.ts:776](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L776) - -___ - -### RemoveCode - -• **RemoveCode** = ``"contracts.removeCode"`` - -#### Defined in - -[generated/types.ts:774](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L774) - -___ - -### SetCode - -• **SetCode** = ``"contracts.setCode"`` - -#### Defined in - -[generated/types.ts:778](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L778) - -___ - -### UploadCode - -• **UploadCode** = ``"contracts.uploadCode"`` - -#### Defined in - -[generated/types.ts:773](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L773) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CorporateActionTx/CorporateActionTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CorporateActionTx/CorporateActionTx.md deleted file mode 100644 index 12a6adb32e..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CorporateActionTx/CorporateActionTx.md +++ /dev/null @@ -1,97 +0,0 @@ ---- -id: "CorporateActionTx" -title: "Enumeration: CorporateActionTx" -sidebar_label: "CorporateActionTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).CorporateActionTx - -## Enumeration Members - -### ChangeRecordDate - -• **ChangeRecordDate** = ``"corporateAction.changeRecordDate"`` - -#### Defined in - -[generated/types.ts:572](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L572) - -___ - -### InitiateCorporateAction - -• **InitiateCorporateAction** = ``"corporateAction.initiateCorporateAction"`` - -#### Defined in - -[generated/types.ts:569](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L569) - -___ - -### InitiateCorporateActionAndDistribute - -• **InitiateCorporateActionAndDistribute** = ``"corporateAction.initiateCorporateActionAndDistribute"`` - -#### Defined in - -[generated/types.ts:573](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L573) - -___ - -### LinkCaDoc - -• **LinkCaDoc** = ``"corporateAction.linkCaDoc"`` - -#### Defined in - -[generated/types.ts:570](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L570) - -___ - -### RemoveCa - -• **RemoveCa** = ``"corporateAction.removeCa"`` - -#### Defined in - -[generated/types.ts:571](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L571) - -___ - -### SetDefaultTargets - -• **SetDefaultTargets** = ``"corporateAction.setDefaultTargets"`` - -#### Defined in - -[generated/types.ts:566](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L566) - -___ - -### SetDefaultWithholdingTax - -• **SetDefaultWithholdingTax** = ``"corporateAction.setDefaultWithholdingTax"`` - -#### Defined in - -[generated/types.ts:567](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L567) - -___ - -### SetDidWithholdingTax - -• **SetDidWithholdingTax** = ``"corporateAction.setDidWithholdingTax"`` - -#### Defined in - -[generated/types.ts:568](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L568) - -___ - -### SetMaxDetailsLength - -• **SetMaxDetailsLength** = ``"corporateAction.setMaxDetailsLength"`` - -#### Defined in - -[generated/types.ts:565](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L565) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md deleted file mode 100644 index adb11524d2..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "CorporateBallotTx" -title: "Enumeration: CorporateBallotTx" -sidebar_label: "CorporateBallotTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).CorporateBallotTx - -## Enumeration Members - -### AttachBallot - -• **AttachBallot** = ``"corporateBallot.attachBallot"`` - -#### Defined in - -[generated/types.ts:577](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L577) - -___ - -### ChangeEnd - -• **ChangeEnd** = ``"corporateBallot.changeEnd"`` - -#### Defined in - -[generated/types.ts:579](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L579) - -___ - -### ChangeMeta - -• **ChangeMeta** = ``"corporateBallot.changeMeta"`` - -#### Defined in - -[generated/types.ts:580](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L580) - -___ - -### ChangeRcv - -• **ChangeRcv** = ``"corporateBallot.changeRcv"`` - -#### Defined in - -[generated/types.ts:581](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L581) - -___ - -### RemoveBallot - -• **RemoveBallot** = ``"corporateBallot.removeBallot"`` - -#### Defined in - -[generated/types.ts:582](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L582) - -___ - -### Vote - -• **Vote** = ``"corporateBallot.vote"`` - -#### Defined in - -[generated/types.ts:578](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L578) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CountryCode/CountryCode.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CountryCode/CountryCode.md deleted file mode 100644 index f2b4b8713d..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/CountryCode/CountryCode.md +++ /dev/null @@ -1,2507 +0,0 @@ ---- -id: "CountryCode" -title: "Enumeration: CountryCode" -sidebar_label: "CountryCode" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).CountryCode - -## Enumeration Members - -### Ad - -• **Ad** = ``"Ad"`` - -#### Defined in - -[generated/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L9) - -___ - -### Ae - -• **Ae** = ``"Ae"`` - -#### Defined in - -[generated/types.ts:236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L236) - -___ - -### Af - -• **Af** = ``"Af"`` - -#### Defined in - -[generated/types.ts:4](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L4) - -___ - -### Ag - -• **Ag** = ``"Ag"`` - -#### Defined in - -[generated/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L13) - -___ - -### Ai - -• **Ai** = ``"Ai"`` - -#### Defined in - -[generated/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L11) - -___ - -### Al - -• **Al** = ``"Al"`` - -#### Defined in - -[generated/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L6) - -___ - -### Am - -• **Am** = ``"Am"`` - -#### Defined in - -[generated/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L15) - -___ - -### An - -• **An** = ``"An"`` - -#### Defined in - -[generated/types.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L160) - -___ - -### Ao - -• **Ao** = ``"Ao"`` - -#### Defined in - -[generated/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L10) - -___ - -### Aq - -• **Aq** = ``"Aq"`` - -#### Defined in - -[generated/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L12) - -___ - -### Ar - -• **Ar** = ``"Ar"`` - -#### Defined in - -[generated/types.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L14) - -___ - -### As - -• **As** = ``"As"`` - -#### Defined in - -[generated/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L8) - -___ - -### At - -• **At** = ``"At"`` - -#### Defined in - -[generated/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L18) - -___ - -### Au - -• **Au** = ``"Au"`` - -#### Defined in - -[generated/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L17) - -___ - -### Aw - -• **Aw** = ``"Aw"`` - -#### Defined in - -[generated/types.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L16) - -___ - -### Ax - -• **Ax** = ``"Ax"`` - -#### Defined in - -[generated/types.ts:5](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L5) - -___ - -### Az - -• **Az** = ``"Az"`` - -#### Defined in - -[generated/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L19) - -___ - -### Ba - -• **Ba** = ``"Ba"`` - -#### Defined in - -[generated/types.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L31) - -___ - -### Bb - -• **Bb** = ``"Bb"`` - -#### Defined in - -[generated/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L23) - -___ - -### Bd - -• **Bd** = ``"Bd"`` - -#### Defined in - -[generated/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L22) - -___ - -### Be - -• **Be** = ``"Be"`` - -#### Defined in - -[generated/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L25) - -___ - -### Bf - -• **Bf** = ``"Bf"`` - -#### Defined in - -[generated/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L39) - -___ - -### Bg - -• **Bg** = ``"Bg"`` - -#### Defined in - -[generated/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L38) - -___ - -### Bh - -• **Bh** = ``"Bh"`` - -#### Defined in - -[generated/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L21) - -___ - -### Bi - -• **Bi** = ``"Bi"`` - -#### Defined in - -[generated/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L40) - -___ - -### Bj - -• **Bj** = ``"Bj"`` - -#### Defined in - -[generated/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L27) - -___ - -### Bl - -• **Bl** = ``"Bl"`` - -#### Defined in - -[generated/types.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L188) - -___ - -### Bm - -• **Bm** = ``"Bm"`` - -#### Defined in - -[generated/types.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L28) - -___ - -### Bn - -• **Bn** = ``"Bn"`` - -#### Defined in - -[generated/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L37) - -___ - -### Bo - -• **Bo** = ``"Bo"`` - -#### Defined in - -[generated/types.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L30) - -___ - -### Bq - -• **Bq** = ``"Bq"`` - -#### Defined in - -[generated/types.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L251) - -___ - -### Br - -• **Br** = ``"Br"`` - -#### Defined in - -[generated/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L34) - -___ - -### Bs - -• **Bs** = ``"Bs"`` - -#### Defined in - -[generated/types.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L20) - -___ - -### Bt - -• **Bt** = ``"Bt"`` - -#### Defined in - -[generated/types.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L29) - -___ - -### Bv - -• **Bv** = ``"Bv"`` - -#### Defined in - -[generated/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L33) - -___ - -### Bw - -• **Bw** = ``"Bw"`` - -#### Defined in - -[generated/types.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L32) - -___ - -### By - -• **By** = ``"By"`` - -#### Defined in - -[generated/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L24) - -___ - -### Bz - -• **Bz** = ``"Bz"`` - -#### Defined in - -[generated/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L26) - -___ - -### Ca - -• **Ca** = ``"Ca"`` - -#### Defined in - -[generated/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L43) - -___ - -### Cc - -• **Cc** = ``"Cc"`` - -#### Defined in - -[generated/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L53) - -___ - -### Cd - -• **Cd** = ``"Cd"`` - -#### Defined in - -[generated/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L57) - -___ - -### Cf - -• **Cf** = ``"Cf"`` - -#### Defined in - -[generated/types.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L46) - -___ - -### Cg - -• **Cg** = ``"Cg"`` - -#### Defined in - -[generated/types.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L56) - -___ - -### Ch - -• **Ch** = ``"Ch"`` - -#### Defined in - -[generated/types.ts:218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L218) - -___ - -### Ci - -• **Ci** = ``"Ci"`` - -#### Defined in - -[generated/types.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L60) - -___ - -### Ck - -• **Ck** = ``"Ck"`` - -#### Defined in - -[generated/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L58) - -___ - -### Cl - -• **Cl** = ``"Cl"`` - -#### Defined in - -[generated/types.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L48) - -___ - -### Cm - -• **Cm** = ``"Cm"`` - -#### Defined in - -[generated/types.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L42) - -___ - -### Cn - -• **Cn** = ``"Cn"`` - -#### Defined in - -[generated/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L49) - -___ - -### Co - -• **Co** = ``"Co"`` - -#### Defined in - -[generated/types.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L54) - -___ - -### Cr - -• **Cr** = ``"Cr"`` - -#### Defined in - -[generated/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L59) - -___ - -### Cu - -• **Cu** = ``"Cu"`` - -#### Defined in - -[generated/types.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L62) - -___ - -### Cv - -• **Cv** = ``"Cv"`` - -#### Defined in - -[generated/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L44) - -___ - -### Cw - -• **Cw** = ``"Cw"`` - -#### Defined in - -[generated/types.ts:252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L252) - -___ - -### Cx - -• **Cx** = ``"Cx"`` - -#### Defined in - -[generated/types.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L52) - -___ - -### Cy - -• **Cy** = ``"Cy"`` - -#### Defined in - -[generated/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L63) - -___ - -### Cz - -• **Cz** = ``"Cz"`` - -#### Defined in - -[generated/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L64) - -___ - -### De - -• **De** = ``"De"`` - -#### Defined in - -[generated/types.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L87) - -___ - -### Dj - -• **Dj** = ``"Dj"`` - -#### Defined in - -[generated/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L66) - -___ - -### Dk - -• **Dk** = ``"Dk"`` - -#### Defined in - -[generated/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L65) - -___ - -### Dm - -• **Dm** = ``"Dm"`` - -#### Defined in - -[generated/types.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L67) - -___ - -### Do - -• **Do** = ``"Do"`` - -#### Defined in - -[generated/types.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L68) - -___ - -### Dz - -• **Dz** = ``"Dz"`` - -#### Defined in - -[generated/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L7) - -___ - -### Ec - -• **Ec** = ``"Ec"`` - -#### Defined in - -[generated/types.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L69) - -___ - -### Ee - -• **Ee** = ``"Ee"`` - -#### Defined in - -[generated/types.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L74) - -___ - -### Eg - -• **Eg** = ``"Eg"`` - -#### Defined in - -[generated/types.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L70) - -___ - -### Eh - -• **Eh** = ``"Eh"`` - -#### Defined in - -[generated/types.ts:247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L247) - -___ - -### Er - -• **Er** = ``"Er"`` - -#### Defined in - -[generated/types.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L73) - -___ - -### Es - -• **Es** = ``"Es"`` - -#### Defined in - -[generated/types.ts:211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L211) - -___ - -### Et - -• **Et** = ``"Et"`` - -#### Defined in - -[generated/types.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L75) - -___ - -### Fi - -• **Fi** = ``"Fi"`` - -#### Defined in - -[generated/types.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L79) - -___ - -### Fj - -• **Fj** = ``"Fj"`` - -#### Defined in - -[generated/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L78) - -___ - -### Fk - -• **Fk** = ``"Fk"`` - -#### Defined in - -[generated/types.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L76) - -___ - -### Fm - -• **Fm** = ``"Fm"`` - -#### Defined in - -[generated/types.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L147) - -___ - -### Fo - -• **Fo** = ``"Fo"`` - -#### Defined in - -[generated/types.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L77) - -___ - -### Fr - -• **Fr** = ``"Fr"`` - -#### Defined in - -[generated/types.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L80) - -___ - -### Ga - -• **Ga** = ``"Ga"`` - -#### Defined in - -[generated/types.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L84) - -___ - -### Gb - -• **Gb** = ``"Gb"`` - -#### Defined in - -[generated/types.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L237) - -___ - -### Gd - -• **Gd** = ``"Gd"`` - -#### Defined in - -[generated/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L92) - -___ - -### Ge - -• **Ge** = ``"Ge"`` - -#### Defined in - -[generated/types.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L86) - -___ - -### Gf - -• **Gf** = ``"Gf"`` - -#### Defined in - -[generated/types.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L81) - -___ - -### Gg - -• **Gg** = ``"Gg"`` - -#### Defined in - -[generated/types.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L96) - -___ - -### Gh - -• **Gh** = ``"Gh"`` - -#### Defined in - -[generated/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L88) - -___ - -### Gi - -• **Gi** = ``"Gi"`` - -#### Defined in - -[generated/types.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L89) - -___ - -### Gl - -• **Gl** = ``"Gl"`` - -#### Defined in - -[generated/types.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L91) - -___ - -### Gm - -• **Gm** = ``"Gm"`` - -#### Defined in - -[generated/types.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L85) - -___ - -### Gn - -• **Gn** = ``"Gn"`` - -#### Defined in - -[generated/types.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L97) - -___ - -### Gp - -• **Gp** = ``"Gp"`` - -#### Defined in - -[generated/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L93) - -___ - -### Gq - -• **Gq** = ``"Gq"`` - -#### Defined in - -[generated/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L72) - -___ - -### Gr - -• **Gr** = ``"Gr"`` - -#### Defined in - -[generated/types.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L90) - -___ - -### Gs - -• **Gs** = ``"Gs"`` - -#### Defined in - -[generated/types.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L209) - -___ - -### Gt - -• **Gt** = ``"Gt"`` - -#### Defined in - -[generated/types.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L95) - -___ - -### Gu - -• **Gu** = ``"Gu"`` - -#### Defined in - -[generated/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L94) - -___ - -### Gw - -• **Gw** = ``"Gw"`` - -#### Defined in - -[generated/types.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L98) - -___ - -### Gy - -• **Gy** = ``"Gy"`` - -#### Defined in - -[generated/types.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L99) - -___ - -### Hk - -• **Hk** = ``"Hk"`` - -#### Defined in - -[generated/types.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L50) - -___ - -### Hm - -• **Hm** = ``"Hm"`` - -#### Defined in - -[generated/types.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L101) - -___ - -### Hn - -• **Hn** = ``"Hn"`` - -#### Defined in - -[generated/types.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L103) - -___ - -### Hr - -• **Hr** = ``"Hr"`` - -#### Defined in - -[generated/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L61) - -___ - -### Ht - -• **Ht** = ``"Ht"`` - -#### Defined in - -[generated/types.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L100) - -___ - -### Hu - -• **Hu** = ``"Hu"`` - -#### Defined in - -[generated/types.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L104) - -___ - -### Id - -• **Id** = ``"Id"`` - -#### Defined in - -[generated/types.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L107) - -___ - -### Ie - -• **Ie** = ``"Ie"`` - -#### Defined in - -[generated/types.ts:110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L110) - -___ - -### Il - -• **Il** = ``"Il"`` - -#### Defined in - -[generated/types.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L112) - -___ - -### Im - -• **Im** = ``"Im"`` - -#### Defined in - -[generated/types.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L111) - -___ - -### In - -• **In** = ``"In"`` - -#### Defined in - -[generated/types.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L106) - -___ - -### Io - -• **Io** = ``"Io"`` - -#### Defined in - -[generated/types.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L36) - -___ - -### Iq - -• **Iq** = ``"Iq"`` - -#### Defined in - -[generated/types.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L109) - -___ - -### Ir - -• **Ir** = ``"Ir"`` - -#### Defined in - -[generated/types.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L108) - -___ - -### Is - -• **Is** = ``"Is"`` - -#### Defined in - -[generated/types.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L105) - -___ - -### It - -• **It** = ``"It"`` - -#### Defined in - -[generated/types.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L113) - -___ - -### Je - -• **Je** = ``"Je"`` - -#### Defined in - -[generated/types.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L116) - -___ - -### Jm - -• **Jm** = ``"Jm"`` - -#### Defined in - -[generated/types.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L114) - -___ - -### Jo - -• **Jo** = ``"Jo"`` - -#### Defined in - -[generated/types.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L117) - -___ - -### Jp - -• **Jp** = ``"Jp"`` - -#### Defined in - -[generated/types.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L115) - -___ - -### Ke - -• **Ke** = ``"Ke"`` - -#### Defined in - -[generated/types.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L119) - -___ - -### Kg - -• **Kg** = ``"Kg"`` - -#### Defined in - -[generated/types.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L124) - -___ - -### Kh - -• **Kh** = ``"Kh"`` - -#### Defined in - -[generated/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L41) - -___ - -### Ki - -• **Ki** = ``"Ki"`` - -#### Defined in - -[generated/types.ts:120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L120) - -___ - -### Km - -• **Km** = ``"Km"`` - -#### Defined in - -[generated/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L55) - -___ - -### Kn - -• **Kn** = ``"Kn"`` - -#### Defined in - -[generated/types.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L190) - -___ - -### Kp - -• **Kp** = ``"Kp"`` - -#### Defined in - -[generated/types.ts:121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L121) - -___ - -### Kr - -• **Kr** = ``"Kr"`` - -#### Defined in - -[generated/types.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L122) - -___ - -### Kw - -• **Kw** = ``"Kw"`` - -#### Defined in - -[generated/types.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L123) - -___ - -### Ky - -• **Ky** = ``"Ky"`` - -#### Defined in - -[generated/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L45) - -___ - -### Kz - -• **Kz** = ``"Kz"`` - -#### Defined in - -[generated/types.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L118) - -___ - -### La - -• **La** = ``"La"`` - -#### Defined in - -[generated/types.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L125) - -___ - -### Lb - -• **Lb** = ``"Lb"`` - -#### Defined in - -[generated/types.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L127) - -___ - -### Lc - -• **Lc** = ``"Lc"`` - -#### Defined in - -[generated/types.ts:191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L191) - -___ - -### Li - -• **Li** = ``"Li"`` - -#### Defined in - -[generated/types.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L131) - -___ - -### Lk - -• **Lk** = ``"Lk"`` - -#### Defined in - -[generated/types.ts:212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L212) - -___ - -### Lr - -• **Lr** = ``"Lr"`` - -#### Defined in - -[generated/types.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L129) - -___ - -### Ls - -• **Ls** = ``"Ls"`` - -#### Defined in - -[generated/types.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L128) - -___ - -### Lt - -• **Lt** = ``"Lt"`` - -#### Defined in - -[generated/types.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L132) - -___ - -### Lu - -• **Lu** = ``"Lu"`` - -#### Defined in - -[generated/types.ts:133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L133) - -___ - -### Lv - -• **Lv** = ``"Lv"`` - -#### Defined in - -[generated/types.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L126) - -___ - -### Ly - -• **Ly** = ``"Ly"`` - -#### Defined in - -[generated/types.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L130) - -___ - -### Ma - -• **Ma** = ``"Ma"`` - -#### Defined in - -[generated/types.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L153) - -___ - -### Mc - -• **Mc** = ``"Mc"`` - -#### Defined in - -[generated/types.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L149) - -___ - -### Md - -• **Md** = ``"Md"`` - -#### Defined in - -[generated/types.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L148) - -___ - -### Me - -• **Me** = ``"Me"`` - -#### Defined in - -[generated/types.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L151) - -___ - -### Mf - -• **Mf** = ``"Mf"`` - -#### Defined in - -[generated/types.ts:192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L192) - -___ - -### Mg - -• **Mg** = ``"Mg"`` - -#### Defined in - -[generated/types.ts:135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L135) - -___ - -### Mh - -• **Mh** = ``"Mh"`` - -#### Defined in - -[generated/types.ts:141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L141) - -___ - -### Mk - -• **Mk** = ``"Mk"`` - -#### Defined in - -[generated/types.ts:134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L134) - -___ - -### Ml - -• **Ml** = ``"Ml"`` - -#### Defined in - -[generated/types.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L139) - -___ - -### Mm - -• **Mm** = ``"Mm"`` - -#### Defined in - -[generated/types.ts:155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L155) - -___ - -### Mn - -• **Mn** = ``"Mn"`` - -#### Defined in - -[generated/types.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L150) - -___ - -### Mo - -• **Mo** = ``"Mo"`` - -#### Defined in - -[generated/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L51) - -___ - -### Mp - -• **Mp** = ``"Mp"`` - -#### Defined in - -[generated/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L168) - -___ - -### Mq - -• **Mq** = ``"Mq"`` - -#### Defined in - -[generated/types.ts:142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L142) - -___ - -### Mr - -• **Mr** = ``"Mr"`` - -#### Defined in - -[generated/types.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L143) - -___ - -### Ms - -• **Ms** = ``"Ms"`` - -#### Defined in - -[generated/types.ts:152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L152) - -___ - -### Mt - -• **Mt** = ``"Mt"`` - -#### Defined in - -[generated/types.ts:140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L140) - -___ - -### Mu - -• **Mu** = ``"Mu"`` - -#### Defined in - -[generated/types.ts:144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L144) - -___ - -### Mv - -• **Mv** = ``"Mv"`` - -#### Defined in - -[generated/types.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L138) - -___ - -### Mw - -• **Mw** = ``"Mw"`` - -#### Defined in - -[generated/types.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L136) - -___ - -### Mx - -• **Mx** = ``"Mx"`` - -#### Defined in - -[generated/types.ts:146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L146) - -___ - -### My - -• **My** = ``"My"`` - -#### Defined in - -[generated/types.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L137) - -___ - -### Mz - -• **Mz** = ``"Mz"`` - -#### Defined in - -[generated/types.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L154) - -___ - -### Na - -• **Na** = ``"Na"`` - -#### Defined in - -[generated/types.ts:156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L156) - -___ - -### Nc - -• **Nc** = ``"Nc"`` - -#### Defined in - -[generated/types.ts:161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L161) - -___ - -### Ne - -• **Ne** = ``"Ne"`` - -#### Defined in - -[generated/types.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L164) - -___ - -### Nf - -• **Nf** = ``"Nf"`` - -#### Defined in - -[generated/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L167) - -___ - -### Ng - -• **Ng** = ``"Ng"`` - -#### Defined in - -[generated/types.ts:165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L165) - -___ - -### Ni - -• **Ni** = ``"Ni"`` - -#### Defined in - -[generated/types.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L163) - -___ - -### Nl - -• **Nl** = ``"Nl"`` - -#### Defined in - -[generated/types.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L159) - -___ - -### No - -• **No** = ``"No"`` - -#### Defined in - -[generated/types.ts:169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L169) - -___ - -### Np - -• **Np** = ``"Np"`` - -#### Defined in - -[generated/types.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L158) - -___ - -### Nr - -• **Nr** = ``"Nr"`` - -#### Defined in - -[generated/types.ts:157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L157) - -___ - -### Nu - -• **Nu** = ``"Nu"`` - -#### Defined in - -[generated/types.ts:166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L166) - -___ - -### Nz - -• **Nz** = ``"Nz"`` - -#### Defined in - -[generated/types.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L162) - -___ - -### Om - -• **Om** = ``"Om"`` - -#### Defined in - -[generated/types.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L170) - -___ - -### Pa - -• **Pa** = ``"Pa"`` - -#### Defined in - -[generated/types.ts:174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L174) - -___ - -### Pe - -• **Pe** = ``"Pe"`` - -#### Defined in - -[generated/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L177) - -___ - -### Pf - -• **Pf** = ``"Pf"`` - -#### Defined in - -[generated/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L82) - -___ - -### Pg - -• **Pg** = ``"Pg"`` - -#### Defined in - -[generated/types.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L175) - -___ - -### Ph - -• **Ph** = ``"Ph"`` - -#### Defined in - -[generated/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L178) - -___ - -### Pk - -• **Pk** = ``"Pk"`` - -#### Defined in - -[generated/types.ts:171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L171) - -___ - -### Pl - -• **Pl** = ``"Pl"`` - -#### Defined in - -[generated/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L180) - -___ - -### Pm - -• **Pm** = ``"Pm"`` - -#### Defined in - -[generated/types.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L193) - -___ - -### Pn - -• **Pn** = ``"Pn"`` - -#### Defined in - -[generated/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L179) - -___ - -### Pr - -• **Pr** = ``"Pr"`` - -#### Defined in - -[generated/types.ts:182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L182) - -___ - -### Ps - -• **Ps** = ``"Ps"`` - -#### Defined in - -[generated/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L173) - -___ - -### Pt - -• **Pt** = ``"Pt"`` - -#### Defined in - -[generated/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L181) - -___ - -### Pw - -• **Pw** = ``"Pw"`` - -#### Defined in - -[generated/types.ts:172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L172) - -___ - -### Py - -• **Py** = ``"Py"`` - -#### Defined in - -[generated/types.ts:176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L176) - -___ - -### Qa - -• **Qa** = ``"Qa"`` - -#### Defined in - -[generated/types.ts:183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L183) - -___ - -### Re - -• **Re** = ``"Re"`` - -#### Defined in - -[generated/types.ts:184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L184) - -___ - -### Ro - -• **Ro** = ``"Ro"`` - -#### Defined in - -[generated/types.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L185) - -___ - -### Rs - -• **Rs** = ``"Rs"`` - -#### Defined in - -[generated/types.ts:200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L200) - -___ - -### Ru - -• **Ru** = ``"Ru"`` - -#### Defined in - -[generated/types.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L186) - -___ - -### Rw - -• **Rw** = ``"Rw"`` - -#### Defined in - -[generated/types.ts:187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L187) - -___ - -### Sa - -• **Sa** = ``"Sa"`` - -#### Defined in - -[generated/types.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L198) - -___ - -### Sb - -• **Sb** = ``"Sb"`` - -#### Defined in - -[generated/types.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L206) - -___ - -### Sc - -• **Sc** = ``"Sc"`` - -#### Defined in - -[generated/types.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L201) - -___ - -### Sd - -• **Sd** = ``"Sd"`` - -#### Defined in - -[generated/types.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L213) - -___ - -### Se - -• **Se** = ``"Se"`` - -#### Defined in - -[generated/types.ts:217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L217) - -___ - -### Sg - -• **Sg** = ``"Sg"`` - -#### Defined in - -[generated/types.ts:203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L203) - -___ - -### Sh - -• **Sh** = ``"Sh"`` - -#### Defined in - -[generated/types.ts:189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L189) - -___ - -### Si - -• **Si** = ``"Si"`` - -#### Defined in - -[generated/types.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L205) - -___ - -### Sj - -• **Sj** = ``"Sj"`` - -#### Defined in - -[generated/types.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L215) - -___ - -### Sk - -• **Sk** = ``"Sk"`` - -#### Defined in - -[generated/types.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L204) - -___ - -### Sl - -• **Sl** = ``"Sl"`` - -#### Defined in - -[generated/types.ts:202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L202) - -___ - -### Sm - -• **Sm** = ``"Sm"`` - -#### Defined in - -[generated/types.ts:196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L196) - -___ - -### Sn - -• **Sn** = ``"Sn"`` - -#### Defined in - -[generated/types.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L199) - -___ - -### So - -• **So** = ``"So"`` - -#### Defined in - -[generated/types.ts:207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L207) - -___ - -### Sr - -• **Sr** = ``"Sr"`` - -#### Defined in - -[generated/types.ts:214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L214) - -___ - -### Ss - -• **Ss** = ``"Ss"`` - -#### Defined in - -[generated/types.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L210) - -___ - -### St - -• **St** = ``"St"`` - -#### Defined in - -[generated/types.ts:197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L197) - -___ - -### Sv - -• **Sv** = ``"Sv"`` - -#### Defined in - -[generated/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L71) - -___ - -### Sx - -• **Sx** = ``"Sx"`` - -#### Defined in - -[generated/types.ts:253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L253) - -___ - -### Sy - -• **Sy** = ``"Sy"`` - -#### Defined in - -[generated/types.ts:219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L219) - -___ - -### Sz - -• **Sz** = ``"Sz"`` - -#### Defined in - -[generated/types.ts:216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L216) - -___ - -### Tc - -• **Tc** = ``"Tc"`` - -#### Defined in - -[generated/types.ts:232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L232) - -___ - -### Td - -• **Td** = ``"Td"`` - -#### Defined in - -[generated/types.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L47) - -___ - -### Tf - -• **Tf** = ``"Tf"`` - -#### Defined in - -[generated/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L83) - -___ - -### Tg - -• **Tg** = ``"Tg"`` - -#### Defined in - -[generated/types.ts:225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L225) - -___ - -### Th - -• **Th** = ``"Th"`` - -#### Defined in - -[generated/types.ts:223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L223) - -___ - -### Tj - -• **Tj** = ``"Tj"`` - -#### Defined in - -[generated/types.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L221) - -___ - -### Tk - -• **Tk** = ``"Tk"`` - -#### Defined in - -[generated/types.ts:226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L226) - -___ - -### Tl - -• **Tl** = ``"Tl"`` - -#### Defined in - -[generated/types.ts:224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L224) - -___ - -### Tm - -• **Tm** = ``"Tm"`` - -#### Defined in - -[generated/types.ts:231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L231) - -___ - -### Tn - -• **Tn** = ``"Tn"`` - -#### Defined in - -[generated/types.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L229) - -___ - -### To - -• **To** = ``"To"`` - -#### Defined in - -[generated/types.ts:227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L227) - -___ - -### Tr - -• **Tr** = ``"Tr"`` - -#### Defined in - -[generated/types.ts:230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L230) - -___ - -### Tt - -• **Tt** = ``"Tt"`` - -#### Defined in - -[generated/types.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L228) - -___ - -### Tv - -• **Tv** = ``"Tv"`` - -#### Defined in - -[generated/types.ts:233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L233) - -___ - -### Tw - -• **Tw** = ``"Tw"`` - -#### Defined in - -[generated/types.ts:220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L220) - -___ - -### Tz - -• **Tz** = ``"Tz"`` - -#### Defined in - -[generated/types.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L222) - -___ - -### Ua - -• **Ua** = ``"Ua"`` - -#### Defined in - -[generated/types.ts:235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L235) - -___ - -### Ug - -• **Ug** = ``"Ug"`` - -#### Defined in - -[generated/types.ts:234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L234) - -___ - -### Um - -• **Um** = ``"Um"`` - -#### Defined in - -[generated/types.ts:239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L239) - -___ - -### Us - -• **Us** = ``"Us"`` - -#### Defined in - -[generated/types.ts:238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L238) - -___ - -### Uy - -• **Uy** = ``"Uy"`` - -#### Defined in - -[generated/types.ts:240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L240) - -___ - -### Uz - -• **Uz** = ``"Uz"`` - -#### Defined in - -[generated/types.ts:241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L241) - -___ - -### Va - -• **Va** = ``"Va"`` - -#### Defined in - -[generated/types.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L102) - -___ - -### Vc - -• **Vc** = ``"Vc"`` - -#### Defined in - -[generated/types.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L194) - -___ - -### Ve - -• **Ve** = ``"Ve"`` - -#### Defined in - -[generated/types.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L243) - -___ - -### Vg - -• **Vg** = ``"Vg"`` - -#### Defined in - -[generated/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L35) - -___ - -### Vi - -• **Vi** = ``"Vi"`` - -#### Defined in - -[generated/types.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L245) - -___ - -### Vn - -• **Vn** = ``"Vn"`` - -#### Defined in - -[generated/types.ts:244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L244) - -___ - -### Vu - -• **Vu** = ``"Vu"`` - -#### Defined in - -[generated/types.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L242) - -___ - -### Wf - -• **Wf** = ``"Wf"`` - -#### Defined in - -[generated/types.ts:246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L246) - -___ - -### Ws - -• **Ws** = ``"Ws"`` - -#### Defined in - -[generated/types.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L195) - -___ - -### Ye - -• **Ye** = ``"Ye"`` - -#### Defined in - -[generated/types.ts:248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L248) - -___ - -### Yt - -• **Yt** = ``"Yt"`` - -#### Defined in - -[generated/types.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L145) - -___ - -### Za - -• **Za** = ``"Za"`` - -#### Defined in - -[generated/types.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L208) - -___ - -### Zm - -• **Zm** = ``"Zm"`` - -#### Defined in - -[generated/types.ts:249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L249) - -___ - -### Zw - -• **Zw** = ``"Zw"`` - -#### Defined in - -[generated/types.ts:250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L250) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md deleted file mode 100644 index 58a674eff7..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md +++ /dev/null @@ -1,87 +0,0 @@ ---- -id: "ExternalAgentsTx" -title: "Enumeration: ExternalAgentsTx" -sidebar_label: "ExternalAgentsTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).ExternalAgentsTx - -## Enumeration Members - -### Abdicate - -• **Abdicate** = ``"externalAgents.abdicate"`` - -#### Defined in - -[generated/types.ts:720](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L720) - -___ - -### AcceptBecomeAgent - -• **AcceptBecomeAgent** = ``"externalAgents.acceptBecomeAgent"`` - -#### Defined in - -[generated/types.ts:722](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L722) - -___ - -### ChangeGroup - -• **ChangeGroup** = ``"externalAgents.changeGroup"`` - -#### Defined in - -[generated/types.ts:721](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L721) - -___ - -### CreateAndChangeCustomGroup - -• **CreateAndChangeCustomGroup** = ``"externalAgents.createAndChangeCustomGroup"`` - -#### Defined in - -[generated/types.ts:724](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L724) - -___ - -### CreateGroup - -• **CreateGroup** = ``"externalAgents.createGroup"`` - -#### Defined in - -[generated/types.ts:717](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L717) - -___ - -### CreateGroupAndAddAuth - -• **CreateGroupAndAddAuth** = ``"externalAgents.createGroupAndAddAuth"`` - -#### Defined in - -[generated/types.ts:723](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L723) - -___ - -### RemoveAgent - -• **RemoveAgent** = ``"externalAgents.removeAgent"`` - -#### Defined in - -[generated/types.ts:719](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L719) - -___ - -### SetGroupPermissions - -• **SetGroupPermissions** = ``"externalAgents.setGroupPermissions"`` - -#### Defined in - -[generated/types.ts:718](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L718) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/GrandpaTx/GrandpaTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/GrandpaTx/GrandpaTx.md deleted file mode 100644 index bf65994d17..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/GrandpaTx/GrandpaTx.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "GrandpaTx" -title: "Enumeration: GrandpaTx" -sidebar_label: "GrandpaTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).GrandpaTx - -## Enumeration Members - -### NoteStalled - -• **NoteStalled** = ``"grandpa.noteStalled"`` - -#### Defined in - -[generated/types.ts:488](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L488) - -___ - -### ReportEquivocation - -• **ReportEquivocation** = ``"grandpa.reportEquivocation"`` - -#### Defined in - -[generated/types.ts:486](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L486) - -___ - -### ReportEquivocationUnsigned - -• **ReportEquivocationUnsigned** = ``"grandpa.reportEquivocationUnsigned"`` - -#### Defined in - -[generated/types.ts:487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L487) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/IdentityTx/IdentityTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/IdentityTx/IdentityTx.md deleted file mode 100644 index fe551edacd..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/IdentityTx/IdentityTx.md +++ /dev/null @@ -1,317 +0,0 @@ ---- -id: "IdentityTx" -title: "Enumeration: IdentityTx" -sidebar_label: "IdentityTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).IdentityTx - -## Enumeration Members - -### AcceptPrimaryKey - -• **AcceptPrimaryKey** = ``"identity.acceptPrimaryKey"`` - -#### Defined in - -[generated/types.ts:305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L305) - -___ - -### AddAuthorization - -• **AddAuthorization** = ``"identity.addAuthorization"`` - -#### Defined in - -[generated/types.ts:315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L315) - -___ - -### AddClaim - -• **AddClaim** = ``"identity.addClaim"`` - -#### Defined in - -[generated/types.ts:309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L309) - -___ - -### AddInvestorUniquenessClaim - -• **AddInvestorUniquenessClaim** = ``"identity.addInvestorUniquenessClaim"`` - -#### Defined in - -[generated/types.ts:318](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L318) - -___ - -### AddInvestorUniquenessClaimV2 - -• **AddInvestorUniquenessClaimV2** = ``"identity.addInvestorUniquenessClaimV2"`` - -#### Defined in - -[generated/types.ts:321](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L321) - -___ - -### AddSecondaryKeysWithAuthorization - -• **AddSecondaryKeysWithAuthorization** = ``"identity.addSecondaryKeysWithAuthorization"`` - -#### Defined in - -[generated/types.ts:317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L317) - -___ - -### AddSecondaryKeysWithAuthorizationOld - -• **AddSecondaryKeysWithAuthorizationOld** = ``"identity.addSecondaryKeysWithAuthorizationOld"`` - -#### Defined in - -[generated/types.ts:326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L326) - -___ - -### CddRegisterDid - -• **CddRegisterDid** = ``"identity.cddRegisterDid"`` - -#### Defined in - -[generated/types.ts:302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L302) - -___ - -### CddRegisterDidWithCdd - -• **CddRegisterDidWithCdd** = ``"identity.cddRegisterDidWithCdd"`` - -#### Defined in - -[generated/types.ts:329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L329) - -___ - -### ChangeCddRequirementForMkRotation - -• **ChangeCddRequirementForMkRotation** = ``"identity.changeCddRequirementForMkRotation"`` - -#### Defined in - -[generated/types.ts:306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L306) - -___ - -### CreateChildIdentities - -• **CreateChildIdentities** = ``"identity.createChildIdentities"`` - -#### Defined in - -[generated/types.ts:331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L331) - -___ - -### CreateChildIdentity - -• **CreateChildIdentity** = ``"identity.createChildIdentity"`` - -#### Defined in - -[generated/types.ts:330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L330) - -___ - -### FreezeSecondaryKeys - -• **FreezeSecondaryKeys** = ``"identity.freezeSecondaryKeys"`` - -#### Defined in - -[generated/types.ts:313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L313) - -___ - -### GcAddCddClaim - -• **GcAddCddClaim** = ``"identity.gcAddCddClaim"`` - -#### Defined in - -[generated/types.ts:319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L319) - -___ - -### GcRevokeCddClaim - -• **GcRevokeCddClaim** = ``"identity.gcRevokeCddClaim"`` - -#### Defined in - -[generated/types.ts:320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L320) - -___ - -### InvalidateCddClaims - -• **InvalidateCddClaims** = ``"identity.invalidateCddClaims"`` - -#### Defined in - -[generated/types.ts:303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L303) - -___ - -### JoinIdentityAsKey - -• **JoinIdentityAsKey** = ``"identity.joinIdentityAsKey"`` - -#### Defined in - -[generated/types.ts:307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L307) - -___ - -### LeaveIdentityAsKey - -• **LeaveIdentityAsKey** = ``"identity.leaveIdentityAsKey"`` - -#### Defined in - -[generated/types.ts:308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L308) - -___ - -### LegacySetPermissionToSigner - -• **LegacySetPermissionToSigner** = ``"identity.legacySetPermissionToSigner"`` - -#### Defined in - -[generated/types.ts:312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L312) - -___ - -### PlaceholderLegacySetPermissionToSigner - -• **PlaceholderLegacySetPermissionToSigner** = ``"identity.placeholderLegacySetPermissionToSigner"`` - -#### Defined in - -[generated/types.ts:325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L325) - -___ - -### RegisterCustomClaimType - -• **RegisterCustomClaimType** = ``"identity.registerCustomClaimType"`` - -#### Defined in - -[generated/types.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L328) - -___ - -### RemoveAuthorization - -• **RemoveAuthorization** = ``"identity.removeAuthorization"`` - -#### Defined in - -[generated/types.ts:316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L316) - -___ - -### RemoveSecondaryKeys - -• **RemoveSecondaryKeys** = ``"identity.removeSecondaryKeys"`` - -#### Defined in - -[generated/types.ts:304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L304) - -___ - -### RemoveSecondaryKeysOld - -• **RemoveSecondaryKeysOld** = ``"identity.removeSecondaryKeysOld"`` - -#### Defined in - -[generated/types.ts:324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L324) - -___ - -### RevokeClaim - -• **RevokeClaim** = ``"identity.revokeClaim"`` - -#### Defined in - -[generated/types.ts:310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L310) - -___ - -### RevokeClaimByIndex - -• **RevokeClaimByIndex** = ``"identity.revokeClaimByIndex"`` - -#### Defined in - -[generated/types.ts:322](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L322) - -___ - -### RotatePrimaryKeyToSecondary - -• **RotatePrimaryKeyToSecondary** = ``"identity.rotatePrimaryKeyToSecondary"`` - -#### Defined in - -[generated/types.ts:323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L323) - -___ - -### SetPermissionToSigner - -• **SetPermissionToSigner** = ``"identity.setPermissionToSigner"`` - -#### Defined in - -[generated/types.ts:311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L311) - -___ - -### SetSecondaryKeyPermissions - -• **SetSecondaryKeyPermissions** = ``"identity.setSecondaryKeyPermissions"`` - -#### Defined in - -[generated/types.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L327) - -___ - -### UnfreezeSecondaryKeys - -• **UnfreezeSecondaryKeys** = ``"identity.unfreezeSecondaryKeys"`` - -#### Defined in - -[generated/types.ts:314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L314) - -___ - -### UnlinkChildIdentity - -• **UnlinkChildIdentity** = ``"identity.unlinkChildIdentity"`` - -#### Defined in - -[generated/types.ts:332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L332) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/ImOnlineTx/ImOnlineTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/ImOnlineTx/ImOnlineTx.md deleted file mode 100644 index 7dc34696d5..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/ImOnlineTx/ImOnlineTx.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "ImOnlineTx" -title: "Enumeration: ImOnlineTx" -sidebar_label: "ImOnlineTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).ImOnlineTx - -## Enumeration Members - -### Heartbeat - -• **Heartbeat** = ``"imOnline.heartbeat"`` - -#### Defined in - -[generated/types.ts:492](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L492) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/IndicesTx/IndicesTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/IndicesTx/IndicesTx.md deleted file mode 100644 index e57e2dc81f..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/IndicesTx/IndicesTx.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "IndicesTx" -title: "Enumeration: IndicesTx" -sidebar_label: "IndicesTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).IndicesTx - -## Enumeration Members - -### Claim - -• **Claim** = ``"indices.claim"`` - -#### Defined in - -[generated/types.ts:281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L281) - -___ - -### ForceTransfer - -• **ForceTransfer** = ``"indices.forceTransfer"`` - -#### Defined in - -[generated/types.ts:284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L284) - -___ - -### Free - -• **Free** = ``"indices.free"`` - -#### Defined in - -[generated/types.ts:283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L283) - -___ - -### Freeze - -• **Freeze** = ``"indices.freeze"`` - -#### Defined in - -[generated/types.ts:285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L285) - -___ - -### Transfer - -• **Transfer** = ``"indices.transfer"`` - -#### Defined in - -[generated/types.ts:282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L282) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/ModuleName/ModuleName.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/ModuleName/ModuleName.md deleted file mode 100644 index a9e0af1b9d..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/ModuleName/ModuleName.md +++ /dev/null @@ -1,447 +0,0 @@ ---- -id: "ModuleName" -title: "Enumeration: ModuleName" -sidebar_label: "ModuleName" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).ModuleName - -## Enumeration Members - -### Asset - -• **Asset** = ``"asset"`` - -#### Defined in - -[generated/types.ts:810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L810) - -___ - -### Authorship - -• **Authorship** = ``"authorship"`` - -#### Defined in - -[generated/types.ts:793](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L793) - -___ - -### Babe - -• **Babe** = ``"babe"`` - -#### Defined in - -[generated/types.ts:790](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L790) - -___ - -### Balances - -• **Balances** = ``"balances"`` - -#### Defined in - -[generated/types.ts:794](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L794) - -___ - -### Bridge - -• **Bridge** = ``"bridge"`` - -#### Defined in - -[generated/types.ts:804](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L804) - -___ - -### CapitalDistribution - -• **CapitalDistribution** = ``"capitalDistribution"`` - -#### Defined in - -[generated/types.ts:811](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L811) - -___ - -### CddServiceProviders - -• **CddServiceProviders** = ``"cddServiceProviders"`` - -#### Defined in - -[generated/types.ts:796](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L796) - -___ - -### Checkpoint - -• **Checkpoint** = ``"checkpoint"`` - -#### Defined in - -[generated/types.ts:812](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L812) - -___ - -### CommitteeMembership - -• **CommitteeMembership** = ``"committeeMembership"`` - -#### Defined in - -[generated/types.ts:798](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L798) - -___ - -### ComplianceManager - -• **ComplianceManager** = ``"complianceManager"`` - -#### Defined in - -[generated/types.ts:813](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L813) - -___ - -### Contracts - -• **Contracts** = ``"contracts"`` - -#### Defined in - -[generated/types.ts:831](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L831) - -___ - -### CorporateAction - -• **CorporateAction** = ``"corporateAction"`` - -#### Defined in - -[generated/types.ts:814](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L814) - -___ - -### CorporateBallot - -• **CorporateBallot** = ``"corporateBallot"`` - -#### Defined in - -[generated/types.ts:815](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L815) - -___ - -### ExternalAgents - -• **ExternalAgents** = ``"externalAgents"`` - -#### Defined in - -[generated/types.ts:825](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L825) - -___ - -### Grandpa - -• **Grandpa** = ``"grandpa"`` - -#### Defined in - -[generated/types.ts:807](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L807) - -___ - -### Identity - -• **Identity** = ``"identity"`` - -#### Defined in - -[generated/types.ts:795](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L795) - -___ - -### ImOnline - -• **ImOnline** = ``"imOnline"`` - -#### Defined in - -[generated/types.ts:808](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L808) - -___ - -### Indices - -• **Indices** = ``"indices"`` - -#### Defined in - -[generated/types.ts:792](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L792) - -___ - -### MultiSig - -• **MultiSig** = ``"multiSig"`` - -#### Defined in - -[generated/types.ts:803](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L803) - -___ - -### Nft - -• **Nft** = ``"nft"`` - -#### Defined in - -[generated/types.ts:832](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L832) - -___ - -### Pips - -• **Pips** = ``"pips"`` - -#### Defined in - -[generated/types.ts:816](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L816) - -___ - -### PolymeshCommittee - -• **PolymeshCommittee** = ``"polymeshCommittee"`` - -#### Defined in - -[generated/types.ts:797](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L797) - -___ - -### PolymeshContracts - -• **PolymeshContracts** = ``"polymeshContracts"`` - -#### Defined in - -[generated/types.ts:829](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L829) - -___ - -### Portfolio - -• **Portfolio** = ``"portfolio"`` - -#### Defined in - -[generated/types.ts:817](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L817) - -___ - -### Preimage - -• **Preimage** = ``"preimage"`` - -#### Defined in - -[generated/types.ts:830](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L830) - -___ - -### ProtocolFee - -• **ProtocolFee** = ``"protocolFee"`` - -#### Defined in - -[generated/types.ts:818](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L818) - -___ - -### Relayer - -• **Relayer** = ``"relayer"`` - -#### Defined in - -[generated/types.ts:826](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L826) - -___ - -### Rewards - -• **Rewards** = ``"rewards"`` - -#### Defined in - -[generated/types.ts:827](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L827) - -___ - -### Scheduler - -• **Scheduler** = ``"scheduler"`` - -#### Defined in - -[generated/types.ts:819](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L819) - -___ - -### Session - -• **Session** = ``"session"`` - -#### Defined in - -[generated/types.ts:806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L806) - -___ - -### Settlement - -• **Settlement** = ``"settlement"`` - -#### Defined in - -[generated/types.ts:820](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L820) - -___ - -### Staking - -• **Staking** = ``"staking"`` - -#### Defined in - -[generated/types.ts:805](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L805) - -___ - -### Statistics - -• **Statistics** = ``"statistics"`` - -#### Defined in - -[generated/types.ts:821](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L821) - -___ - -### Sto - -• **Sto** = ``"sto"`` - -#### Defined in - -[generated/types.ts:822](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L822) - -___ - -### Sudo - -• **Sudo** = ``"sudo"`` - -#### Defined in - -[generated/types.ts:809](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L809) - -___ - -### System - -• **System** = ``"system"`` - -#### Defined in - -[generated/types.ts:789](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L789) - -___ - -### TechnicalCommittee - -• **TechnicalCommittee** = ``"technicalCommittee"`` - -#### Defined in - -[generated/types.ts:799](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L799) - -___ - -### TechnicalCommitteeMembership - -• **TechnicalCommitteeMembership** = ``"technicalCommitteeMembership"`` - -#### Defined in - -[generated/types.ts:800](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L800) - -___ - -### TestUtils - -• **TestUtils** = ``"testUtils"`` - -#### Defined in - -[generated/types.ts:828](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L828) - -___ - -### Timestamp - -• **Timestamp** = ``"timestamp"`` - -#### Defined in - -[generated/types.ts:791](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L791) - -___ - -### Treasury - -• **Treasury** = ``"treasury"`` - -#### Defined in - -[generated/types.ts:823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L823) - -___ - -### UpgradeCommittee - -• **UpgradeCommittee** = ``"upgradeCommittee"`` - -#### Defined in - -[generated/types.ts:801](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L801) - -___ - -### UpgradeCommitteeMembership - -• **UpgradeCommitteeMembership** = ``"upgradeCommitteeMembership"`` - -#### Defined in - -[generated/types.ts:802](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L802) - -___ - -### Utility - -• **Utility** = ``"utility"`` - -#### Defined in - -[generated/types.ts:824](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L824) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/MultiSigTx/MultiSigTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/MultiSigTx/MultiSigTx.md deleted file mode 100644 index 180d7cc3e4..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/MultiSigTx/MultiSigTx.md +++ /dev/null @@ -1,227 +0,0 @@ ---- -id: "MultiSigTx" -title: "Enumeration: MultiSigTx" -sidebar_label: "MultiSigTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).MultiSigTx - -## Enumeration Members - -### AcceptMultisigSignerAsIdentity - -• **AcceptMultisigSignerAsIdentity** = ``"multiSig.acceptMultisigSignerAsIdentity"`` - -#### Defined in - -[generated/types.ts:409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L409) - -___ - -### AcceptMultisigSignerAsKey - -• **AcceptMultisigSignerAsKey** = ``"multiSig.acceptMultisigSignerAsKey"`` - -#### Defined in - -[generated/types.ts:410](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L410) - -___ - -### AddMultisigSigner - -• **AddMultisigSigner** = ``"multiSig.addMultisigSigner"`` - -#### Defined in - -[generated/types.ts:411](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L411) - -___ - -### AddMultisigSignersViaCreator - -• **AddMultisigSignersViaCreator** = ``"multiSig.addMultisigSignersViaCreator"`` - -#### Defined in - -[generated/types.ts:413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L413) - -___ - -### ApproveAsIdentity - -• **ApproveAsIdentity** = ``"multiSig.approveAsIdentity"`` - -#### Defined in - -[generated/types.ts:405](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L405) - -___ - -### ApproveAsKey - -• **ApproveAsKey** = ``"multiSig.approveAsKey"`` - -#### Defined in - -[generated/types.ts:406](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L406) - -___ - -### ChangeSigsRequired - -• **ChangeSigsRequired** = ``"multiSig.changeSigsRequired"`` - -#### Defined in - -[generated/types.ts:415](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L415) - -___ - -### ChangeSigsRequiredViaCreator - -• **ChangeSigsRequiredViaCreator** = ``"multiSig.changeSigsRequiredViaCreator"`` - -#### Defined in - -[generated/types.ts:420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L420) - -___ - -### CreateMultisig - -• **CreateMultisig** = ``"multiSig.createMultisig"`` - -#### Defined in - -[generated/types.ts:400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L400) - -___ - -### CreateOrApproveProposalAsIdentity - -• **CreateOrApproveProposalAsIdentity** = ``"multiSig.createOrApproveProposalAsIdentity"`` - -#### Defined in - -[generated/types.ts:401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L401) - -___ - -### CreateOrApproveProposalAsKey - -• **CreateOrApproveProposalAsKey** = ``"multiSig.createOrApproveProposalAsKey"`` - -#### Defined in - -[generated/types.ts:402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L402) - -___ - -### CreateProposalAsIdentity - -• **CreateProposalAsIdentity** = ``"multiSig.createProposalAsIdentity"`` - -#### Defined in - -[generated/types.ts:403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L403) - -___ - -### CreateProposalAsKey - -• **CreateProposalAsKey** = ``"multiSig.createProposalAsKey"`` - -#### Defined in - -[generated/types.ts:404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L404) - -___ - -### ExecuteScheduledProposal - -• **ExecuteScheduledProposal** = ``"multiSig.executeScheduledProposal"`` - -#### Defined in - -[generated/types.ts:418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L418) - -___ - -### MakeMultisigPrimary - -• **MakeMultisigPrimary** = ``"multiSig.makeMultisigPrimary"`` - -#### Defined in - -[generated/types.ts:417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L417) - -___ - -### MakeMultisigSecondary - -• **MakeMultisigSecondary** = ``"multiSig.makeMultisigSecondary"`` - -#### Defined in - -[generated/types.ts:419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L419) - -___ - -### MakeMultisigSigner - -• **MakeMultisigSigner** = ``"multiSig.makeMultisigSigner"`` - -#### Defined in - -[generated/types.ts:416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L416) - -___ - -### RejectAsIdentity - -• **RejectAsIdentity** = ``"multiSig.rejectAsIdentity"`` - -#### Defined in - -[generated/types.ts:407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L407) - -___ - -### RejectAsKey - -• **RejectAsKey** = ``"multiSig.rejectAsKey"`` - -#### Defined in - -[generated/types.ts:408](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L408) - -___ - -### RemoveCreatorControls - -• **RemoveCreatorControls** = ``"multiSig.removeCreatorControls"`` - -#### Defined in - -[generated/types.ts:421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L421) - -___ - -### RemoveMultisigSigner - -• **RemoveMultisigSigner** = ``"multiSig.removeMultisigSigner"`` - -#### Defined in - -[generated/types.ts:412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L412) - -___ - -### RemoveMultisigSignersViaCreator - -• **RemoveMultisigSignersViaCreator** = ``"multiSig.removeMultisigSignersViaCreator"`` - -#### Defined in - -[generated/types.ts:414](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L414) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/NftTx/NftTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/NftTx/NftTx.md deleted file mode 100644 index 1751d19098..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/NftTx/NftTx.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "NftTx" -title: "Enumeration: NftTx" -sidebar_label: "NftTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).NftTx - -## Enumeration Members - -### ControllerTransfer - -• **ControllerTransfer** = ``"nft.controllerTransfer"`` - -#### Defined in - -[generated/types.ts:785](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L785) - -___ - -### CreateNftCollection - -• **CreateNftCollection** = ``"nft.createNftCollection"`` - -#### Defined in - -[generated/types.ts:782](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L782) - -___ - -### IssueNft - -• **IssueNft** = ``"nft.issueNft"`` - -#### Defined in - -[generated/types.ts:783](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L783) - -___ - -### RedeemNft - -• **RedeemNft** = ``"nft.redeemNft"`` - -#### Defined in - -[generated/types.ts:784](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L784) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/PipsTx/PipsTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/PipsTx/PipsTx.md deleted file mode 100644 index 97ff25f40f..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/PipsTx/PipsTx.md +++ /dev/null @@ -1,177 +0,0 @@ ---- -id: "PipsTx" -title: "Enumeration: PipsTx" -sidebar_label: "PipsTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).PipsTx - -## Enumeration Members - -### ApproveCommitteeProposal - -• **ApproveCommitteeProposal** = ``"pips.approveCommitteeProposal"`` - -#### Defined in - -[generated/types.ts:594](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L594) - -___ - -### ClearSnapshot - -• **ClearSnapshot** = ``"pips.clearSnapshot"`` - -#### Defined in - -[generated/types.ts:598](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L598) - -___ - -### EnactSnapshotResults - -• **EnactSnapshotResults** = ``"pips.enactSnapshotResults"`` - -#### Defined in - -[generated/types.ts:600](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L600) - -___ - -### ExecuteScheduledPip - -• **ExecuteScheduledPip** = ``"pips.executeScheduledPip"`` - -#### Defined in - -[generated/types.ts:601](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L601) - -___ - -### ExpireScheduledPip - -• **ExpireScheduledPip** = ``"pips.expireScheduledPip"`` - -#### Defined in - -[generated/types.ts:602](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L602) - -___ - -### Propose - -• **Propose** = ``"pips.propose"`` - -#### Defined in - -[generated/types.ts:592](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L592) - -___ - -### PruneProposal - -• **PruneProposal** = ``"pips.pruneProposal"`` - -#### Defined in - -[generated/types.ts:596](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L596) - -___ - -### RejectProposal - -• **RejectProposal** = ``"pips.rejectProposal"`` - -#### Defined in - -[generated/types.ts:595](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L595) - -___ - -### RescheduleExecution - -• **RescheduleExecution** = ``"pips.rescheduleExecution"`` - -#### Defined in - -[generated/types.ts:597](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L597) - -___ - -### SetActivePipLimit - -• **SetActivePipLimit** = ``"pips.setActivePipLimit"`` - -#### Defined in - -[generated/types.ts:591](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L591) - -___ - -### SetDefaultEnactmentPeriod - -• **SetDefaultEnactmentPeriod** = ``"pips.setDefaultEnactmentPeriod"`` - -#### Defined in - -[generated/types.ts:588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L588) - -___ - -### SetMaxPipSkipCount - -• **SetMaxPipSkipCount** = ``"pips.setMaxPipSkipCount"`` - -#### Defined in - -[generated/types.ts:590](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L590) - -___ - -### SetMinProposalDeposit - -• **SetMinProposalDeposit** = ``"pips.setMinProposalDeposit"`` - -#### Defined in - -[generated/types.ts:587](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L587) - -___ - -### SetPendingPipExpiry - -• **SetPendingPipExpiry** = ``"pips.setPendingPipExpiry"`` - -#### Defined in - -[generated/types.ts:589](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L589) - -___ - -### SetPruneHistoricalPips - -• **SetPruneHistoricalPips** = ``"pips.setPruneHistoricalPips"`` - -#### Defined in - -[generated/types.ts:586](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L586) - -___ - -### Snapshot - -• **Snapshot** = ``"pips.snapshot"`` - -#### Defined in - -[generated/types.ts:599](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L599) - -___ - -### Vote - -• **Vote** = ``"pips.vote"`` - -#### Defined in - -[generated/types.ts:593](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L593) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md deleted file mode 100644 index 50e059eeae..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "PolymeshCommitteeTx" -title: "Enumeration: PolymeshCommitteeTx" -sidebar_label: "PolymeshCommitteeTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).PolymeshCommitteeTx - -## Enumeration Members - -### SetExpiresAfter - -• **SetExpiresAfter** = ``"polymeshCommittee.setExpiresAfter"`` - -#### Defined in - -[generated/types.ts:348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L348) - -___ - -### SetReleaseCoordinator - -• **SetReleaseCoordinator** = ``"polymeshCommittee.setReleaseCoordinator"`` - -#### Defined in - -[generated/types.ts:347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L347) - -___ - -### SetVoteThreshold - -• **SetVoteThreshold** = ``"polymeshCommittee.setVoteThreshold"`` - -#### Defined in - -[generated/types.ts:346](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L346) - -___ - -### Vote - -• **Vote** = ``"polymeshCommittee.vote"`` - -#### Defined in - -[generated/types.ts:350](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L350) - -___ - -### VoteOrPropose - -• **VoteOrPropose** = ``"polymeshCommittee.voteOrPropose"`` - -#### Defined in - -[generated/types.ts:349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L349) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md deleted file mode 100644 index 8f6ed8c985..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md +++ /dev/null @@ -1,117 +0,0 @@ ---- -id: "PolymeshContractsTx" -title: "Enumeration: PolymeshContractsTx" -sidebar_label: "PolymeshContractsTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).PolymeshContractsTx - -## Enumeration Members - -### Call - -• **Call** = ``"polymeshContracts.call"`` - -#### Defined in - -[generated/types.ts:749](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L749) - -___ - -### Instantiate - -• **Instantiate** = ``"polymeshContracts.instantiate"`` - -#### Defined in - -[generated/types.ts:751](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L751) - -___ - -### InstantiateWithCode - -• **InstantiateWithCode** = ``"polymeshContracts.instantiateWithCode"`` - -#### Defined in - -[generated/types.ts:750](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L750) - -___ - -### InstantiateWithCodeAsPrimaryKey - -• **InstantiateWithCodeAsPrimaryKey** = ``"polymeshContracts.instantiateWithCodeAsPrimaryKey"`` - -#### Defined in - -[generated/types.ts:757](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L757) - -___ - -### InstantiateWithCodePerms - -• **InstantiateWithCodePerms** = ``"polymeshContracts.instantiateWithCodePerms"`` - -#### Defined in - -[generated/types.ts:754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L754) - -___ - -### InstantiateWithHashAsPrimaryKey - -• **InstantiateWithHashAsPrimaryKey** = ``"polymeshContracts.instantiateWithHashAsPrimaryKey"`` - -#### Defined in - -[generated/types.ts:758](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L758) - -___ - -### InstantiateWithHashPerms - -• **InstantiateWithHashPerms** = ``"polymeshContracts.instantiateWithHashPerms"`` - -#### Defined in - -[generated/types.ts:755](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L755) - -___ - -### RemoveCode - -• **RemoveCode** = ``"polymeshContracts.removeCode"`` - -#### Defined in - -[generated/types.ts:753](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L753) - -___ - -### UpdateCallRuntimeWhitelist - -• **UpdateCallRuntimeWhitelist** = ``"polymeshContracts.updateCallRuntimeWhitelist"`` - -#### Defined in - -[generated/types.ts:756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L756) - -___ - -### UpgradeApi - -• **UpgradeApi** = ``"polymeshContracts.upgradeApi"`` - -#### Defined in - -[generated/types.ts:759](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L759) - -___ - -### UploadCode - -• **UploadCode** = ``"polymeshContracts.uploadCode"`` - -#### Defined in - -[generated/types.ts:752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L752) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/PortfolioTx/PortfolioTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/PortfolioTx/PortfolioTx.md deleted file mode 100644 index 7610615a5a..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/PortfolioTx/PortfolioTx.md +++ /dev/null @@ -1,127 +0,0 @@ ---- -id: "PortfolioTx" -title: "Enumeration: PortfolioTx" -sidebar_label: "PortfolioTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).PortfolioTx - -## Enumeration Members - -### AcceptPortfolioCustody - -• **AcceptPortfolioCustody** = ``"portfolio.acceptPortfolioCustody"`` - -#### Defined in - -[generated/types.ts:611](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L611) - -___ - -### AllowIdentityToCreatePortfolios - -• **AllowIdentityToCreatePortfolios** = ``"portfolio.allowIdentityToCreatePortfolios"`` - -#### Defined in - -[generated/types.ts:615](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L615) - -___ - -### CreateCustodyPortfolio - -• **CreateCustodyPortfolio** = ``"portfolio.createCustodyPortfolio"`` - -#### Defined in - -[generated/types.ts:617](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L617) - -___ - -### CreatePortfolio - -• **CreatePortfolio** = ``"portfolio.createPortfolio"`` - -#### Defined in - -[generated/types.ts:606](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L606) - -___ - -### DeletePortfolio - -• **DeletePortfolio** = ``"portfolio.deletePortfolio"`` - -#### Defined in - -[generated/types.ts:607](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L607) - -___ - -### MovePortfolioFunds - -• **MovePortfolioFunds** = ``"portfolio.movePortfolioFunds"`` - -#### Defined in - -[generated/types.ts:608](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L608) - -___ - -### MovePortfolioFundsV2 - -• **MovePortfolioFundsV2** = ``"portfolio.movePortfolioFundsV2"`` - -#### Defined in - -[generated/types.ts:612](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L612) - -___ - -### PreApprovePortfolio - -• **PreApprovePortfolio** = ``"portfolio.preApprovePortfolio"`` - -#### Defined in - -[generated/types.ts:613](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L613) - -___ - -### QuitPortfolioCustody - -• **QuitPortfolioCustody** = ``"portfolio.quitPortfolioCustody"`` - -#### Defined in - -[generated/types.ts:610](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L610) - -___ - -### RemovePortfolioPreApproval - -• **RemovePortfolioPreApproval** = ``"portfolio.removePortfolioPreApproval"`` - -#### Defined in - -[generated/types.ts:614](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L614) - -___ - -### RenamePortfolio - -• **RenamePortfolio** = ``"portfolio.renamePortfolio"`` - -#### Defined in - -[generated/types.ts:609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L609) - -___ - -### RevokeCreatePortfoliosPermission - -• **RevokeCreatePortfoliosPermission** = ``"portfolio.revokeCreatePortfoliosPermission"`` - -#### Defined in - -[generated/types.ts:616](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L616) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/PreimageTx/PreimageTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/PreimageTx/PreimageTx.md deleted file mode 100644 index d7fde86fa5..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/PreimageTx/PreimageTx.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "PreimageTx" -title: "Enumeration: PreimageTx" -sidebar_label: "PreimageTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).PreimageTx - -## Enumeration Members - -### NotePreimage - -• **NotePreimage** = ``"preimage.notePreimage"`` - -#### Defined in - -[generated/types.ts:763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L763) - -___ - -### RequestPreimage - -• **RequestPreimage** = ``"preimage.requestPreimage"`` - -#### Defined in - -[generated/types.ts:765](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L765) - -___ - -### UnnotePreimage - -• **UnnotePreimage** = ``"preimage.unnotePreimage"`` - -#### Defined in - -[generated/types.ts:764](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L764) - -___ - -### UnrequestPreimage - -• **UnrequestPreimage** = ``"preimage.unrequestPreimage"`` - -#### Defined in - -[generated/types.ts:766](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L766) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md deleted file mode 100644 index 7ce1e9ef4f..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "ProtocolFeeTx" -title: "Enumeration: ProtocolFeeTx" -sidebar_label: "ProtocolFeeTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).ProtocolFeeTx - -## Enumeration Members - -### ChangeBaseFee - -• **ChangeBaseFee** = ``"protocolFee.changeBaseFee"`` - -#### Defined in - -[generated/types.ts:622](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L622) - -___ - -### ChangeCoefficient - -• **ChangeCoefficient** = ``"protocolFee.changeCoefficient"`` - -#### Defined in - -[generated/types.ts:621](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L621) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/RelayerTx/RelayerTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/RelayerTx/RelayerTx.md deleted file mode 100644 index bf7b74dff4..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/RelayerTx/RelayerTx.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "RelayerTx" -title: "Enumeration: RelayerTx" -sidebar_label: "RelayerTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).RelayerTx - -## Enumeration Members - -### AcceptPayingKey - -• **AcceptPayingKey** = ``"relayer.acceptPayingKey"`` - -#### Defined in - -[generated/types.ts:729](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L729) - -___ - -### DecreasePolyxLimit - -• **DecreasePolyxLimit** = ``"relayer.decreasePolyxLimit"`` - -#### Defined in - -[generated/types.ts:733](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L733) - -___ - -### IncreasePolyxLimit - -• **IncreasePolyxLimit** = ``"relayer.increasePolyxLimit"`` - -#### Defined in - -[generated/types.ts:732](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L732) - -___ - -### RemovePayingKey - -• **RemovePayingKey** = ``"relayer.removePayingKey"`` - -#### Defined in - -[generated/types.ts:730](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L730) - -___ - -### SetPayingKey - -• **SetPayingKey** = ``"relayer.setPayingKey"`` - -#### Defined in - -[generated/types.ts:728](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L728) - -___ - -### UpdatePolyxLimit - -• **UpdatePolyxLimit** = ``"relayer.updatePolyxLimit"`` - -#### Defined in - -[generated/types.ts:731](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L731) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/RewardsTx/RewardsTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/RewardsTx/RewardsTx.md deleted file mode 100644 index ecb15a1cc7..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/RewardsTx/RewardsTx.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "RewardsTx" -title: "Enumeration: RewardsTx" -sidebar_label: "RewardsTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).RewardsTx - -## Enumeration Members - -### ClaimItnReward - -• **ClaimItnReward** = ``"rewards.claimItnReward"`` - -#### Defined in - -[generated/types.ts:737](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L737) - -___ - -### SetItnRewardStatus - -• **SetItnRewardStatus** = ``"rewards.setItnRewardStatus"`` - -#### Defined in - -[generated/types.ts:738](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L738) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/SchedulerTx/SchedulerTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/SchedulerTx/SchedulerTx.md deleted file mode 100644 index d2f3c468f1..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/SchedulerTx/SchedulerTx.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "SchedulerTx" -title: "Enumeration: SchedulerTx" -sidebar_label: "SchedulerTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).SchedulerTx - -## Enumeration Members - -### Cancel - -• **Cancel** = ``"scheduler.cancel"`` - -#### Defined in - -[generated/types.ts:627](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L627) - -___ - -### CancelNamed - -• **CancelNamed** = ``"scheduler.cancelNamed"`` - -#### Defined in - -[generated/types.ts:629](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L629) - -___ - -### Schedule - -• **Schedule** = ``"scheduler.schedule"`` - -#### Defined in - -[generated/types.ts:626](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L626) - -___ - -### ScheduleAfter - -• **ScheduleAfter** = ``"scheduler.scheduleAfter"`` - -#### Defined in - -[generated/types.ts:630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L630) - -___ - -### ScheduleNamed - -• **ScheduleNamed** = ``"scheduler.scheduleNamed"`` - -#### Defined in - -[generated/types.ts:628](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L628) - -___ - -### ScheduleNamedAfter - -• **ScheduleNamedAfter** = ``"scheduler.scheduleNamedAfter"`` - -#### Defined in - -[generated/types.ts:631](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L631) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/SessionTx/SessionTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/SessionTx/SessionTx.md deleted file mode 100644 index 310f6c7d43..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/SessionTx/SessionTx.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SessionTx" -title: "Enumeration: SessionTx" -sidebar_label: "SessionTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).SessionTx - -## Enumeration Members - -### PurgeKeys - -• **PurgeKeys** = ``"session.purgeKeys"`` - -#### Defined in - -[generated/types.ts:482](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L482) - -___ - -### SetKeys - -• **SetKeys** = ``"session.setKeys"`` - -#### Defined in - -[generated/types.ts:481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L481) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/SettlementTx/SettlementTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/SettlementTx/SettlementTx.md deleted file mode 100644 index 03bb3f6ef4..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/SettlementTx/SettlementTx.md +++ /dev/null @@ -1,417 +0,0 @@ ---- -id: "SettlementTx" -title: "Enumeration: SettlementTx" -sidebar_label: "SettlementTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).SettlementTx - -## Enumeration Members - -### AddAndAffirmInstruction - -• **AddAndAffirmInstruction** = ``"settlement.addAndAffirmInstruction"`` - -#### Defined in - -[generated/types.ts:639](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L639) - -___ - -### AddAndAffirmInstructionWithMemo - -• **AddAndAffirmInstructionWithMemo** = ``"settlement.addAndAffirmInstructionWithMemo"`` - -#### Defined in - -[generated/types.ts:654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L654) - -___ - -### AddAndAffirmInstructionWithMemoV2 - -• **AddAndAffirmInstructionWithMemoV2** = ``"settlement.addAndAffirmInstructionWithMemoV2"`` - -#### Defined in - -[generated/types.ts:659](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L659) - -___ - -### AddInstruction - -• **AddInstruction** = ``"settlement.addInstruction"`` - -#### Defined in - -[generated/types.ts:638](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L638) - -___ - -### AddInstructionWithMemo - -• **AddInstructionWithMemo** = ``"settlement.addInstructionWithMemo"`` - -#### Defined in - -[generated/types.ts:653](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L653) - -___ - -### AddInstructionWithMemoV2 - -• **AddInstructionWithMemoV2** = ``"settlement.addInstructionWithMemoV2"`` - -#### Defined in - -[generated/types.ts:658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L658) - -___ - -### AffirmInstruction - -• **AffirmInstruction** = ``"settlement.affirmInstruction"`` - -#### Defined in - -[generated/types.ts:640](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L640) - -___ - -### AffirmInstructionV2 - -• **AffirmInstructionV2** = ``"settlement.affirmInstructionV2"`` - -#### Defined in - -[generated/types.ts:660](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L660) - -___ - -### AffirmInstructionWithCount - -• **AffirmInstructionWithCount** = ``"settlement.affirmInstructionWithCount"`` - -#### Defined in - -[generated/types.ts:673](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L673) - -___ - -### AffirmWithReceipts - -• **AffirmWithReceipts** = ``"settlement.affirmWithReceipts"`` - -#### Defined in - -[generated/types.ts:643](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L643) - -___ - -### AffirmWithReceiptsWithCount - -• **AffirmWithReceiptsWithCount** = ``"settlement.affirmWithReceiptsWithCount"`` - -#### Defined in - -[generated/types.ts:672](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L672) - -___ - -### AllowVenues - -• **AllowVenues** = ``"settlement.allowVenues"`` - -#### Defined in - -[generated/types.ts:647](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L647) - -___ - -### ChangeReceiptValidity - -• **ChangeReceiptValidity** = ``"settlement.changeReceiptValidity"`` - -#### Defined in - -[generated/types.ts:649](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L649) - -___ - -### ClaimReceipt - -• **ClaimReceipt** = ``"settlement.claimReceipt"`` - -#### Defined in - -[generated/types.ts:644](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L644) - -___ - -### CreateVenue - -• **CreateVenue** = ``"settlement.createVenue"`` - -#### Defined in - -[generated/types.ts:635](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L635) - -___ - -### DisallowVenues - -• **DisallowVenues** = ``"settlement.disallowVenues"`` - -#### Defined in - -[generated/types.ts:648](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L648) - -___ - -### ExecuteManualInstruction - -• **ExecuteManualInstruction** = ``"settlement.executeManualInstruction"`` - -#### Defined in - -[generated/types.ts:655](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L655) - -___ - -### ExecuteScheduledInstruction - -• **ExecuteScheduledInstruction** = ``"settlement.executeScheduledInstruction"`` - -#### Defined in - -[generated/types.ts:650](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L650) - -___ - -### ExecuteScheduledInstructionV2 - -• **ExecuteScheduledInstructionV2** = ``"settlement.executeScheduledInstructionV2"`` - -#### Defined in - -[generated/types.ts:663](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L663) - -___ - -### ExecuteScheduledInstructionV3 - -• **ExecuteScheduledInstructionV3** = ``"settlement.executeScheduledInstructionV3"`` - -#### Defined in - -[generated/types.ts:671](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L671) - -___ - -### PlaceholderAddAndAffirmInstruction - -• **PlaceholderAddAndAffirmInstruction** = ``"settlement.placeholderAddAndAffirmInstruction"`` - -#### Defined in - -[generated/types.ts:665](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L665) - -___ - -### PlaceholderAddAndAffirmInstructionWithMemo - -• **PlaceholderAddAndAffirmInstructionWithMemo** = ``"settlement.placeholderAddAndAffirmInstructionWithMemo"`` - -#### Defined in - -[generated/types.ts:670](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L670) - -___ - -### PlaceholderAddInstruction - -• **PlaceholderAddInstruction** = ``"settlement.placeholderAddInstruction"`` - -#### Defined in - -[generated/types.ts:664](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L664) - -___ - -### PlaceholderAddInstructionWithMemo - -• **PlaceholderAddInstructionWithMemo** = ``"settlement.placeholderAddInstructionWithMemo"`` - -#### Defined in - -[generated/types.ts:669](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L669) - -___ - -### PlaceholderAffirmInstruction - -• **PlaceholderAffirmInstruction** = ``"settlement.placeholderAffirmInstruction"`` - -#### Defined in - -[generated/types.ts:666](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L666) - -___ - -### PlaceholderClaimReceipt - -• **PlaceholderClaimReceipt** = ``"settlement.placeholderClaimReceipt"`` - -#### Defined in - -[generated/types.ts:656](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L656) - -___ - -### PlaceholderRejectInstruction - -• **PlaceholderRejectInstruction** = ``"settlement.placeholderRejectInstruction"`` - -#### Defined in - -[generated/types.ts:668](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L668) - -___ - -### PlaceholderUnclaimReceipt - -• **PlaceholderUnclaimReceipt** = ``"settlement.placeholderUnclaimReceipt"`` - -#### Defined in - -[generated/types.ts:657](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L657) - -___ - -### PlaceholderWithdrawAffirmation - -• **PlaceholderWithdrawAffirmation** = ``"settlement.placeholderWithdrawAffirmation"`` - -#### Defined in - -[generated/types.ts:667](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L667) - -___ - -### RejectInstruction - -• **RejectInstruction** = ``"settlement.rejectInstruction"`` - -#### Defined in - -[generated/types.ts:642](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L642) - -___ - -### RejectInstructionV2 - -• **RejectInstructionV2** = ``"settlement.rejectInstructionV2"`` - -#### Defined in - -[generated/types.ts:662](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L662) - -___ - -### RejectInstructionWithCount - -• **RejectInstructionWithCount** = ``"settlement.rejectInstructionWithCount"`` - -#### Defined in - -[generated/types.ts:674](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L674) - -___ - -### RescheduleInstruction - -• **RescheduleInstruction** = ``"settlement.rescheduleInstruction"`` - -#### Defined in - -[generated/types.ts:651](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L651) - -___ - -### SetVenueFiltering - -• **SetVenueFiltering** = ``"settlement.setVenueFiltering"`` - -#### Defined in - -[generated/types.ts:646](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L646) - -___ - -### UnclaimReceipt - -• **UnclaimReceipt** = ``"settlement.unclaimReceipt"`` - -#### Defined in - -[generated/types.ts:645](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L645) - -___ - -### UpdateVenueDetails - -• **UpdateVenueDetails** = ``"settlement.updateVenueDetails"`` - -#### Defined in - -[generated/types.ts:636](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L636) - -___ - -### UpdateVenueSigners - -• **UpdateVenueSigners** = ``"settlement.updateVenueSigners"`` - -#### Defined in - -[generated/types.ts:652](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L652) - -___ - -### UpdateVenueType - -• **UpdateVenueType** = ``"settlement.updateVenueType"`` - -#### Defined in - -[generated/types.ts:637](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L637) - -___ - -### WithdrawAffirmation - -• **WithdrawAffirmation** = ``"settlement.withdrawAffirmation"`` - -#### Defined in - -[generated/types.ts:641](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L641) - -___ - -### WithdrawAffirmationV2 - -• **WithdrawAffirmationV2** = ``"settlement.withdrawAffirmationV2"`` - -#### Defined in - -[generated/types.ts:661](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L661) - -___ - -### WithdrawAffirmationWithCount - -• **WithdrawAffirmationWithCount** = ``"settlement.withdrawAffirmationWithCount"`` - -#### Defined in - -[generated/types.ts:675](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L675) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/StakingTx/StakingTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/StakingTx/StakingTx.md deleted file mode 100644 index 73b6abdd68..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/StakingTx/StakingTx.md +++ /dev/null @@ -1,337 +0,0 @@ ---- -id: "StakingTx" -title: "Enumeration: StakingTx" -sidebar_label: "StakingTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).StakingTx - -## Enumeration Members - -### AddPermissionedValidator - -• **AddPermissionedValidator** = ``"staking.addPermissionedValidator"`` - -#### Defined in - -[generated/types.ts:457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L457) - -___ - -### Bond - -• **Bond** = ``"staking.bond"`` - -#### Defined in - -[generated/types.ts:445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L445) - -___ - -### BondExtra - -• **BondExtra** = ``"staking.bondExtra"`` - -#### Defined in - -[generated/types.ts:446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L446) - -___ - -### CancelDeferredSlash - -• **CancelDeferredSlash** = ``"staking.cancelDeferredSlash"`` - -#### Defined in - -[generated/types.ts:467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L467) - -___ - -### ChangeSlashingAllowedFor - -• **ChangeSlashingAllowedFor** = ``"staking.changeSlashingAllowedFor"`` - -#### Defined in - -[generated/types.ts:475](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L475) - -___ - -### Chill - -• **Chill** = ``"staking.chill"`` - -#### Defined in - -[generated/types.ts:451](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L451) - -___ - -### ChillFromGovernance - -• **ChillFromGovernance** = ``"staking.chillFromGovernance"`` - -#### Defined in - -[generated/types.ts:477](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L477) - -___ - -### ForceNewEra - -• **ForceNewEra** = ``"staking.forceNewEra"`` - -#### Defined in - -[generated/types.ts:463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L463) - -___ - -### ForceNewEraAlways - -• **ForceNewEraAlways** = ``"staking.forceNewEraAlways"`` - -#### Defined in - -[generated/types.ts:466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L466) - -___ - -### ForceNoEras - -• **ForceNoEras** = ``"staking.forceNoEras"`` - -#### Defined in - -[generated/types.ts:462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L462) - -___ - -### ForceUnstake - -• **ForceUnstake** = ``"staking.forceUnstake"`` - -#### Defined in - -[generated/types.ts:465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L465) - -___ - -### IncreaseValidatorCount - -• **IncreaseValidatorCount** = ``"staking.increaseValidatorCount"`` - -#### Defined in - -[generated/types.ts:455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L455) - -___ - -### Nominate - -• **Nominate** = ``"staking.nominate"`` - -#### Defined in - -[generated/types.ts:450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L450) - -___ - -### PayoutStakers - -• **PayoutStakers** = ``"staking.payoutStakers"`` - -#### Defined in - -[generated/types.ts:468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L468) - -___ - -### PayoutStakersBySystem - -• **PayoutStakersBySystem** = ``"staking.payoutStakersBySystem"`` - -#### Defined in - -[generated/types.ts:474](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L474) - -___ - -### ReapStash - -• **ReapStash** = ``"staking.reapStash"`` - -#### Defined in - -[generated/types.ts:471](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L471) - -___ - -### Rebond - -• **Rebond** = ``"staking.rebond"`` - -#### Defined in - -[generated/types.ts:469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L469) - -___ - -### RemovePermissionedValidator - -• **RemovePermissionedValidator** = ``"staking.removePermissionedValidator"`` - -#### Defined in - -[generated/types.ts:458](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L458) - -___ - -### ScaleValidatorCount - -• **ScaleValidatorCount** = ``"staking.scaleValidatorCount"`` - -#### Defined in - -[generated/types.ts:456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L456) - -___ - -### SetCommissionCap - -• **SetCommissionCap** = ``"staking.setCommissionCap"`` - -#### Defined in - -[generated/types.ts:460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L460) - -___ - -### SetController - -• **SetController** = ``"staking.setController"`` - -#### Defined in - -[generated/types.ts:453](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L453) - -___ - -### SetHistoryDepth - -• **SetHistoryDepth** = ``"staking.setHistoryDepth"`` - -#### Defined in - -[generated/types.ts:470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L470) - -___ - -### SetInvulnerables - -• **SetInvulnerables** = ``"staking.setInvulnerables"`` - -#### Defined in - -[generated/types.ts:464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L464) - -___ - -### SetMinBondThreshold - -• **SetMinBondThreshold** = ``"staking.setMinBondThreshold"`` - -#### Defined in - -[generated/types.ts:461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L461) - -___ - -### SetPayee - -• **SetPayee** = ``"staking.setPayee"`` - -#### Defined in - -[generated/types.ts:452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L452) - -___ - -### SetValidatorCount - -• **SetValidatorCount** = ``"staking.setValidatorCount"`` - -#### Defined in - -[generated/types.ts:454](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L454) - -___ - -### SubmitElectionSolution - -• **SubmitElectionSolution** = ``"staking.submitElectionSolution"`` - -#### Defined in - -[generated/types.ts:472](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L472) - -___ - -### SubmitElectionSolutionUnsigned - -• **SubmitElectionSolutionUnsigned** = ``"staking.submitElectionSolutionUnsigned"`` - -#### Defined in - -[generated/types.ts:473](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L473) - -___ - -### Unbond - -• **Unbond** = ``"staking.unbond"`` - -#### Defined in - -[generated/types.ts:447](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L447) - -___ - -### UpdatePermissionedValidatorIntendedCount - -• **UpdatePermissionedValidatorIntendedCount** = ``"staking.updatePermissionedValidatorIntendedCount"`` - -#### Defined in - -[generated/types.ts:476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L476) - -___ - -### Validate - -• **Validate** = ``"staking.validate"`` - -#### Defined in - -[generated/types.ts:449](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L449) - -___ - -### ValidateCddExpiryNominators - -• **ValidateCddExpiryNominators** = ``"staking.validateCddExpiryNominators"`` - -#### Defined in - -[generated/types.ts:459](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L459) - -___ - -### WithdrawUnbonded - -• **WithdrawUnbonded** = ``"staking.withdrawUnbonded"`` - -#### Defined in - -[generated/types.ts:448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L448) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/StatisticsTx/StatisticsTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/StatisticsTx/StatisticsTx.md deleted file mode 100644 index 78aedbb35d..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/StatisticsTx/StatisticsTx.md +++ /dev/null @@ -1,87 +0,0 @@ ---- -id: "StatisticsTx" -title: "Enumeration: StatisticsTx" -sidebar_label: "StatisticsTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).StatisticsTx - -## Enumeration Members - -### AddExemptedEntities - -• **AddExemptedEntities** = ``"statistics.addExemptedEntities"`` - -#### Defined in - -[generated/types.ts:681](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L681) - -___ - -### AddTransferManager - -• **AddTransferManager** = ``"statistics.addTransferManager"`` - -#### Defined in - -[generated/types.ts:679](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L679) - -___ - -### BatchUpdateAssetStats - -• **BatchUpdateAssetStats** = ``"statistics.batchUpdateAssetStats"`` - -#### Defined in - -[generated/types.ts:686](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L686) - -___ - -### RemoveExemptedEntities - -• **RemoveExemptedEntities** = ``"statistics.removeExemptedEntities"`` - -#### Defined in - -[generated/types.ts:682](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L682) - -___ - -### RemoveTransferManager - -• **RemoveTransferManager** = ``"statistics.removeTransferManager"`` - -#### Defined in - -[generated/types.ts:680](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L680) - -___ - -### SetActiveAssetStats - -• **SetActiveAssetStats** = ``"statistics.setActiveAssetStats"`` - -#### Defined in - -[generated/types.ts:685](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L685) - -___ - -### SetAssetTransferCompliance - -• **SetAssetTransferCompliance** = ``"statistics.setAssetTransferCompliance"`` - -#### Defined in - -[generated/types.ts:683](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L683) - -___ - -### SetEntitiesExempt - -• **SetEntitiesExempt** = ``"statistics.setEntitiesExempt"`` - -#### Defined in - -[generated/types.ts:684](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L684) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/StoTx/StoTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/StoTx/StoTx.md deleted file mode 100644 index 2e82835ab1..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/StoTx/StoTx.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "StoTx" -title: "Enumeration: StoTx" -sidebar_label: "StoTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).StoTx - -## Enumeration Members - -### CreateFundraiser - -• **CreateFundraiser** = ``"sto.createFundraiser"`` - -#### Defined in - -[generated/types.ts:690](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L690) - -___ - -### FreezeFundraiser - -• **FreezeFundraiser** = ``"sto.freezeFundraiser"`` - -#### Defined in - -[generated/types.ts:692](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L692) - -___ - -### Invest - -• **Invest** = ``"sto.invest"`` - -#### Defined in - -[generated/types.ts:691](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L691) - -___ - -### ModifyFundraiserWindow - -• **ModifyFundraiserWindow** = ``"sto.modifyFundraiserWindow"`` - -#### Defined in - -[generated/types.ts:694](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L694) - -___ - -### Stop - -• **Stop** = ``"sto.stop"`` - -#### Defined in - -[generated/types.ts:695](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L695) - -___ - -### UnfreezeFundraiser - -• **UnfreezeFundraiser** = ``"sto.unfreezeFundraiser"`` - -#### Defined in - -[generated/types.ts:693](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L693) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/SudoTx/SudoTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/SudoTx/SudoTx.md deleted file mode 100644 index 996a5dc4a2..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/SudoTx/SudoTx.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "SudoTx" -title: "Enumeration: SudoTx" -sidebar_label: "SudoTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).SudoTx - -## Enumeration Members - -### SetKey - -• **SetKey** = ``"sudo.setKey"`` - -#### Defined in - -[generated/types.ts:498](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L498) - -___ - -### Sudo - -• **Sudo** = ``"sudo.sudo"`` - -#### Defined in - -[generated/types.ts:496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L496) - -___ - -### SudoAs - -• **SudoAs** = ``"sudo.sudoAs"`` - -#### Defined in - -[generated/types.ts:499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L499) - -___ - -### SudoUncheckedWeight - -• **SudoUncheckedWeight** = ``"sudo.sudoUncheckedWeight"`` - -#### Defined in - -[generated/types.ts:497](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L497) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/SystemTx/SystemTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/SystemTx/SystemTx.md deleted file mode 100644 index 2519524a82..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/SystemTx/SystemTx.md +++ /dev/null @@ -1,117 +0,0 @@ ---- -id: "SystemTx" -title: "Enumeration: SystemTx" -sidebar_label: "SystemTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).SystemTx - -## Enumeration Members - -### FillBlock - -• **FillBlock** = ``"system.fillBlock"`` - -#### Defined in - -[generated/types.ts:257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L257) - -___ - -### KillPrefix - -• **KillPrefix** = ``"system.killPrefix"`` - -#### Defined in - -[generated/types.ts:265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L265) - -___ - -### KillStorage - -• **KillStorage** = ``"system.killStorage"`` - -#### Defined in - -[generated/types.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L264) - -___ - -### PlaceholderFillBlock - -• **PlaceholderFillBlock** = ``"system.placeholderFillBlock"`` - -#### Defined in - -[generated/types.ts:267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L267) - -___ - -### Remark - -• **Remark** = ``"system.remark"`` - -#### Defined in - -[generated/types.ts:258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L258) - -___ - -### RemarkWithEvent - -• **RemarkWithEvent** = ``"system.remarkWithEvent"`` - -#### Defined in - -[generated/types.ts:266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L266) - -___ - -### SetChangesTrieConfig - -• **SetChangesTrieConfig** = ``"system.setChangesTrieConfig"`` - -#### Defined in - -[generated/types.ts:262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L262) - -___ - -### SetCode - -• **SetCode** = ``"system.setCode"`` - -#### Defined in - -[generated/types.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L260) - -___ - -### SetCodeWithoutChecks - -• **SetCodeWithoutChecks** = ``"system.setCodeWithoutChecks"`` - -#### Defined in - -[generated/types.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L261) - -___ - -### SetHeapPages - -• **SetHeapPages** = ``"system.setHeapPages"`` - -#### Defined in - -[generated/types.ts:259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L259) - -___ - -### SetStorage - -• **SetStorage** = ``"system.setStorage"`` - -#### Defined in - -[generated/types.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L263) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md deleted file mode 100644 index 3580449eda..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -id: "TechnicalCommitteeMembershipTx" -title: "Enumeration: TechnicalCommitteeMembershipTx" -sidebar_label: "TechnicalCommitteeMembershipTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).TechnicalCommitteeMembershipTx - -## Enumeration Members - -### AbdicateMembership - -• **AbdicateMembership** = ``"technicalCommitteeMembership.abdicateMembership"`` - -#### Defined in - -[generated/types.ts:378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L378) - -___ - -### AddMember - -• **AddMember** = ``"technicalCommitteeMembership.addMember"`` - -#### Defined in - -[generated/types.ts:374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L374) - -___ - -### DisableMember - -• **DisableMember** = ``"technicalCommitteeMembership.disableMember"`` - -#### Defined in - -[generated/types.ts:373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L373) - -___ - -### RemoveMember - -• **RemoveMember** = ``"technicalCommitteeMembership.removeMember"`` - -#### Defined in - -[generated/types.ts:375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L375) - -___ - -### ResetMembers - -• **ResetMembers** = ``"technicalCommitteeMembership.resetMembers"`` - -#### Defined in - -[generated/types.ts:377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L377) - -___ - -### SetActiveMembersLimit - -• **SetActiveMembersLimit** = ``"technicalCommitteeMembership.setActiveMembersLimit"`` - -#### Defined in - -[generated/types.ts:372](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L372) - -___ - -### SwapMember - -• **SwapMember** = ``"technicalCommitteeMembership.swapMember"`` - -#### Defined in - -[generated/types.ts:376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L376) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md deleted file mode 100644 index f7a27c02b9..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "TechnicalCommitteeTx" -title: "Enumeration: TechnicalCommitteeTx" -sidebar_label: "TechnicalCommitteeTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).TechnicalCommitteeTx - -## Enumeration Members - -### SetExpiresAfter - -• **SetExpiresAfter** = ``"technicalCommittee.setExpiresAfter"`` - -#### Defined in - -[generated/types.ts:366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L366) - -___ - -### SetReleaseCoordinator - -• **SetReleaseCoordinator** = ``"technicalCommittee.setReleaseCoordinator"`` - -#### Defined in - -[generated/types.ts:365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L365) - -___ - -### SetVoteThreshold - -• **SetVoteThreshold** = ``"technicalCommittee.setVoteThreshold"`` - -#### Defined in - -[generated/types.ts:364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L364) - -___ - -### Vote - -• **Vote** = ``"technicalCommittee.vote"`` - -#### Defined in - -[generated/types.ts:368](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L368) - -___ - -### VoteOrPropose - -• **VoteOrPropose** = ``"technicalCommittee.voteOrPropose"`` - -#### Defined in - -[generated/types.ts:367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L367) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/TestUtilsTx/TestUtilsTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/TestUtilsTx/TestUtilsTx.md deleted file mode 100644 index e9037238e3..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/TestUtilsTx/TestUtilsTx.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "TestUtilsTx" -title: "Enumeration: TestUtilsTx" -sidebar_label: "TestUtilsTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).TestUtilsTx - -## Enumeration Members - -### GetCddOf - -• **GetCddOf** = ``"testUtils.getCddOf"`` - -#### Defined in - -[generated/types.ts:745](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L745) - -___ - -### GetMyDid - -• **GetMyDid** = ``"testUtils.getMyDid"`` - -#### Defined in - -[generated/types.ts:744](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L744) - -___ - -### MockCddRegisterDid - -• **MockCddRegisterDid** = ``"testUtils.mockCddRegisterDid"`` - -#### Defined in - -[generated/types.ts:743](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L743) - -___ - -### RegisterDid - -• **RegisterDid** = ``"testUtils.registerDid"`` - -#### Defined in - -[generated/types.ts:742](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L742) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/TimestampTx/TimestampTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/TimestampTx/TimestampTx.md deleted file mode 100644 index 47972bd7c0..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/TimestampTx/TimestampTx.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "TimestampTx" -title: "Enumeration: TimestampTx" -sidebar_label: "TimestampTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).TimestampTx - -## Enumeration Members - -### Set - -• **Set** = ``"timestamp.set"`` - -#### Defined in - -[generated/types.ts:277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L277) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/TreasuryTx/TreasuryTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/TreasuryTx/TreasuryTx.md deleted file mode 100644 index 0818f8879b..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/TreasuryTx/TreasuryTx.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "TreasuryTx" -title: "Enumeration: TreasuryTx" -sidebar_label: "TreasuryTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).TreasuryTx - -## Enumeration Members - -### Disbursement - -• **Disbursement** = ``"treasury.disbursement"`` - -#### Defined in - -[generated/types.ts:699](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L699) - -___ - -### Reimbursement - -• **Reimbursement** = ``"treasury.reimbursement"`` - -#### Defined in - -[generated/types.ts:700](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L700) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md deleted file mode 100644 index 9a860d4a85..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -id: "UpgradeCommitteeMembershipTx" -title: "Enumeration: UpgradeCommitteeMembershipTx" -sidebar_label: "UpgradeCommitteeMembershipTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).UpgradeCommitteeMembershipTx - -## Enumeration Members - -### AbdicateMembership - -• **AbdicateMembership** = ``"upgradeCommitteeMembership.abdicateMembership"`` - -#### Defined in - -[generated/types.ts:396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L396) - -___ - -### AddMember - -• **AddMember** = ``"upgradeCommitteeMembership.addMember"`` - -#### Defined in - -[generated/types.ts:392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L392) - -___ - -### DisableMember - -• **DisableMember** = ``"upgradeCommitteeMembership.disableMember"`` - -#### Defined in - -[generated/types.ts:391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L391) - -___ - -### RemoveMember - -• **RemoveMember** = ``"upgradeCommitteeMembership.removeMember"`` - -#### Defined in - -[generated/types.ts:393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L393) - -___ - -### ResetMembers - -• **ResetMembers** = ``"upgradeCommitteeMembership.resetMembers"`` - -#### Defined in - -[generated/types.ts:395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L395) - -___ - -### SetActiveMembersLimit - -• **SetActiveMembersLimit** = ``"upgradeCommitteeMembership.setActiveMembersLimit"`` - -#### Defined in - -[generated/types.ts:390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L390) - -___ - -### SwapMember - -• **SwapMember** = ``"upgradeCommitteeMembership.swapMember"`` - -#### Defined in - -[generated/types.ts:394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L394) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md deleted file mode 100644 index 1b505ba971..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "UpgradeCommitteeTx" -title: "Enumeration: UpgradeCommitteeTx" -sidebar_label: "UpgradeCommitteeTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).UpgradeCommitteeTx - -## Enumeration Members - -### SetExpiresAfter - -• **SetExpiresAfter** = ``"upgradeCommittee.setExpiresAfter"`` - -#### Defined in - -[generated/types.ts:384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L384) - -___ - -### SetReleaseCoordinator - -• **SetReleaseCoordinator** = ``"upgradeCommittee.setReleaseCoordinator"`` - -#### Defined in - -[generated/types.ts:383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L383) - -___ - -### SetVoteThreshold - -• **SetVoteThreshold** = ``"upgradeCommittee.setVoteThreshold"`` - -#### Defined in - -[generated/types.ts:382](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L382) - -___ - -### Vote - -• **Vote** = ``"upgradeCommittee.vote"`` - -#### Defined in - -[generated/types.ts:386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L386) - -___ - -### VoteOrPropose - -• **VoteOrPropose** = ``"upgradeCommittee.voteOrPropose"`` - -#### Defined in - -[generated/types.ts:385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L385) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/UtilityTx/UtilityTx.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/UtilityTx/UtilityTx.md deleted file mode 100644 index 2355f52ebe..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Generated/Types/UtilityTx/UtilityTx.md +++ /dev/null @@ -1,107 +0,0 @@ ---- -id: "UtilityTx" -title: "Enumeration: UtilityTx" -sidebar_label: "UtilityTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).UtilityTx - -## Enumeration Members - -### AsDerivative - -• **AsDerivative** = ``"utility.asDerivative"`` - -#### Defined in - -[generated/types.ts:713](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L713) - -___ - -### Batch - -• **Batch** = ``"utility.batch"`` - -#### Defined in - -[generated/types.ts:704](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L704) - -___ - -### BatchAll - -• **BatchAll** = ``"utility.batchAll"`` - -#### Defined in - -[generated/types.ts:708](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L708) - -___ - -### BatchAtomic - -• **BatchAtomic** = ``"utility.batchAtomic"`` - -#### Defined in - -[generated/types.ts:705](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L705) - -___ - -### BatchOld - -• **BatchOld** = ``"utility.batchOld"`` - -#### Defined in - -[generated/types.ts:712](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L712) - -___ - -### BatchOptimistic - -• **BatchOptimistic** = ``"utility.batchOptimistic"`` - -#### Defined in - -[generated/types.ts:706](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L706) - -___ - -### DispatchAs - -• **DispatchAs** = ``"utility.dispatchAs"`` - -#### Defined in - -[generated/types.ts:709](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L709) - -___ - -### ForceBatch - -• **ForceBatch** = ``"utility.forceBatch"`` - -#### Defined in - -[generated/types.ts:710](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L710) - -___ - -### RelayTx - -• **RelayTx** = ``"utility.relayTx"`` - -#### Defined in - -[generated/types.ts:707](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L707) - -___ - -### WithWeight - -• **WithWeight** = ``"utility.withWeight"`` - -#### Defined in - -[generated/types.ts:711](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L711) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md deleted file mode 100644 index 97a07ffc08..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md +++ /dev/null @@ -1,199 +0,0 @@ ---- -id: "AssetHoldersOrderBy" -title: "Enumeration: AssetHoldersOrderBy" -sidebar_label: "AssetHoldersOrderBy" ---- - -[types](../../../modules/Types/Types.md).AssetHoldersOrderBy - -Methods to use when ordering `AssetHolder`. - -## Enumeration Members - -### AmountAsc - -• **AmountAsc** = ``"AMOUNT_ASC"`` - -#### Defined in - -[middleware/types.ts:5278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5278) - -___ - -### AmountDesc - -• **AmountDesc** = ``"AMOUNT_DESC"`` - -#### Defined in - -[middleware/types.ts:5279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5279) - -___ - -### AssetIdAsc - -• **AssetIdAsc** = ``"ASSET_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:5280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5280) - -___ - -### AssetIdDesc - -• **AssetIdDesc** = ``"ASSET_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:5281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5281) - -___ - -### CreatedAtAsc - -• **CreatedAtAsc** = ``"CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:5282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5282) - -___ - -### CreatedAtDesc - -• **CreatedAtDesc** = ``"CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:5283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5283) - -___ - -### CreatedBlockIdAsc - -• **CreatedBlockIdAsc** = ``"CREATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:5284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5284) - -___ - -### CreatedBlockIdDesc - -• **CreatedBlockIdDesc** = ``"CREATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:5285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5285) - -___ - -### IdAsc - -• **IdAsc** = ``"ID_ASC"`` - -#### Defined in - -[middleware/types.ts:5288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5288) - -___ - -### IdDesc - -• **IdDesc** = ``"ID_DESC"`` - -#### Defined in - -[middleware/types.ts:5289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5289) - -___ - -### IdentityIdAsc - -• **IdentityIdAsc** = ``"IDENTITY_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:5286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5286) - -___ - -### IdentityIdDesc - -• **IdentityIdDesc** = ``"IDENTITY_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:5287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5287) - -___ - -### Natural - -• **Natural** = ``"NATURAL"`` - -#### Defined in - -[middleware/types.ts:5290](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5290) - -___ - -### PrimaryKeyAsc - -• **PrimaryKeyAsc** = ``"PRIMARY_KEY_ASC"`` - -#### Defined in - -[middleware/types.ts:5291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5291) - -___ - -### PrimaryKeyDesc - -• **PrimaryKeyDesc** = ``"PRIMARY_KEY_DESC"`` - -#### Defined in - -[middleware/types.ts:5292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5292) - -___ - -### UpdatedAtAsc - -• **UpdatedAtAsc** = ``"UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:5293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5293) - -___ - -### UpdatedAtDesc - -• **UpdatedAtDesc** = ``"UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:5294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5294) - -___ - -### UpdatedBlockIdAsc - -• **UpdatedBlockIdAsc** = ``"UPDATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:5295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5295) - -___ - -### UpdatedBlockIdDesc - -• **UpdatedBlockIdDesc** = ``"UPDATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:5296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L5296) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/AuthTypeEnum/AuthTypeEnum.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/AuthTypeEnum/AuthTypeEnum.md deleted file mode 100644 index f4189121f8..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/AuthTypeEnum/AuthTypeEnum.md +++ /dev/null @@ -1,139 +0,0 @@ ---- -id: "AuthTypeEnum" -title: "Enumeration: AuthTypeEnum" -sidebar_label: "AuthTypeEnum" ---- - -[types](../../../modules/Types/Types.md).AuthTypeEnum - -Represents all possible authorization types - -## Enumeration Members - -### AddMultiSigSigner - -• **AddMultiSigSigner** = ``"AddMultiSigSigner"`` - -#### Defined in - -[middleware/types.ts:10814](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L10814) - -___ - -### AddRelayerPayingKey - -• **AddRelayerPayingKey** = ``"AddRelayerPayingKey"`` - -#### Defined in - -[middleware/types.ts:10815](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L10815) - -___ - -### AttestPrimaryKeyRotation - -• **AttestPrimaryKeyRotation** = ``"AttestPrimaryKeyRotation"`` - -#### Defined in - -[middleware/types.ts:10816](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L10816) - -___ - -### BecomeAgent - -• **BecomeAgent** = ``"BecomeAgent"`` - -#### Defined in - -[middleware/types.ts:10817](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L10817) - -___ - -### Custom - -• **Custom** = ``"Custom"`` - -#### Defined in - -[middleware/types.ts:10818](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L10818) - -___ - -### JoinIdentity - -• **JoinIdentity** = ``"JoinIdentity"`` - -#### Defined in - -[middleware/types.ts:10819](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L10819) - -___ - -### NoData - -• **NoData** = ``"NoData"`` - -#### Defined in - -[middleware/types.ts:10820](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L10820) - -___ - -### PortfolioCustody - -• **PortfolioCustody** = ``"PortfolioCustody"`` - -#### Defined in - -[middleware/types.ts:10821](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L10821) - -___ - -### RotatePrimaryKey - -• **RotatePrimaryKey** = ``"RotatePrimaryKey"`` - -#### Defined in - -[middleware/types.ts:10822](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L10822) - -___ - -### RotatePrimaryKeyToSecondary - -• **RotatePrimaryKeyToSecondary** = ``"RotatePrimaryKeyToSecondary"`` - -#### Defined in - -[middleware/types.ts:10823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L10823) - -___ - -### TransferAssetOwnership - -• **TransferAssetOwnership** = ``"TransferAssetOwnership"`` - -#### Defined in - -[middleware/types.ts:10824](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L10824) - -___ - -### TransferPrimaryIssuanceAgent - -• **TransferPrimaryIssuanceAgent** = ``"TransferPrimaryIssuanceAgent"`` - -#### Defined in - -[middleware/types.ts:10825](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L10825) - -___ - -### TransferTicker - -• **TransferTicker** = ``"TransferTicker"`` - -#### Defined in - -[middleware/types.ts:10826](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L10826) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md deleted file mode 100644 index 466dea227f..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -id: "AuthorizationStatusEnum" -title: "Enumeration: AuthorizationStatusEnum" -sidebar_label: "AuthorizationStatusEnum" ---- - -[types](../../../modules/Types/Types.md).AuthorizationStatusEnum - -Represents all possible authorization statuses - -## Enumeration Members - -### Consumed - -• **Consumed** = ``"Consumed"`` - -#### Defined in - -[middleware/types.ts:10980](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L10980) - -___ - -### Pending - -• **Pending** = ``"Pending"`` - -#### Defined in - -[middleware/types.ts:10981](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L10981) - -___ - -### Rejected - -• **Rejected** = ``"Rejected"`` - -#### Defined in - -[middleware/types.ts:10982](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L10982) - -___ - -### Revoked - -• **Revoked** = ``"Revoked"`` - -#### Defined in - -[middleware/types.ts:10983](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L10983) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/AuthorizationType/AuthorizationType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/AuthorizationType/AuthorizationType.md deleted file mode 100644 index 6fbda3384c..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/AuthorizationType/AuthorizationType.md +++ /dev/null @@ -1,109 +0,0 @@ ---- -id: "AuthorizationType" -title: "Enumeration: AuthorizationType" -sidebar_label: "AuthorizationType" ---- - -[types](../../../modules/Types/Types.md).AuthorizationType - -Type of Authorization Request - -## Enumeration Members - -### AddMultiSigSigner - -• **AddMultiSigSigner** = ``"AddMultiSigSigner"`` - -#### Defined in - -[types/index.ts:203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L203) - -___ - -### AddRelayerPayingKey - -• **AddRelayerPayingKey** = ``"AddRelayerPayingKey"`` - -#### Defined in - -[types/index.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L208) - -___ - -### AttestPrimaryKeyRotation - -• **AttestPrimaryKeyRotation** = ``"AttestPrimaryKeyRotation"`` - -#### Defined in - -[types/index.ts:200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L200) - -___ - -### BecomeAgent - -• **BecomeAgent** = ``"BecomeAgent"`` - -#### Defined in - -[types/index.ts:207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L207) - -___ - -### JoinIdentity - -• **JoinIdentity** = ``"JoinIdentity"`` - -#### Defined in - -[types/index.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L205) - -___ - -### PortfolioCustody - -• **PortfolioCustody** = ``"PortfolioCustody"`` - -#### Defined in - -[types/index.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L206) - -___ - -### RotatePrimaryKey - -• **RotatePrimaryKey** = ``"RotatePrimaryKey"`` - -#### Defined in - -[types/index.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L201) - -___ - -### RotatePrimaryKeyToSecondary - -• **RotatePrimaryKeyToSecondary** = ``"RotatePrimaryKeyToSecondary"`` - -#### Defined in - -[types/index.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L209) - -___ - -### TransferAssetOwnership - -• **TransferAssetOwnership** = ``"TransferAssetOwnership"`` - -#### Defined in - -[types/index.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L204) - -___ - -### TransferTicker - -• **TransferTicker** = ``"TransferTicker"`` - -#### Defined in - -[types/index.ts:202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L202) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/BalanceTypeEnum/BalanceTypeEnum.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/BalanceTypeEnum/BalanceTypeEnum.md deleted file mode 100644 index 904b87270c..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/BalanceTypeEnum/BalanceTypeEnum.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -id: "BalanceTypeEnum" -title: "Enumeration: BalanceTypeEnum" -sidebar_label: "BalanceTypeEnum" ---- - -[types](../../../modules/Types/Types.md).BalanceTypeEnum - -Represents possible all possible balance types - -## Enumeration Members - -### Bonded - -• **Bonded** = ``"Bonded"`` - -#### Defined in - -[middleware/types.ts:11167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L11167) - -___ - -### Free - -• **Free** = ``"Free"`` - -#### Defined in - -[middleware/types.ts:11168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L11168) - -___ - -### Locked - -• **Locked** = ``"Locked"`` - -#### Defined in - -[middleware/types.ts:11169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L11169) - -___ - -### Reserved - -• **Reserved** = ``"Reserved"`` - -#### Defined in - -[middleware/types.ts:11170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L11170) - -___ - -### Unbonded - -• **Unbonded** = ``"Unbonded"`` - -#### Defined in - -[middleware/types.ts:11171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L11171) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/CallIdEnum/CallIdEnum.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/CallIdEnum/CallIdEnum.md deleted file mode 100644 index 3411a7beaa..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/CallIdEnum/CallIdEnum.md +++ /dev/null @@ -1,4339 +0,0 @@ ---- -id: "CallIdEnum" -title: "Enumeration: CallIdEnum" -sidebar_label: "CallIdEnum" ---- - -[types](../../../modules/Types/Types.md).CallIdEnum - -Represents all known chain extrinsics - -## Enumeration Members - -### Abdicate - -• **Abdicate** = ``"abdicate"`` - -#### Defined in - -[middleware/types.ts:47975](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47975) - -___ - -### AbdicateMembership - -• **AbdicateMembership** = ``"abdicate_membership"`` - -#### Defined in - -[middleware/types.ts:47976](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47976) - -___ - -### AcceptAssetOwnershipTransfer - -• **AcceptAssetOwnershipTransfer** = ``"accept_asset_ownership_transfer"`` - -#### Defined in - -[middleware/types.ts:47977](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47977) - -___ - -### AcceptAuthorization - -• **AcceptAuthorization** = ``"accept_authorization"`` - -#### Defined in - -[middleware/types.ts:47978](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47978) - -___ - -### AcceptBecomeAgent - -• **AcceptBecomeAgent** = ``"accept_become_agent"`` - -#### Defined in - -[middleware/types.ts:47979](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47979) - -___ - -### AcceptMasterKey - -• **AcceptMasterKey** = ``"accept_master_key"`` - -#### Defined in - -[middleware/types.ts:47980](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47980) - -___ - -### AcceptMultisigSignerAsIdentity - -• **AcceptMultisigSignerAsIdentity** = ``"accept_multisig_signer_as_identity"`` - -#### Defined in - -[middleware/types.ts:47981](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47981) - -___ - -### AcceptMultisigSignerAsKey - -• **AcceptMultisigSignerAsKey** = ``"accept_multisig_signer_as_key"`` - -#### Defined in - -[middleware/types.ts:47982](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47982) - -___ - -### AcceptPayingKey - -• **AcceptPayingKey** = ``"accept_paying_key"`` - -#### Defined in - -[middleware/types.ts:47983](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47983) - -___ - -### AcceptPortfolioCustody - -• **AcceptPortfolioCustody** = ``"accept_portfolio_custody"`` - -#### Defined in - -[middleware/types.ts:47984](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47984) - -___ - -### AcceptPrimaryIssuanceAgentTransfer - -• **AcceptPrimaryIssuanceAgentTransfer** = ``"accept_primary_issuance_agent_transfer"`` - -#### Defined in - -[middleware/types.ts:47985](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47985) - -___ - -### AcceptPrimaryKey - -• **AcceptPrimaryKey** = ``"accept_primary_key"`` - -#### Defined in - -[middleware/types.ts:47986](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47986) - -___ - -### AcceptTickerTransfer - -• **AcceptTickerTransfer** = ``"accept_ticker_transfer"`` - -#### Defined in - -[middleware/types.ts:47987](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47987) - -___ - -### AddActiveRule - -• **AddActiveRule** = ``"add_active_rule"`` - -#### Defined in - -[middleware/types.ts:47988](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47988) - -___ - -### AddAndAffirmInstruction - -• **AddAndAffirmInstruction** = ``"add_and_affirm_instruction"`` - -#### Defined in - -[middleware/types.ts:47989](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47989) - -___ - -### AddAndAffirmInstructionWithMemo - -• **AddAndAffirmInstructionWithMemo** = ``"add_and_affirm_instruction_with_memo"`` - -#### Defined in - -[middleware/types.ts:47990](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47990) - -___ - -### AddAndAffirmInstructionWithMemoV2 - -• **AddAndAffirmInstructionWithMemoV2** = ``"add_and_affirm_instruction_with_memo_v2"`` - -#### Defined in - -[middleware/types.ts:47991](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47991) - -___ - -### AddAndAuthorizeInstruction - -• **AddAndAuthorizeInstruction** = ``"add_and_authorize_instruction"`` - -#### Defined in - -[middleware/types.ts:47992](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47992) - -___ - -### AddAuthorization - -• **AddAuthorization** = ``"add_authorization"`` - -#### Defined in - -[middleware/types.ts:47993](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47993) - -___ - -### AddBallot - -• **AddBallot** = ``"add_ballot"`` - -#### Defined in - -[middleware/types.ts:47994](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47994) - -___ - -### AddClaim - -• **AddClaim** = ``"add_claim"`` - -#### Defined in - -[middleware/types.ts:47995](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47995) - -___ - -### AddComplianceRequirement - -• **AddComplianceRequirement** = ``"add_compliance_requirement"`` - -#### Defined in - -[middleware/types.ts:47996](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47996) - -___ - -### AddDefaultTrustedClaimIssuer - -• **AddDefaultTrustedClaimIssuer** = ``"add_default_trusted_claim_issuer"`` - -#### Defined in - -[middleware/types.ts:47997](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47997) - -___ - -### AddDocuments - -• **AddDocuments** = ``"add_documents"`` - -#### Defined in - -[middleware/types.ts:47998](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47998) - -___ - -### AddExemptedEntities - -• **AddExemptedEntities** = ``"add_exempted_entities"`` - -#### Defined in - -[middleware/types.ts:47999](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L47999) - -___ - -### AddExtension - -• **AddExtension** = ``"add_extension"`` - -#### Defined in - -[middleware/types.ts:48000](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48000) - -___ - -### AddFreezeAdmin - -• **AddFreezeAdmin** = ``"add_freeze_admin"`` - -#### Defined in - -[middleware/types.ts:48001](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48001) - -___ - -### AddInstruction - -• **AddInstruction** = ``"add_instruction"`` - -#### Defined in - -[middleware/types.ts:48002](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48002) - -___ - -### AddInstructionWithMemo - -• **AddInstructionWithMemo** = ``"add_instruction_with_memo"`` - -#### Defined in - -[middleware/types.ts:48003](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48003) - -___ - -### AddInstructionWithMemoV2 - -• **AddInstructionWithMemoV2** = ``"add_instruction_with_memo_v2"`` - -#### Defined in - -[middleware/types.ts:48004](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48004) - -___ - -### AddInvestorUniquenessClaim - -• **AddInvestorUniquenessClaim** = ``"add_investor_uniqueness_claim"`` - -#### Defined in - -[middleware/types.ts:48005](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48005) - -___ - -### AddInvestorUniquenessClaimV2 - -• **AddInvestorUniquenessClaimV2** = ``"add_investor_uniqueness_claim_v2"`` - -#### Defined in - -[middleware/types.ts:48006](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48006) - -___ - -### AddMember - -• **AddMember** = ``"add_member"`` - -#### Defined in - -[middleware/types.ts:48007](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48007) - -___ - -### AddMultisigSigner - -• **AddMultisigSigner** = ``"add_multisig_signer"`` - -#### Defined in - -[middleware/types.ts:48008](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48008) - -___ - -### AddMultisigSignersViaCreator - -• **AddMultisigSignersViaCreator** = ``"add_multisig_signers_via_creator"`` - -#### Defined in - -[middleware/types.ts:48009](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48009) - -___ - -### AddPermissionedValidator - -• **AddPermissionedValidator** = ``"add_permissioned_validator"`` - -#### Defined in - -[middleware/types.ts:48010](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48010) - -___ - -### AddRangeProof - -• **AddRangeProof** = ``"add_range_proof"`` - -#### Defined in - -[middleware/types.ts:48011](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48011) - -___ - -### AddSecondaryKeysWithAuthorization - -• **AddSecondaryKeysWithAuthorization** = ``"add_secondary_keys_with_authorization"`` - -#### Defined in - -[middleware/types.ts:48012](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48012) - -___ - -### AddSecondaryKeysWithAuthorizationOld - -• **AddSecondaryKeysWithAuthorizationOld** = ``"add_secondary_keys_with_authorization_old"`` - -#### Defined in - -[middleware/types.ts:48013](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48013) - -___ - -### AddTransferManager - -• **AddTransferManager** = ``"add_transfer_manager"`` - -#### Defined in - -[middleware/types.ts:48014](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48014) - -___ - -### AddVerifyRangeProof - -• **AddVerifyRangeProof** = ``"add_verify_range_proof"`` - -#### Defined in - -[middleware/types.ts:48015](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48015) - -___ - -### AffirmInstruction - -• **AffirmInstruction** = ``"affirm_instruction"`` - -#### Defined in - -[middleware/types.ts:48016](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48016) - -___ - -### AffirmInstructionV2 - -• **AffirmInstructionV2** = ``"affirm_instruction_v2"`` - -#### Defined in - -[middleware/types.ts:48017](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48017) - -___ - -### AffirmInstructionWithCount - -• **AffirmInstructionWithCount** = ``"affirm_instruction_with_count"`` - -#### Defined in - -[middleware/types.ts:48018](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48018) - -___ - -### AffirmWithReceipts - -• **AffirmWithReceipts** = ``"affirm_with_receipts"`` - -#### Defined in - -[middleware/types.ts:48019](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48019) - -___ - -### AffirmWithReceiptsWithCount - -• **AffirmWithReceiptsWithCount** = ``"affirm_with_receipts_with_count"`` - -#### Defined in - -[middleware/types.ts:48020](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48020) - -___ - -### AllowIdentityToCreatePortfolios - -• **AllowIdentityToCreatePortfolios** = ``"allow_identity_to_create_portfolios"`` - -#### Defined in - -[middleware/types.ts:48021](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48021) - -___ - -### AllowVenues - -• **AllowVenues** = ``"allow_venues"`` - -#### Defined in - -[middleware/types.ts:48022](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48022) - -___ - -### AmendProposal - -• **AmendProposal** = ``"amend_proposal"`` - -#### Defined in - -[middleware/types.ts:48023](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48023) - -___ - -### Approve - -• **Approve** = ``"approve"`` - -#### Defined in - -[middleware/types.ts:48024](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48024) - -___ - -### ApproveAsIdentity - -• **ApproveAsIdentity** = ``"approve_as_identity"`` - -#### Defined in - -[middleware/types.ts:48025](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48025) - -___ - -### ApproveAsKey - -• **ApproveAsKey** = ``"approve_as_key"`` - -#### Defined in - -[middleware/types.ts:48026](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48026) - -___ - -### ApproveCommitteeProposal - -• **ApproveCommitteeProposal** = ``"approve_committee_proposal"`` - -#### Defined in - -[middleware/types.ts:48027](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48027) - -___ - -### ArchiveExtension - -• **ArchiveExtension** = ``"archive_extension"`` - -#### Defined in - -[middleware/types.ts:48028](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48028) - -___ - -### AttachBallot - -• **AttachBallot** = ``"attach_ballot"`` - -#### Defined in - -[middleware/types.ts:48029](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48029) - -___ - -### AuthorizeInstruction - -• **AuthorizeInstruction** = ``"authorize_instruction"`` - -#### Defined in - -[middleware/types.ts:48030](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48030) - -___ - -### AuthorizeWithReceipts - -• **AuthorizeWithReceipts** = ``"authorize_with_receipts"`` - -#### Defined in - -[middleware/types.ts:48031](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48031) - -___ - -### Batch - -• **Batch** = ``"batch"`` - -#### Defined in - -[middleware/types.ts:48032](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48032) - -___ - -### BatchAcceptAuthorization - -• **BatchAcceptAuthorization** = ``"batch_accept_authorization"`` - -#### Defined in - -[middleware/types.ts:48033](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48033) - -___ - -### BatchAddAuthorization - -• **BatchAddAuthorization** = ``"batch_add_authorization"`` - -#### Defined in - -[middleware/types.ts:48034](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48034) - -___ - -### BatchAddClaim - -• **BatchAddClaim** = ``"batch_add_claim"`` - -#### Defined in - -[middleware/types.ts:48035](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48035) - -___ - -### BatchAddDefaultTrustedClaimIssuer - -• **BatchAddDefaultTrustedClaimIssuer** = ``"batch_add_default_trusted_claim_issuer"`` - -#### Defined in - -[middleware/types.ts:48036](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48036) - -___ - -### BatchAddDocument - -• **BatchAddDocument** = ``"batch_add_document"`` - -#### Defined in - -[middleware/types.ts:48037](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48037) - -___ - -### BatchAddSecondaryKeyWithAuthorization - -• **BatchAddSecondaryKeyWithAuthorization** = ``"batch_add_secondary_key_with_authorization"`` - -#### Defined in - -[middleware/types.ts:48038](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48038) - -___ - -### BatchAddSigningKeyWithAuthorization - -• **BatchAddSigningKeyWithAuthorization** = ``"batch_add_signing_key_with_authorization"`` - -#### Defined in - -[middleware/types.ts:48039](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48039) - -___ - -### BatchAll - -• **BatchAll** = ``"batch_all"`` - -#### Defined in - -[middleware/types.ts:48040](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48040) - -___ - -### BatchAtomic - -• **BatchAtomic** = ``"batch_atomic"`` - -#### Defined in - -[middleware/types.ts:48041](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48041) - -___ - -### BatchChangeAssetRule - -• **BatchChangeAssetRule** = ``"batch_change_asset_rule"`` - -#### Defined in - -[middleware/types.ts:48042](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48042) - -___ - -### BatchChangeComplianceRequirement - -• **BatchChangeComplianceRequirement** = ``"batch_change_compliance_requirement"`` - -#### Defined in - -[middleware/types.ts:48043](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48043) - -___ - -### BatchForceHandleBridgeTx - -• **BatchForceHandleBridgeTx** = ``"batch_force_handle_bridge_tx"`` - -#### Defined in - -[middleware/types.ts:48044](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48044) - -___ - -### BatchFreezeTx - -• **BatchFreezeTx** = ``"batch_freeze_tx"`` - -#### Defined in - -[middleware/types.ts:48045](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48045) - -___ - -### BatchHandleBridgeTx - -• **BatchHandleBridgeTx** = ``"batch_handle_bridge_tx"`` - -#### Defined in - -[middleware/types.ts:48046](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48046) - -___ - -### BatchIssue - -• **BatchIssue** = ``"batch_issue"`` - -#### Defined in - -[middleware/types.ts:48047](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48047) - -___ - -### BatchOld - -• **BatchOld** = ``"batch_old"`` - -#### Defined in - -[middleware/types.ts:48048](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48048) - -___ - -### BatchOptimistic - -• **BatchOptimistic** = ``"batch_optimistic"`` - -#### Defined in - -[middleware/types.ts:48049](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48049) - -___ - -### BatchProposeBridgeTx - -• **BatchProposeBridgeTx** = ``"batch_propose_bridge_tx"`` - -#### Defined in - -[middleware/types.ts:48050](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48050) - -___ - -### BatchRemoveAuthorization - -• **BatchRemoveAuthorization** = ``"batch_remove_authorization"`` - -#### Defined in - -[middleware/types.ts:48051](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48051) - -___ - -### BatchRemoveDefaultTrustedClaimIssuer - -• **BatchRemoveDefaultTrustedClaimIssuer** = ``"batch_remove_default_trusted_claim_issuer"`` - -#### Defined in - -[middleware/types.ts:48052](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48052) - -___ - -### BatchRemoveDocument - -• **BatchRemoveDocument** = ``"batch_remove_document"`` - -#### Defined in - -[middleware/types.ts:48053](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48053) - -___ - -### BatchRevokeClaim - -• **BatchRevokeClaim** = ``"batch_revoke_claim"`` - -#### Defined in - -[middleware/types.ts:48054](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48054) - -___ - -### BatchUnfreezeTx - -• **BatchUnfreezeTx** = ``"batch_unfreeze_tx"`` - -#### Defined in - -[middleware/types.ts:48055](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48055) - -___ - -### BatchUpdateAssetStats - -• **BatchUpdateAssetStats** = ``"batch_update_asset_stats"`` - -#### Defined in - -[middleware/types.ts:48056](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48056) - -___ - -### Bond - -• **Bond** = ``"bond"`` - -#### Defined in - -[middleware/types.ts:48057](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48057) - -___ - -### BondAdditionalDeposit - -• **BondAdditionalDeposit** = ``"bond_additional_deposit"`` - -#### Defined in - -[middleware/types.ts:48058](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48058) - -___ - -### BondExtra - -• **BondExtra** = ``"bond_extra"`` - -#### Defined in - -[middleware/types.ts:48059](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48059) - -___ - -### BurnAccountBalance - -• **BurnAccountBalance** = ``"burn_account_balance"`` - -#### Defined in - -[middleware/types.ts:48060](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48060) - -___ - -### BuyTokens - -• **BuyTokens** = ``"buy_tokens"`` - -#### Defined in - -[middleware/types.ts:48061](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48061) - -___ - -### Call - -• **Call** = ``"call"`` - -#### Defined in - -[middleware/types.ts:48062](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48062) - -___ - -### CallOldWeight - -• **CallOldWeight** = ``"call_old_weight"`` - -#### Defined in - -[middleware/types.ts:48063](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48063) - -___ - -### Cancel - -• **Cancel** = ``"cancel"`` - -#### Defined in - -[middleware/types.ts:48064](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48064) - -___ - -### CancelBallot - -• **CancelBallot** = ``"cancel_ballot"`` - -#### Defined in - -[middleware/types.ts:48065](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48065) - -___ - -### CancelDeferredSlash - -• **CancelDeferredSlash** = ``"cancel_deferred_slash"`` - -#### Defined in - -[middleware/types.ts:48066](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48066) - -___ - -### CancelNamed - -• **CancelNamed** = ``"cancel_named"`` - -#### Defined in - -[middleware/types.ts:48067](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48067) - -___ - -### CancelProposal - -• **CancelProposal** = ``"cancel_proposal"`` - -#### Defined in - -[middleware/types.ts:48068](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48068) - -___ - -### CddRegisterDid - -• **CddRegisterDid** = ``"cdd_register_did"`` - -#### Defined in - -[middleware/types.ts:48069](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48069) - -___ - -### CddRegisterDidWithCdd - -• **CddRegisterDidWithCdd** = ``"cdd_register_did_with_cdd"`` - -#### Defined in - -[middleware/types.ts:48070](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48070) - -___ - -### ChangeAdmin - -• **ChangeAdmin** = ``"change_admin"`` - -#### Defined in - -[middleware/types.ts:48071](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48071) - -___ - -### ChangeAllSignersAndSigsRequired - -• **ChangeAllSignersAndSigsRequired** = ``"change_all_signers_and_sigs_required"`` - -#### Defined in - -[middleware/types.ts:48072](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48072) - -___ - -### ChangeAssetRule - -• **ChangeAssetRule** = ``"change_asset_rule"`` - -#### Defined in - -[middleware/types.ts:48073](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48073) - -___ - -### ChangeBaseFee - -• **ChangeBaseFee** = ``"change_base_fee"`` - -#### Defined in - -[middleware/types.ts:48074](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48074) - -___ - -### ChangeBridgeExempted - -• **ChangeBridgeExempted** = ``"change_bridge_exempted"`` - -#### Defined in - -[middleware/types.ts:48075](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48075) - -___ - -### ChangeBridgeLimit - -• **ChangeBridgeLimit** = ``"change_bridge_limit"`` - -#### Defined in - -[middleware/types.ts:48076](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48076) - -___ - -### ChangeCddRequirementForMkRotation - -• **ChangeCddRequirementForMkRotation** = ``"change_cdd_requirement_for_mk_rotation"`` - -#### Defined in - -[middleware/types.ts:48077](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48077) - -___ - -### ChangeCoefficient - -• **ChangeCoefficient** = ``"change_coefficient"`` - -#### Defined in - -[middleware/types.ts:48078](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48078) - -___ - -### ChangeComplianceRequirement - -• **ChangeComplianceRequirement** = ``"change_compliance_requirement"`` - -#### Defined in - -[middleware/types.ts:48079](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48079) - -___ - -### ChangeController - -• **ChangeController** = ``"change_controller"`` - -#### Defined in - -[middleware/types.ts:48080](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48080) - -___ - -### ChangeEnd - -• **ChangeEnd** = ``"change_end"`` - -#### Defined in - -[middleware/types.ts:48081](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48081) - -___ - -### ChangeGroup - -• **ChangeGroup** = ``"change_group"`` - -#### Defined in - -[middleware/types.ts:48082](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48082) - -___ - -### ChangeMeta - -• **ChangeMeta** = ``"change_meta"`` - -#### Defined in - -[middleware/types.ts:48083](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48083) - -___ - -### ChangeRcv - -• **ChangeRcv** = ``"change_rcv"`` - -#### Defined in - -[middleware/types.ts:48084](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48084) - -___ - -### ChangeReceiptValidity - -• **ChangeReceiptValidity** = ``"change_receipt_validity"`` - -#### Defined in - -[middleware/types.ts:48085](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48085) - -___ - -### ChangeRecordDate - -• **ChangeRecordDate** = ``"change_record_date"`` - -#### Defined in - -[middleware/types.ts:48086](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48086) - -___ - -### ChangeSigsRequired - -• **ChangeSigsRequired** = ``"change_sigs_required"`` - -#### Defined in - -[middleware/types.ts:48087](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48087) - -___ - -### ChangeSigsRequiredViaCreator - -• **ChangeSigsRequiredViaCreator** = ``"change_sigs_required_via_creator"`` - -#### Defined in - -[middleware/types.ts:48088](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48088) - -___ - -### ChangeSlashingAllowedFor - -• **ChangeSlashingAllowedFor** = ``"change_slashing_allowed_for"`` - -#### Defined in - -[middleware/types.ts:48089](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48089) - -___ - -### ChangeTemplateFees - -• **ChangeTemplateFees** = ``"change_template_fees"`` - -#### Defined in - -[middleware/types.ts:48090](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48090) - -___ - -### ChangeTemplateMetaUrl - -• **ChangeTemplateMetaUrl** = ``"change_template_meta_url"`` - -#### Defined in - -[middleware/types.ts:48091](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48091) - -___ - -### ChangeTimelock - -• **ChangeTimelock** = ``"change_timelock"`` - -#### Defined in - -[middleware/types.ts:48092](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48092) - -___ - -### Chill - -• **Chill** = ``"chill"`` - -#### Defined in - -[middleware/types.ts:48093](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48093) - -___ - -### ChillFromGovernance - -• **ChillFromGovernance** = ``"chill_from_governance"`` - -#### Defined in - -[middleware/types.ts:48094](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48094) - -___ - -### Claim - -• **Claim** = ``"claim"`` - -#### Defined in - -[middleware/types.ts:48095](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48095) - -___ - -### ClaimClassicTicker - -• **ClaimClassicTicker** = ``"claim_classic_ticker"`` - -#### Defined in - -[middleware/types.ts:48096](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48096) - -___ - -### ClaimItnReward - -• **ClaimItnReward** = ``"claim_itn_reward"`` - -#### Defined in - -[middleware/types.ts:48097](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48097) - -___ - -### ClaimReceipt - -• **ClaimReceipt** = ``"claim_receipt"`` - -#### Defined in - -[middleware/types.ts:48098](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48098) - -___ - -### ClaimSurcharge - -• **ClaimSurcharge** = ``"claim_surcharge"`` - -#### Defined in - -[middleware/types.ts:48099](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48099) - -___ - -### ClaimUnclaimed - -• **ClaimUnclaimed** = ``"claim_unclaimed"`` - -#### Defined in - -[middleware/types.ts:48100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48100) - -___ - -### ClearSnapshot - -• **ClearSnapshot** = ``"clear_snapshot"`` - -#### Defined in - -[middleware/types.ts:48101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48101) - -___ - -### Close - -• **Close** = ``"close"`` - -#### Defined in - -[middleware/types.ts:48102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48102) - -___ - -### ControllerRedeem - -• **ControllerRedeem** = ``"controller_redeem"`` - -#### Defined in - -[middleware/types.ts:48103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48103) - -___ - -### ControllerTransfer - -• **ControllerTransfer** = ``"controller_transfer"`` - -#### Defined in - -[middleware/types.ts:48104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48104) - -___ - -### CreateAndChangeCustomGroup - -• **CreateAndChangeCustomGroup** = ``"create_and_change_custom_group"`` - -#### Defined in - -[middleware/types.ts:48105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48105) - -___ - -### CreateAsset - -• **CreateAsset** = ``"create_asset"`` - -#### Defined in - -[middleware/types.ts:48106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48106) - -___ - -### CreateAssetAndMint - -• **CreateAssetAndMint** = ``"create_asset_and_mint"`` - -#### Defined in - -[middleware/types.ts:48107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48107) - -___ - -### CreateAssetWithCustomType - -• **CreateAssetWithCustomType** = ``"create_asset_with_custom_type"`` - -#### Defined in - -[middleware/types.ts:48108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48108) - -___ - -### CreateCheckpoint - -• **CreateCheckpoint** = ``"create_checkpoint"`` - -#### Defined in - -[middleware/types.ts:48109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48109) - -___ - -### CreateChildIdentities - -• **CreateChildIdentities** = ``"create_child_identities"`` - -#### Defined in - -[middleware/types.ts:48110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48110) - -___ - -### CreateChildIdentity - -• **CreateChildIdentity** = ``"create_child_identity"`` - -#### Defined in - -[middleware/types.ts:48111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48111) - -___ - -### CreateCustodyPortfolio - -• **CreateCustodyPortfolio** = ``"create_custody_portfolio"`` - -#### Defined in - -[middleware/types.ts:48112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48112) - -___ - -### CreateFundraiser - -• **CreateFundraiser** = ``"create_fundraiser"`` - -#### Defined in - -[middleware/types.ts:48113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48113) - -___ - -### CreateGroup - -• **CreateGroup** = ``"create_group"`` - -#### Defined in - -[middleware/types.ts:48114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48114) - -___ - -### CreateGroupAndAddAuth - -• **CreateGroupAndAddAuth** = ``"create_group_and_add_auth"`` - -#### Defined in - -[middleware/types.ts:48115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48115) - -___ - -### CreateMultisig - -• **CreateMultisig** = ``"create_multisig"`` - -#### Defined in - -[middleware/types.ts:48116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48116) - -___ - -### CreateNftCollection - -• **CreateNftCollection** = ``"create_nft_collection"`` - -#### Defined in - -[middleware/types.ts:48117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48117) - -___ - -### CreateOrApproveProposalAsIdentity - -• **CreateOrApproveProposalAsIdentity** = ``"create_or_approve_proposal_as_identity"`` - -#### Defined in - -[middleware/types.ts:48118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48118) - -___ - -### CreateOrApproveProposalAsKey - -• **CreateOrApproveProposalAsKey** = ``"create_or_approve_proposal_as_key"`` - -#### Defined in - -[middleware/types.ts:48119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48119) - -___ - -### CreatePortfolio - -• **CreatePortfolio** = ``"create_portfolio"`` - -#### Defined in - -[middleware/types.ts:48120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48120) - -___ - -### CreateProposalAsIdentity - -• **CreateProposalAsIdentity** = ``"create_proposal_as_identity"`` - -#### Defined in - -[middleware/types.ts:48121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48121) - -___ - -### CreateProposalAsKey - -• **CreateProposalAsKey** = ``"create_proposal_as_key"`` - -#### Defined in - -[middleware/types.ts:48122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48122) - -___ - -### CreateSchedule - -• **CreateSchedule** = ``"create_schedule"`` - -#### Defined in - -[middleware/types.ts:48123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48123) - -___ - -### CreateVenue - -• **CreateVenue** = ``"create_venue"`` - -#### Defined in - -[middleware/types.ts:48124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48124) - -___ - -### DecreasePolyxLimit - -• **DecreasePolyxLimit** = ``"decrease_polyx_limit"`` - -#### Defined in - -[middleware/types.ts:48125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48125) - -___ - -### DeletePortfolio - -• **DeletePortfolio** = ``"delete_portfolio"`` - -#### Defined in - -[middleware/types.ts:48126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48126) - -___ - -### DepositBlockRewardReserveBalance - -• **DepositBlockRewardReserveBalance** = ``"deposit_block_reward_reserve_balance"`` - -#### Defined in - -[middleware/types.ts:48127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48127) - -___ - -### DisableMember - -• **DisableMember** = ``"disable_member"`` - -#### Defined in - -[middleware/types.ts:48128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48128) - -___ - -### DisallowVenues - -• **DisallowVenues** = ``"disallow_venues"`` - -#### Defined in - -[middleware/types.ts:48129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48129) - -___ - -### Disbursement - -• **Disbursement** = ``"disbursement"`` - -#### Defined in - -[middleware/types.ts:48130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48130) - -___ - -### DispatchAs - -• **DispatchAs** = ``"dispatch_as"`` - -#### Defined in - -[middleware/types.ts:48131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48131) - -___ - -### Distribute - -• **Distribute** = ``"distribute"`` - -#### Defined in - -[middleware/types.ts:48132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48132) - -___ - -### EmergencyReferendum - -• **EmergencyReferendum** = ``"emergency_referendum"`` - -#### Defined in - -[middleware/types.ts:48133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48133) - -___ - -### EnableIndividualCommissions - -• **EnableIndividualCommissions** = ``"enable_individual_commissions"`` - -#### Defined in - -[middleware/types.ts:48134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48134) - -___ - -### EnactReferendum - -• **EnactReferendum** = ``"enact_referendum"`` - -#### Defined in - -[middleware/types.ts:48135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48135) - -___ - -### EnactSnapshotResults - -• **EnactSnapshotResults** = ``"enact_snapshot_results"`` - -#### Defined in - -[middleware/types.ts:48136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48136) - -___ - -### ExecuteManualInstruction - -• **ExecuteManualInstruction** = ``"execute_manual_instruction"`` - -#### Defined in - -[middleware/types.ts:48137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48137) - -___ - -### ExecuteScheduledInstruction - -• **ExecuteScheduledInstruction** = ``"execute_scheduled_instruction"`` - -#### Defined in - -[middleware/types.ts:48138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48138) - -___ - -### ExecuteScheduledInstructionV2 - -• **ExecuteScheduledInstructionV2** = ``"execute_scheduled_instruction_v2"`` - -#### Defined in - -[middleware/types.ts:48139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48139) - -___ - -### ExecuteScheduledInstructionV3 - -• **ExecuteScheduledInstructionV3** = ``"execute_scheduled_instruction_v3"`` - -#### Defined in - -[middleware/types.ts:48140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48140) - -___ - -### ExecuteScheduledPip - -• **ExecuteScheduledPip** = ``"execute_scheduled_pip"`` - -#### Defined in - -[middleware/types.ts:48141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48141) - -___ - -### ExecuteScheduledProposal - -• **ExecuteScheduledProposal** = ``"execute_scheduled_proposal"`` - -#### Defined in - -[middleware/types.ts:48142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48142) - -___ - -### ExemptTickerAffirmation - -• **ExemptTickerAffirmation** = ``"exempt_ticker_affirmation"`` - -#### Defined in - -[middleware/types.ts:48143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48143) - -___ - -### ExpireScheduledPip - -• **ExpireScheduledPip** = ``"expire_scheduled_pip"`` - -#### Defined in - -[middleware/types.ts:48144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48144) - -___ - -### FastTrackProposal - -• **FastTrackProposal** = ``"fast_track_proposal"`` - -#### Defined in - -[middleware/types.ts:48145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48145) - -___ - -### FillBlock - -• **FillBlock** = ``"fill_block"`` - -#### Defined in - -[middleware/types.ts:48146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48146) - -___ - -### FinalHint - -• **FinalHint** = ``"final_hint"`` - -#### Defined in - -[middleware/types.ts:48147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48147) - -___ - -### ForceBatch - -• **ForceBatch** = ``"force_batch"`` - -#### Defined in - -[middleware/types.ts:48148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48148) - -___ - -### ForceHandleBridgeTx - -• **ForceHandleBridgeTx** = ``"force_handle_bridge_tx"`` - -#### Defined in - -[middleware/types.ts:48149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48149) - -___ - -### ForceNewEra - -• **ForceNewEra** = ``"force_new_era"`` - -#### Defined in - -[middleware/types.ts:48150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48150) - -___ - -### ForceNewEraAlways - -• **ForceNewEraAlways** = ``"force_new_era_always"`` - -#### Defined in - -[middleware/types.ts:48151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48151) - -___ - -### ForceNoEras - -• **ForceNoEras** = ``"force_no_eras"`` - -#### Defined in - -[middleware/types.ts:48152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48152) - -___ - -### ForceTransfer - -• **ForceTransfer** = ``"force_transfer"`` - -#### Defined in - -[middleware/types.ts:48153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48153) - -___ - -### ForceUnstake - -• **ForceUnstake** = ``"force_unstake"`` - -#### Defined in - -[middleware/types.ts:48154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48154) - -___ - -### ForwardedCall - -• **ForwardedCall** = ``"forwarded_call"`` - -#### Defined in - -[middleware/types.ts:48155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48155) - -___ - -### Free - -• **Free** = ``"free"`` - -#### Defined in - -[middleware/types.ts:48156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48156) - -___ - -### Freeze - -• **Freeze** = ``"freeze"`` - -#### Defined in - -[middleware/types.ts:48157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48157) - -___ - -### FreezeFundraiser - -• **FreezeFundraiser** = ``"freeze_fundraiser"`` - -#### Defined in - -[middleware/types.ts:48158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48158) - -___ - -### FreezeInstantiation - -• **FreezeInstantiation** = ``"freeze_instantiation"`` - -#### Defined in - -[middleware/types.ts:48159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48159) - -___ - -### FreezeSecondaryKeys - -• **FreezeSecondaryKeys** = ``"freeze_secondary_keys"`` - -#### Defined in - -[middleware/types.ts:48160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48160) - -___ - -### FreezeSigningKeys - -• **FreezeSigningKeys** = ``"freeze_signing_keys"`` - -#### Defined in - -[middleware/types.ts:48161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48161) - -___ - -### FreezeTxs - -• **FreezeTxs** = ``"freeze_txs"`` - -#### Defined in - -[middleware/types.ts:48162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48162) - -___ - -### GcAddCddClaim - -• **GcAddCddClaim** = ``"gc_add_cdd_claim"`` - -#### Defined in - -[middleware/types.ts:48163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48163) - -___ - -### GcRevokeCddClaim - -• **GcRevokeCddClaim** = ``"gc_revoke_cdd_claim"`` - -#### Defined in - -[middleware/types.ts:48164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48164) - -___ - -### GetCddOf - -• **GetCddOf** = ``"get_cdd_of"`` - -#### Defined in - -[middleware/types.ts:48165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48165) - -___ - -### GetMyDid - -• **GetMyDid** = ``"get_my_did"`` - -#### Defined in - -[middleware/types.ts:48166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48166) - -___ - -### HandleBridgeTx - -• **HandleBridgeTx** = ``"handle_bridge_tx"`` - -#### Defined in - -[middleware/types.ts:48167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48167) - -___ - -### HandleScheduledBridgeTx - -• **HandleScheduledBridgeTx** = ``"handle_scheduled_bridge_tx"`` - -#### Defined in - -[middleware/types.ts:48168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48168) - -___ - -### Heartbeat - -• **Heartbeat** = ``"heartbeat"`` - -#### Defined in - -[middleware/types.ts:48169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48169) - -___ - -### IncreaseCustodyAllowance - -• **IncreaseCustodyAllowance** = ``"increase_custody_allowance"`` - -#### Defined in - -[middleware/types.ts:48170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48170) - -___ - -### IncreaseCustodyAllowanceOf - -• **IncreaseCustodyAllowanceOf** = ``"increase_custody_allowance_of"`` - -#### Defined in - -[middleware/types.ts:48171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48171) - -___ - -### IncreasePolyxLimit - -• **IncreasePolyxLimit** = ``"increase_polyx_limit"`` - -#### Defined in - -[middleware/types.ts:48172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48172) - -___ - -### IncreaseValidatorCount - -• **IncreaseValidatorCount** = ``"increase_validator_count"`` - -#### Defined in - -[middleware/types.ts:48173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48173) - -___ - -### InitiateCorporateAction - -• **InitiateCorporateAction** = ``"initiate_corporate_action"`` - -#### Defined in - -[middleware/types.ts:48174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48174) - -___ - -### InitiateCorporateActionAndDistribute - -• **InitiateCorporateActionAndDistribute** = ``"initiate_corporate_action_and_distribute"`` - -#### Defined in - -[middleware/types.ts:48175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48175) - -___ - -### Instantiate - -• **Instantiate** = ``"instantiate"`` - -#### Defined in - -[middleware/types.ts:48176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48176) - -___ - -### InstantiateOldWeight - -• **InstantiateOldWeight** = ``"instantiate_old_weight"`` - -#### Defined in - -[middleware/types.ts:48177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48177) - -___ - -### InstantiateWithCode - -• **InstantiateWithCode** = ``"instantiate_with_code"`` - -#### Defined in - -[middleware/types.ts:48178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48178) - -___ - -### InstantiateWithCodeAsPrimaryKey - -• **InstantiateWithCodeAsPrimaryKey** = ``"instantiate_with_code_as_primary_key"`` - -#### Defined in - -[middleware/types.ts:48179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48179) - -___ - -### InstantiateWithCodeOldWeight - -• **InstantiateWithCodeOldWeight** = ``"instantiate_with_code_old_weight"`` - -#### Defined in - -[middleware/types.ts:48180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48180) - -___ - -### InstantiateWithCodePerms - -• **InstantiateWithCodePerms** = ``"instantiate_with_code_perms"`` - -#### Defined in - -[middleware/types.ts:48181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48181) - -___ - -### InstantiateWithHashAsPrimaryKey - -• **InstantiateWithHashAsPrimaryKey** = ``"instantiate_with_hash_as_primary_key"`` - -#### Defined in - -[middleware/types.ts:48182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48182) - -___ - -### InstantiateWithHashPerms - -• **InstantiateWithHashPerms** = ``"instantiate_with_hash_perms"`` - -#### Defined in - -[middleware/types.ts:48183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48183) - -___ - -### InvalidateCddClaims - -• **InvalidateCddClaims** = ``"invalidate_cdd_claims"`` - -#### Defined in - -[middleware/types.ts:48184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48184) - -___ - -### Invest - -• **Invest** = ``"invest"`` - -#### Defined in - -[middleware/types.ts:48185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48185) - -___ - -### IsIssuable - -• **IsIssuable** = ``"is_issuable"`` - -#### Defined in - -[middleware/types.ts:48186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48186) - -___ - -### Issue - -• **Issue** = ``"issue"`` - -#### Defined in - -[middleware/types.ts:48187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48187) - -___ - -### IssueNft - -• **IssueNft** = ``"issue_nft"`` - -#### Defined in - -[middleware/types.ts:48188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48188) - -___ - -### JoinIdentityAsIdentity - -• **JoinIdentityAsIdentity** = ``"join_identity_as_identity"`` - -#### Defined in - -[middleware/types.ts:48189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48189) - -___ - -### JoinIdentityAsKey - -• **JoinIdentityAsKey** = ``"join_identity_as_key"`` - -#### Defined in - -[middleware/types.ts:48190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48190) - -___ - -### KillPrefix - -• **KillPrefix** = ``"kill_prefix"`` - -#### Defined in - -[middleware/types.ts:48191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48191) - -___ - -### KillProposal - -• **KillProposal** = ``"kill_proposal"`` - -#### Defined in - -[middleware/types.ts:48192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48192) - -___ - -### KillStorage - -• **KillStorage** = ``"kill_storage"`` - -#### Defined in - -[middleware/types.ts:48193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48193) - -___ - -### LaunchSto - -• **LaunchSto** = ``"launch_sto"`` - -#### Defined in - -[middleware/types.ts:48194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48194) - -___ - -### LeaveIdentityAsIdentity - -• **LeaveIdentityAsIdentity** = ``"leave_identity_as_identity"`` - -#### Defined in - -[middleware/types.ts:48195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48195) - -___ - -### LeaveIdentityAsKey - -• **LeaveIdentityAsKey** = ``"leave_identity_as_key"`` - -#### Defined in - -[middleware/types.ts:48196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48196) - -___ - -### LegacySetPermissionToSigner - -• **LegacySetPermissionToSigner** = ``"legacy_set_permission_to_signer"`` - -#### Defined in - -[middleware/types.ts:48197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48197) - -___ - -### LinkCaDoc - -• **LinkCaDoc** = ``"link_ca_doc"`` - -#### Defined in - -[middleware/types.ts:48198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48198) - -___ - -### MakeDivisible - -• **MakeDivisible** = ``"make_divisible"`` - -#### Defined in - -[middleware/types.ts:48199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48199) - -___ - -### MakeMultisigPrimary - -• **MakeMultisigPrimary** = ``"make_multisig_primary"`` - -#### Defined in - -[middleware/types.ts:48200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48200) - -___ - -### MakeMultisigSecondary - -• **MakeMultisigSecondary** = ``"make_multisig_secondary"`` - -#### Defined in - -[middleware/types.ts:48201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48201) - -___ - -### MakeMultisigSigner - -• **MakeMultisigSigner** = ``"make_multisig_signer"`` - -#### Defined in - -[middleware/types.ts:48202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48202) - -___ - -### MockCddRegisterDid - -• **MockCddRegisterDid** = ``"mock_cdd_register_did"`` - -#### Defined in - -[middleware/types.ts:48203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48203) - -___ - -### ModifyExemptionList - -• **ModifyExemptionList** = ``"modify_exemption_list"`` - -#### Defined in - -[middleware/types.ts:48204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48204) - -___ - -### ModifyFundraiserWindow - -• **ModifyFundraiserWindow** = ``"modify_fundraiser_window"`` - -#### Defined in - -[middleware/types.ts:48205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48205) - -___ - -### MovePortfolioFunds - -• **MovePortfolioFunds** = ``"move_portfolio_funds"`` - -#### Defined in - -[middleware/types.ts:48206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48206) - -___ - -### MovePortfolioFundsV2 - -• **MovePortfolioFundsV2** = ``"move_portfolio_funds_v2"`` - -#### Defined in - -[middleware/types.ts:48207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48207) - -___ - -### New - -• **New** = ``"new"`` - -#### Defined in - -[middleware/types.ts:48208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48208) - -___ - -### Nominate - -• **Nominate** = ``"nominate"`` - -#### Defined in - -[middleware/types.ts:48209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48209) - -___ - -### NotePreimage - -• **NotePreimage** = ``"note_preimage"`` - -#### Defined in - -[middleware/types.ts:48210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48210) - -___ - -### NoteStalled - -• **NoteStalled** = ``"note_stalled"`` - -#### Defined in - -[middleware/types.ts:48211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48211) - -___ - -### OverrideReferendumEnactmentPeriod - -• **OverrideReferendumEnactmentPeriod** = ``"override_referendum_enactment_period"`` - -#### Defined in - -[middleware/types.ts:48212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48212) - -___ - -### PauseAssetCompliance - -• **PauseAssetCompliance** = ``"pause_asset_compliance"`` - -#### Defined in - -[middleware/types.ts:48213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48213) - -___ - -### PauseAssetRules - -• **PauseAssetRules** = ``"pause_asset_rules"`` - -#### Defined in - -[middleware/types.ts:48214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48214) - -___ - -### PauseSto - -• **PauseSto** = ``"pause_sto"`` - -#### Defined in - -[middleware/types.ts:48215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48215) - -___ - -### PayoutStakers - -• **PayoutStakers** = ``"payout_stakers"`` - -#### Defined in - -[middleware/types.ts:48216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48216) - -___ - -### PayoutStakersBySystem - -• **PayoutStakersBySystem** = ``"payout_stakers_by_system"`` - -#### Defined in - -[middleware/types.ts:48217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48217) - -___ - -### PlaceholderAddAndAffirmInstruction - -• **PlaceholderAddAndAffirmInstruction** = ``"placeholder_add_and_affirm_instruction"`` - -#### Defined in - -[middleware/types.ts:48218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48218) - -___ - -### PlaceholderAddAndAffirmInstructionWithMemo - -• **PlaceholderAddAndAffirmInstructionWithMemo** = ``"placeholder_add_and_affirm_instruction_with_memo"`` - -#### Defined in - -[middleware/types.ts:48219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48219) - -___ - -### PlaceholderAddInstruction - -• **PlaceholderAddInstruction** = ``"placeholder_add_instruction"`` - -#### Defined in - -[middleware/types.ts:48220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48220) - -___ - -### PlaceholderAddInstructionWithMemo - -• **PlaceholderAddInstructionWithMemo** = ``"placeholder_add_instruction_with_memo"`` - -#### Defined in - -[middleware/types.ts:48221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48221) - -___ - -### PlaceholderAffirmInstruction - -• **PlaceholderAffirmInstruction** = ``"placeholder_affirm_instruction"`` - -#### Defined in - -[middleware/types.ts:48222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48222) - -___ - -### PlaceholderClaimReceipt - -• **PlaceholderClaimReceipt** = ``"placeholder_claim_receipt"`` - -#### Defined in - -[middleware/types.ts:48223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48223) - -___ - -### PlaceholderFillBlock - -• **PlaceholderFillBlock** = ``"placeholder_fill_block"`` - -#### Defined in - -[middleware/types.ts:48224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48224) - -___ - -### PlaceholderLegacySetPermissionToSigner - -• **PlaceholderLegacySetPermissionToSigner** = ``"placeholder_legacy_set_permission_to_signer"`` - -#### Defined in - -[middleware/types.ts:48225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48225) - -___ - -### PlaceholderRejectInstruction - -• **PlaceholderRejectInstruction** = ``"placeholder_reject_instruction"`` - -#### Defined in - -[middleware/types.ts:48226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48226) - -___ - -### PlaceholderUnclaimReceipt - -• **PlaceholderUnclaimReceipt** = ``"placeholder_unclaim_receipt"`` - -#### Defined in - -[middleware/types.ts:48227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48227) - -___ - -### PlaceholderWithdrawAffirmation - -• **PlaceholderWithdrawAffirmation** = ``"placeholder_withdraw_affirmation"`` - -#### Defined in - -[middleware/types.ts:48228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48228) - -___ - -### PlanConfigChange - -• **PlanConfigChange** = ``"plan_config_change"`` - -#### Defined in - -[middleware/types.ts:48229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48229) - -___ - -### PreApprovePortfolio - -• **PreApprovePortfolio** = ``"pre_approve_portfolio"`` - -#### Defined in - -[middleware/types.ts:48230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48230) - -___ - -### PreApproveTicker - -• **PreApproveTicker** = ``"pre_approve_ticker"`` - -#### Defined in - -[middleware/types.ts:48231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48231) - -___ - -### Propose - -• **Propose** = ``"propose"`` - -#### Defined in - -[middleware/types.ts:48232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48232) - -___ - -### ProposeBridgeTx - -• **ProposeBridgeTx** = ``"propose_bridge_tx"`` - -#### Defined in - -[middleware/types.ts:48233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48233) - -___ - -### PruneProposal - -• **PruneProposal** = ``"prune_proposal"`` - -#### Defined in - -[middleware/types.ts:48234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48234) - -___ - -### PurgeKeys - -• **PurgeKeys** = ``"purge_keys"`` - -#### Defined in - -[middleware/types.ts:48235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48235) - -___ - -### PushBenefit - -• **PushBenefit** = ``"push_benefit"`` - -#### Defined in - -[middleware/types.ts:48236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48236) - -___ - -### PutCode - -• **PutCode** = ``"put_code"`` - -#### Defined in - -[middleware/types.ts:48237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48237) - -___ - -### QuitPortfolioCustody - -• **QuitPortfolioCustody** = ``"quit_portfolio_custody"`` - -#### Defined in - -[middleware/types.ts:48238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48238) - -___ - -### ReapStash - -• **ReapStash** = ``"reap_stash"`` - -#### Defined in - -[middleware/types.ts:48239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48239) - -___ - -### Rebond - -• **Rebond** = ``"rebond"`` - -#### Defined in - -[middleware/types.ts:48240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48240) - -___ - -### Reclaim - -• **Reclaim** = ``"reclaim"`` - -#### Defined in - -[middleware/types.ts:48241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48241) - -___ - -### Redeem - -• **Redeem** = ``"redeem"`` - -#### Defined in - -[middleware/types.ts:48242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48242) - -___ - -### RedeemFrom - -• **RedeemFrom** = ``"redeem_from"`` - -#### Defined in - -[middleware/types.ts:48243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48243) - -___ - -### RedeemFromPortfolio - -• **RedeemFromPortfolio** = ``"redeem_from_portfolio"`` - -#### Defined in - -[middleware/types.ts:48244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48244) - -___ - -### RedeemNft - -• **RedeemNft** = ``"redeem_nft"`` - -#### Defined in - -[middleware/types.ts:48245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48245) - -___ - -### RegisterAndSetLocalAssetMetadata - -• **RegisterAndSetLocalAssetMetadata** = ``"register_and_set_local_asset_metadata"`` - -#### Defined in - -[middleware/types.ts:48246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48246) - -___ - -### RegisterAssetMetadataGlobalType - -• **RegisterAssetMetadataGlobalType** = ``"register_asset_metadata_global_type"`` - -#### Defined in - -[middleware/types.ts:48247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48247) - -___ - -### RegisterAssetMetadataLocalType - -• **RegisterAssetMetadataLocalType** = ``"register_asset_metadata_local_type"`` - -#### Defined in - -[middleware/types.ts:48248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48248) - -___ - -### RegisterCustomAssetType - -• **RegisterCustomAssetType** = ``"register_custom_asset_type"`` - -#### Defined in - -[middleware/types.ts:48249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48249) - -___ - -### RegisterCustomClaimType - -• **RegisterCustomClaimType** = ``"register_custom_claim_type"`` - -#### Defined in - -[middleware/types.ts:48250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48250) - -___ - -### RegisterDid - -• **RegisterDid** = ``"register_did"`` - -#### Defined in - -[middleware/types.ts:48251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48251) - -___ - -### RegisterTicker - -• **RegisterTicker** = ``"register_ticker"`` - -#### Defined in - -[middleware/types.ts:48252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48252) - -___ - -### Reimbursement - -• **Reimbursement** = ``"reimbursement"`` - -#### Defined in - -[middleware/types.ts:48253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48253) - -___ - -### RejectAsIdentity - -• **RejectAsIdentity** = ``"reject_as_identity"`` - -#### Defined in - -[middleware/types.ts:48254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48254) - -___ - -### RejectAsKey - -• **RejectAsKey** = ``"reject_as_key"`` - -#### Defined in - -[middleware/types.ts:48255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48255) - -___ - -### RejectInstruction - -• **RejectInstruction** = ``"reject_instruction"`` - -#### Defined in - -[middleware/types.ts:48256](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48256) - -___ - -### RejectInstructionV2 - -• **RejectInstructionV2** = ``"reject_instruction_v2"`` - -#### Defined in - -[middleware/types.ts:48257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48257) - -___ - -### RejectInstructionWithCount - -• **RejectInstructionWithCount** = ``"reject_instruction_with_count"`` - -#### Defined in - -[middleware/types.ts:48258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48258) - -___ - -### RejectProposal - -• **RejectProposal** = ``"reject_proposal"`` - -#### Defined in - -[middleware/types.ts:48259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48259) - -___ - -### RejectReferendum - -• **RejectReferendum** = ``"reject_referendum"`` - -#### Defined in - -[middleware/types.ts:48260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48260) - -___ - -### RelayTx - -• **RelayTx** = ``"relay_tx"`` - -#### Defined in - -[middleware/types.ts:48261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48261) - -___ - -### Remark - -• **Remark** = ``"remark"`` - -#### Defined in - -[middleware/types.ts:48262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48262) - -___ - -### RemarkWithEvent - -• **RemarkWithEvent** = ``"remark_with_event"`` - -#### Defined in - -[middleware/types.ts:48263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48263) - -___ - -### RemoveActiveRule - -• **RemoveActiveRule** = ``"remove_active_rule"`` - -#### Defined in - -[middleware/types.ts:48264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48264) - -___ - -### RemoveAgent - -• **RemoveAgent** = ``"remove_agent"`` - -#### Defined in - -[middleware/types.ts:48265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48265) - -___ - -### RemoveAuthorization - -• **RemoveAuthorization** = ``"remove_authorization"`` - -#### Defined in - -[middleware/types.ts:48266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48266) - -___ - -### RemoveBallot - -• **RemoveBallot** = ``"remove_ballot"`` - -#### Defined in - -[middleware/types.ts:48267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48267) - -___ - -### RemoveCa - -• **RemoveCa** = ``"remove_ca"`` - -#### Defined in - -[middleware/types.ts:48268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48268) - -___ - -### RemoveCode - -• **RemoveCode** = ``"remove_code"`` - -#### Defined in - -[middleware/types.ts:48269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48269) - -___ - -### RemoveComplianceRequirement - -• **RemoveComplianceRequirement** = ``"remove_compliance_requirement"`` - -#### Defined in - -[middleware/types.ts:48270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48270) - -___ - -### RemoveCreatorControls - -• **RemoveCreatorControls** = ``"remove_creator_controls"`` - -#### Defined in - -[middleware/types.ts:48271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48271) - -___ - -### RemoveDefaultTrustedClaimIssuer - -• **RemoveDefaultTrustedClaimIssuer** = ``"remove_default_trusted_claim_issuer"`` - -#### Defined in - -[middleware/types.ts:48272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48272) - -___ - -### RemoveDistribution - -• **RemoveDistribution** = ``"remove_distribution"`` - -#### Defined in - -[middleware/types.ts:48273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48273) - -___ - -### RemoveDocuments - -• **RemoveDocuments** = ``"remove_documents"`` - -#### Defined in - -[middleware/types.ts:48274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48274) - -___ - -### RemoveExemptedEntities - -• **RemoveExemptedEntities** = ``"remove_exempted_entities"`` - -#### Defined in - -[middleware/types.ts:48275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48275) - -___ - -### RemoveFreezeAdmin - -• **RemoveFreezeAdmin** = ``"remove_freeze_admin"`` - -#### Defined in - -[middleware/types.ts:48276](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48276) - -___ - -### RemoveLocalMetadataKey - -• **RemoveLocalMetadataKey** = ``"remove_local_metadata_key"`` - -#### Defined in - -[middleware/types.ts:48277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48277) - -___ - -### RemoveMember - -• **RemoveMember** = ``"remove_member"`` - -#### Defined in - -[middleware/types.ts:48278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48278) - -___ - -### RemoveMetadataValue - -• **RemoveMetadataValue** = ``"remove_metadata_value"`` - -#### Defined in - -[middleware/types.ts:48279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48279) - -___ - -### RemoveMultisigSigner - -• **RemoveMultisigSigner** = ``"remove_multisig_signer"`` - -#### Defined in - -[middleware/types.ts:48280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48280) - -___ - -### RemoveMultisigSignersViaCreator - -• **RemoveMultisigSignersViaCreator** = ``"remove_multisig_signers_via_creator"`` - -#### Defined in - -[middleware/types.ts:48281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48281) - -___ - -### RemovePayingKey - -• **RemovePayingKey** = ``"remove_paying_key"`` - -#### Defined in - -[middleware/types.ts:48282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48282) - -___ - -### RemovePermissionedValidator - -• **RemovePermissionedValidator** = ``"remove_permissioned_validator"`` - -#### Defined in - -[middleware/types.ts:48283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48283) - -___ - -### RemovePortfolioPreApproval - -• **RemovePortfolioPreApproval** = ``"remove_portfolio_pre_approval"`` - -#### Defined in - -[middleware/types.ts:48284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48284) - -___ - -### RemovePrimaryIssuanceAgent - -• **RemovePrimaryIssuanceAgent** = ``"remove_primary_issuance_agent"`` - -#### Defined in - -[middleware/types.ts:48285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48285) - -___ - -### RemoveSchedule - -• **RemoveSchedule** = ``"remove_schedule"`` - -#### Defined in - -[middleware/types.ts:48286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48286) - -___ - -### RemoveSecondaryKeys - -• **RemoveSecondaryKeys** = ``"remove_secondary_keys"`` - -#### Defined in - -[middleware/types.ts:48287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48287) - -___ - -### RemoveSecondaryKeysOld - -• **RemoveSecondaryKeysOld** = ``"remove_secondary_keys_old"`` - -#### Defined in - -[middleware/types.ts:48288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48288) - -___ - -### RemoveSigningKeys - -• **RemoveSigningKeys** = ``"remove_signing_keys"`` - -#### Defined in - -[middleware/types.ts:48289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48289) - -___ - -### RemoveSmartExtension - -• **RemoveSmartExtension** = ``"remove_smart_extension"`` - -#### Defined in - -[middleware/types.ts:48290](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48290) - -___ - -### RemoveTickerAffirmationExemption - -• **RemoveTickerAffirmationExemption** = ``"remove_ticker_affirmation_exemption"`` - -#### Defined in - -[middleware/types.ts:48291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48291) - -___ - -### RemoveTickerPreApproval - -• **RemoveTickerPreApproval** = ``"remove_ticker_pre_approval"`` - -#### Defined in - -[middleware/types.ts:48292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48292) - -___ - -### RemoveTransferManager - -• **RemoveTransferManager** = ``"remove_transfer_manager"`` - -#### Defined in - -[middleware/types.ts:48293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48293) - -___ - -### RemoveTxs - -• **RemoveTxs** = ``"remove_txs"`` - -#### Defined in - -[middleware/types.ts:48294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48294) - -___ - -### RenameAsset - -• **RenameAsset** = ``"rename_asset"`` - -#### Defined in - -[middleware/types.ts:48295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48295) - -___ - -### RenamePortfolio - -• **RenamePortfolio** = ``"rename_portfolio"`` - -#### Defined in - -[middleware/types.ts:48296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48296) - -___ - -### ReplaceAssetCompliance - -• **ReplaceAssetCompliance** = ``"replace_asset_compliance"`` - -#### Defined in - -[middleware/types.ts:48297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48297) - -___ - -### ReplaceAssetRules - -• **ReplaceAssetRules** = ``"replace_asset_rules"`` - -#### Defined in - -[middleware/types.ts:48298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48298) - -___ - -### ReportEquivocation - -• **ReportEquivocation** = ``"report_equivocation"`` - -#### Defined in - -[middleware/types.ts:48299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48299) - -___ - -### ReportEquivocationUnsigned - -• **ReportEquivocationUnsigned** = ``"report_equivocation_unsigned"`` - -#### Defined in - -[middleware/types.ts:48300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48300) - -___ - -### RequestPreimage - -• **RequestPreimage** = ``"request_preimage"`` - -#### Defined in - -[middleware/types.ts:48301](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48301) - -___ - -### RescheduleExecution - -• **RescheduleExecution** = ``"reschedule_execution"`` - -#### Defined in - -[middleware/types.ts:48302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48302) - -___ - -### RescheduleInstruction - -• **RescheduleInstruction** = ``"reschedule_instruction"`` - -#### Defined in - -[middleware/types.ts:48303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48303) - -___ - -### ReserveClassicTicker - -• **ReserveClassicTicker** = ``"reserve_classic_ticker"`` - -#### Defined in - -[middleware/types.ts:48304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48304) - -___ - -### ResetActiveRules - -• **ResetActiveRules** = ``"reset_active_rules"`` - -#### Defined in - -[middleware/types.ts:48305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48305) - -___ - -### ResetAssetCompliance - -• **ResetAssetCompliance** = ``"reset_asset_compliance"`` - -#### Defined in - -[middleware/types.ts:48306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48306) - -___ - -### ResetCaa - -• **ResetCaa** = ``"reset_caa"`` - -#### Defined in - -[middleware/types.ts:48307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48307) - -___ - -### ResetMembers - -• **ResetMembers** = ``"reset_members"`` - -#### Defined in - -[middleware/types.ts:48308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48308) - -___ - -### ResumeAssetCompliance - -• **ResumeAssetCompliance** = ``"resume_asset_compliance"`` - -#### Defined in - -[middleware/types.ts:48309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48309) - -___ - -### ResumeAssetRules - -• **ResumeAssetRules** = ``"resume_asset_rules"`` - -#### Defined in - -[middleware/types.ts:48310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48310) - -___ - -### RevokeClaim - -• **RevokeClaim** = ``"revoke_claim"`` - -#### Defined in - -[middleware/types.ts:48311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48311) - -___ - -### RevokeClaimByIndex - -• **RevokeClaimByIndex** = ``"revoke_claim_by_index"`` - -#### Defined in - -[middleware/types.ts:48312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48312) - -___ - -### RevokeCreatePortfoliosPermission - -• **RevokeCreatePortfoliosPermission** = ``"revoke_create_portfolios_permission"`` - -#### Defined in - -[middleware/types.ts:48313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48313) - -___ - -### RevokeOffchainAuthorization - -• **RevokeOffchainAuthorization** = ``"revoke_offchain_authorization"`` - -#### Defined in - -[middleware/types.ts:48314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48314) - -___ - -### RotatePrimaryKeyToSecondary - -• **RotatePrimaryKeyToSecondary** = ``"rotate_primary_key_to_secondary"`` - -#### Defined in - -[middleware/types.ts:48315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48315) - -___ - -### ScaleValidatorCount - -• **ScaleValidatorCount** = ``"scale_validator_count"`` - -#### Defined in - -[middleware/types.ts:48316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48316) - -___ - -### Schedule - -• **Schedule** = ``"schedule"`` - -#### Defined in - -[middleware/types.ts:48317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48317) - -___ - -### ScheduleAfter - -• **ScheduleAfter** = ``"schedule_after"`` - -#### Defined in - -[middleware/types.ts:48318](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48318) - -___ - -### ScheduleNamed - -• **ScheduleNamed** = ``"schedule_named"`` - -#### Defined in - -[middleware/types.ts:48319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48319) - -___ - -### ScheduleNamedAfter - -• **ScheduleNamedAfter** = ``"schedule_named_after"`` - -#### Defined in - -[middleware/types.ts:48320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48320) - -___ - -### Set - -• **Set** = ``"set"`` - -#### Defined in - -[middleware/types.ts:48321](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48321) - -___ - -### SetActiveAssetStats - -• **SetActiveAssetStats** = ``"set_active_asset_stats"`` - -#### Defined in - -[middleware/types.ts:48322](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48322) - -___ - -### SetActiveMembersLimit - -• **SetActiveMembersLimit** = ``"set_active_members_limit"`` - -#### Defined in - -[middleware/types.ts:48323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48323) - -___ - -### SetActivePipLimit - -• **SetActivePipLimit** = ``"set_active_pip_limit"`` - -#### Defined in - -[middleware/types.ts:48324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48324) - -___ - -### SetAssetMetadata - -• **SetAssetMetadata** = ``"set_asset_metadata"`` - -#### Defined in - -[middleware/types.ts:48325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48325) - -___ - -### SetAssetMetadataDetails - -• **SetAssetMetadataDetails** = ``"set_asset_metadata_details"`` - -#### Defined in - -[middleware/types.ts:48326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48326) - -___ - -### SetAssetTransferCompliance - -• **SetAssetTransferCompliance** = ``"set_asset_transfer_compliance"`` - -#### Defined in - -[middleware/types.ts:48327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48327) - -___ - -### SetBalance - -• **SetBalance** = ``"set_balance"`` - -#### Defined in - -[middleware/types.ts:48328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48328) - -___ - -### SetChangesTrieConfig - -• **SetChangesTrieConfig** = ``"set_changes_trie_config"`` - -#### Defined in - -[middleware/types.ts:48329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48329) - -___ - -### SetCode - -• **SetCode** = ``"set_code"`` - -#### Defined in - -[middleware/types.ts:48330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48330) - -___ - -### SetCodeWithoutChecks - -• **SetCodeWithoutChecks** = ``"set_code_without_checks"`` - -#### Defined in - -[middleware/types.ts:48331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48331) - -___ - -### SetCommissionCap - -• **SetCommissionCap** = ``"set_commission_cap"`` - -#### Defined in - -[middleware/types.ts:48332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48332) - -___ - -### SetController - -• **SetController** = ``"set_controller"`` - -#### Defined in - -[middleware/types.ts:48333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48333) - -___ - -### SetDefaultEnactmentPeriod - -• **SetDefaultEnactmentPeriod** = ``"set_default_enactment_period"`` - -#### Defined in - -[middleware/types.ts:48334](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48334) - -___ - -### SetDefaultTargets - -• **SetDefaultTargets** = ``"set_default_targets"`` - -#### Defined in - -[middleware/types.ts:48335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48335) - -___ - -### SetDefaultWithholdingTax - -• **SetDefaultWithholdingTax** = ``"set_default_withholding_tax"`` - -#### Defined in - -[middleware/types.ts:48336](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48336) - -___ - -### SetDidWithholdingTax - -• **SetDidWithholdingTax** = ``"set_did_withholding_tax"`` - -#### Defined in - -[middleware/types.ts:48337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48337) - -___ - -### SetEntitiesExempt - -• **SetEntitiesExempt** = ``"set_entities_exempt"`` - -#### Defined in - -[middleware/types.ts:48338](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48338) - -___ - -### SetExpiresAfter - -• **SetExpiresAfter** = ``"set_expires_after"`` - -#### Defined in - -[middleware/types.ts:48339](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48339) - -___ - -### SetFundingRound - -• **SetFundingRound** = ``"set_funding_round"`` - -#### Defined in - -[middleware/types.ts:48340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48340) - -___ - -### SetGlobalCommission - -• **SetGlobalCommission** = ``"set_global_commission"`` - -#### Defined in - -[middleware/types.ts:48341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48341) - -___ - -### SetGroupPermissions - -• **SetGroupPermissions** = ``"set_group_permissions"`` - -#### Defined in - -[middleware/types.ts:48342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48342) - -___ - -### SetHeapPages - -• **SetHeapPages** = ``"set_heap_pages"`` - -#### Defined in - -[middleware/types.ts:48343](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48343) - -___ - -### SetHistoryDepth - -• **SetHistoryDepth** = ``"set_history_depth"`` - -#### Defined in - -[middleware/types.ts:48344](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48344) - -___ - -### SetInvulnerables - -• **SetInvulnerables** = ``"set_invulnerables"`` - -#### Defined in - -[middleware/types.ts:48345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48345) - -___ - -### SetItnRewardStatus - -• **SetItnRewardStatus** = ``"set_itn_reward_status"`` - -#### Defined in - -[middleware/types.ts:48346](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48346) - -___ - -### SetKey - -• **SetKey** = ``"set_key"`` - -#### Defined in - -[middleware/types.ts:48347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48347) - -___ - -### SetKeys - -• **SetKeys** = ``"set_keys"`` - -#### Defined in - -[middleware/types.ts:48348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48348) - -___ - -### SetMasterKey - -• **SetMasterKey** = ``"set_master_key"`` - -#### Defined in - -[middleware/types.ts:48349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48349) - -___ - -### SetMaxDetailsLength - -• **SetMaxDetailsLength** = ``"set_max_details_length"`` - -#### Defined in - -[middleware/types.ts:48350](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48350) - -___ - -### SetMaxPipSkipCount - -• **SetMaxPipSkipCount** = ``"set_max_pip_skip_count"`` - -#### Defined in - -[middleware/types.ts:48351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48351) - -___ - -### SetMinBondThreshold - -• **SetMinBondThreshold** = ``"set_min_bond_threshold"`` - -#### Defined in - -[middleware/types.ts:48352](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48352) - -___ - -### SetMinProposalDeposit - -• **SetMinProposalDeposit** = ``"set_min_proposal_deposit"`` - -#### Defined in - -[middleware/types.ts:48353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48353) - -___ - -### SetPayee - -• **SetPayee** = ``"set_payee"`` - -#### Defined in - -[middleware/types.ts:48354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48354) - -___ - -### SetPayingKey - -• **SetPayingKey** = ``"set_paying_key"`` - -#### Defined in - -[middleware/types.ts:48355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48355) - -___ - -### SetPendingPipExpiry - -• **SetPendingPipExpiry** = ``"set_pending_pip_expiry"`` - -#### Defined in - -[middleware/types.ts:48356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48356) - -___ - -### SetPermissionToSigner - -• **SetPermissionToSigner** = ``"set_permission_to_signer"`` - -#### Defined in - -[middleware/types.ts:48357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48357) - -___ - -### SetPrimaryKey - -• **SetPrimaryKey** = ``"set_primary_key"`` - -#### Defined in - -[middleware/types.ts:48358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48358) - -___ - -### SetProposalCoolOffPeriod - -• **SetProposalCoolOffPeriod** = ``"set_proposal_cool_off_period"`` - -#### Defined in - -[middleware/types.ts:48359](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48359) - -___ - -### SetProposalDuration - -• **SetProposalDuration** = ``"set_proposal_duration"`` - -#### Defined in - -[middleware/types.ts:48360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48360) - -___ - -### SetPruneHistoricalPips - -• **SetPruneHistoricalPips** = ``"set_prune_historical_pips"`` - -#### Defined in - -[middleware/types.ts:48361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48361) - -___ - -### SetReleaseCoordinator - -• **SetReleaseCoordinator** = ``"set_release_coordinator"`` - -#### Defined in - -[middleware/types.ts:48362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48362) - -___ - -### SetSchedulesMaxComplexity - -• **SetSchedulesMaxComplexity** = ``"set_schedules_max_complexity"`` - -#### Defined in - -[middleware/types.ts:48363](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48363) - -___ - -### SetSecondaryKeyPermissions - -• **SetSecondaryKeyPermissions** = ``"set_secondary_key_permissions"`` - -#### Defined in - -[middleware/types.ts:48364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48364) - -___ - -### SetStorage - -• **SetStorage** = ``"set_storage"`` - -#### Defined in - -[middleware/types.ts:48365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48365) - -___ - -### SetUncles - -• **SetUncles** = ``"set_uncles"`` - -#### Defined in - -[middleware/types.ts:48366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48366) - -___ - -### SetValidatorCount - -• **SetValidatorCount** = ``"set_validator_count"`` - -#### Defined in - -[middleware/types.ts:48367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48367) - -___ - -### SetVenueFiltering - -• **SetVenueFiltering** = ``"set_venue_filtering"`` - -#### Defined in - -[middleware/types.ts:48368](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48368) - -___ - -### SetVoteThreshold - -• **SetVoteThreshold** = ``"set_vote_threshold"`` - -#### Defined in - -[middleware/types.ts:48369](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48369) - -___ - -### Snapshot - -• **Snapshot** = ``"snapshot"`` - -#### Defined in - -[middleware/types.ts:48370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48370) - -___ - -### Stop - -• **Stop** = ``"stop"`` - -#### Defined in - -[middleware/types.ts:48371](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48371) - -___ - -### SubmitElectionSolution - -• **SubmitElectionSolution** = ``"submit_election_solution"`` - -#### Defined in - -[middleware/types.ts:48372](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48372) - -___ - -### SubmitElectionSolutionUnsigned - -• **SubmitElectionSolutionUnsigned** = ``"submit_election_solution_unsigned"`` - -#### Defined in - -[middleware/types.ts:48373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48373) - -___ - -### Sudo - -• **Sudo** = ``"sudo"`` - -#### Defined in - -[middleware/types.ts:48374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48374) - -___ - -### SudoAs - -• **SudoAs** = ``"sudo_as"`` - -#### Defined in - -[middleware/types.ts:48375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48375) - -___ - -### SudoUncheckedWeight - -• **SudoUncheckedWeight** = ``"sudo_unchecked_weight"`` - -#### Defined in - -[middleware/types.ts:48376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48376) - -___ - -### SwapMember - -• **SwapMember** = ``"swap_member"`` - -#### Defined in - -[middleware/types.ts:48377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48377) - -___ - -### Transfer - -• **Transfer** = ``"transfer"`` - -#### Defined in - -[middleware/types.ts:48378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48378) - -___ - -### TransferWithMemo - -• **TransferWithMemo** = ``"transfer_with_memo"`` - -#### Defined in - -[middleware/types.ts:48379](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48379) - -___ - -### Unbond - -• **Unbond** = ``"unbond"`` - -#### Defined in - -[middleware/types.ts:48380](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48380) - -___ - -### UnclaimReceipt - -• **UnclaimReceipt** = ``"unclaim_receipt"`` - -#### Defined in - -[middleware/types.ts:48381](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48381) - -___ - -### Unfreeze - -• **Unfreeze** = ``"unfreeze"`` - -#### Defined in - -[middleware/types.ts:48382](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48382) - -___ - -### UnfreezeFundraiser - -• **UnfreezeFundraiser** = ``"unfreeze_fundraiser"`` - -#### Defined in - -[middleware/types.ts:48383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48383) - -___ - -### UnfreezeSecondaryKeys - -• **UnfreezeSecondaryKeys** = ``"unfreeze_secondary_keys"`` - -#### Defined in - -[middleware/types.ts:48384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48384) - -___ - -### UnfreezeTxs - -• **UnfreezeTxs** = ``"unfreeze_txs"`` - -#### Defined in - -[middleware/types.ts:48385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48385) - -___ - -### UnlinkChildIdentity - -• **UnlinkChildIdentity** = ``"unlink_child_identity"`` - -#### Defined in - -[middleware/types.ts:48386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48386) - -___ - -### UnnotePreimage - -• **UnnotePreimage** = ``"unnote_preimage"`` - -#### Defined in - -[middleware/types.ts:48387](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48387) - -___ - -### UnrequestPreimage - -• **UnrequestPreimage** = ``"unrequest_preimage"`` - -#### Defined in - -[middleware/types.ts:48388](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48388) - -___ - -### UpdateAssetType - -• **UpdateAssetType** = ``"update_asset_type"`` - -#### Defined in - -[middleware/types.ts:48389](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48389) - -___ - -### UpdateCallRuntimeWhitelist - -• **UpdateCallRuntimeWhitelist** = ``"update_call_runtime_whitelist"`` - -#### Defined in - -[middleware/types.ts:48390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48390) - -___ - -### UpdateIdentifiers - -• **UpdateIdentifiers** = ``"update_identifiers"`` - -#### Defined in - -[middleware/types.ts:48391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48391) - -___ - -### UpdatePermissionedValidatorIntendedCount - -• **UpdatePermissionedValidatorIntendedCount** = ``"update_permissioned_validator_intended_count"`` - -#### Defined in - -[middleware/types.ts:48392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48392) - -___ - -### UpdatePolyxLimit - -• **UpdatePolyxLimit** = ``"update_polyx_limit"`` - -#### Defined in - -[middleware/types.ts:48393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48393) - -___ - -### UpdateVenueDetails - -• **UpdateVenueDetails** = ``"update_venue_details"`` - -#### Defined in - -[middleware/types.ts:48394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48394) - -___ - -### UpdateVenueSigners - -• **UpdateVenueSigners** = ``"update_venue_signers"`` - -#### Defined in - -[middleware/types.ts:48395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48395) - -___ - -### UpdateVenueType - -• **UpdateVenueType** = ``"update_venue_type"`` - -#### Defined in - -[middleware/types.ts:48396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48396) - -___ - -### UpgradeApi - -• **UpgradeApi** = ``"upgrade_api"`` - -#### Defined in - -[middleware/types.ts:48397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48397) - -___ - -### UploadCode - -• **UploadCode** = ``"upload_code"`` - -#### Defined in - -[middleware/types.ts:48398](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48398) - -___ - -### Validate - -• **Validate** = ``"validate"`` - -#### Defined in - -[middleware/types.ts:48399](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48399) - -___ - -### ValidateCddExpiryNominators - -• **ValidateCddExpiryNominators** = ``"validate_cdd_expiry_nominators"`` - -#### Defined in - -[middleware/types.ts:48400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48400) - -___ - -### Vote - -• **Vote** = ``"vote"`` - -#### Defined in - -[middleware/types.ts:48401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48401) - -___ - -### VoteOrPropose - -• **VoteOrPropose** = ``"vote_or_propose"`` - -#### Defined in - -[middleware/types.ts:48402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48402) - -___ - -### WithWeight - -• **WithWeight** = ``"with_weight"`` - -#### Defined in - -[middleware/types.ts:48403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48403) - -___ - -### WithdrawAffirmation - -• **WithdrawAffirmation** = ``"withdraw_affirmation"`` - -#### Defined in - -[middleware/types.ts:48404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48404) - -___ - -### WithdrawAffirmationV2 - -• **WithdrawAffirmationV2** = ``"withdraw_affirmation_v2"`` - -#### Defined in - -[middleware/types.ts:48405](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48405) - -___ - -### WithdrawAffirmationWithCount - -• **WithdrawAffirmationWithCount** = ``"withdraw_affirmation_with_count"`` - -#### Defined in - -[middleware/types.ts:48406](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48406) - -___ - -### WithdrawUnbonded - -• **WithdrawUnbonded** = ``"withdraw_unbonded"`` - -#### Defined in - -[middleware/types.ts:48407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L48407) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ClaimScopeTypeEnum/ClaimScopeTypeEnum.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ClaimScopeTypeEnum/ClaimScopeTypeEnum.md deleted file mode 100644 index 6afb7d2d22..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ClaimScopeTypeEnum/ClaimScopeTypeEnum.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "ClaimScopeTypeEnum" -title: "Enumeration: ClaimScopeTypeEnum" -sidebar_label: "ClaimScopeTypeEnum" ---- - -[types](../../../modules/Types/Types.md).ClaimScopeTypeEnum - -## Enumeration Members - -### Custom - -• **Custom** = ``"Custom"`` - -#### Defined in - -[middleware/typesV1.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/typesV1.ts#L6) - -___ - -### Identity - -• **Identity** = ``"Identity"`` - -#### Defined in - -[middleware/typesV1.ts:4](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/typesV1.ts#L4) - -___ - -### Ticker - -• **Ticker** = ``"Ticker"`` - -#### Defined in - -[middleware/typesV1.ts:5](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/typesV1.ts#L5) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ClaimType/ClaimType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ClaimType/ClaimType.md deleted file mode 100644 index ef3fc4f202..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ClaimType/ClaimType.md +++ /dev/null @@ -1,107 +0,0 @@ ---- -id: "ClaimType" -title: "Enumeration: ClaimType" -sidebar_label: "ClaimType" ---- - -[types](../../../modules/Types/Types.md).ClaimType - -## Enumeration Members - -### Accredited - -• **Accredited** = ``"Accredited"`` - -#### Defined in - -[types/index.ts:231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L231) - -___ - -### Affiliate - -• **Affiliate** = ``"Affiliate"`` - -#### Defined in - -[types/index.ts:232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L232) - -___ - -### Blocked - -• **Blocked** = ``"Blocked"`` - -#### Defined in - -[types/index.ts:239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L239) - -___ - -### BuyLockup - -• **BuyLockup** = ``"BuyLockup"`` - -#### Defined in - -[types/index.ts:233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L233) - -___ - -### Custom - -• **Custom** = ``"Custom"`` - -#### Defined in - -[types/index.ts:240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L240) - -___ - -### CustomerDueDiligence - -• **CustomerDueDiligence** = ``"CustomerDueDiligence"`` - -#### Defined in - -[types/index.ts:235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L235) - -___ - -### Exempted - -• **Exempted** = ``"Exempted"`` - -#### Defined in - -[types/index.ts:238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L238) - -___ - -### Jurisdiction - -• **Jurisdiction** = ``"Jurisdiction"`` - -#### Defined in - -[types/index.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L237) - -___ - -### KnowYourCustomer - -• **KnowYourCustomer** = ``"KnowYourCustomer"`` - -#### Defined in - -[types/index.ts:236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L236) - -___ - -### SellLockup - -• **SellLockup** = ``"SellLockup"`` - -#### Defined in - -[types/index.ts:234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L234) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ConditionTarget/ConditionTarget.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ConditionTarget/ConditionTarget.md deleted file mode 100644 index 52ea6c3711..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ConditionTarget/ConditionTarget.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "ConditionTarget" -title: "Enumeration: ConditionTarget" -sidebar_label: "ConditionTarget" ---- - -[types](../../../modules/Types/Types.md).ConditionTarget - -## Enumeration Members - -### Both - -• **Both** = ``"Both"`` - -#### Defined in - -[types/index.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L215) - -___ - -### Receiver - -• **Receiver** = ``"Receiver"`` - -#### Defined in - -[types/index.ts:214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L214) - -___ - -### Sender - -• **Sender** = ``"Sender"`` - -#### Defined in - -[types/index.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L213) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ConditionType/ConditionType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ConditionType/ConditionType.md deleted file mode 100644 index b477d841bf..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ConditionType/ConditionType.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "ConditionType" -title: "Enumeration: ConditionType" -sidebar_label: "ConditionType" ---- - -[types](../../../modules/Types/Types.md).ConditionType - -## Enumeration Members - -### IsAbsent - -• **IsAbsent** = ``"IsAbsent"`` - -#### Defined in - -[types/index.ts:427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L427) - -___ - -### IsAnyOf - -• **IsAnyOf** = ``"IsAnyOf"`` - -#### Defined in - -[types/index.ts:428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L428) - -___ - -### IsExternalAgent - -• **IsExternalAgent** = ``"IsExternalAgent"`` - -#### Defined in - -[types/index.ts:430](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L430) - -___ - -### IsIdentity - -• **IsIdentity** = ``"IsIdentity"`` - -#### Defined in - -[types/index.ts:431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L431) - -___ - -### IsNoneOf - -• **IsNoneOf** = ``"IsNoneOf"`` - -#### Defined in - -[types/index.ts:429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L429) - -___ - -### IsPresent - -• **IsPresent** = ``"IsPresent"`` - -#### Defined in - -[types/index.ts:426](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L426) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ErrorCode/ErrorCode.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ErrorCode/ErrorCode.md deleted file mode 100644 index 5d65a52056..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ErrorCode/ErrorCode.md +++ /dev/null @@ -1,200 +0,0 @@ ---- -id: "ErrorCode" -title: "Enumeration: ErrorCode" -sidebar_label: "ErrorCode" ---- - -[types](../../../modules/Types/Types.md).ErrorCode - -Specifies possible types of errors in the SDK - -## Enumeration Members - -### DataUnavailable - -• **DataUnavailable** = ``"DataUnavailable"`` - -the data that is being fetched does not exist on-chain, or relies on non-existent data. There are - some cases where the data did exist at some point, but has been deleted to save storage space - -#### Defined in - -[types/index.ts:562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L562) - -___ - -### EntityInUse - -• **EntityInUse** = ``"EntityInUse"`` - -this type of error is thrown when attempting to delete/modify an entity which has other entities depending on it. For example, deleting - a Portfolio that still holds assets, or removing a Checkpoint Schedule that is being referenced by a Corporate Action - -#### Defined in - -[types/index.ts:584](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L584) - -___ - -### FatalError - -• **FatalError** = ``"FatalError"`` - -error that should cause termination of the calling application - -#### Defined in - -[types/index.ts:544](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L544) - -___ - -### General - -• **General** = ``"General"`` - -general purpose errors that don't fit well into the other categories - -#### Defined in - -[types/index.ts:597](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L597) - -___ - -### InsufficientBalance - -• **InsufficientBalance** = ``"InsufficientBalance"`` - -one or more parties involved in the transaction do not have enough balance to perform it - -#### Defined in - -[types/index.ts:588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L588) - -___ - -### LimitExceeded - -• **LimitExceeded** = ``"LimitExceeded"`` - -the data that is being written to the chain would result in some limit being exceeded. For example, adding a transfer - restriction when the maximum possible amount has already been added - -#### Defined in - -[types/index.ts:572](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L572) - -___ - -### MiddlewareError - -• **MiddlewareError** = ``"MiddlewareError"`` - -errors encountered when interacting with the historic data middleware (GQL server) - -#### Defined in - -[types/index.ts:557](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L557) - -___ - -### NoDataChange - -• **NoDataChange** = ``"NoDataChange"`` - -the data that is being written to the chain is the same data that is already in place. This would result - in a redundant/useless transaction being executed - -#### Defined in - -[types/index.ts:567](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L567) - -___ - -### NotAuthorized - -• **NotAuthorized** = ``"NotAuthorized"`` - -user does not have the required roles/permissions to perform an operation - -#### Defined in - -[types/index.ts:553](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L553) - -___ - -### TransactionAborted - -• **TransactionAborted** = ``"TransactionAborted"`` - -transaction removed from the tx pool - -#### Defined in - -[types/index.ts:530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L530) - -___ - -### TransactionRejectedByUser - -• **TransactionRejectedByUser** = ``"TransactionRejectedByUser"`` - -user rejected the transaction in their wallet - -#### Defined in - -[types/index.ts:534](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L534) - -___ - -### TransactionReverted - -• **TransactionReverted** = ``"TransactionReverted"`` - -transaction failed due to an on-chain error. This is a business logic error, - and it should be caught by the SDK before being sent to the chain. - Please report it to the Polymesh team - -#### Defined in - -[types/index.ts:540](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L540) - -___ - -### UnexpectedError - -• **UnexpectedError** = ``"UnexpectedError"`` - -errors that are the result of something unforeseen. - These should generally be reported to the Polymesh team - -#### Defined in - -[types/index.ts:593](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L593) - -___ - -### UnmetPrerequisite - -• **UnmetPrerequisite** = ``"UnmetPrerequisite"`` - -one or more base prerequisites for a transaction to be successful haven't been met. For example, reserving a ticker requires - said ticker to not be already reserved. Attempting to reserve a ticker without that prerequisite being met would result in this - type of error. Attempting to create an entity that already exists would also fall into this category, - if the entity in question is supposed to be unique - -#### Defined in - -[types/index.ts:579](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L579) - -___ - -### ValidationError - -• **ValidationError** = ``"ValidationError"`` - -user input error. This means that one or more inputs passed by the user - do not conform to expected value ranges or types - -#### Defined in - -[types/index.ts:549](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L549) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/EventIdEnum/EventIdEnum.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/EventIdEnum/EventIdEnum.md deleted file mode 100644 index 0f696e8566..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/EventIdEnum/EventIdEnum.md +++ /dev/null @@ -1,3719 +0,0 @@ ---- -id: "EventIdEnum" -title: "Enumeration: EventIdEnum" -sidebar_label: "EventIdEnum" ---- - -[types](../../../modules/Types/Types.md).EventIdEnum - -Events are emitted when chain state is changed. This enum represents all known events - -## Enumeration Members - -### AcceptedPayingKey - -• **AcceptedPayingKey** = ``"AcceptedPayingKey"`` - -#### Defined in - -[middleware/types.ts:52727](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52727) - -___ - -### AccountBalanceBurned - -• **AccountBalanceBurned** = ``"AccountBalanceBurned"`` - -#### Defined in - -[middleware/types.ts:52728](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52728) - -___ - -### ActiveLimitChanged - -• **ActiveLimitChanged** = ``"ActiveLimitChanged"`` - -#### Defined in - -[middleware/types.ts:52729](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52729) - -___ - -### ActivePipLimitChanged - -• **ActivePipLimitChanged** = ``"ActivePipLimitChanged"`` - -#### Defined in - -[middleware/types.ts:52730](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52730) - -___ - -### AdminChanged - -• **AdminChanged** = ``"AdminChanged"`` - -#### Defined in - -[middleware/types.ts:52731](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52731) - -___ - -### AffirmationWithdrawn - -• **AffirmationWithdrawn** = ``"AffirmationWithdrawn"`` - -#### Defined in - -[middleware/types.ts:52732](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52732) - -___ - -### AgentAdded - -• **AgentAdded** = ``"AgentAdded"`` - -#### Defined in - -[middleware/types.ts:52733](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52733) - -___ - -### AgentRemoved - -• **AgentRemoved** = ``"AgentRemoved"`` - -#### Defined in - -[middleware/types.ts:52734](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52734) - -___ - -### AllGood - -• **AllGood** = ``"AllGood"`` - -#### Defined in - -[middleware/types.ts:52735](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52735) - -___ - -### ApiHashUpdated - -• **ApiHashUpdated** = ``"ApiHashUpdated"`` - -#### Defined in - -[middleware/types.ts:52736](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52736) - -___ - -### Approval - -• **Approval** = ``"Approval"`` - -#### Defined in - -[middleware/types.ts:52737](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52737) - -___ - -### Approved - -• **Approved** = ``"Approved"`` - -#### Defined in - -[middleware/types.ts:52738](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52738) - -___ - -### AssetAffirmationExemption - -• **AssetAffirmationExemption** = ``"AssetAffirmationExemption"`` - -#### Defined in - -[middleware/types.ts:52739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52739) - -___ - -### AssetBalanceUpdated - -• **AssetBalanceUpdated** = ``"AssetBalanceUpdated"`` - -#### Defined in - -[middleware/types.ts:52740](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52740) - -___ - -### AssetCompliancePaused - -• **AssetCompliancePaused** = ``"AssetCompliancePaused"`` - -#### Defined in - -[middleware/types.ts:52741](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52741) - -___ - -### AssetComplianceReplaced - -• **AssetComplianceReplaced** = ``"AssetComplianceReplaced"`` - -#### Defined in - -[middleware/types.ts:52742](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52742) - -___ - -### AssetComplianceReset - -• **AssetComplianceReset** = ``"AssetComplianceReset"`` - -#### Defined in - -[middleware/types.ts:52743](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52743) - -___ - -### AssetComplianceResumed - -• **AssetComplianceResumed** = ``"AssetComplianceResumed"`` - -#### Defined in - -[middleware/types.ts:52744](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52744) - -___ - -### AssetCreated - -• **AssetCreated** = ``"AssetCreated"`` - -#### Defined in - -[middleware/types.ts:52745](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52745) - -___ - -### AssetDidRegistered - -• **AssetDidRegistered** = ``"AssetDidRegistered"`` - -#### Defined in - -[middleware/types.ts:52746](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52746) - -___ - -### AssetFrozen - -• **AssetFrozen** = ``"AssetFrozen"`` - -#### Defined in - -[middleware/types.ts:52747](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52747) - -___ - -### AssetOwnershipTransferred - -• **AssetOwnershipTransferred** = ``"AssetOwnershipTransferred"`` - -#### Defined in - -[middleware/types.ts:52748](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52748) - -___ - -### AssetPurchased - -• **AssetPurchased** = ``"AssetPurchased"`` - -#### Defined in - -[middleware/types.ts:52749](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52749) - -___ - -### AssetRenamed - -• **AssetRenamed** = ``"AssetRenamed"`` - -#### Defined in - -[middleware/types.ts:52750](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52750) - -___ - -### AssetRuleChanged - -• **AssetRuleChanged** = ``"AssetRuleChanged"`` - -#### Defined in - -[middleware/types.ts:52751](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52751) - -___ - -### AssetRuleRemoved - -• **AssetRuleRemoved** = ``"AssetRuleRemoved"`` - -#### Defined in - -[middleware/types.ts:52752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52752) - -___ - -### AssetRulesPaused - -• **AssetRulesPaused** = ``"AssetRulesPaused"`` - -#### Defined in - -[middleware/types.ts:52753](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52753) - -___ - -### AssetRulesReplaced - -• **AssetRulesReplaced** = ``"AssetRulesReplaced"`` - -#### Defined in - -[middleware/types.ts:52754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52754) - -___ - -### AssetRulesReset - -• **AssetRulesReset** = ``"AssetRulesReset"`` - -#### Defined in - -[middleware/types.ts:52755](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52755) - -___ - -### AssetRulesResumed - -• **AssetRulesResumed** = ``"AssetRulesResumed"`` - -#### Defined in - -[middleware/types.ts:52756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52756) - -___ - -### AssetStatsUpdated - -• **AssetStatsUpdated** = ``"AssetStatsUpdated"`` - -#### Defined in - -[middleware/types.ts:52757](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52757) - -___ - -### AssetTypeChanged - -• **AssetTypeChanged** = ``"AssetTypeChanged"`` - -#### Defined in - -[middleware/types.ts:52758](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52758) - -___ - -### AssetUnfrozen - -• **AssetUnfrozen** = ``"AssetUnfrozen"`` - -#### Defined in - -[middleware/types.ts:52759](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52759) - -___ - -### AuthorizationAdded - -• **AuthorizationAdded** = ``"AuthorizationAdded"`` - -#### Defined in - -[middleware/types.ts:52760](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52760) - -___ - -### AuthorizationConsumed - -• **AuthorizationConsumed** = ``"AuthorizationConsumed"`` - -#### Defined in - -[middleware/types.ts:52761](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52761) - -___ - -### AuthorizationRejected - -• **AuthorizationRejected** = ``"AuthorizationRejected"`` - -#### Defined in - -[middleware/types.ts:52762](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52762) - -___ - -### AuthorizationRetryLimitReached - -• **AuthorizationRetryLimitReached** = ``"AuthorizationRetryLimitReached"`` - -#### Defined in - -[middleware/types.ts:52763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52763) - -___ - -### AuthorizationRevoked - -• **AuthorizationRevoked** = ``"AuthorizationRevoked"`` - -#### Defined in - -[middleware/types.ts:52764](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52764) - -___ - -### AuthorizedPayingKey - -• **AuthorizedPayingKey** = ``"AuthorizedPayingKey"`` - -#### Defined in - -[middleware/types.ts:52765](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52765) - -___ - -### BalanceSet - -• **BalanceSet** = ``"BalanceSet"`` - -#### Defined in - -[middleware/types.ts:52766](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52766) - -___ - -### BallotCancelled - -• **BallotCancelled** = ``"BallotCancelled"`` - -#### Defined in - -[middleware/types.ts:52767](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52767) - -___ - -### BallotCreated - -• **BallotCreated** = ``"BallotCreated"`` - -#### Defined in - -[middleware/types.ts:52768](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52768) - -___ - -### BatchCompleted - -• **BatchCompleted** = ``"BatchCompleted"`` - -#### Defined in - -[middleware/types.ts:52769](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52769) - -___ - -### BatchCompletedOld - -• **BatchCompletedOld** = ``"BatchCompletedOld"`` - -#### Defined in - -[middleware/types.ts:52770](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52770) - -___ - -### BatchCompletedWithErrors - -• **BatchCompletedWithErrors** = ``"BatchCompletedWithErrors"`` - -#### Defined in - -[middleware/types.ts:52771](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52771) - -___ - -### BatchInterrupted - -• **BatchInterrupted** = ``"BatchInterrupted"`` - -#### Defined in - -[middleware/types.ts:52772](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52772) - -___ - -### BatchInterruptedOld - -• **BatchInterruptedOld** = ``"BatchInterruptedOld"`` - -#### Defined in - -[middleware/types.ts:52773](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52773) - -___ - -### BatchOptimisticFailed - -• **BatchOptimisticFailed** = ``"BatchOptimisticFailed"`` - -#### Defined in - -[middleware/types.ts:52774](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52774) - -___ - -### BenefitClaimed - -• **BenefitClaimed** = ``"BenefitClaimed"`` - -#### Defined in - -[middleware/types.ts:52775](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52775) - -___ - -### Bonded - -• **Bonded** = ``"Bonded"`` - -#### Defined in - -[middleware/types.ts:52776](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52776) - -___ - -### BridgeLimitUpdated - -• **BridgeLimitUpdated** = ``"BridgeLimitUpdated"`` - -#### Defined in - -[middleware/types.ts:52777](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52777) - -___ - -### BridgeTxFailed - -• **BridgeTxFailed** = ``"BridgeTxFailed"`` - -#### Defined in - -[middleware/types.ts:52778](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52778) - -___ - -### BridgeTxScheduleFailed - -• **BridgeTxScheduleFailed** = ``"BridgeTxScheduleFailed"`` - -#### Defined in - -[middleware/types.ts:52779](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52779) - -___ - -### BridgeTxScheduled - -• **BridgeTxScheduled** = ``"BridgeTxScheduled"`` - -#### Defined in - -[middleware/types.ts:52780](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52780) - -___ - -### Bridged - -• **Bridged** = ``"Bridged"`` - -#### Defined in - -[middleware/types.ts:52781](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52781) - -___ - -### CaInitiated - -• **CaInitiated** = ``"CAInitiated"`` - -#### Defined in - -[middleware/types.ts:52783](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52783) - -___ - -### CaLinkedToDoc - -• **CaLinkedToDoc** = ``"CALinkedToDoc"`` - -#### Defined in - -[middleware/types.ts:52784](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52784) - -___ - -### CaRemoved - -• **CaRemoved** = ``"CARemoved"`` - -#### Defined in - -[middleware/types.ts:52785](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52785) - -___ - -### CaaTransferred - -• **CaaTransferred** = ``"CAATransferred"`` - -#### Defined in - -[middleware/types.ts:52782](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52782) - -___ - -### CallLookupFailed - -• **CallLookupFailed** = ``"CallLookupFailed"`` - -#### Defined in - -[middleware/types.ts:52786](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52786) - -___ - -### CallUnavailable - -• **CallUnavailable** = ``"CallUnavailable"`` - -#### Defined in - -[middleware/types.ts:52787](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52787) - -___ - -### Called - -• **Called** = ``"Called"`` - -#### Defined in - -[middleware/types.ts:52788](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52788) - -___ - -### Canceled - -• **Canceled** = ``"Canceled"`` - -#### Defined in - -[middleware/types.ts:52789](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52789) - -___ - -### CddClaimsInvalidated - -• **CddClaimsInvalidated** = ``"CddClaimsInvalidated"`` - -#### Defined in - -[middleware/types.ts:52790](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52790) - -___ - -### CddRequirementForMasterKeyUpdated - -• **CddRequirementForMasterKeyUpdated** = ``"CddRequirementForMasterKeyUpdated"`` - -#### Defined in - -[middleware/types.ts:52791](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52791) - -___ - -### CddRequirementForPrimaryKeyUpdated - -• **CddRequirementForPrimaryKeyUpdated** = ``"CddRequirementForPrimaryKeyUpdated"`` - -#### Defined in - -[middleware/types.ts:52792](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52792) - -___ - -### CddStatus - -• **CddStatus** = ``"CddStatus"`` - -#### Defined in - -[middleware/types.ts:52793](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52793) - -___ - -### CheckpointCreated - -• **CheckpointCreated** = ``"CheckpointCreated"`` - -#### Defined in - -[middleware/types.ts:52794](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52794) - -___ - -### ChildDidCreated - -• **ChildDidCreated** = ``"ChildDidCreated"`` - -#### Defined in - -[middleware/types.ts:52795](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52795) - -___ - -### ChildDidUnlinked - -• **ChildDidUnlinked** = ``"ChildDidUnlinked"`` - -#### Defined in - -[middleware/types.ts:52796](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52796) - -___ - -### ClaimAdded - -• **ClaimAdded** = ``"ClaimAdded"`` - -#### Defined in - -[middleware/types.ts:52797](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52797) - -___ - -### ClaimRevoked - -• **ClaimRevoked** = ``"ClaimRevoked"`` - -#### Defined in - -[middleware/types.ts:52798](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52798) - -___ - -### ClassicTickerClaimed - -• **ClassicTickerClaimed** = ``"ClassicTickerClaimed"`` - -#### Defined in - -[middleware/types.ts:52799](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52799) - -___ - -### Cleared - -• **Cleared** = ``"Cleared"`` - -#### Defined in - -[middleware/types.ts:52800](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52800) - -___ - -### Closed - -• **Closed** = ``"Closed"`` - -#### Defined in - -[middleware/types.ts:52801](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52801) - -___ - -### CodeRemoved - -• **CodeRemoved** = ``"CodeRemoved"`` - -#### Defined in - -[middleware/types.ts:52802](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52802) - -___ - -### CodeStored - -• **CodeStored** = ``"CodeStored"`` - -#### Defined in - -[middleware/types.ts:52803](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52803) - -___ - -### CodeUpdated - -• **CodeUpdated** = ``"CodeUpdated"`` - -#### Defined in - -[middleware/types.ts:52804](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52804) - -___ - -### CoefficientSet - -• **CoefficientSet** = ``"CoefficientSet"`` - -#### Defined in - -[middleware/types.ts:52805](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52805) - -___ - -### CommissionCapUpdated - -• **CommissionCapUpdated** = ``"CommissionCapUpdated"`` - -#### Defined in - -[middleware/types.ts:52806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52806) - -___ - -### ComplianceRequirementChanged - -• **ComplianceRequirementChanged** = ``"ComplianceRequirementChanged"`` - -#### Defined in - -[middleware/types.ts:52807](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52807) - -___ - -### ComplianceRequirementCreated - -• **ComplianceRequirementCreated** = ``"ComplianceRequirementCreated"`` - -#### Defined in - -[middleware/types.ts:52808](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52808) - -___ - -### ComplianceRequirementRemoved - -• **ComplianceRequirementRemoved** = ``"ComplianceRequirementRemoved"`` - -#### Defined in - -[middleware/types.ts:52809](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52809) - -___ - -### ContractCodeUpdated - -• **ContractCodeUpdated** = ``"ContractCodeUpdated"`` - -#### Defined in - -[middleware/types.ts:52810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52810) - -___ - -### ContractEmitted - -• **ContractEmitted** = ``"ContractEmitted"`` - -#### Defined in - -[middleware/types.ts:52811](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52811) - -___ - -### ContractExecution - -• **ContractExecution** = ``"ContractExecution"`` - -#### Defined in - -[middleware/types.ts:52812](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52812) - -___ - -### ControllerChanged - -• **ControllerChanged** = ``"ControllerChanged"`` - -#### Defined in - -[middleware/types.ts:52813](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52813) - -___ - -### ControllerRedemption - -• **ControllerRedemption** = ``"ControllerRedemption"`` - -#### Defined in - -[middleware/types.ts:52814](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52814) - -___ - -### ControllerTransfer - -• **ControllerTransfer** = ``"ControllerTransfer"`` - -#### Defined in - -[middleware/types.ts:52815](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52815) - -___ - -### Created - -• **Created** = ``"Created"`` - -#### Defined in - -[middleware/types.ts:52816](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52816) - -___ - -### CustodyAllowanceChanged - -• **CustodyAllowanceChanged** = ``"CustodyAllowanceChanged"`` - -#### Defined in - -[middleware/types.ts:52817](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52817) - -___ - -### CustodyTransfer - -• **CustodyTransfer** = ``"CustodyTransfer"`` - -#### Defined in - -[middleware/types.ts:52818](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52818) - -___ - -### CustomAssetTypeExists - -• **CustomAssetTypeExists** = ``"CustomAssetTypeExists"`` - -#### Defined in - -[middleware/types.ts:52819](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52819) - -___ - -### CustomAssetTypeRegistered - -• **CustomAssetTypeRegistered** = ``"CustomAssetTypeRegistered"`` - -#### Defined in - -[middleware/types.ts:52820](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52820) - -___ - -### CustomClaimTypeAdded - -• **CustomClaimTypeAdded** = ``"CustomClaimTypeAdded"`` - -#### Defined in - -[middleware/types.ts:52821](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52821) - -___ - -### DefaultEnactmentPeriodChanged - -• **DefaultEnactmentPeriodChanged** = ``"DefaultEnactmentPeriodChanged"`` - -#### Defined in - -[middleware/types.ts:52822](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52822) - -___ - -### DefaultTargetIdentitiesChanged - -• **DefaultTargetIdentitiesChanged** = ``"DefaultTargetIdentitiesChanged"`` - -#### Defined in - -[middleware/types.ts:52823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52823) - -___ - -### DefaultWithholdingTaxChanged - -• **DefaultWithholdingTaxChanged** = ``"DefaultWithholdingTaxChanged"`` - -#### Defined in - -[middleware/types.ts:52824](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52824) - -___ - -### DelegateCalled - -• **DelegateCalled** = ``"DelegateCalled"`` - -#### Defined in - -[middleware/types.ts:52825](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52825) - -___ - -### DidCreated - -• **DidCreated** = ``"DidCreated"`` - -#### Defined in - -[middleware/types.ts:52826](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52826) - -___ - -### DidStatus - -• **DidStatus** = ``"DidStatus"`` - -#### Defined in - -[middleware/types.ts:52827](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52827) - -___ - -### DidWithholdingTaxChanged - -• **DidWithholdingTaxChanged** = ``"DidWithholdingTaxChanged"`` - -#### Defined in - -[middleware/types.ts:52828](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52828) - -___ - -### Dispatched - -• **Dispatched** = ``"Dispatched"`` - -#### Defined in - -[middleware/types.ts:52829](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52829) - -___ - -### DispatchedAs - -• **DispatchedAs** = ``"DispatchedAs"`` - -#### Defined in - -[middleware/types.ts:52830](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52830) - -___ - -### DividendCanceled - -• **DividendCanceled** = ``"DividendCanceled"`` - -#### Defined in - -[middleware/types.ts:52831](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52831) - -___ - -### DividendCreated - -• **DividendCreated** = ``"DividendCreated"`` - -#### Defined in - -[middleware/types.ts:52832](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52832) - -___ - -### DividendPaidOutToUser - -• **DividendPaidOutToUser** = ``"DividendPaidOutToUser"`` - -#### Defined in - -[middleware/types.ts:52833](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52833) - -___ - -### DividendRemainingClaimed - -• **DividendRemainingClaimed** = ``"DividendRemainingClaimed"`` - -#### Defined in - -[middleware/types.ts:52834](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52834) - -___ - -### DivisibilityChanged - -• **DivisibilityChanged** = ``"DivisibilityChanged"`` - -#### Defined in - -[middleware/types.ts:52835](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52835) - -___ - -### DocumentAdded - -• **DocumentAdded** = ``"DocumentAdded"`` - -#### Defined in - -[middleware/types.ts:52836](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52836) - -___ - -### DocumentRemoved - -• **DocumentRemoved** = ``"DocumentRemoved"`` - -#### Defined in - -[middleware/types.ts:52837](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52837) - -___ - -### Dummy - -• **Dummy** = ``"Dummy"`` - -#### Defined in - -[middleware/types.ts:52838](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52838) - -___ - -### Endowed - -• **Endowed** = ``"Endowed"`` - -#### Defined in - -[middleware/types.ts:52839](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52839) - -___ - -### EraPayout - -• **EraPayout** = ``"EraPayout"`` - -#### Defined in - -[middleware/types.ts:52840](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52840) - -___ - -### Evicted - -• **Evicted** = ``"Evicted"`` - -#### Defined in - -[middleware/types.ts:52841](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52841) - -___ - -### Executed - -• **Executed** = ``"Executed"`` - -#### Defined in - -[middleware/types.ts:52842](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52842) - -___ - -### ExecutionCancellingFailed - -• **ExecutionCancellingFailed** = ``"ExecutionCancellingFailed"`` - -#### Defined in - -[middleware/types.ts:52843](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52843) - -___ - -### ExecutionScheduled - -• **ExecutionScheduled** = ``"ExecutionScheduled"`` - -#### Defined in - -[middleware/types.ts:52844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52844) - -___ - -### ExecutionSchedulingFailed - -• **ExecutionSchedulingFailed** = ``"ExecutionSchedulingFailed"`` - -#### Defined in - -[middleware/types.ts:52845](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52845) - -___ - -### ExemptedUpdated - -• **ExemptedUpdated** = ``"ExemptedUpdated"`` - -#### Defined in - -[middleware/types.ts:52846](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52846) - -___ - -### ExemptionListModified - -• **ExemptionListModified** = ``"ExemptionListModified"`` - -#### Defined in - -[middleware/types.ts:52847](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52847) - -___ - -### ExemptionsAdded - -• **ExemptionsAdded** = ``"ExemptionsAdded"`` - -#### Defined in - -[middleware/types.ts:52848](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52848) - -___ - -### ExemptionsRemoved - -• **ExemptionsRemoved** = ``"ExemptionsRemoved"`` - -#### Defined in - -[middleware/types.ts:52849](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52849) - -___ - -### ExpiresAfterUpdated - -• **ExpiresAfterUpdated** = ``"ExpiresAfterUpdated"`` - -#### Defined in - -[middleware/types.ts:52850](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52850) - -___ - -### ExpiryScheduled - -• **ExpiryScheduled** = ``"ExpiryScheduled"`` - -#### Defined in - -[middleware/types.ts:52851](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52851) - -___ - -### ExpirySchedulingFailed - -• **ExpirySchedulingFailed** = ``"ExpirySchedulingFailed"`` - -#### Defined in - -[middleware/types.ts:52852](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52852) - -___ - -### ExtensionAdded - -• **ExtensionAdded** = ``"ExtensionAdded"`` - -#### Defined in - -[middleware/types.ts:52853](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52853) - -___ - -### ExtensionArchived - -• **ExtensionArchived** = ``"ExtensionArchived"`` - -#### Defined in - -[middleware/types.ts:52854](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52854) - -___ - -### ExtensionRemoved - -• **ExtensionRemoved** = ``"ExtensionRemoved"`` - -#### Defined in - -[middleware/types.ts:52855](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52855) - -___ - -### ExtensionUnArchive - -• **ExtensionUnArchive** = ``"ExtensionUnArchive"`` - -#### Defined in - -[middleware/types.ts:52856](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52856) - -___ - -### ExtrinsicFailed - -• **ExtrinsicFailed** = ``"ExtrinsicFailed"`` - -#### Defined in - -[middleware/types.ts:52857](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52857) - -___ - -### ExtrinsicSuccess - -• **ExtrinsicSuccess** = ``"ExtrinsicSuccess"`` - -#### Defined in - -[middleware/types.ts:52858](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52858) - -___ - -### FailedToExecuteInstruction - -• **FailedToExecuteInstruction** = ``"FailedToExecuteInstruction"`` - -#### Defined in - -[middleware/types.ts:52859](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52859) - -___ - -### FeeCharged - -• **FeeCharged** = ``"FeeCharged"`` - -#### Defined in - -[middleware/types.ts:52860](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52860) - -___ - -### FeeSet - -• **FeeSet** = ``"FeeSet"`` - -#### Defined in - -[middleware/types.ts:52861](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52861) - -___ - -### FinalVotes - -• **FinalVotes** = ``"FinalVotes"`` - -#### Defined in - -[middleware/types.ts:52862](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52862) - -___ - -### FreezeAdminAdded - -• **FreezeAdminAdded** = ``"FreezeAdminAdded"`` - -#### Defined in - -[middleware/types.ts:52863](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52863) - -___ - -### FreezeAdminRemoved - -• **FreezeAdminRemoved** = ``"FreezeAdminRemoved"`` - -#### Defined in - -[middleware/types.ts:52864](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52864) - -___ - -### Frozen - -• **Frozen** = ``"Frozen"`` - -#### Defined in - -[middleware/types.ts:52865](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52865) - -___ - -### FrozenTx - -• **FrozenTx** = ``"FrozenTx"`` - -#### Defined in - -[middleware/types.ts:52866](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52866) - -___ - -### FundingRoundSet - -• **FundingRoundSet** = ``"FundingRoundSet"`` - -#### Defined in - -[middleware/types.ts:52867](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52867) - -___ - -### FundraiserClosed - -• **FundraiserClosed** = ``"FundraiserClosed"`` - -#### Defined in - -[middleware/types.ts:52868](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52868) - -___ - -### FundraiserCreated - -• **FundraiserCreated** = ``"FundraiserCreated"`` - -#### Defined in - -[middleware/types.ts:52869](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52869) - -___ - -### FundraiserFrozen - -• **FundraiserFrozen** = ``"FundraiserFrozen"`` - -#### Defined in - -[middleware/types.ts:52870](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52870) - -___ - -### FundraiserUnfrozen - -• **FundraiserUnfrozen** = ``"FundraiserUnfrozen"`` - -#### Defined in - -[middleware/types.ts:52871](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52871) - -___ - -### FundraiserWindowModifed - -• **FundraiserWindowModifed** = ``"FundraiserWindowModifed"`` - -#### Defined in - -[middleware/types.ts:52872](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52872) - -___ - -### FundraiserWindowModified - -• **FundraiserWindowModified** = ``"FundraiserWindowModified"`` - -#### Defined in - -[middleware/types.ts:52873](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52873) - -___ - -### FundsMovedBetweenPortfolios - -• **FundsMovedBetweenPortfolios** = ``"FundsMovedBetweenPortfolios"`` - -#### Defined in - -[middleware/types.ts:52874](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52874) - -___ - -### FundsRaised - -• **FundsRaised** = ``"FundsRaised"`` - -#### Defined in - -[middleware/types.ts:52875](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52875) - -___ - -### FungibleTokensMovedBetweenPortfolios - -• **FungibleTokensMovedBetweenPortfolios** = ``"FungibleTokensMovedBetweenPortfolios"`` - -#### Defined in - -[middleware/types.ts:52876](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52876) - -___ - -### GlobalCommissionUpdated - -• **GlobalCommissionUpdated** = ``"GlobalCommissionUpdated"`` - -#### Defined in - -[middleware/types.ts:52877](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52877) - -___ - -### GroupChanged - -• **GroupChanged** = ``"GroupChanged"`` - -#### Defined in - -[middleware/types.ts:52878](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52878) - -___ - -### GroupCreated - -• **GroupCreated** = ``"GroupCreated"`` - -#### Defined in - -[middleware/types.ts:52879](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52879) - -___ - -### GroupPermissionsUpdated - -• **GroupPermissionsUpdated** = ``"GroupPermissionsUpdated"`` - -#### Defined in - -[middleware/types.ts:52880](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52880) - -___ - -### HeartbeatReceived - -• **HeartbeatReceived** = ``"HeartbeatReceived"`` - -#### Defined in - -[middleware/types.ts:52881](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52881) - -___ - -### HistoricalPipsPruned - -• **HistoricalPipsPruned** = ``"HistoricalPipsPruned"`` - -#### Defined in - -[middleware/types.ts:52882](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52882) - -___ - -### IdentifiersUpdated - -• **IdentifiersUpdated** = ``"IdentifiersUpdated"`` - -#### Defined in - -[middleware/types.ts:52883](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52883) - -___ - -### IndexAssigned - -• **IndexAssigned** = ``"IndexAssigned"`` - -#### Defined in - -[middleware/types.ts:52884](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52884) - -___ - -### IndexFreed - -• **IndexFreed** = ``"IndexFreed"`` - -#### Defined in - -[middleware/types.ts:52885](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52885) - -___ - -### IndexFrozen - -• **IndexFrozen** = ``"IndexFrozen"`` - -#### Defined in - -[middleware/types.ts:52886](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52886) - -___ - -### IndividualCommissionEnabled - -• **IndividualCommissionEnabled** = ``"IndividualCommissionEnabled"`` - -#### Defined in - -[middleware/types.ts:52887](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52887) - -___ - -### Instantiated - -• **Instantiated** = ``"Instantiated"`` - -#### Defined in - -[middleware/types.ts:52888](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52888) - -___ - -### InstantiationFeeChanged - -• **InstantiationFeeChanged** = ``"InstantiationFeeChanged"`` - -#### Defined in - -[middleware/types.ts:52889](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52889) - -___ - -### InstantiationFreezed - -• **InstantiationFreezed** = ``"InstantiationFreezed"`` - -#### Defined in - -[middleware/types.ts:52890](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52890) - -___ - -### InstantiationUnFreezed - -• **InstantiationUnFreezed** = ``"InstantiationUnFreezed"`` - -#### Defined in - -[middleware/types.ts:52891](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52891) - -___ - -### InstructionAffirmed - -• **InstructionAffirmed** = ``"InstructionAffirmed"`` - -#### Defined in - -[middleware/types.ts:52892](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52892) - -___ - -### InstructionAuthorized - -• **InstructionAuthorized** = ``"InstructionAuthorized"`` - -#### Defined in - -[middleware/types.ts:52893](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52893) - -___ - -### InstructionAutomaticallyAffirmed - -• **InstructionAutomaticallyAffirmed** = ``"InstructionAutomaticallyAffirmed"`` - -#### Defined in - -[middleware/types.ts:52894](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52894) - -___ - -### InstructionCreated - -• **InstructionCreated** = ``"InstructionCreated"`` - -#### Defined in - -[middleware/types.ts:52895](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52895) - -___ - -### InstructionExecuted - -• **InstructionExecuted** = ``"InstructionExecuted"`` - -#### Defined in - -[middleware/types.ts:52896](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52896) - -___ - -### InstructionFailed - -• **InstructionFailed** = ``"InstructionFailed"`` - -#### Defined in - -[middleware/types.ts:52897](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52897) - -___ - -### InstructionRejected - -• **InstructionRejected** = ``"InstructionRejected"`` - -#### Defined in - -[middleware/types.ts:52898](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52898) - -___ - -### InstructionRescheduled - -• **InstructionRescheduled** = ``"InstructionRescheduled"`` - -#### Defined in - -[middleware/types.ts:52899](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52899) - -___ - -### InstructionUnauthorized - -• **InstructionUnauthorized** = ``"InstructionUnauthorized"`` - -#### Defined in - -[middleware/types.ts:52900](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52900) - -___ - -### InstructionV2Created - -• **InstructionV2Created** = ``"InstructionV2Created"`` - -#### Defined in - -[middleware/types.ts:52901](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52901) - -___ - -### InvalidatedNominators - -• **InvalidatedNominators** = ``"InvalidatedNominators"`` - -#### Defined in - -[middleware/types.ts:52902](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52902) - -___ - -### Invested - -• **Invested** = ``"Invested"`` - -#### Defined in - -[middleware/types.ts:52903](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52903) - -___ - -### InvestorUniquenessClaimNotAllowed - -• **InvestorUniquenessClaimNotAllowed** = ``"InvestorUniquenessClaimNotAllowed"`` - -#### Defined in - -[middleware/types.ts:52904](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52904) - -___ - -### IsIssuable - -• **IsIssuable** = ``"IsIssuable"`` - -#### Defined in - -[middleware/types.ts:52905](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52905) - -___ - -### Issued - -• **Issued** = ``"Issued"`` - -#### Defined in - -[middleware/types.ts:52906](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52906) - -___ - -### IssuedNft - -• **IssuedNft** = ``"IssuedNFT"`` - -#### Defined in - -[middleware/types.ts:52907](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52907) - -___ - -### ItemCompleted - -• **ItemCompleted** = ``"ItemCompleted"`` - -#### Defined in - -[middleware/types.ts:52908](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52908) - -___ - -### ItemFailed - -• **ItemFailed** = ``"ItemFailed"`` - -#### Defined in - -[middleware/types.ts:52909](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52909) - -___ - -### ItnRewardClaimed - -• **ItnRewardClaimed** = ``"ItnRewardClaimed"`` - -#### Defined in - -[middleware/types.ts:52910](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52910) - -___ - -### KeyChanged - -• **KeyChanged** = ``"KeyChanged"`` - -#### Defined in - -[middleware/types.ts:52911](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52911) - -___ - -### KilledAccount - -• **KilledAccount** = ``"KilledAccount"`` - -#### Defined in - -[middleware/types.ts:52912](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52912) - -___ - -### LegFailedExecution - -• **LegFailedExecution** = ``"LegFailedExecution"`` - -#### Defined in - -[middleware/types.ts:52913](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52913) - -___ - -### LocalMetadataKeyDeleted - -• **LocalMetadataKeyDeleted** = ``"LocalMetadataKeyDeleted"`` - -#### Defined in - -[middleware/types.ts:52914](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52914) - -___ - -### MasterKeyUpdated - -• **MasterKeyUpdated** = ``"MasterKeyUpdated"`` - -#### Defined in - -[middleware/types.ts:52915](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52915) - -___ - -### MaxDetailsLengthChanged - -• **MaxDetailsLengthChanged** = ``"MaxDetailsLengthChanged"`` - -#### Defined in - -[middleware/types.ts:52916](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52916) - -___ - -### MaxPipSkipCountChanged - -• **MaxPipSkipCountChanged** = ``"MaxPipSkipCountChanged"`` - -#### Defined in - -[middleware/types.ts:52917](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52917) - -___ - -### MaximumSchedulesComplexityChanged - -• **MaximumSchedulesComplexityChanged** = ``"MaximumSchedulesComplexityChanged"`` - -#### Defined in - -[middleware/types.ts:52918](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52918) - -___ - -### MemberAdded - -• **MemberAdded** = ``"MemberAdded"`` - -#### Defined in - -[middleware/types.ts:52919](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52919) - -___ - -### MemberRemoved - -• **MemberRemoved** = ``"MemberRemoved"`` - -#### Defined in - -[middleware/types.ts:52920](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52920) - -___ - -### MemberRevoked - -• **MemberRevoked** = ``"MemberRevoked"`` - -#### Defined in - -[middleware/types.ts:52921](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52921) - -___ - -### MembersReset - -• **MembersReset** = ``"MembersReset"`` - -#### Defined in - -[middleware/types.ts:52922](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52922) - -___ - -### MembersSwapped - -• **MembersSwapped** = ``"MembersSwapped"`` - -#### Defined in - -[middleware/types.ts:52923](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52923) - -___ - -### MetaChanged - -• **MetaChanged** = ``"MetaChanged"`` - -#### Defined in - -[middleware/types.ts:52924](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52924) - -___ - -### MetadataValueDeleted - -• **MetadataValueDeleted** = ``"MetadataValueDeleted"`` - -#### Defined in - -[middleware/types.ts:52925](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52925) - -___ - -### MinimumBondThresholdUpdated - -• **MinimumBondThresholdUpdated** = ``"MinimumBondThresholdUpdated"`` - -#### Defined in - -[middleware/types.ts:52926](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52926) - -___ - -### MinimumProposalDepositChanged - -• **MinimumProposalDepositChanged** = ``"MinimumProposalDepositChanged"`` - -#### Defined in - -[middleware/types.ts:52927](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52927) - -___ - -### MockInvestorUidCreated - -• **MockInvestorUidCreated** = ``"MockInvestorUIDCreated"`` - -#### Defined in - -[middleware/types.ts:52928](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52928) - -___ - -### MovedBetweenPortfolios - -• **MovedBetweenPortfolios** = ``"MovedBetweenPortfolios"`` - -#### Defined in - -[middleware/types.ts:52929](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52929) - -___ - -### MultiSigCreated - -• **MultiSigCreated** = ``"MultiSigCreated"`` - -#### Defined in - -[middleware/types.ts:52930](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52930) - -___ - -### MultiSigSignaturesRequiredChanged - -• **MultiSigSignaturesRequiredChanged** = ``"MultiSigSignaturesRequiredChanged"`` - -#### Defined in - -[middleware/types.ts:52931](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52931) - -___ - -### MultiSigSignerAdded - -• **MultiSigSignerAdded** = ``"MultiSigSignerAdded"`` - -#### Defined in - -[middleware/types.ts:52932](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52932) - -___ - -### MultiSigSignerAuthorized - -• **MultiSigSignerAuthorized** = ``"MultiSigSignerAuthorized"`` - -#### Defined in - -[middleware/types.ts:52933](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52933) - -___ - -### MultiSigSignerRemoved - -• **MultiSigSignerRemoved** = ``"MultiSigSignerRemoved"`` - -#### Defined in - -[middleware/types.ts:52934](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52934) - -___ - -### NewAccount - -• **NewAccount** = ``"NewAccount"`` - -#### Defined in - -[middleware/types.ts:52937](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52937) - -___ - -### NewAssetRuleCreated - -• **NewAssetRuleCreated** = ``"NewAssetRuleCreated"`` - -#### Defined in - -[middleware/types.ts:52938](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52938) - -___ - -### NewAuthorities - -• **NewAuthorities** = ``"NewAuthorities"`` - -#### Defined in - -[middleware/types.ts:52939](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52939) - -___ - -### NewSession - -• **NewSession** = ``"NewSession"`` - -#### Defined in - -[middleware/types.ts:52940](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52940) - -___ - -### NfTsMovedBetweenPortfolios - -• **NfTsMovedBetweenPortfolios** = ``"NFTsMovedBetweenPortfolios"`` - -#### Defined in - -[middleware/types.ts:52936](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52936) - -___ - -### NftCollectionCreated - -• **NftCollectionCreated** = ``"NftCollectionCreated"`` - -#### Defined in - -[middleware/types.ts:52941](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52941) - -___ - -### NftPortfolioUpdated - -• **NftPortfolioUpdated** = ``"NFTPortfolioUpdated"`` - -#### Defined in - -[middleware/types.ts:52935](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52935) - -___ - -### Nominated - -• **Nominated** = ``"Nominated"`` - -#### Defined in - -[middleware/types.ts:52942](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52942) - -___ - -### Noted - -• **Noted** = ``"Noted"`` - -#### Defined in - -[middleware/types.ts:52943](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52943) - -___ - -### OffChainAuthorizationRevoked - -• **OffChainAuthorizationRevoked** = ``"OffChainAuthorizationRevoked"`` - -#### Defined in - -[middleware/types.ts:52944](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52944) - -___ - -### Offence - -• **Offence** = ``"Offence"`` - -#### Defined in - -[middleware/types.ts:52945](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52945) - -___ - -### OldSlashingReportDiscarded - -• **OldSlashingReportDiscarded** = ``"OldSlashingReportDiscarded"`` - -#### Defined in - -[middleware/types.ts:52946](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52946) - -___ - -### Paused - -• **Paused** = ``"Paused"`` - -#### Defined in - -[middleware/types.ts:52947](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52947) - -___ - -### PendingPipExpiryChanged - -• **PendingPipExpiryChanged** = ``"PendingPipExpiryChanged"`` - -#### Defined in - -[middleware/types.ts:52948](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52948) - -___ - -### PeriodicFailed - -• **PeriodicFailed** = ``"PeriodicFailed"`` - -#### Defined in - -[middleware/types.ts:52949](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52949) - -___ - -### PermanentlyOverweight - -• **PermanentlyOverweight** = ``"PermanentlyOverweight"`` - -#### Defined in - -[middleware/types.ts:52950](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52950) - -___ - -### PermissionedIdentityAdded - -• **PermissionedIdentityAdded** = ``"PermissionedIdentityAdded"`` - -#### Defined in - -[middleware/types.ts:52951](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52951) - -___ - -### PermissionedIdentityRemoved - -• **PermissionedIdentityRemoved** = ``"PermissionedIdentityRemoved"`` - -#### Defined in - -[middleware/types.ts:52952](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52952) - -___ - -### PermissionedValidatorAdded - -• **PermissionedValidatorAdded** = ``"PermissionedValidatorAdded"`` - -#### Defined in - -[middleware/types.ts:52953](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52953) - -___ - -### PermissionedValidatorRemoved - -• **PermissionedValidatorRemoved** = ``"PermissionedValidatorRemoved"`` - -#### Defined in - -[middleware/types.ts:52954](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52954) - -___ - -### PermissionedValidatorStatusChanged - -• **PermissionedValidatorStatusChanged** = ``"PermissionedValidatorStatusChanged"`` - -#### Defined in - -[middleware/types.ts:52955](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52955) - -___ - -### PipClosed - -• **PipClosed** = ``"PipClosed"`` - -#### Defined in - -[middleware/types.ts:52956](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52956) - -___ - -### PipSkipped - -• **PipSkipped** = ``"PipSkipped"`` - -#### Defined in - -[middleware/types.ts:52957](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52957) - -___ - -### PlaceholderFillBlock - -• **PlaceholderFillBlock** = ``"PlaceholderFillBlock"`` - -#### Defined in - -[middleware/types.ts:52958](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52958) - -___ - -### PortfolioCreated - -• **PortfolioCreated** = ``"PortfolioCreated"`` - -#### Defined in - -[middleware/types.ts:52959](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52959) - -___ - -### PortfolioCustodianChanged - -• **PortfolioCustodianChanged** = ``"PortfolioCustodianChanged"`` - -#### Defined in - -[middleware/types.ts:52960](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52960) - -___ - -### PortfolioDeleted - -• **PortfolioDeleted** = ``"PortfolioDeleted"`` - -#### Defined in - -[middleware/types.ts:52961](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52961) - -___ - -### PortfolioRenamed - -• **PortfolioRenamed** = ``"PortfolioRenamed"`` - -#### Defined in - -[middleware/types.ts:52962](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52962) - -___ - -### PreApprovedAsset - -• **PreApprovedAsset** = ``"PreApprovedAsset"`` - -#### Defined in - -[middleware/types.ts:52963](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52963) - -___ - -### PreApprovedPortfolio - -• **PreApprovedPortfolio** = ``"PreApprovedPortfolio"`` - -#### Defined in - -[middleware/types.ts:52964](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52964) - -___ - -### PrimaryIssuanceAgentTransfered - -• **PrimaryIssuanceAgentTransfered** = ``"PrimaryIssuanceAgentTransfered"`` - -#### Defined in - -[middleware/types.ts:52965](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52965) - -___ - -### PrimaryIssuanceAgentTransferred - -• **PrimaryIssuanceAgentTransferred** = ``"PrimaryIssuanceAgentTransferred"`` - -#### Defined in - -[middleware/types.ts:52966](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52966) - -___ - -### PrimaryKeyUpdated - -• **PrimaryKeyUpdated** = ``"PrimaryKeyUpdated"`` - -#### Defined in - -[middleware/types.ts:52967](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52967) - -___ - -### ProposalAdded - -• **ProposalAdded** = ``"ProposalAdded"`` - -#### Defined in - -[middleware/types.ts:52968](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52968) - -___ - -### ProposalApproved - -• **ProposalApproved** = ``"ProposalApproved"`` - -#### Defined in - -[middleware/types.ts:52969](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52969) - -___ - -### ProposalBondAdjusted - -• **ProposalBondAdjusted** = ``"ProposalBondAdjusted"`` - -#### Defined in - -[middleware/types.ts:52970](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52970) - -___ - -### ProposalCoolOffPeriodChanged - -• **ProposalCoolOffPeriodChanged** = ``"ProposalCoolOffPeriodChanged"`` - -#### Defined in - -[middleware/types.ts:52971](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52971) - -___ - -### ProposalCreated - -• **ProposalCreated** = ``"ProposalCreated"`` - -#### Defined in - -[middleware/types.ts:52972](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52972) - -___ - -### ProposalDetailsAmended - -• **ProposalDetailsAmended** = ``"ProposalDetailsAmended"`` - -#### Defined in - -[middleware/types.ts:52973](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52973) - -___ - -### ProposalDurationChanged - -• **ProposalDurationChanged** = ``"ProposalDurationChanged"`` - -#### Defined in - -[middleware/types.ts:52974](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52974) - -___ - -### ProposalExecuted - -• **ProposalExecuted** = ``"ProposalExecuted"`` - -#### Defined in - -[middleware/types.ts:52975](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52975) - -___ - -### ProposalExecutionFailed - -• **ProposalExecutionFailed** = ``"ProposalExecutionFailed"`` - -#### Defined in - -[middleware/types.ts:52976](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52976) - -___ - -### ProposalRefund - -• **ProposalRefund** = ``"ProposalRefund"`` - -#### Defined in - -[middleware/types.ts:52977](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52977) - -___ - -### ProposalRejected - -• **ProposalRejected** = ``"ProposalRejected"`` - -#### Defined in - -[middleware/types.ts:52978](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52978) - -___ - -### ProposalRejectionVote - -• **ProposalRejectionVote** = ``"ProposalRejectionVote"`` - -#### Defined in - -[middleware/types.ts:52979](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52979) - -___ - -### ProposalStateUpdated - -• **ProposalStateUpdated** = ``"ProposalStateUpdated"`` - -#### Defined in - -[middleware/types.ts:52980](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52980) - -___ - -### Proposed - -• **Proposed** = ``"Proposed"`` - -#### Defined in - -[middleware/types.ts:52981](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52981) - -___ - -### PutCodeFlagChanged - -• **PutCodeFlagChanged** = ``"PutCodeFlagChanged"`` - -#### Defined in - -[middleware/types.ts:52982](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52982) - -___ - -### QuorumThresholdChanged - -• **QuorumThresholdChanged** = ``"QuorumThresholdChanged"`` - -#### Defined in - -[middleware/types.ts:52983](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52983) - -___ - -### RangeChanged - -• **RangeChanged** = ``"RangeChanged"`` - -#### Defined in - -[middleware/types.ts:52985](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52985) - -___ - -### RangeProofAdded - -• **RangeProofAdded** = ``"RangeProofAdded"`` - -#### Defined in - -[middleware/types.ts:52986](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52986) - -___ - -### RangeProofVerified - -• **RangeProofVerified** = ``"RangeProofVerified"`` - -#### Defined in - -[middleware/types.ts:52987](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52987) - -___ - -### RcvChanged - -• **RcvChanged** = ``"RCVChanged"`` - -#### Defined in - -[middleware/types.ts:52984](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52984) - -___ - -### ReceiptClaimed - -• **ReceiptClaimed** = ``"ReceiptClaimed"`` - -#### Defined in - -[middleware/types.ts:52988](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52988) - -___ - -### ReceiptUnclaimed - -• **ReceiptUnclaimed** = ``"ReceiptUnclaimed"`` - -#### Defined in - -[middleware/types.ts:52989](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52989) - -___ - -### ReceiptValidityChanged - -• **ReceiptValidityChanged** = ``"ReceiptValidityChanged"`` - -#### Defined in - -[middleware/types.ts:52990](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52990) - -___ - -### Reclaimed - -• **Reclaimed** = ``"Reclaimed"`` - -#### Defined in - -[middleware/types.ts:52991](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52991) - -___ - -### RecordDateChanged - -• **RecordDateChanged** = ``"RecordDateChanged"`` - -#### Defined in - -[middleware/types.ts:52992](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52992) - -___ - -### Redeemed - -• **Redeemed** = ``"Redeemed"`` - -#### Defined in - -[middleware/types.ts:52993](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52993) - -___ - -### RedeemedNft - -• **RedeemedNft** = ``"RedeemedNFT"`` - -#### Defined in - -[middleware/types.ts:52994](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52994) - -___ - -### ReferendumCreated - -• **ReferendumCreated** = ``"ReferendumCreated"`` - -#### Defined in - -[middleware/types.ts:52995](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52995) - -___ - -### ReferendumScheduled - -• **ReferendumScheduled** = ``"ReferendumScheduled"`` - -#### Defined in - -[middleware/types.ts:52996](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52996) - -___ - -### ReferendumStateUpdated - -• **ReferendumStateUpdated** = ``"ReferendumStateUpdated"`` - -#### Defined in - -[middleware/types.ts:52997](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52997) - -___ - -### RegisterAssetMetadataGlobalType - -• **RegisterAssetMetadataGlobalType** = ``"RegisterAssetMetadataGlobalType"`` - -#### Defined in - -[middleware/types.ts:52998](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52998) - -___ - -### RegisterAssetMetadataLocalType - -• **RegisterAssetMetadataLocalType** = ``"RegisterAssetMetadataLocalType"`` - -#### Defined in - -[middleware/types.ts:52999](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L52999) - -___ - -### Rejected - -• **Rejected** = ``"Rejected"`` - -#### Defined in - -[middleware/types.ts:53000](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53000) - -___ - -### RelayedTx - -• **RelayedTx** = ``"RelayedTx"`` - -#### Defined in - -[middleware/types.ts:53001](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53001) - -___ - -### ReleaseCoordinatorUpdated - -• **ReleaseCoordinatorUpdated** = ``"ReleaseCoordinatorUpdated"`` - -#### Defined in - -[middleware/types.ts:53002](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53002) - -___ - -### Remarked - -• **Remarked** = ``"Remarked"`` - -#### Defined in - -[middleware/types.ts:53003](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53003) - -___ - -### RemoveAssetAffirmationExemption - -• **RemoveAssetAffirmationExemption** = ``"RemoveAssetAffirmationExemption"`` - -#### Defined in - -[middleware/types.ts:53004](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53004) - -___ - -### RemovePreApprovedAsset - -• **RemovePreApprovedAsset** = ``"RemovePreApprovedAsset"`` - -#### Defined in - -[middleware/types.ts:53005](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53005) - -___ - -### Removed - -• **Removed** = ``"Removed"`` - -#### Defined in - -[middleware/types.ts:53006](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53006) - -___ - -### RemovedPayingKey - -• **RemovedPayingKey** = ``"RemovedPayingKey"`` - -#### Defined in - -[middleware/types.ts:53007](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53007) - -___ - -### Requested - -• **Requested** = ``"Requested"`` - -#### Defined in - -[middleware/types.ts:53008](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53008) - -___ - -### ReserveRepatriated - -• **ReserveRepatriated** = ``"ReserveRepatriated"`` - -#### Defined in - -[middleware/types.ts:53009](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53009) - -___ - -### Reserved - -• **Reserved** = ``"Reserved"`` - -#### Defined in - -[middleware/types.ts:53010](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53010) - -___ - -### Restored - -• **Restored** = ``"Restored"`` - -#### Defined in - -[middleware/types.ts:53011](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53011) - -___ - -### Resumed - -• **Resumed** = ``"Resumed"`` - -#### Defined in - -[middleware/types.ts:53012](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53012) - -___ - -### RevokePreApprovedPortfolio - -• **RevokePreApprovedPortfolio** = ``"RevokePreApprovedPortfolio"`` - -#### Defined in - -[middleware/types.ts:53013](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53013) - -___ - -### Reward - -• **Reward** = ``"Reward"`` - -#### Defined in - -[middleware/types.ts:53014](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53014) - -___ - -### RewardPaymentSchedulingInterrupted - -• **RewardPaymentSchedulingInterrupted** = ``"RewardPaymentSchedulingInterrupted"`` - -#### Defined in - -[middleware/types.ts:53015](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53015) - -___ - -### ScRuntimeCall - -• **ScRuntimeCall** = ``"SCRuntimeCall"`` - -#### Defined in - -[middleware/types.ts:53016](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53016) - -___ - -### ScheduleCreated - -• **ScheduleCreated** = ``"ScheduleCreated"`` - -#### Defined in - -[middleware/types.ts:53017](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53017) - -___ - -### ScheduleRemoved - -• **ScheduleRemoved** = ``"ScheduleRemoved"`` - -#### Defined in - -[middleware/types.ts:53018](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53018) - -___ - -### ScheduleUpdated - -• **ScheduleUpdated** = ``"ScheduleUpdated"`` - -#### Defined in - -[middleware/types.ts:53019](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53019) - -___ - -### Scheduled - -• **Scheduled** = ``"Scheduled"`` - -#### Defined in - -[middleware/types.ts:53020](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53020) - -___ - -### SchedulingFailed - -• **SchedulingFailed** = ``"SchedulingFailed"`` - -#### Defined in - -[middleware/types.ts:53021](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53021) - -___ - -### SecondaryKeyLeftIdentity - -• **SecondaryKeyLeftIdentity** = ``"SecondaryKeyLeftIdentity"`` - -#### Defined in - -[middleware/types.ts:53022](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53022) - -___ - -### SecondaryKeyPermissionsUpdated - -• **SecondaryKeyPermissionsUpdated** = ``"SecondaryKeyPermissionsUpdated"`` - -#### Defined in - -[middleware/types.ts:53023](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53023) - -___ - -### SecondaryKeysAdded - -• **SecondaryKeysAdded** = ``"SecondaryKeysAdded"`` - -#### Defined in - -[middleware/types.ts:53024](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53024) - -___ - -### SecondaryKeysFrozen - -• **SecondaryKeysFrozen** = ``"SecondaryKeysFrozen"`` - -#### Defined in - -[middleware/types.ts:53025](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53025) - -___ - -### SecondaryKeysRemoved - -• **SecondaryKeysRemoved** = ``"SecondaryKeysRemoved"`` - -#### Defined in - -[middleware/types.ts:53026](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53026) - -___ - -### SecondaryKeysUnfrozen - -• **SecondaryKeysUnfrozen** = ``"SecondaryKeysUnfrozen"`` - -#### Defined in - -[middleware/types.ts:53027](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53027) - -___ - -### SecondaryPermissionsUpdated - -• **SecondaryPermissionsUpdated** = ``"SecondaryPermissionsUpdated"`` - -#### Defined in - -[middleware/types.ts:53028](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53028) - -___ - -### SetAssetMetadataValue - -• **SetAssetMetadataValue** = ``"SetAssetMetadataValue"`` - -#### Defined in - -[middleware/types.ts:53029](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53029) - -___ - -### SetAssetMetadataValueDetails - -• **SetAssetMetadataValueDetails** = ``"SetAssetMetadataValueDetails"`` - -#### Defined in - -[middleware/types.ts:53030](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53030) - -___ - -### SetAssetTransferCompliance - -• **SetAssetTransferCompliance** = ``"SetAssetTransferCompliance"`` - -#### Defined in - -[middleware/types.ts:53031](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53031) - -___ - -### SettlementManuallyExecuted - -• **SettlementManuallyExecuted** = ``"SettlementManuallyExecuted"`` - -#### Defined in - -[middleware/types.ts:53032](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53032) - -___ - -### SignerLeft - -• **SignerLeft** = ``"SignerLeft"`` - -#### Defined in - -[middleware/types.ts:53033](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53033) - -___ - -### SigningKeysAdded - -• **SigningKeysAdded** = ``"SigningKeysAdded"`` - -#### Defined in - -[middleware/types.ts:53034](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53034) - -___ - -### SigningKeysFrozen - -• **SigningKeysFrozen** = ``"SigningKeysFrozen"`` - -#### Defined in - -[middleware/types.ts:53035](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53035) - -___ - -### SigningKeysRemoved - -• **SigningKeysRemoved** = ``"SigningKeysRemoved"`` - -#### Defined in - -[middleware/types.ts:53036](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53036) - -___ - -### SigningKeysUnfrozen - -• **SigningKeysUnfrozen** = ``"SigningKeysUnfrozen"`` - -#### Defined in - -[middleware/types.ts:53037](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53037) - -___ - -### SigningPermissionsUpdated - -• **SigningPermissionsUpdated** = ``"SigningPermissionsUpdated"`` - -#### Defined in - -[middleware/types.ts:53038](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53038) - -___ - -### Slash - -• **Slash** = ``"Slash"`` - -#### Defined in - -[middleware/types.ts:53039](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53039) - -___ - -### SlashingAllowedForChanged - -• **SlashingAllowedForChanged** = ``"SlashingAllowedForChanged"`` - -#### Defined in - -[middleware/types.ts:53040](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53040) - -___ - -### SlashingParamsUpdated - -• **SlashingParamsUpdated** = ``"SlashingParamsUpdated"`` - -#### Defined in - -[middleware/types.ts:53041](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53041) - -___ - -### SnapshotCleared - -• **SnapshotCleared** = ``"SnapshotCleared"`` - -#### Defined in - -[middleware/types.ts:53042](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53042) - -___ - -### SnapshotResultsEnacted - -• **SnapshotResultsEnacted** = ``"SnapshotResultsEnacted"`` - -#### Defined in - -[middleware/types.ts:53043](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53043) - -___ - -### SnapshotTaken - -• **SnapshotTaken** = ``"SnapshotTaken"`` - -#### Defined in - -[middleware/types.ts:53044](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53044) - -___ - -### SolutionStored - -• **SolutionStored** = ``"SolutionStored"`` - -#### Defined in - -[middleware/types.ts:53045](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53045) - -___ - -### SomeOffline - -• **SomeOffline** = ``"SomeOffline"`` - -#### Defined in - -[middleware/types.ts:53046](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53046) - -___ - -### StakingElection - -• **StakingElection** = ``"StakingElection"`` - -#### Defined in - -[middleware/types.ts:53047](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53047) - -___ - -### StatTypesAdded - -• **StatTypesAdded** = ``"StatTypesAdded"`` - -#### Defined in - -[middleware/types.ts:53048](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53048) - -___ - -### StatTypesRemoved - -• **StatTypesRemoved** = ``"StatTypesRemoved"`` - -#### Defined in - -[middleware/types.ts:53049](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53049) - -___ - -### Sudid - -• **Sudid** = ``"Sudid"`` - -#### Defined in - -[middleware/types.ts:53050](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53050) - -___ - -### SudoAsDone - -• **SudoAsDone** = ``"SudoAsDone"`` - -#### Defined in - -[middleware/types.ts:53051](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53051) - -___ - -### TemplateInstantiationFeeChanged - -• **TemplateInstantiationFeeChanged** = ``"TemplateInstantiationFeeChanged"`` - -#### Defined in - -[middleware/types.ts:53052](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53052) - -___ - -### TemplateMetaUrlChanged - -• **TemplateMetaUrlChanged** = ``"TemplateMetaUrlChanged"`` - -#### Defined in - -[middleware/types.ts:53053](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53053) - -___ - -### TemplateOwnershipTransferred - -• **TemplateOwnershipTransferred** = ``"TemplateOwnershipTransferred"`` - -#### Defined in - -[middleware/types.ts:53054](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53054) - -___ - -### TemplateUsageFeeChanged - -• **TemplateUsageFeeChanged** = ``"TemplateUsageFeeChanged"`` - -#### Defined in - -[middleware/types.ts:53055](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53055) - -___ - -### Terminated - -• **Terminated** = ``"Terminated"`` - -#### Defined in - -[middleware/types.ts:53056](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53056) - -___ - -### TickerRegistered - -• **TickerRegistered** = ``"TickerRegistered"`` - -#### Defined in - -[middleware/types.ts:53057](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53057) - -___ - -### TickerTransferred - -• **TickerTransferred** = ``"TickerTransferred"`` - -#### Defined in - -[middleware/types.ts:53058](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53058) - -___ - -### TimelockChanged - -• **TimelockChanged** = ``"TimelockChanged"`` - -#### Defined in - -[middleware/types.ts:53059](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53059) - -___ - -### TransactionFeePaid - -• **TransactionFeePaid** = ``"TransactionFeePaid"`` - -#### Defined in - -[middleware/types.ts:53060](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53060) - -___ - -### Transfer - -• **Transfer** = ``"Transfer"`` - -#### Defined in - -[middleware/types.ts:53061](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53061) - -___ - -### TransferConditionExemptionsAdded - -• **TransferConditionExemptionsAdded** = ``"TransferConditionExemptionsAdded"`` - -#### Defined in - -[middleware/types.ts:53062](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53062) - -___ - -### TransferConditionExemptionsRemoved - -• **TransferConditionExemptionsRemoved** = ``"TransferConditionExemptionsRemoved"`` - -#### Defined in - -[middleware/types.ts:53063](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53063) - -___ - -### TransferManagerAdded - -• **TransferManagerAdded** = ``"TransferManagerAdded"`` - -#### Defined in - -[middleware/types.ts:53064](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53064) - -___ - -### TransferManagerRemoved - -• **TransferManagerRemoved** = ``"TransferManagerRemoved"`` - -#### Defined in - -[middleware/types.ts:53065](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53065) - -___ - -### TransferWithData - -• **TransferWithData** = ``"TransferWithData"`` - -#### Defined in - -[middleware/types.ts:53066](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53066) - -___ - -### TreasuryDidSet - -• **TreasuryDidSet** = ``"TreasuryDidSet"`` - -#### Defined in - -[middleware/types.ts:53067](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53067) - -___ - -### TreasuryDisbursement - -• **TreasuryDisbursement** = ``"TreasuryDisbursement"`` - -#### Defined in - -[middleware/types.ts:53068](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53068) - -___ - -### TreasuryDisbursementFailed - -• **TreasuryDisbursementFailed** = ``"TreasuryDisbursementFailed"`` - -#### Defined in - -[middleware/types.ts:53069](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53069) - -___ - -### TreasuryReimbursement - -• **TreasuryReimbursement** = ``"TreasuryReimbursement"`` - -#### Defined in - -[middleware/types.ts:53070](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53070) - -___ - -### TrustedDefaultClaimIssuerAdded - -• **TrustedDefaultClaimIssuerAdded** = ``"TrustedDefaultClaimIssuerAdded"`` - -#### Defined in - -[middleware/types.ts:53071](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53071) - -___ - -### TrustedDefaultClaimIssuerRemoved - -• **TrustedDefaultClaimIssuerRemoved** = ``"TrustedDefaultClaimIssuerRemoved"`` - -#### Defined in - -[middleware/types.ts:53072](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53072) - -___ - -### TxRemoved - -• **TxRemoved** = ``"TxRemoved"`` - -#### Defined in - -[middleware/types.ts:53073](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53073) - -___ - -### TxsHandled - -• **TxsHandled** = ``"TxsHandled"`` - -#### Defined in - -[middleware/types.ts:53074](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53074) - -___ - -### Unbonded - -• **Unbonded** = ``"Unbonded"`` - -#### Defined in - -[middleware/types.ts:53075](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53075) - -___ - -### UnexpectedError - -• **UnexpectedError** = ``"UnexpectedError"`` - -#### Defined in - -[middleware/types.ts:53076](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53076) - -___ - -### Unfrozen - -• **Unfrozen** = ``"Unfrozen"`` - -#### Defined in - -[middleware/types.ts:53077](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53077) - -___ - -### UnfrozenTx - -• **UnfrozenTx** = ``"UnfrozenTx"`` - -#### Defined in - -[middleware/types.ts:53078](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53078) - -___ - -### Unreserved - -• **Unreserved** = ``"Unreserved"`` - -#### Defined in - -[middleware/types.ts:53079](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53079) - -___ - -### UpdatedPolyxLimit - -• **UpdatedPolyxLimit** = ``"UpdatedPolyxLimit"`` - -#### Defined in - -[middleware/types.ts:53080](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53080) - -___ - -### UserPortfolios - -• **UserPortfolios** = ``"UserPortfolios"`` - -#### Defined in - -[middleware/types.ts:53081](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53081) - -___ - -### VenueCreated - -• **VenueCreated** = ``"VenueCreated"`` - -#### Defined in - -[middleware/types.ts:53082](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53082) - -___ - -### VenueDetailsUpdated - -• **VenueDetailsUpdated** = ``"VenueDetailsUpdated"`` - -#### Defined in - -[middleware/types.ts:53083](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53083) - -___ - -### VenueFiltering - -• **VenueFiltering** = ``"VenueFiltering"`` - -#### Defined in - -[middleware/types.ts:53084](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53084) - -___ - -### VenueSignersUpdated - -• **VenueSignersUpdated** = ``"VenueSignersUpdated"`` - -#### Defined in - -[middleware/types.ts:53085](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53085) - -___ - -### VenueTypeUpdated - -• **VenueTypeUpdated** = ``"VenueTypeUpdated"`` - -#### Defined in - -[middleware/types.ts:53086](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53086) - -___ - -### VenueUnauthorized - -• **VenueUnauthorized** = ``"VenueUnauthorized"`` - -#### Defined in - -[middleware/types.ts:53087](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53087) - -___ - -### VenueUpdated - -• **VenueUpdated** = ``"VenueUpdated"`` - -#### Defined in - -[middleware/types.ts:53088](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53088) - -___ - -### VenuesAllowed - -• **VenuesAllowed** = ``"VenuesAllowed"`` - -#### Defined in - -[middleware/types.ts:53089](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53089) - -___ - -### VenuesBlocked - -• **VenuesBlocked** = ``"VenuesBlocked"`` - -#### Defined in - -[middleware/types.ts:53090](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53090) - -___ - -### VoteCast - -• **VoteCast** = ``"VoteCast"`` - -#### Defined in - -[middleware/types.ts:53091](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53091) - -___ - -### VoteEnactReferendum - -• **VoteEnactReferendum** = ``"VoteEnactReferendum"`` - -#### Defined in - -[middleware/types.ts:53092](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53092) - -___ - -### VoteRejectReferendum - -• **VoteRejectReferendum** = ``"VoteRejectReferendum"`` - -#### Defined in - -[middleware/types.ts:53093](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53093) - -___ - -### VoteRetracted - -• **VoteRetracted** = ``"VoteRetracted"`` - -#### Defined in - -[middleware/types.ts:53094](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53094) - -___ - -### VoteThresholdUpdated - -• **VoteThresholdUpdated** = ``"VoteThresholdUpdated"`` - -#### Defined in - -[middleware/types.ts:53095](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53095) - -___ - -### Voted - -• **Voted** = ``"Voted"`` - -#### Defined in - -[middleware/types.ts:53096](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53096) - -___ - -### Withdrawn - -• **Withdrawn** = ``"Withdrawn"`` - -#### Defined in - -[middleware/types.ts:53097](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L53097) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md deleted file mode 100644 index e488a95b0d..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md +++ /dev/null @@ -1,7799 +0,0 @@ ---- -id: "ExtrinsicsOrderBy" -title: "Enumeration: ExtrinsicsOrderBy" -sidebar_label: "ExtrinsicsOrderBy" ---- - -[types](../../../modules/Types/Types.md).ExtrinsicsOrderBy - -Methods to use when ordering `Extrinsic`. - -## Enumeration Members - -### AddressAsc - -• **AddressAsc** = ``"ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:54291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54291) - -___ - -### AddressDesc - -• **AddressDesc** = ``"ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:54292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54292) - -___ - -### BlockIdAsc - -• **BlockIdAsc** = ``"BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54293) - -___ - -### BlockIdDesc - -• **BlockIdDesc** = ``"BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54294) - -___ - -### CallIdAsc - -• **CallIdAsc** = ``"CALL_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54295) - -___ - -### CallIdDesc - -• **CallIdDesc** = ``"CALL_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54296) - -___ - -### CreatedAtAsc - -• **CreatedAtAsc** = ``"CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54297) - -___ - -### CreatedAtDesc - -• **CreatedAtDesc** = ``"CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54298) - -___ - -### EventsAverageAttributesAsc - -• **EventsAverageAttributesAsc** = ``"EVENTS_AVERAGE_ATTRIBUTES_ASC"`` - -#### Defined in - -[middleware/types.ts:54299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54299) - -___ - -### EventsAverageAttributesDesc - -• **EventsAverageAttributesDesc** = ``"EVENTS_AVERAGE_ATTRIBUTES_DESC"`` - -#### Defined in - -[middleware/types.ts:54300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54300) - -___ - -### EventsAverageAttributesTxtAsc - -• **EventsAverageAttributesTxtAsc** = ``"EVENTS_AVERAGE_ATTRIBUTES_TXT_ASC"`` - -#### Defined in - -[middleware/types.ts:54301](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54301) - -___ - -### EventsAverageAttributesTxtDesc - -• **EventsAverageAttributesTxtDesc** = ``"EVENTS_AVERAGE_ATTRIBUTES_TXT_DESC"`` - -#### Defined in - -[middleware/types.ts:54302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54302) - -___ - -### EventsAverageBlockIdAsc - -• **EventsAverageBlockIdAsc** = ``"EVENTS_AVERAGE_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54303) - -___ - -### EventsAverageBlockIdDesc - -• **EventsAverageBlockIdDesc** = ``"EVENTS_AVERAGE_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54304) - -___ - -### EventsAverageClaimExpiryAsc - -• **EventsAverageClaimExpiryAsc** = ``"EVENTS_AVERAGE_CLAIM_EXPIRY_ASC"`` - -#### Defined in - -[middleware/types.ts:54305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54305) - -___ - -### EventsAverageClaimExpiryDesc - -• **EventsAverageClaimExpiryDesc** = ``"EVENTS_AVERAGE_CLAIM_EXPIRY_DESC"`` - -#### Defined in - -[middleware/types.ts:54306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54306) - -___ - -### EventsAverageClaimIssuerAsc - -• **EventsAverageClaimIssuerAsc** = ``"EVENTS_AVERAGE_CLAIM_ISSUER_ASC"`` - -#### Defined in - -[middleware/types.ts:54307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54307) - -___ - -### EventsAverageClaimIssuerDesc - -• **EventsAverageClaimIssuerDesc** = ``"EVENTS_AVERAGE_CLAIM_ISSUER_DESC"`` - -#### Defined in - -[middleware/types.ts:54308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54308) - -___ - -### EventsAverageClaimScopeAsc - -• **EventsAverageClaimScopeAsc** = ``"EVENTS_AVERAGE_CLAIM_SCOPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54309) - -___ - -### EventsAverageClaimScopeDesc - -• **EventsAverageClaimScopeDesc** = ``"EVENTS_AVERAGE_CLAIM_SCOPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54310) - -___ - -### EventsAverageClaimTypeAsc - -• **EventsAverageClaimTypeAsc** = ``"EVENTS_AVERAGE_CLAIM_TYPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54311) - -___ - -### EventsAverageClaimTypeDesc - -• **EventsAverageClaimTypeDesc** = ``"EVENTS_AVERAGE_CLAIM_TYPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54312) - -___ - -### EventsAverageCorporateActionTickerAsc - -• **EventsAverageCorporateActionTickerAsc** = ``"EVENTS_AVERAGE_CORPORATE_ACTION_TICKER_ASC"`` - -#### Defined in - -[middleware/types.ts:54313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54313) - -___ - -### EventsAverageCorporateActionTickerDesc - -• **EventsAverageCorporateActionTickerDesc** = ``"EVENTS_AVERAGE_CORPORATE_ACTION_TICKER_DESC"`` - -#### Defined in - -[middleware/types.ts:54314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54314) - -___ - -### EventsAverageCreatedAtAsc - -• **EventsAverageCreatedAtAsc** = ``"EVENTS_AVERAGE_CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54315) - -___ - -### EventsAverageCreatedAtDesc - -• **EventsAverageCreatedAtDesc** = ``"EVENTS_AVERAGE_CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54316) - -___ - -### EventsAverageEventArg\_0Asc - -• **EventsAverageEventArg\_0Asc** = ``"EVENTS_AVERAGE_EVENT_ARG_0_ASC"`` - -#### Defined in - -[middleware/types.ts:54317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54317) - -___ - -### EventsAverageEventArg\_0Desc - -• **EventsAverageEventArg\_0Desc** = ``"EVENTS_AVERAGE_EVENT_ARG_0_DESC"`` - -#### Defined in - -[middleware/types.ts:54318](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54318) - -___ - -### EventsAverageEventArg\_1Asc - -• **EventsAverageEventArg\_1Asc** = ``"EVENTS_AVERAGE_EVENT_ARG_1_ASC"`` - -#### Defined in - -[middleware/types.ts:54319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54319) - -___ - -### EventsAverageEventArg\_1Desc - -• **EventsAverageEventArg\_1Desc** = ``"EVENTS_AVERAGE_EVENT_ARG_1_DESC"`` - -#### Defined in - -[middleware/types.ts:54320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54320) - -___ - -### EventsAverageEventArg\_2Asc - -• **EventsAverageEventArg\_2Asc** = ``"EVENTS_AVERAGE_EVENT_ARG_2_ASC"`` - -#### Defined in - -[middleware/types.ts:54321](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54321) - -___ - -### EventsAverageEventArg\_2Desc - -• **EventsAverageEventArg\_2Desc** = ``"EVENTS_AVERAGE_EVENT_ARG_2_DESC"`` - -#### Defined in - -[middleware/types.ts:54322](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54322) - -___ - -### EventsAverageEventArg\_3Asc - -• **EventsAverageEventArg\_3Asc** = ``"EVENTS_AVERAGE_EVENT_ARG_3_ASC"`` - -#### Defined in - -[middleware/types.ts:54323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54323) - -___ - -### EventsAverageEventArg\_3Desc - -• **EventsAverageEventArg\_3Desc** = ``"EVENTS_AVERAGE_EVENT_ARG_3_DESC"`` - -#### Defined in - -[middleware/types.ts:54324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54324) - -___ - -### EventsAverageEventIdAsc - -• **EventsAverageEventIdAsc** = ``"EVENTS_AVERAGE_EVENT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54327) - -___ - -### EventsAverageEventIdDesc - -• **EventsAverageEventIdDesc** = ``"EVENTS_AVERAGE_EVENT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54328) - -___ - -### EventsAverageEventIdxAsc - -• **EventsAverageEventIdxAsc** = ``"EVENTS_AVERAGE_EVENT_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54325) - -___ - -### EventsAverageEventIdxDesc - -• **EventsAverageEventIdxDesc** = ``"EVENTS_AVERAGE_EVENT_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54326) - -___ - -### EventsAverageExtrinsicIdAsc - -• **EventsAverageExtrinsicIdAsc** = ``"EVENTS_AVERAGE_EXTRINSIC_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54331) - -___ - -### EventsAverageExtrinsicIdDesc - -• **EventsAverageExtrinsicIdDesc** = ``"EVENTS_AVERAGE_EXTRINSIC_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54332) - -___ - -### EventsAverageExtrinsicIdxAsc - -• **EventsAverageExtrinsicIdxAsc** = ``"EVENTS_AVERAGE_EXTRINSIC_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54329) - -___ - -### EventsAverageExtrinsicIdxDesc - -• **EventsAverageExtrinsicIdxDesc** = ``"EVENTS_AVERAGE_EXTRINSIC_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54330) - -___ - -### EventsAverageFundraiserOfferingAssetAsc - -• **EventsAverageFundraiserOfferingAssetAsc** = ``"EVENTS_AVERAGE_FUNDRAISER_OFFERING_ASSET_ASC"`` - -#### Defined in - -[middleware/types.ts:54333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54333) - -___ - -### EventsAverageFundraiserOfferingAssetDesc - -• **EventsAverageFundraiserOfferingAssetDesc** = ``"EVENTS_AVERAGE_FUNDRAISER_OFFERING_ASSET_DESC"`` - -#### Defined in - -[middleware/types.ts:54334](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54334) - -___ - -### EventsAverageIdAsc - -• **EventsAverageIdAsc** = ``"EVENTS_AVERAGE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54335) - -___ - -### EventsAverageIdDesc - -• **EventsAverageIdDesc** = ``"EVENTS_AVERAGE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54336](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54336) - -___ - -### EventsAverageModuleIdAsc - -• **EventsAverageModuleIdAsc** = ``"EVENTS_AVERAGE_MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54337) - -___ - -### EventsAverageModuleIdDesc - -• **EventsAverageModuleIdDesc** = ``"EVENTS_AVERAGE_MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54338](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54338) - -___ - -### EventsAverageSpecVersionIdAsc - -• **EventsAverageSpecVersionIdAsc** = ``"EVENTS_AVERAGE_SPEC_VERSION_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54339](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54339) - -___ - -### EventsAverageSpecVersionIdDesc - -• **EventsAverageSpecVersionIdDesc** = ``"EVENTS_AVERAGE_SPEC_VERSION_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54340) - -___ - -### EventsAverageTransferToAsc - -• **EventsAverageTransferToAsc** = ``"EVENTS_AVERAGE_TRANSFER_TO_ASC"`` - -#### Defined in - -[middleware/types.ts:54341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54341) - -___ - -### EventsAverageTransferToDesc - -• **EventsAverageTransferToDesc** = ``"EVENTS_AVERAGE_TRANSFER_TO_DESC"`` - -#### Defined in - -[middleware/types.ts:54342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54342) - -___ - -### EventsAverageUpdatedAtAsc - -• **EventsAverageUpdatedAtAsc** = ``"EVENTS_AVERAGE_UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54343](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54343) - -___ - -### EventsAverageUpdatedAtDesc - -• **EventsAverageUpdatedAtDesc** = ``"EVENTS_AVERAGE_UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54344](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54344) - -___ - -### EventsCountAsc - -• **EventsCountAsc** = ``"EVENTS_COUNT_ASC"`` - -#### Defined in - -[middleware/types.ts:54345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54345) - -___ - -### EventsCountDesc - -• **EventsCountDesc** = ``"EVENTS_COUNT_DESC"`` - -#### Defined in - -[middleware/types.ts:54346](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54346) - -___ - -### EventsDistinctCountAttributesAsc - -• **EventsDistinctCountAttributesAsc** = ``"EVENTS_DISTINCT_COUNT_ATTRIBUTES_ASC"`` - -#### Defined in - -[middleware/types.ts:54347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54347) - -___ - -### EventsDistinctCountAttributesDesc - -• **EventsDistinctCountAttributesDesc** = ``"EVENTS_DISTINCT_COUNT_ATTRIBUTES_DESC"`` - -#### Defined in - -[middleware/types.ts:54348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54348) - -___ - -### EventsDistinctCountAttributesTxtAsc - -• **EventsDistinctCountAttributesTxtAsc** = ``"EVENTS_DISTINCT_COUNT_ATTRIBUTES_TXT_ASC"`` - -#### Defined in - -[middleware/types.ts:54349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54349) - -___ - -### EventsDistinctCountAttributesTxtDesc - -• **EventsDistinctCountAttributesTxtDesc** = ``"EVENTS_DISTINCT_COUNT_ATTRIBUTES_TXT_DESC"`` - -#### Defined in - -[middleware/types.ts:54350](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54350) - -___ - -### EventsDistinctCountBlockIdAsc - -• **EventsDistinctCountBlockIdAsc** = ``"EVENTS_DISTINCT_COUNT_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54351) - -___ - -### EventsDistinctCountBlockIdDesc - -• **EventsDistinctCountBlockIdDesc** = ``"EVENTS_DISTINCT_COUNT_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54352](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54352) - -___ - -### EventsDistinctCountClaimExpiryAsc - -• **EventsDistinctCountClaimExpiryAsc** = ``"EVENTS_DISTINCT_COUNT_CLAIM_EXPIRY_ASC"`` - -#### Defined in - -[middleware/types.ts:54353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54353) - -___ - -### EventsDistinctCountClaimExpiryDesc - -• **EventsDistinctCountClaimExpiryDesc** = ``"EVENTS_DISTINCT_COUNT_CLAIM_EXPIRY_DESC"`` - -#### Defined in - -[middleware/types.ts:54354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54354) - -___ - -### EventsDistinctCountClaimIssuerAsc - -• **EventsDistinctCountClaimIssuerAsc** = ``"EVENTS_DISTINCT_COUNT_CLAIM_ISSUER_ASC"`` - -#### Defined in - -[middleware/types.ts:54355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54355) - -___ - -### EventsDistinctCountClaimIssuerDesc - -• **EventsDistinctCountClaimIssuerDesc** = ``"EVENTS_DISTINCT_COUNT_CLAIM_ISSUER_DESC"`` - -#### Defined in - -[middleware/types.ts:54356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54356) - -___ - -### EventsDistinctCountClaimScopeAsc - -• **EventsDistinctCountClaimScopeAsc** = ``"EVENTS_DISTINCT_COUNT_CLAIM_SCOPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54357) - -___ - -### EventsDistinctCountClaimScopeDesc - -• **EventsDistinctCountClaimScopeDesc** = ``"EVENTS_DISTINCT_COUNT_CLAIM_SCOPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54358) - -___ - -### EventsDistinctCountClaimTypeAsc - -• **EventsDistinctCountClaimTypeAsc** = ``"EVENTS_DISTINCT_COUNT_CLAIM_TYPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54359](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54359) - -___ - -### EventsDistinctCountClaimTypeDesc - -• **EventsDistinctCountClaimTypeDesc** = ``"EVENTS_DISTINCT_COUNT_CLAIM_TYPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54360) - -___ - -### EventsDistinctCountCorporateActionTickerAsc - -• **EventsDistinctCountCorporateActionTickerAsc** = ``"EVENTS_DISTINCT_COUNT_CORPORATE_ACTION_TICKER_ASC"`` - -#### Defined in - -[middleware/types.ts:54361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54361) - -___ - -### EventsDistinctCountCorporateActionTickerDesc - -• **EventsDistinctCountCorporateActionTickerDesc** = ``"EVENTS_DISTINCT_COUNT_CORPORATE_ACTION_TICKER_DESC"`` - -#### Defined in - -[middleware/types.ts:54362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54362) - -___ - -### EventsDistinctCountCreatedAtAsc - -• **EventsDistinctCountCreatedAtAsc** = ``"EVENTS_DISTINCT_COUNT_CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54363](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54363) - -___ - -### EventsDistinctCountCreatedAtDesc - -• **EventsDistinctCountCreatedAtDesc** = ``"EVENTS_DISTINCT_COUNT_CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54364) - -___ - -### EventsDistinctCountEventArg\_0Asc - -• **EventsDistinctCountEventArg\_0Asc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ARG_0_ASC"`` - -#### Defined in - -[middleware/types.ts:54365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54365) - -___ - -### EventsDistinctCountEventArg\_0Desc - -• **EventsDistinctCountEventArg\_0Desc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ARG_0_DESC"`` - -#### Defined in - -[middleware/types.ts:54366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54366) - -___ - -### EventsDistinctCountEventArg\_1Asc - -• **EventsDistinctCountEventArg\_1Asc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ARG_1_ASC"`` - -#### Defined in - -[middleware/types.ts:54367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54367) - -___ - -### EventsDistinctCountEventArg\_1Desc - -• **EventsDistinctCountEventArg\_1Desc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ARG_1_DESC"`` - -#### Defined in - -[middleware/types.ts:54368](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54368) - -___ - -### EventsDistinctCountEventArg\_2Asc - -• **EventsDistinctCountEventArg\_2Asc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ARG_2_ASC"`` - -#### Defined in - -[middleware/types.ts:54369](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54369) - -___ - -### EventsDistinctCountEventArg\_2Desc - -• **EventsDistinctCountEventArg\_2Desc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ARG_2_DESC"`` - -#### Defined in - -[middleware/types.ts:54370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54370) - -___ - -### EventsDistinctCountEventArg\_3Asc - -• **EventsDistinctCountEventArg\_3Asc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ARG_3_ASC"`` - -#### Defined in - -[middleware/types.ts:54371](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54371) - -___ - -### EventsDistinctCountEventArg\_3Desc - -• **EventsDistinctCountEventArg\_3Desc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ARG_3_DESC"`` - -#### Defined in - -[middleware/types.ts:54372](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54372) - -___ - -### EventsDistinctCountEventIdAsc - -• **EventsDistinctCountEventIdAsc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54375) - -___ - -### EventsDistinctCountEventIdDesc - -• **EventsDistinctCountEventIdDesc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54376) - -___ - -### EventsDistinctCountEventIdxAsc - -• **EventsDistinctCountEventIdxAsc** = ``"EVENTS_DISTINCT_COUNT_EVENT_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54373) - -___ - -### EventsDistinctCountEventIdxDesc - -• **EventsDistinctCountEventIdxDesc** = ``"EVENTS_DISTINCT_COUNT_EVENT_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54374) - -___ - -### EventsDistinctCountExtrinsicIdAsc - -• **EventsDistinctCountExtrinsicIdAsc** = ``"EVENTS_DISTINCT_COUNT_EXTRINSIC_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54379](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54379) - -___ - -### EventsDistinctCountExtrinsicIdDesc - -• **EventsDistinctCountExtrinsicIdDesc** = ``"EVENTS_DISTINCT_COUNT_EXTRINSIC_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54380](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54380) - -___ - -### EventsDistinctCountExtrinsicIdxAsc - -• **EventsDistinctCountExtrinsicIdxAsc** = ``"EVENTS_DISTINCT_COUNT_EXTRINSIC_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54377) - -___ - -### EventsDistinctCountExtrinsicIdxDesc - -• **EventsDistinctCountExtrinsicIdxDesc** = ``"EVENTS_DISTINCT_COUNT_EXTRINSIC_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54378) - -___ - -### EventsDistinctCountFundraiserOfferingAssetAsc - -• **EventsDistinctCountFundraiserOfferingAssetAsc** = ``"EVENTS_DISTINCT_COUNT_FUNDRAISER_OFFERING_ASSET_ASC"`` - -#### Defined in - -[middleware/types.ts:54381](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54381) - -___ - -### EventsDistinctCountFundraiserOfferingAssetDesc - -• **EventsDistinctCountFundraiserOfferingAssetDesc** = ``"EVENTS_DISTINCT_COUNT_FUNDRAISER_OFFERING_ASSET_DESC"`` - -#### Defined in - -[middleware/types.ts:54382](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54382) - -___ - -### EventsDistinctCountIdAsc - -• **EventsDistinctCountIdAsc** = ``"EVENTS_DISTINCT_COUNT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54383) - -___ - -### EventsDistinctCountIdDesc - -• **EventsDistinctCountIdDesc** = ``"EVENTS_DISTINCT_COUNT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54384) - -___ - -### EventsDistinctCountModuleIdAsc - -• **EventsDistinctCountModuleIdAsc** = ``"EVENTS_DISTINCT_COUNT_MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54385) - -___ - -### EventsDistinctCountModuleIdDesc - -• **EventsDistinctCountModuleIdDesc** = ``"EVENTS_DISTINCT_COUNT_MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54386) - -___ - -### EventsDistinctCountSpecVersionIdAsc - -• **EventsDistinctCountSpecVersionIdAsc** = ``"EVENTS_DISTINCT_COUNT_SPEC_VERSION_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54387](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54387) - -___ - -### EventsDistinctCountSpecVersionIdDesc - -• **EventsDistinctCountSpecVersionIdDesc** = ``"EVENTS_DISTINCT_COUNT_SPEC_VERSION_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54388](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54388) - -___ - -### EventsDistinctCountTransferToAsc - -• **EventsDistinctCountTransferToAsc** = ``"EVENTS_DISTINCT_COUNT_TRANSFER_TO_ASC"`` - -#### Defined in - -[middleware/types.ts:54389](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54389) - -___ - -### EventsDistinctCountTransferToDesc - -• **EventsDistinctCountTransferToDesc** = ``"EVENTS_DISTINCT_COUNT_TRANSFER_TO_DESC"`` - -#### Defined in - -[middleware/types.ts:54390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54390) - -___ - -### EventsDistinctCountUpdatedAtAsc - -• **EventsDistinctCountUpdatedAtAsc** = ``"EVENTS_DISTINCT_COUNT_UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54391) - -___ - -### EventsDistinctCountUpdatedAtDesc - -• **EventsDistinctCountUpdatedAtDesc** = ``"EVENTS_DISTINCT_COUNT_UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54392) - -___ - -### EventsMaxAttributesAsc - -• **EventsMaxAttributesAsc** = ``"EVENTS_MAX_ATTRIBUTES_ASC"`` - -#### Defined in - -[middleware/types.ts:54393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54393) - -___ - -### EventsMaxAttributesDesc - -• **EventsMaxAttributesDesc** = ``"EVENTS_MAX_ATTRIBUTES_DESC"`` - -#### Defined in - -[middleware/types.ts:54394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54394) - -___ - -### EventsMaxAttributesTxtAsc - -• **EventsMaxAttributesTxtAsc** = ``"EVENTS_MAX_ATTRIBUTES_TXT_ASC"`` - -#### Defined in - -[middleware/types.ts:54395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54395) - -___ - -### EventsMaxAttributesTxtDesc - -• **EventsMaxAttributesTxtDesc** = ``"EVENTS_MAX_ATTRIBUTES_TXT_DESC"`` - -#### Defined in - -[middleware/types.ts:54396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54396) - -___ - -### EventsMaxBlockIdAsc - -• **EventsMaxBlockIdAsc** = ``"EVENTS_MAX_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54397) - -___ - -### EventsMaxBlockIdDesc - -• **EventsMaxBlockIdDesc** = ``"EVENTS_MAX_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54398](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54398) - -___ - -### EventsMaxClaimExpiryAsc - -• **EventsMaxClaimExpiryAsc** = ``"EVENTS_MAX_CLAIM_EXPIRY_ASC"`` - -#### Defined in - -[middleware/types.ts:54399](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54399) - -___ - -### EventsMaxClaimExpiryDesc - -• **EventsMaxClaimExpiryDesc** = ``"EVENTS_MAX_CLAIM_EXPIRY_DESC"`` - -#### Defined in - -[middleware/types.ts:54400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54400) - -___ - -### EventsMaxClaimIssuerAsc - -• **EventsMaxClaimIssuerAsc** = ``"EVENTS_MAX_CLAIM_ISSUER_ASC"`` - -#### Defined in - -[middleware/types.ts:54401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54401) - -___ - -### EventsMaxClaimIssuerDesc - -• **EventsMaxClaimIssuerDesc** = ``"EVENTS_MAX_CLAIM_ISSUER_DESC"`` - -#### Defined in - -[middleware/types.ts:54402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54402) - -___ - -### EventsMaxClaimScopeAsc - -• **EventsMaxClaimScopeAsc** = ``"EVENTS_MAX_CLAIM_SCOPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54403) - -___ - -### EventsMaxClaimScopeDesc - -• **EventsMaxClaimScopeDesc** = ``"EVENTS_MAX_CLAIM_SCOPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54404) - -___ - -### EventsMaxClaimTypeAsc - -• **EventsMaxClaimTypeAsc** = ``"EVENTS_MAX_CLAIM_TYPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54405](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54405) - -___ - -### EventsMaxClaimTypeDesc - -• **EventsMaxClaimTypeDesc** = ``"EVENTS_MAX_CLAIM_TYPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54406](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54406) - -___ - -### EventsMaxCorporateActionTickerAsc - -• **EventsMaxCorporateActionTickerAsc** = ``"EVENTS_MAX_CORPORATE_ACTION_TICKER_ASC"`` - -#### Defined in - -[middleware/types.ts:54407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54407) - -___ - -### EventsMaxCorporateActionTickerDesc - -• **EventsMaxCorporateActionTickerDesc** = ``"EVENTS_MAX_CORPORATE_ACTION_TICKER_DESC"`` - -#### Defined in - -[middleware/types.ts:54408](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54408) - -___ - -### EventsMaxCreatedAtAsc - -• **EventsMaxCreatedAtAsc** = ``"EVENTS_MAX_CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54409) - -___ - -### EventsMaxCreatedAtDesc - -• **EventsMaxCreatedAtDesc** = ``"EVENTS_MAX_CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54410](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54410) - -___ - -### EventsMaxEventArg\_0Asc - -• **EventsMaxEventArg\_0Asc** = ``"EVENTS_MAX_EVENT_ARG_0_ASC"`` - -#### Defined in - -[middleware/types.ts:54411](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54411) - -___ - -### EventsMaxEventArg\_0Desc - -• **EventsMaxEventArg\_0Desc** = ``"EVENTS_MAX_EVENT_ARG_0_DESC"`` - -#### Defined in - -[middleware/types.ts:54412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54412) - -___ - -### EventsMaxEventArg\_1Asc - -• **EventsMaxEventArg\_1Asc** = ``"EVENTS_MAX_EVENT_ARG_1_ASC"`` - -#### Defined in - -[middleware/types.ts:54413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54413) - -___ - -### EventsMaxEventArg\_1Desc - -• **EventsMaxEventArg\_1Desc** = ``"EVENTS_MAX_EVENT_ARG_1_DESC"`` - -#### Defined in - -[middleware/types.ts:54414](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54414) - -___ - -### EventsMaxEventArg\_2Asc - -• **EventsMaxEventArg\_2Asc** = ``"EVENTS_MAX_EVENT_ARG_2_ASC"`` - -#### Defined in - -[middleware/types.ts:54415](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54415) - -___ - -### EventsMaxEventArg\_2Desc - -• **EventsMaxEventArg\_2Desc** = ``"EVENTS_MAX_EVENT_ARG_2_DESC"`` - -#### Defined in - -[middleware/types.ts:54416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54416) - -___ - -### EventsMaxEventArg\_3Asc - -• **EventsMaxEventArg\_3Asc** = ``"EVENTS_MAX_EVENT_ARG_3_ASC"`` - -#### Defined in - -[middleware/types.ts:54417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54417) - -___ - -### EventsMaxEventArg\_3Desc - -• **EventsMaxEventArg\_3Desc** = ``"EVENTS_MAX_EVENT_ARG_3_DESC"`` - -#### Defined in - -[middleware/types.ts:54418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54418) - -___ - -### EventsMaxEventIdAsc - -• **EventsMaxEventIdAsc** = ``"EVENTS_MAX_EVENT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54421) - -___ - -### EventsMaxEventIdDesc - -• **EventsMaxEventIdDesc** = ``"EVENTS_MAX_EVENT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54422) - -___ - -### EventsMaxEventIdxAsc - -• **EventsMaxEventIdxAsc** = ``"EVENTS_MAX_EVENT_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54419) - -___ - -### EventsMaxEventIdxDesc - -• **EventsMaxEventIdxDesc** = ``"EVENTS_MAX_EVENT_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54420) - -___ - -### EventsMaxExtrinsicIdAsc - -• **EventsMaxExtrinsicIdAsc** = ``"EVENTS_MAX_EXTRINSIC_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54425](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54425) - -___ - -### EventsMaxExtrinsicIdDesc - -• **EventsMaxExtrinsicIdDesc** = ``"EVENTS_MAX_EXTRINSIC_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54426](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54426) - -___ - -### EventsMaxExtrinsicIdxAsc - -• **EventsMaxExtrinsicIdxAsc** = ``"EVENTS_MAX_EXTRINSIC_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54423](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54423) - -___ - -### EventsMaxExtrinsicIdxDesc - -• **EventsMaxExtrinsicIdxDesc** = ``"EVENTS_MAX_EXTRINSIC_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54424](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54424) - -___ - -### EventsMaxFundraiserOfferingAssetAsc - -• **EventsMaxFundraiserOfferingAssetAsc** = ``"EVENTS_MAX_FUNDRAISER_OFFERING_ASSET_ASC"`` - -#### Defined in - -[middleware/types.ts:54427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54427) - -___ - -### EventsMaxFundraiserOfferingAssetDesc - -• **EventsMaxFundraiserOfferingAssetDesc** = ``"EVENTS_MAX_FUNDRAISER_OFFERING_ASSET_DESC"`` - -#### Defined in - -[middleware/types.ts:54428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54428) - -___ - -### EventsMaxIdAsc - -• **EventsMaxIdAsc** = ``"EVENTS_MAX_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54429) - -___ - -### EventsMaxIdDesc - -• **EventsMaxIdDesc** = ``"EVENTS_MAX_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54430](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54430) - -___ - -### EventsMaxModuleIdAsc - -• **EventsMaxModuleIdAsc** = ``"EVENTS_MAX_MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54431) - -___ - -### EventsMaxModuleIdDesc - -• **EventsMaxModuleIdDesc** = ``"EVENTS_MAX_MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54432) - -___ - -### EventsMaxSpecVersionIdAsc - -• **EventsMaxSpecVersionIdAsc** = ``"EVENTS_MAX_SPEC_VERSION_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54433](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54433) - -___ - -### EventsMaxSpecVersionIdDesc - -• **EventsMaxSpecVersionIdDesc** = ``"EVENTS_MAX_SPEC_VERSION_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54434](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54434) - -___ - -### EventsMaxTransferToAsc - -• **EventsMaxTransferToAsc** = ``"EVENTS_MAX_TRANSFER_TO_ASC"`` - -#### Defined in - -[middleware/types.ts:54435](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54435) - -___ - -### EventsMaxTransferToDesc - -• **EventsMaxTransferToDesc** = ``"EVENTS_MAX_TRANSFER_TO_DESC"`` - -#### Defined in - -[middleware/types.ts:54436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54436) - -___ - -### EventsMaxUpdatedAtAsc - -• **EventsMaxUpdatedAtAsc** = ``"EVENTS_MAX_UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54437) - -___ - -### EventsMaxUpdatedAtDesc - -• **EventsMaxUpdatedAtDesc** = ``"EVENTS_MAX_UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54438) - -___ - -### EventsMinAttributesAsc - -• **EventsMinAttributesAsc** = ``"EVENTS_MIN_ATTRIBUTES_ASC"`` - -#### Defined in - -[middleware/types.ts:54439](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54439) - -___ - -### EventsMinAttributesDesc - -• **EventsMinAttributesDesc** = ``"EVENTS_MIN_ATTRIBUTES_DESC"`` - -#### Defined in - -[middleware/types.ts:54440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54440) - -___ - -### EventsMinAttributesTxtAsc - -• **EventsMinAttributesTxtAsc** = ``"EVENTS_MIN_ATTRIBUTES_TXT_ASC"`` - -#### Defined in - -[middleware/types.ts:54441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54441) - -___ - -### EventsMinAttributesTxtDesc - -• **EventsMinAttributesTxtDesc** = ``"EVENTS_MIN_ATTRIBUTES_TXT_DESC"`` - -#### Defined in - -[middleware/types.ts:54442](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54442) - -___ - -### EventsMinBlockIdAsc - -• **EventsMinBlockIdAsc** = ``"EVENTS_MIN_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54443](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54443) - -___ - -### EventsMinBlockIdDesc - -• **EventsMinBlockIdDesc** = ``"EVENTS_MIN_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54444](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54444) - -___ - -### EventsMinClaimExpiryAsc - -• **EventsMinClaimExpiryAsc** = ``"EVENTS_MIN_CLAIM_EXPIRY_ASC"`` - -#### Defined in - -[middleware/types.ts:54445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54445) - -___ - -### EventsMinClaimExpiryDesc - -• **EventsMinClaimExpiryDesc** = ``"EVENTS_MIN_CLAIM_EXPIRY_DESC"`` - -#### Defined in - -[middleware/types.ts:54446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54446) - -___ - -### EventsMinClaimIssuerAsc - -• **EventsMinClaimIssuerAsc** = ``"EVENTS_MIN_CLAIM_ISSUER_ASC"`` - -#### Defined in - -[middleware/types.ts:54447](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54447) - -___ - -### EventsMinClaimIssuerDesc - -• **EventsMinClaimIssuerDesc** = ``"EVENTS_MIN_CLAIM_ISSUER_DESC"`` - -#### Defined in - -[middleware/types.ts:54448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54448) - -___ - -### EventsMinClaimScopeAsc - -• **EventsMinClaimScopeAsc** = ``"EVENTS_MIN_CLAIM_SCOPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54449](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54449) - -___ - -### EventsMinClaimScopeDesc - -• **EventsMinClaimScopeDesc** = ``"EVENTS_MIN_CLAIM_SCOPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54450) - -___ - -### EventsMinClaimTypeAsc - -• **EventsMinClaimTypeAsc** = ``"EVENTS_MIN_CLAIM_TYPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54451](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54451) - -___ - -### EventsMinClaimTypeDesc - -• **EventsMinClaimTypeDesc** = ``"EVENTS_MIN_CLAIM_TYPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54452) - -___ - -### EventsMinCorporateActionTickerAsc - -• **EventsMinCorporateActionTickerAsc** = ``"EVENTS_MIN_CORPORATE_ACTION_TICKER_ASC"`` - -#### Defined in - -[middleware/types.ts:54453](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54453) - -___ - -### EventsMinCorporateActionTickerDesc - -• **EventsMinCorporateActionTickerDesc** = ``"EVENTS_MIN_CORPORATE_ACTION_TICKER_DESC"`` - -#### Defined in - -[middleware/types.ts:54454](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54454) - -___ - -### EventsMinCreatedAtAsc - -• **EventsMinCreatedAtAsc** = ``"EVENTS_MIN_CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54455) - -___ - -### EventsMinCreatedAtDesc - -• **EventsMinCreatedAtDesc** = ``"EVENTS_MIN_CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54456) - -___ - -### EventsMinEventArg\_0Asc - -• **EventsMinEventArg\_0Asc** = ``"EVENTS_MIN_EVENT_ARG_0_ASC"`` - -#### Defined in - -[middleware/types.ts:54457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54457) - -___ - -### EventsMinEventArg\_0Desc - -• **EventsMinEventArg\_0Desc** = ``"EVENTS_MIN_EVENT_ARG_0_DESC"`` - -#### Defined in - -[middleware/types.ts:54458](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54458) - -___ - -### EventsMinEventArg\_1Asc - -• **EventsMinEventArg\_1Asc** = ``"EVENTS_MIN_EVENT_ARG_1_ASC"`` - -#### Defined in - -[middleware/types.ts:54459](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54459) - -___ - -### EventsMinEventArg\_1Desc - -• **EventsMinEventArg\_1Desc** = ``"EVENTS_MIN_EVENT_ARG_1_DESC"`` - -#### Defined in - -[middleware/types.ts:54460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54460) - -___ - -### EventsMinEventArg\_2Asc - -• **EventsMinEventArg\_2Asc** = ``"EVENTS_MIN_EVENT_ARG_2_ASC"`` - -#### Defined in - -[middleware/types.ts:54461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54461) - -___ - -### EventsMinEventArg\_2Desc - -• **EventsMinEventArg\_2Desc** = ``"EVENTS_MIN_EVENT_ARG_2_DESC"`` - -#### Defined in - -[middleware/types.ts:54462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54462) - -___ - -### EventsMinEventArg\_3Asc - -• **EventsMinEventArg\_3Asc** = ``"EVENTS_MIN_EVENT_ARG_3_ASC"`` - -#### Defined in - -[middleware/types.ts:54463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54463) - -___ - -### EventsMinEventArg\_3Desc - -• **EventsMinEventArg\_3Desc** = ``"EVENTS_MIN_EVENT_ARG_3_DESC"`` - -#### Defined in - -[middleware/types.ts:54464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54464) - -___ - -### EventsMinEventIdAsc - -• **EventsMinEventIdAsc** = ``"EVENTS_MIN_EVENT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54467) - -___ - -### EventsMinEventIdDesc - -• **EventsMinEventIdDesc** = ``"EVENTS_MIN_EVENT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54468) - -___ - -### EventsMinEventIdxAsc - -• **EventsMinEventIdxAsc** = ``"EVENTS_MIN_EVENT_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54465) - -___ - -### EventsMinEventIdxDesc - -• **EventsMinEventIdxDesc** = ``"EVENTS_MIN_EVENT_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54466) - -___ - -### EventsMinExtrinsicIdAsc - -• **EventsMinExtrinsicIdAsc** = ``"EVENTS_MIN_EXTRINSIC_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54471](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54471) - -___ - -### EventsMinExtrinsicIdDesc - -• **EventsMinExtrinsicIdDesc** = ``"EVENTS_MIN_EXTRINSIC_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54472](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54472) - -___ - -### EventsMinExtrinsicIdxAsc - -• **EventsMinExtrinsicIdxAsc** = ``"EVENTS_MIN_EXTRINSIC_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54469) - -___ - -### EventsMinExtrinsicIdxDesc - -• **EventsMinExtrinsicIdxDesc** = ``"EVENTS_MIN_EXTRINSIC_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54470) - -___ - -### EventsMinFundraiserOfferingAssetAsc - -• **EventsMinFundraiserOfferingAssetAsc** = ``"EVENTS_MIN_FUNDRAISER_OFFERING_ASSET_ASC"`` - -#### Defined in - -[middleware/types.ts:54473](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54473) - -___ - -### EventsMinFundraiserOfferingAssetDesc - -• **EventsMinFundraiserOfferingAssetDesc** = ``"EVENTS_MIN_FUNDRAISER_OFFERING_ASSET_DESC"`` - -#### Defined in - -[middleware/types.ts:54474](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54474) - -___ - -### EventsMinIdAsc - -• **EventsMinIdAsc** = ``"EVENTS_MIN_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54475](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54475) - -___ - -### EventsMinIdDesc - -• **EventsMinIdDesc** = ``"EVENTS_MIN_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54476) - -___ - -### EventsMinModuleIdAsc - -• **EventsMinModuleIdAsc** = ``"EVENTS_MIN_MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54477](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54477) - -___ - -### EventsMinModuleIdDesc - -• **EventsMinModuleIdDesc** = ``"EVENTS_MIN_MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54478](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54478) - -___ - -### EventsMinSpecVersionIdAsc - -• **EventsMinSpecVersionIdAsc** = ``"EVENTS_MIN_SPEC_VERSION_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54479](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54479) - -___ - -### EventsMinSpecVersionIdDesc - -• **EventsMinSpecVersionIdDesc** = ``"EVENTS_MIN_SPEC_VERSION_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54480](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54480) - -___ - -### EventsMinTransferToAsc - -• **EventsMinTransferToAsc** = ``"EVENTS_MIN_TRANSFER_TO_ASC"`` - -#### Defined in - -[middleware/types.ts:54481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54481) - -___ - -### EventsMinTransferToDesc - -• **EventsMinTransferToDesc** = ``"EVENTS_MIN_TRANSFER_TO_DESC"`` - -#### Defined in - -[middleware/types.ts:54482](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54482) - -___ - -### EventsMinUpdatedAtAsc - -• **EventsMinUpdatedAtAsc** = ``"EVENTS_MIN_UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54483](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54483) - -___ - -### EventsMinUpdatedAtDesc - -• **EventsMinUpdatedAtDesc** = ``"EVENTS_MIN_UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54484](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54484) - -___ - -### EventsStddevPopulationAttributesAsc - -• **EventsStddevPopulationAttributesAsc** = ``"EVENTS_STDDEV_POPULATION_ATTRIBUTES_ASC"`` - -#### Defined in - -[middleware/types.ts:54485](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54485) - -___ - -### EventsStddevPopulationAttributesDesc - -• **EventsStddevPopulationAttributesDesc** = ``"EVENTS_STDDEV_POPULATION_ATTRIBUTES_DESC"`` - -#### Defined in - -[middleware/types.ts:54486](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54486) - -___ - -### EventsStddevPopulationAttributesTxtAsc - -• **EventsStddevPopulationAttributesTxtAsc** = ``"EVENTS_STDDEV_POPULATION_ATTRIBUTES_TXT_ASC"`` - -#### Defined in - -[middleware/types.ts:54487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54487) - -___ - -### EventsStddevPopulationAttributesTxtDesc - -• **EventsStddevPopulationAttributesTxtDesc** = ``"EVENTS_STDDEV_POPULATION_ATTRIBUTES_TXT_DESC"`` - -#### Defined in - -[middleware/types.ts:54488](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54488) - -___ - -### EventsStddevPopulationBlockIdAsc - -• **EventsStddevPopulationBlockIdAsc** = ``"EVENTS_STDDEV_POPULATION_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54489](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54489) - -___ - -### EventsStddevPopulationBlockIdDesc - -• **EventsStddevPopulationBlockIdDesc** = ``"EVENTS_STDDEV_POPULATION_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54490) - -___ - -### EventsStddevPopulationClaimExpiryAsc - -• **EventsStddevPopulationClaimExpiryAsc** = ``"EVENTS_STDDEV_POPULATION_CLAIM_EXPIRY_ASC"`` - -#### Defined in - -[middleware/types.ts:54491](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54491) - -___ - -### EventsStddevPopulationClaimExpiryDesc - -• **EventsStddevPopulationClaimExpiryDesc** = ``"EVENTS_STDDEV_POPULATION_CLAIM_EXPIRY_DESC"`` - -#### Defined in - -[middleware/types.ts:54492](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54492) - -___ - -### EventsStddevPopulationClaimIssuerAsc - -• **EventsStddevPopulationClaimIssuerAsc** = ``"EVENTS_STDDEV_POPULATION_CLAIM_ISSUER_ASC"`` - -#### Defined in - -[middleware/types.ts:54493](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54493) - -___ - -### EventsStddevPopulationClaimIssuerDesc - -• **EventsStddevPopulationClaimIssuerDesc** = ``"EVENTS_STDDEV_POPULATION_CLAIM_ISSUER_DESC"`` - -#### Defined in - -[middleware/types.ts:54494](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54494) - -___ - -### EventsStddevPopulationClaimScopeAsc - -• **EventsStddevPopulationClaimScopeAsc** = ``"EVENTS_STDDEV_POPULATION_CLAIM_SCOPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54495) - -___ - -### EventsStddevPopulationClaimScopeDesc - -• **EventsStddevPopulationClaimScopeDesc** = ``"EVENTS_STDDEV_POPULATION_CLAIM_SCOPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54496) - -___ - -### EventsStddevPopulationClaimTypeAsc - -• **EventsStddevPopulationClaimTypeAsc** = ``"EVENTS_STDDEV_POPULATION_CLAIM_TYPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54497](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54497) - -___ - -### EventsStddevPopulationClaimTypeDesc - -• **EventsStddevPopulationClaimTypeDesc** = ``"EVENTS_STDDEV_POPULATION_CLAIM_TYPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54498](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54498) - -___ - -### EventsStddevPopulationCorporateActionTickerAsc - -• **EventsStddevPopulationCorporateActionTickerAsc** = ``"EVENTS_STDDEV_POPULATION_CORPORATE_ACTION_TICKER_ASC"`` - -#### Defined in - -[middleware/types.ts:54499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54499) - -___ - -### EventsStddevPopulationCorporateActionTickerDesc - -• **EventsStddevPopulationCorporateActionTickerDesc** = ``"EVENTS_STDDEV_POPULATION_CORPORATE_ACTION_TICKER_DESC"`` - -#### Defined in - -[middleware/types.ts:54500](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54500) - -___ - -### EventsStddevPopulationCreatedAtAsc - -• **EventsStddevPopulationCreatedAtAsc** = ``"EVENTS_STDDEV_POPULATION_CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54501](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54501) - -___ - -### EventsStddevPopulationCreatedAtDesc - -• **EventsStddevPopulationCreatedAtDesc** = ``"EVENTS_STDDEV_POPULATION_CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54502](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54502) - -___ - -### EventsStddevPopulationEventArg\_0Asc - -• **EventsStddevPopulationEventArg\_0Asc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ARG_0_ASC"`` - -#### Defined in - -[middleware/types.ts:54503](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54503) - -___ - -### EventsStddevPopulationEventArg\_0Desc - -• **EventsStddevPopulationEventArg\_0Desc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ARG_0_DESC"`` - -#### Defined in - -[middleware/types.ts:54504](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54504) - -___ - -### EventsStddevPopulationEventArg\_1Asc - -• **EventsStddevPopulationEventArg\_1Asc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ARG_1_ASC"`` - -#### Defined in - -[middleware/types.ts:54505](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54505) - -___ - -### EventsStddevPopulationEventArg\_1Desc - -• **EventsStddevPopulationEventArg\_1Desc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ARG_1_DESC"`` - -#### Defined in - -[middleware/types.ts:54506](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54506) - -___ - -### EventsStddevPopulationEventArg\_2Asc - -• **EventsStddevPopulationEventArg\_2Asc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ARG_2_ASC"`` - -#### Defined in - -[middleware/types.ts:54507](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54507) - -___ - -### EventsStddevPopulationEventArg\_2Desc - -• **EventsStddevPopulationEventArg\_2Desc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ARG_2_DESC"`` - -#### Defined in - -[middleware/types.ts:54508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54508) - -___ - -### EventsStddevPopulationEventArg\_3Asc - -• **EventsStddevPopulationEventArg\_3Asc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ARG_3_ASC"`` - -#### Defined in - -[middleware/types.ts:54509](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54509) - -___ - -### EventsStddevPopulationEventArg\_3Desc - -• **EventsStddevPopulationEventArg\_3Desc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ARG_3_DESC"`` - -#### Defined in - -[middleware/types.ts:54510](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54510) - -___ - -### EventsStddevPopulationEventIdAsc - -• **EventsStddevPopulationEventIdAsc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54513) - -___ - -### EventsStddevPopulationEventIdDesc - -• **EventsStddevPopulationEventIdDesc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54514) - -___ - -### EventsStddevPopulationEventIdxAsc - -• **EventsStddevPopulationEventIdxAsc** = ``"EVENTS_STDDEV_POPULATION_EVENT_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54511](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54511) - -___ - -### EventsStddevPopulationEventIdxDesc - -• **EventsStddevPopulationEventIdxDesc** = ``"EVENTS_STDDEV_POPULATION_EVENT_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54512](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54512) - -___ - -### EventsStddevPopulationExtrinsicIdAsc - -• **EventsStddevPopulationExtrinsicIdAsc** = ``"EVENTS_STDDEV_POPULATION_EXTRINSIC_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54517) - -___ - -### EventsStddevPopulationExtrinsicIdDesc - -• **EventsStddevPopulationExtrinsicIdDesc** = ``"EVENTS_STDDEV_POPULATION_EXTRINSIC_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54518) - -___ - -### EventsStddevPopulationExtrinsicIdxAsc - -• **EventsStddevPopulationExtrinsicIdxAsc** = ``"EVENTS_STDDEV_POPULATION_EXTRINSIC_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54515](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54515) - -___ - -### EventsStddevPopulationExtrinsicIdxDesc - -• **EventsStddevPopulationExtrinsicIdxDesc** = ``"EVENTS_STDDEV_POPULATION_EXTRINSIC_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54516](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54516) - -___ - -### EventsStddevPopulationFundraiserOfferingAssetAsc - -• **EventsStddevPopulationFundraiserOfferingAssetAsc** = ``"EVENTS_STDDEV_POPULATION_FUNDRAISER_OFFERING_ASSET_ASC"`` - -#### Defined in - -[middleware/types.ts:54519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54519) - -___ - -### EventsStddevPopulationFundraiserOfferingAssetDesc - -• **EventsStddevPopulationFundraiserOfferingAssetDesc** = ``"EVENTS_STDDEV_POPULATION_FUNDRAISER_OFFERING_ASSET_DESC"`` - -#### Defined in - -[middleware/types.ts:54520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54520) - -___ - -### EventsStddevPopulationIdAsc - -• **EventsStddevPopulationIdAsc** = ``"EVENTS_STDDEV_POPULATION_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54521](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54521) - -___ - -### EventsStddevPopulationIdDesc - -• **EventsStddevPopulationIdDesc** = ``"EVENTS_STDDEV_POPULATION_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54522](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54522) - -___ - -### EventsStddevPopulationModuleIdAsc - -• **EventsStddevPopulationModuleIdAsc** = ``"EVENTS_STDDEV_POPULATION_MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54523](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54523) - -___ - -### EventsStddevPopulationModuleIdDesc - -• **EventsStddevPopulationModuleIdDesc** = ``"EVENTS_STDDEV_POPULATION_MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54524) - -___ - -### EventsStddevPopulationSpecVersionIdAsc - -• **EventsStddevPopulationSpecVersionIdAsc** = ``"EVENTS_STDDEV_POPULATION_SPEC_VERSION_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54525](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54525) - -___ - -### EventsStddevPopulationSpecVersionIdDesc - -• **EventsStddevPopulationSpecVersionIdDesc** = ``"EVENTS_STDDEV_POPULATION_SPEC_VERSION_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54526](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54526) - -___ - -### EventsStddevPopulationTransferToAsc - -• **EventsStddevPopulationTransferToAsc** = ``"EVENTS_STDDEV_POPULATION_TRANSFER_TO_ASC"`` - -#### Defined in - -[middleware/types.ts:54527](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54527) - -___ - -### EventsStddevPopulationTransferToDesc - -• **EventsStddevPopulationTransferToDesc** = ``"EVENTS_STDDEV_POPULATION_TRANSFER_TO_DESC"`` - -#### Defined in - -[middleware/types.ts:54528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54528) - -___ - -### EventsStddevPopulationUpdatedAtAsc - -• **EventsStddevPopulationUpdatedAtAsc** = ``"EVENTS_STDDEV_POPULATION_UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54529) - -___ - -### EventsStddevPopulationUpdatedAtDesc - -• **EventsStddevPopulationUpdatedAtDesc** = ``"EVENTS_STDDEV_POPULATION_UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54530) - -___ - -### EventsStddevSampleAttributesAsc - -• **EventsStddevSampleAttributesAsc** = ``"EVENTS_STDDEV_SAMPLE_ATTRIBUTES_ASC"`` - -#### Defined in - -[middleware/types.ts:54531](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54531) - -___ - -### EventsStddevSampleAttributesDesc - -• **EventsStddevSampleAttributesDesc** = ``"EVENTS_STDDEV_SAMPLE_ATTRIBUTES_DESC"`` - -#### Defined in - -[middleware/types.ts:54532](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54532) - -___ - -### EventsStddevSampleAttributesTxtAsc - -• **EventsStddevSampleAttributesTxtAsc** = ``"EVENTS_STDDEV_SAMPLE_ATTRIBUTES_TXT_ASC"`` - -#### Defined in - -[middleware/types.ts:54533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54533) - -___ - -### EventsStddevSampleAttributesTxtDesc - -• **EventsStddevSampleAttributesTxtDesc** = ``"EVENTS_STDDEV_SAMPLE_ATTRIBUTES_TXT_DESC"`` - -#### Defined in - -[middleware/types.ts:54534](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54534) - -___ - -### EventsStddevSampleBlockIdAsc - -• **EventsStddevSampleBlockIdAsc** = ``"EVENTS_STDDEV_SAMPLE_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54535](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54535) - -___ - -### EventsStddevSampleBlockIdDesc - -• **EventsStddevSampleBlockIdDesc** = ``"EVENTS_STDDEV_SAMPLE_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54536](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54536) - -___ - -### EventsStddevSampleClaimExpiryAsc - -• **EventsStddevSampleClaimExpiryAsc** = ``"EVENTS_STDDEV_SAMPLE_CLAIM_EXPIRY_ASC"`` - -#### Defined in - -[middleware/types.ts:54537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54537) - -___ - -### EventsStddevSampleClaimExpiryDesc - -• **EventsStddevSampleClaimExpiryDesc** = ``"EVENTS_STDDEV_SAMPLE_CLAIM_EXPIRY_DESC"`` - -#### Defined in - -[middleware/types.ts:54538](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54538) - -___ - -### EventsStddevSampleClaimIssuerAsc - -• **EventsStddevSampleClaimIssuerAsc** = ``"EVENTS_STDDEV_SAMPLE_CLAIM_ISSUER_ASC"`` - -#### Defined in - -[middleware/types.ts:54539](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54539) - -___ - -### EventsStddevSampleClaimIssuerDesc - -• **EventsStddevSampleClaimIssuerDesc** = ``"EVENTS_STDDEV_SAMPLE_CLAIM_ISSUER_DESC"`` - -#### Defined in - -[middleware/types.ts:54540](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54540) - -___ - -### EventsStddevSampleClaimScopeAsc - -• **EventsStddevSampleClaimScopeAsc** = ``"EVENTS_STDDEV_SAMPLE_CLAIM_SCOPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54541](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54541) - -___ - -### EventsStddevSampleClaimScopeDesc - -• **EventsStddevSampleClaimScopeDesc** = ``"EVENTS_STDDEV_SAMPLE_CLAIM_SCOPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54542](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54542) - -___ - -### EventsStddevSampleClaimTypeAsc - -• **EventsStddevSampleClaimTypeAsc** = ``"EVENTS_STDDEV_SAMPLE_CLAIM_TYPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54543](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54543) - -___ - -### EventsStddevSampleClaimTypeDesc - -• **EventsStddevSampleClaimTypeDesc** = ``"EVENTS_STDDEV_SAMPLE_CLAIM_TYPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54544](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54544) - -___ - -### EventsStddevSampleCorporateActionTickerAsc - -• **EventsStddevSampleCorporateActionTickerAsc** = ``"EVENTS_STDDEV_SAMPLE_CORPORATE_ACTION_TICKER_ASC"`` - -#### Defined in - -[middleware/types.ts:54545](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54545) - -___ - -### EventsStddevSampleCorporateActionTickerDesc - -• **EventsStddevSampleCorporateActionTickerDesc** = ``"EVENTS_STDDEV_SAMPLE_CORPORATE_ACTION_TICKER_DESC"`` - -#### Defined in - -[middleware/types.ts:54546](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54546) - -___ - -### EventsStddevSampleCreatedAtAsc - -• **EventsStddevSampleCreatedAtAsc** = ``"EVENTS_STDDEV_SAMPLE_CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54547](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54547) - -___ - -### EventsStddevSampleCreatedAtDesc - -• **EventsStddevSampleCreatedAtDesc** = ``"EVENTS_STDDEV_SAMPLE_CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54548](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54548) - -___ - -### EventsStddevSampleEventArg\_0Asc - -• **EventsStddevSampleEventArg\_0Asc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ARG_0_ASC"`` - -#### Defined in - -[middleware/types.ts:54549](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54549) - -___ - -### EventsStddevSampleEventArg\_0Desc - -• **EventsStddevSampleEventArg\_0Desc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ARG_0_DESC"`` - -#### Defined in - -[middleware/types.ts:54550](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54550) - -___ - -### EventsStddevSampleEventArg\_1Asc - -• **EventsStddevSampleEventArg\_1Asc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ARG_1_ASC"`` - -#### Defined in - -[middleware/types.ts:54551](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54551) - -___ - -### EventsStddevSampleEventArg\_1Desc - -• **EventsStddevSampleEventArg\_1Desc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ARG_1_DESC"`` - -#### Defined in - -[middleware/types.ts:54552](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54552) - -___ - -### EventsStddevSampleEventArg\_2Asc - -• **EventsStddevSampleEventArg\_2Asc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ARG_2_ASC"`` - -#### Defined in - -[middleware/types.ts:54553](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54553) - -___ - -### EventsStddevSampleEventArg\_2Desc - -• **EventsStddevSampleEventArg\_2Desc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ARG_2_DESC"`` - -#### Defined in - -[middleware/types.ts:54554](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54554) - -___ - -### EventsStddevSampleEventArg\_3Asc - -• **EventsStddevSampleEventArg\_3Asc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ARG_3_ASC"`` - -#### Defined in - -[middleware/types.ts:54555](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54555) - -___ - -### EventsStddevSampleEventArg\_3Desc - -• **EventsStddevSampleEventArg\_3Desc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ARG_3_DESC"`` - -#### Defined in - -[middleware/types.ts:54556](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54556) - -___ - -### EventsStddevSampleEventIdAsc - -• **EventsStddevSampleEventIdAsc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54559](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54559) - -___ - -### EventsStddevSampleEventIdDesc - -• **EventsStddevSampleEventIdDesc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54560](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54560) - -___ - -### EventsStddevSampleEventIdxAsc - -• **EventsStddevSampleEventIdxAsc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54557](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54557) - -___ - -### EventsStddevSampleEventIdxDesc - -• **EventsStddevSampleEventIdxDesc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54558](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54558) - -___ - -### EventsStddevSampleExtrinsicIdAsc - -• **EventsStddevSampleExtrinsicIdAsc** = ``"EVENTS_STDDEV_SAMPLE_EXTRINSIC_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54563](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54563) - -___ - -### EventsStddevSampleExtrinsicIdDesc - -• **EventsStddevSampleExtrinsicIdDesc** = ``"EVENTS_STDDEV_SAMPLE_EXTRINSIC_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54564](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54564) - -___ - -### EventsStddevSampleExtrinsicIdxAsc - -• **EventsStddevSampleExtrinsicIdxAsc** = ``"EVENTS_STDDEV_SAMPLE_EXTRINSIC_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54561](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54561) - -___ - -### EventsStddevSampleExtrinsicIdxDesc - -• **EventsStddevSampleExtrinsicIdxDesc** = ``"EVENTS_STDDEV_SAMPLE_EXTRINSIC_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54562) - -___ - -### EventsStddevSampleFundraiserOfferingAssetAsc - -• **EventsStddevSampleFundraiserOfferingAssetAsc** = ``"EVENTS_STDDEV_SAMPLE_FUNDRAISER_OFFERING_ASSET_ASC"`` - -#### Defined in - -[middleware/types.ts:54565](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54565) - -___ - -### EventsStddevSampleFundraiserOfferingAssetDesc - -• **EventsStddevSampleFundraiserOfferingAssetDesc** = ``"EVENTS_STDDEV_SAMPLE_FUNDRAISER_OFFERING_ASSET_DESC"`` - -#### Defined in - -[middleware/types.ts:54566](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54566) - -___ - -### EventsStddevSampleIdAsc - -• **EventsStddevSampleIdAsc** = ``"EVENTS_STDDEV_SAMPLE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54567](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54567) - -___ - -### EventsStddevSampleIdDesc - -• **EventsStddevSampleIdDesc** = ``"EVENTS_STDDEV_SAMPLE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54568](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54568) - -___ - -### EventsStddevSampleModuleIdAsc - -• **EventsStddevSampleModuleIdAsc** = ``"EVENTS_STDDEV_SAMPLE_MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54569](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54569) - -___ - -### EventsStddevSampleModuleIdDesc - -• **EventsStddevSampleModuleIdDesc** = ``"EVENTS_STDDEV_SAMPLE_MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54570](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54570) - -___ - -### EventsStddevSampleSpecVersionIdAsc - -• **EventsStddevSampleSpecVersionIdAsc** = ``"EVENTS_STDDEV_SAMPLE_SPEC_VERSION_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54571](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54571) - -___ - -### EventsStddevSampleSpecVersionIdDesc - -• **EventsStddevSampleSpecVersionIdDesc** = ``"EVENTS_STDDEV_SAMPLE_SPEC_VERSION_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54572](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54572) - -___ - -### EventsStddevSampleTransferToAsc - -• **EventsStddevSampleTransferToAsc** = ``"EVENTS_STDDEV_SAMPLE_TRANSFER_TO_ASC"`` - -#### Defined in - -[middleware/types.ts:54573](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54573) - -___ - -### EventsStddevSampleTransferToDesc - -• **EventsStddevSampleTransferToDesc** = ``"EVENTS_STDDEV_SAMPLE_TRANSFER_TO_DESC"`` - -#### Defined in - -[middleware/types.ts:54574](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54574) - -___ - -### EventsStddevSampleUpdatedAtAsc - -• **EventsStddevSampleUpdatedAtAsc** = ``"EVENTS_STDDEV_SAMPLE_UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54575](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54575) - -___ - -### EventsStddevSampleUpdatedAtDesc - -• **EventsStddevSampleUpdatedAtDesc** = ``"EVENTS_STDDEV_SAMPLE_UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54576](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54576) - -___ - -### EventsSumAttributesAsc - -• **EventsSumAttributesAsc** = ``"EVENTS_SUM_ATTRIBUTES_ASC"`` - -#### Defined in - -[middleware/types.ts:54577](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54577) - -___ - -### EventsSumAttributesDesc - -• **EventsSumAttributesDesc** = ``"EVENTS_SUM_ATTRIBUTES_DESC"`` - -#### Defined in - -[middleware/types.ts:54578](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54578) - -___ - -### EventsSumAttributesTxtAsc - -• **EventsSumAttributesTxtAsc** = ``"EVENTS_SUM_ATTRIBUTES_TXT_ASC"`` - -#### Defined in - -[middleware/types.ts:54579](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54579) - -___ - -### EventsSumAttributesTxtDesc - -• **EventsSumAttributesTxtDesc** = ``"EVENTS_SUM_ATTRIBUTES_TXT_DESC"`` - -#### Defined in - -[middleware/types.ts:54580](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54580) - -___ - -### EventsSumBlockIdAsc - -• **EventsSumBlockIdAsc** = ``"EVENTS_SUM_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54581](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54581) - -___ - -### EventsSumBlockIdDesc - -• **EventsSumBlockIdDesc** = ``"EVENTS_SUM_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54582](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54582) - -___ - -### EventsSumClaimExpiryAsc - -• **EventsSumClaimExpiryAsc** = ``"EVENTS_SUM_CLAIM_EXPIRY_ASC"`` - -#### Defined in - -[middleware/types.ts:54583](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54583) - -___ - -### EventsSumClaimExpiryDesc - -• **EventsSumClaimExpiryDesc** = ``"EVENTS_SUM_CLAIM_EXPIRY_DESC"`` - -#### Defined in - -[middleware/types.ts:54584](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54584) - -___ - -### EventsSumClaimIssuerAsc - -• **EventsSumClaimIssuerAsc** = ``"EVENTS_SUM_CLAIM_ISSUER_ASC"`` - -#### Defined in - -[middleware/types.ts:54585](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54585) - -___ - -### EventsSumClaimIssuerDesc - -• **EventsSumClaimIssuerDesc** = ``"EVENTS_SUM_CLAIM_ISSUER_DESC"`` - -#### Defined in - -[middleware/types.ts:54586](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54586) - -___ - -### EventsSumClaimScopeAsc - -• **EventsSumClaimScopeAsc** = ``"EVENTS_SUM_CLAIM_SCOPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54587](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54587) - -___ - -### EventsSumClaimScopeDesc - -• **EventsSumClaimScopeDesc** = ``"EVENTS_SUM_CLAIM_SCOPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54588) - -___ - -### EventsSumClaimTypeAsc - -• **EventsSumClaimTypeAsc** = ``"EVENTS_SUM_CLAIM_TYPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54589](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54589) - -___ - -### EventsSumClaimTypeDesc - -• **EventsSumClaimTypeDesc** = ``"EVENTS_SUM_CLAIM_TYPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54590](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54590) - -___ - -### EventsSumCorporateActionTickerAsc - -• **EventsSumCorporateActionTickerAsc** = ``"EVENTS_SUM_CORPORATE_ACTION_TICKER_ASC"`` - -#### Defined in - -[middleware/types.ts:54591](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54591) - -___ - -### EventsSumCorporateActionTickerDesc - -• **EventsSumCorporateActionTickerDesc** = ``"EVENTS_SUM_CORPORATE_ACTION_TICKER_DESC"`` - -#### Defined in - -[middleware/types.ts:54592](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54592) - -___ - -### EventsSumCreatedAtAsc - -• **EventsSumCreatedAtAsc** = ``"EVENTS_SUM_CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54593](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54593) - -___ - -### EventsSumCreatedAtDesc - -• **EventsSumCreatedAtDesc** = ``"EVENTS_SUM_CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54594](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54594) - -___ - -### EventsSumEventArg\_0Asc - -• **EventsSumEventArg\_0Asc** = ``"EVENTS_SUM_EVENT_ARG_0_ASC"`` - -#### Defined in - -[middleware/types.ts:54595](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54595) - -___ - -### EventsSumEventArg\_0Desc - -• **EventsSumEventArg\_0Desc** = ``"EVENTS_SUM_EVENT_ARG_0_DESC"`` - -#### Defined in - -[middleware/types.ts:54596](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54596) - -___ - -### EventsSumEventArg\_1Asc - -• **EventsSumEventArg\_1Asc** = ``"EVENTS_SUM_EVENT_ARG_1_ASC"`` - -#### Defined in - -[middleware/types.ts:54597](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54597) - -___ - -### EventsSumEventArg\_1Desc - -• **EventsSumEventArg\_1Desc** = ``"EVENTS_SUM_EVENT_ARG_1_DESC"`` - -#### Defined in - -[middleware/types.ts:54598](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54598) - -___ - -### EventsSumEventArg\_2Asc - -• **EventsSumEventArg\_2Asc** = ``"EVENTS_SUM_EVENT_ARG_2_ASC"`` - -#### Defined in - -[middleware/types.ts:54599](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54599) - -___ - -### EventsSumEventArg\_2Desc - -• **EventsSumEventArg\_2Desc** = ``"EVENTS_SUM_EVENT_ARG_2_DESC"`` - -#### Defined in - -[middleware/types.ts:54600](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54600) - -___ - -### EventsSumEventArg\_3Asc - -• **EventsSumEventArg\_3Asc** = ``"EVENTS_SUM_EVENT_ARG_3_ASC"`` - -#### Defined in - -[middleware/types.ts:54601](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54601) - -___ - -### EventsSumEventArg\_3Desc - -• **EventsSumEventArg\_3Desc** = ``"EVENTS_SUM_EVENT_ARG_3_DESC"`` - -#### Defined in - -[middleware/types.ts:54602](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54602) - -___ - -### EventsSumEventIdAsc - -• **EventsSumEventIdAsc** = ``"EVENTS_SUM_EVENT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54605](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54605) - -___ - -### EventsSumEventIdDesc - -• **EventsSumEventIdDesc** = ``"EVENTS_SUM_EVENT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54606](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54606) - -___ - -### EventsSumEventIdxAsc - -• **EventsSumEventIdxAsc** = ``"EVENTS_SUM_EVENT_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54603](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54603) - -___ - -### EventsSumEventIdxDesc - -• **EventsSumEventIdxDesc** = ``"EVENTS_SUM_EVENT_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54604](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54604) - -___ - -### EventsSumExtrinsicIdAsc - -• **EventsSumExtrinsicIdAsc** = ``"EVENTS_SUM_EXTRINSIC_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54609) - -___ - -### EventsSumExtrinsicIdDesc - -• **EventsSumExtrinsicIdDesc** = ``"EVENTS_SUM_EXTRINSIC_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54610](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54610) - -___ - -### EventsSumExtrinsicIdxAsc - -• **EventsSumExtrinsicIdxAsc** = ``"EVENTS_SUM_EXTRINSIC_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54607](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54607) - -___ - -### EventsSumExtrinsicIdxDesc - -• **EventsSumExtrinsicIdxDesc** = ``"EVENTS_SUM_EXTRINSIC_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54608](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54608) - -___ - -### EventsSumFundraiserOfferingAssetAsc - -• **EventsSumFundraiserOfferingAssetAsc** = ``"EVENTS_SUM_FUNDRAISER_OFFERING_ASSET_ASC"`` - -#### Defined in - -[middleware/types.ts:54611](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54611) - -___ - -### EventsSumFundraiserOfferingAssetDesc - -• **EventsSumFundraiserOfferingAssetDesc** = ``"EVENTS_SUM_FUNDRAISER_OFFERING_ASSET_DESC"`` - -#### Defined in - -[middleware/types.ts:54612](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54612) - -___ - -### EventsSumIdAsc - -• **EventsSumIdAsc** = ``"EVENTS_SUM_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54613](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54613) - -___ - -### EventsSumIdDesc - -• **EventsSumIdDesc** = ``"EVENTS_SUM_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54614](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54614) - -___ - -### EventsSumModuleIdAsc - -• **EventsSumModuleIdAsc** = ``"EVENTS_SUM_MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54615](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54615) - -___ - -### EventsSumModuleIdDesc - -• **EventsSumModuleIdDesc** = ``"EVENTS_SUM_MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54616](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54616) - -___ - -### EventsSumSpecVersionIdAsc - -• **EventsSumSpecVersionIdAsc** = ``"EVENTS_SUM_SPEC_VERSION_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54617](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54617) - -___ - -### EventsSumSpecVersionIdDesc - -• **EventsSumSpecVersionIdDesc** = ``"EVENTS_SUM_SPEC_VERSION_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54618](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54618) - -___ - -### EventsSumTransferToAsc - -• **EventsSumTransferToAsc** = ``"EVENTS_SUM_TRANSFER_TO_ASC"`` - -#### Defined in - -[middleware/types.ts:54619](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54619) - -___ - -### EventsSumTransferToDesc - -• **EventsSumTransferToDesc** = ``"EVENTS_SUM_TRANSFER_TO_DESC"`` - -#### Defined in - -[middleware/types.ts:54620](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54620) - -___ - -### EventsSumUpdatedAtAsc - -• **EventsSumUpdatedAtAsc** = ``"EVENTS_SUM_UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54621](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54621) - -___ - -### EventsSumUpdatedAtDesc - -• **EventsSumUpdatedAtDesc** = ``"EVENTS_SUM_UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54622](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54622) - -___ - -### EventsVariancePopulationAttributesAsc - -• **EventsVariancePopulationAttributesAsc** = ``"EVENTS_VARIANCE_POPULATION_ATTRIBUTES_ASC"`` - -#### Defined in - -[middleware/types.ts:54623](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54623) - -___ - -### EventsVariancePopulationAttributesDesc - -• **EventsVariancePopulationAttributesDesc** = ``"EVENTS_VARIANCE_POPULATION_ATTRIBUTES_DESC"`` - -#### Defined in - -[middleware/types.ts:54624](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54624) - -___ - -### EventsVariancePopulationAttributesTxtAsc - -• **EventsVariancePopulationAttributesTxtAsc** = ``"EVENTS_VARIANCE_POPULATION_ATTRIBUTES_TXT_ASC"`` - -#### Defined in - -[middleware/types.ts:54625](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54625) - -___ - -### EventsVariancePopulationAttributesTxtDesc - -• **EventsVariancePopulationAttributesTxtDesc** = ``"EVENTS_VARIANCE_POPULATION_ATTRIBUTES_TXT_DESC"`` - -#### Defined in - -[middleware/types.ts:54626](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54626) - -___ - -### EventsVariancePopulationBlockIdAsc - -• **EventsVariancePopulationBlockIdAsc** = ``"EVENTS_VARIANCE_POPULATION_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54627](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54627) - -___ - -### EventsVariancePopulationBlockIdDesc - -• **EventsVariancePopulationBlockIdDesc** = ``"EVENTS_VARIANCE_POPULATION_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54628](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54628) - -___ - -### EventsVariancePopulationClaimExpiryAsc - -• **EventsVariancePopulationClaimExpiryAsc** = ``"EVENTS_VARIANCE_POPULATION_CLAIM_EXPIRY_ASC"`` - -#### Defined in - -[middleware/types.ts:54629](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54629) - -___ - -### EventsVariancePopulationClaimExpiryDesc - -• **EventsVariancePopulationClaimExpiryDesc** = ``"EVENTS_VARIANCE_POPULATION_CLAIM_EXPIRY_DESC"`` - -#### Defined in - -[middleware/types.ts:54630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54630) - -___ - -### EventsVariancePopulationClaimIssuerAsc - -• **EventsVariancePopulationClaimIssuerAsc** = ``"EVENTS_VARIANCE_POPULATION_CLAIM_ISSUER_ASC"`` - -#### Defined in - -[middleware/types.ts:54631](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54631) - -___ - -### EventsVariancePopulationClaimIssuerDesc - -• **EventsVariancePopulationClaimIssuerDesc** = ``"EVENTS_VARIANCE_POPULATION_CLAIM_ISSUER_DESC"`` - -#### Defined in - -[middleware/types.ts:54632](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54632) - -___ - -### EventsVariancePopulationClaimScopeAsc - -• **EventsVariancePopulationClaimScopeAsc** = ``"EVENTS_VARIANCE_POPULATION_CLAIM_SCOPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54633](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54633) - -___ - -### EventsVariancePopulationClaimScopeDesc - -• **EventsVariancePopulationClaimScopeDesc** = ``"EVENTS_VARIANCE_POPULATION_CLAIM_SCOPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54634](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54634) - -___ - -### EventsVariancePopulationClaimTypeAsc - -• **EventsVariancePopulationClaimTypeAsc** = ``"EVENTS_VARIANCE_POPULATION_CLAIM_TYPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54635](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54635) - -___ - -### EventsVariancePopulationClaimTypeDesc - -• **EventsVariancePopulationClaimTypeDesc** = ``"EVENTS_VARIANCE_POPULATION_CLAIM_TYPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54636](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54636) - -___ - -### EventsVariancePopulationCorporateActionTickerAsc - -• **EventsVariancePopulationCorporateActionTickerAsc** = ``"EVENTS_VARIANCE_POPULATION_CORPORATE_ACTION_TICKER_ASC"`` - -#### Defined in - -[middleware/types.ts:54637](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54637) - -___ - -### EventsVariancePopulationCorporateActionTickerDesc - -• **EventsVariancePopulationCorporateActionTickerDesc** = ``"EVENTS_VARIANCE_POPULATION_CORPORATE_ACTION_TICKER_DESC"`` - -#### Defined in - -[middleware/types.ts:54638](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54638) - -___ - -### EventsVariancePopulationCreatedAtAsc - -• **EventsVariancePopulationCreatedAtAsc** = ``"EVENTS_VARIANCE_POPULATION_CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54639](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54639) - -___ - -### EventsVariancePopulationCreatedAtDesc - -• **EventsVariancePopulationCreatedAtDesc** = ``"EVENTS_VARIANCE_POPULATION_CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54640](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54640) - -___ - -### EventsVariancePopulationEventArg\_0Asc - -• **EventsVariancePopulationEventArg\_0Asc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ARG_0_ASC"`` - -#### Defined in - -[middleware/types.ts:54641](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54641) - -___ - -### EventsVariancePopulationEventArg\_0Desc - -• **EventsVariancePopulationEventArg\_0Desc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ARG_0_DESC"`` - -#### Defined in - -[middleware/types.ts:54642](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54642) - -___ - -### EventsVariancePopulationEventArg\_1Asc - -• **EventsVariancePopulationEventArg\_1Asc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ARG_1_ASC"`` - -#### Defined in - -[middleware/types.ts:54643](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54643) - -___ - -### EventsVariancePopulationEventArg\_1Desc - -• **EventsVariancePopulationEventArg\_1Desc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ARG_1_DESC"`` - -#### Defined in - -[middleware/types.ts:54644](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54644) - -___ - -### EventsVariancePopulationEventArg\_2Asc - -• **EventsVariancePopulationEventArg\_2Asc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ARG_2_ASC"`` - -#### Defined in - -[middleware/types.ts:54645](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54645) - -___ - -### EventsVariancePopulationEventArg\_2Desc - -• **EventsVariancePopulationEventArg\_2Desc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ARG_2_DESC"`` - -#### Defined in - -[middleware/types.ts:54646](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54646) - -___ - -### EventsVariancePopulationEventArg\_3Asc - -• **EventsVariancePopulationEventArg\_3Asc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ARG_3_ASC"`` - -#### Defined in - -[middleware/types.ts:54647](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54647) - -___ - -### EventsVariancePopulationEventArg\_3Desc - -• **EventsVariancePopulationEventArg\_3Desc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ARG_3_DESC"`` - -#### Defined in - -[middleware/types.ts:54648](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54648) - -___ - -### EventsVariancePopulationEventIdAsc - -• **EventsVariancePopulationEventIdAsc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54651](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54651) - -___ - -### EventsVariancePopulationEventIdDesc - -• **EventsVariancePopulationEventIdDesc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54652](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54652) - -___ - -### EventsVariancePopulationEventIdxAsc - -• **EventsVariancePopulationEventIdxAsc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54649](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54649) - -___ - -### EventsVariancePopulationEventIdxDesc - -• **EventsVariancePopulationEventIdxDesc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54650](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54650) - -___ - -### EventsVariancePopulationExtrinsicIdAsc - -• **EventsVariancePopulationExtrinsicIdAsc** = ``"EVENTS_VARIANCE_POPULATION_EXTRINSIC_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54655](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54655) - -___ - -### EventsVariancePopulationExtrinsicIdDesc - -• **EventsVariancePopulationExtrinsicIdDesc** = ``"EVENTS_VARIANCE_POPULATION_EXTRINSIC_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54656](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54656) - -___ - -### EventsVariancePopulationExtrinsicIdxAsc - -• **EventsVariancePopulationExtrinsicIdxAsc** = ``"EVENTS_VARIANCE_POPULATION_EXTRINSIC_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54653](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54653) - -___ - -### EventsVariancePopulationExtrinsicIdxDesc - -• **EventsVariancePopulationExtrinsicIdxDesc** = ``"EVENTS_VARIANCE_POPULATION_EXTRINSIC_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54654) - -___ - -### EventsVariancePopulationFundraiserOfferingAssetAsc - -• **EventsVariancePopulationFundraiserOfferingAssetAsc** = ``"EVENTS_VARIANCE_POPULATION_FUNDRAISER_OFFERING_ASSET_ASC"`` - -#### Defined in - -[middleware/types.ts:54657](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54657) - -___ - -### EventsVariancePopulationFundraiserOfferingAssetDesc - -• **EventsVariancePopulationFundraiserOfferingAssetDesc** = ``"EVENTS_VARIANCE_POPULATION_FUNDRAISER_OFFERING_ASSET_DESC"`` - -#### Defined in - -[middleware/types.ts:54658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54658) - -___ - -### EventsVariancePopulationIdAsc - -• **EventsVariancePopulationIdAsc** = ``"EVENTS_VARIANCE_POPULATION_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54659](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54659) - -___ - -### EventsVariancePopulationIdDesc - -• **EventsVariancePopulationIdDesc** = ``"EVENTS_VARIANCE_POPULATION_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54660](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54660) - -___ - -### EventsVariancePopulationModuleIdAsc - -• **EventsVariancePopulationModuleIdAsc** = ``"EVENTS_VARIANCE_POPULATION_MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54661](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54661) - -___ - -### EventsVariancePopulationModuleIdDesc - -• **EventsVariancePopulationModuleIdDesc** = ``"EVENTS_VARIANCE_POPULATION_MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54662](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54662) - -___ - -### EventsVariancePopulationSpecVersionIdAsc - -• **EventsVariancePopulationSpecVersionIdAsc** = ``"EVENTS_VARIANCE_POPULATION_SPEC_VERSION_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54663](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54663) - -___ - -### EventsVariancePopulationSpecVersionIdDesc - -• **EventsVariancePopulationSpecVersionIdDesc** = ``"EVENTS_VARIANCE_POPULATION_SPEC_VERSION_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54664](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54664) - -___ - -### EventsVariancePopulationTransferToAsc - -• **EventsVariancePopulationTransferToAsc** = ``"EVENTS_VARIANCE_POPULATION_TRANSFER_TO_ASC"`` - -#### Defined in - -[middleware/types.ts:54665](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54665) - -___ - -### EventsVariancePopulationTransferToDesc - -• **EventsVariancePopulationTransferToDesc** = ``"EVENTS_VARIANCE_POPULATION_TRANSFER_TO_DESC"`` - -#### Defined in - -[middleware/types.ts:54666](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54666) - -___ - -### EventsVariancePopulationUpdatedAtAsc - -• **EventsVariancePopulationUpdatedAtAsc** = ``"EVENTS_VARIANCE_POPULATION_UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54667](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54667) - -___ - -### EventsVariancePopulationUpdatedAtDesc - -• **EventsVariancePopulationUpdatedAtDesc** = ``"EVENTS_VARIANCE_POPULATION_UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54668](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54668) - -___ - -### EventsVarianceSampleAttributesAsc - -• **EventsVarianceSampleAttributesAsc** = ``"EVENTS_VARIANCE_SAMPLE_ATTRIBUTES_ASC"`` - -#### Defined in - -[middleware/types.ts:54669](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54669) - -___ - -### EventsVarianceSampleAttributesDesc - -• **EventsVarianceSampleAttributesDesc** = ``"EVENTS_VARIANCE_SAMPLE_ATTRIBUTES_DESC"`` - -#### Defined in - -[middleware/types.ts:54670](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54670) - -___ - -### EventsVarianceSampleAttributesTxtAsc - -• **EventsVarianceSampleAttributesTxtAsc** = ``"EVENTS_VARIANCE_SAMPLE_ATTRIBUTES_TXT_ASC"`` - -#### Defined in - -[middleware/types.ts:54671](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54671) - -___ - -### EventsVarianceSampleAttributesTxtDesc - -• **EventsVarianceSampleAttributesTxtDesc** = ``"EVENTS_VARIANCE_SAMPLE_ATTRIBUTES_TXT_DESC"`` - -#### Defined in - -[middleware/types.ts:54672](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54672) - -___ - -### EventsVarianceSampleBlockIdAsc - -• **EventsVarianceSampleBlockIdAsc** = ``"EVENTS_VARIANCE_SAMPLE_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54673](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54673) - -___ - -### EventsVarianceSampleBlockIdDesc - -• **EventsVarianceSampleBlockIdDesc** = ``"EVENTS_VARIANCE_SAMPLE_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54674](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54674) - -___ - -### EventsVarianceSampleClaimExpiryAsc - -• **EventsVarianceSampleClaimExpiryAsc** = ``"EVENTS_VARIANCE_SAMPLE_CLAIM_EXPIRY_ASC"`` - -#### Defined in - -[middleware/types.ts:54675](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54675) - -___ - -### EventsVarianceSampleClaimExpiryDesc - -• **EventsVarianceSampleClaimExpiryDesc** = ``"EVENTS_VARIANCE_SAMPLE_CLAIM_EXPIRY_DESC"`` - -#### Defined in - -[middleware/types.ts:54676](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54676) - -___ - -### EventsVarianceSampleClaimIssuerAsc - -• **EventsVarianceSampleClaimIssuerAsc** = ``"EVENTS_VARIANCE_SAMPLE_CLAIM_ISSUER_ASC"`` - -#### Defined in - -[middleware/types.ts:54677](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54677) - -___ - -### EventsVarianceSampleClaimIssuerDesc - -• **EventsVarianceSampleClaimIssuerDesc** = ``"EVENTS_VARIANCE_SAMPLE_CLAIM_ISSUER_DESC"`` - -#### Defined in - -[middleware/types.ts:54678](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54678) - -___ - -### EventsVarianceSampleClaimScopeAsc - -• **EventsVarianceSampleClaimScopeAsc** = ``"EVENTS_VARIANCE_SAMPLE_CLAIM_SCOPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54679](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54679) - -___ - -### EventsVarianceSampleClaimScopeDesc - -• **EventsVarianceSampleClaimScopeDesc** = ``"EVENTS_VARIANCE_SAMPLE_CLAIM_SCOPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54680](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54680) - -___ - -### EventsVarianceSampleClaimTypeAsc - -• **EventsVarianceSampleClaimTypeAsc** = ``"EVENTS_VARIANCE_SAMPLE_CLAIM_TYPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54681](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54681) - -___ - -### EventsVarianceSampleClaimTypeDesc - -• **EventsVarianceSampleClaimTypeDesc** = ``"EVENTS_VARIANCE_SAMPLE_CLAIM_TYPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54682](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54682) - -___ - -### EventsVarianceSampleCorporateActionTickerAsc - -• **EventsVarianceSampleCorporateActionTickerAsc** = ``"EVENTS_VARIANCE_SAMPLE_CORPORATE_ACTION_TICKER_ASC"`` - -#### Defined in - -[middleware/types.ts:54683](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54683) - -___ - -### EventsVarianceSampleCorporateActionTickerDesc - -• **EventsVarianceSampleCorporateActionTickerDesc** = ``"EVENTS_VARIANCE_SAMPLE_CORPORATE_ACTION_TICKER_DESC"`` - -#### Defined in - -[middleware/types.ts:54684](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54684) - -___ - -### EventsVarianceSampleCreatedAtAsc - -• **EventsVarianceSampleCreatedAtAsc** = ``"EVENTS_VARIANCE_SAMPLE_CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54685](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54685) - -___ - -### EventsVarianceSampleCreatedAtDesc - -• **EventsVarianceSampleCreatedAtDesc** = ``"EVENTS_VARIANCE_SAMPLE_CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54686](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54686) - -___ - -### EventsVarianceSampleEventArg\_0Asc - -• **EventsVarianceSampleEventArg\_0Asc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ARG_0_ASC"`` - -#### Defined in - -[middleware/types.ts:54687](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54687) - -___ - -### EventsVarianceSampleEventArg\_0Desc - -• **EventsVarianceSampleEventArg\_0Desc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ARG_0_DESC"`` - -#### Defined in - -[middleware/types.ts:54688](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54688) - -___ - -### EventsVarianceSampleEventArg\_1Asc - -• **EventsVarianceSampleEventArg\_1Asc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ARG_1_ASC"`` - -#### Defined in - -[middleware/types.ts:54689](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54689) - -___ - -### EventsVarianceSampleEventArg\_1Desc - -• **EventsVarianceSampleEventArg\_1Desc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ARG_1_DESC"`` - -#### Defined in - -[middleware/types.ts:54690](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54690) - -___ - -### EventsVarianceSampleEventArg\_2Asc - -• **EventsVarianceSampleEventArg\_2Asc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ARG_2_ASC"`` - -#### Defined in - -[middleware/types.ts:54691](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54691) - -___ - -### EventsVarianceSampleEventArg\_2Desc - -• **EventsVarianceSampleEventArg\_2Desc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ARG_2_DESC"`` - -#### Defined in - -[middleware/types.ts:54692](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54692) - -___ - -### EventsVarianceSampleEventArg\_3Asc - -• **EventsVarianceSampleEventArg\_3Asc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ARG_3_ASC"`` - -#### Defined in - -[middleware/types.ts:54693](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54693) - -___ - -### EventsVarianceSampleEventArg\_3Desc - -• **EventsVarianceSampleEventArg\_3Desc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ARG_3_DESC"`` - -#### Defined in - -[middleware/types.ts:54694](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54694) - -___ - -### EventsVarianceSampleEventIdAsc - -• **EventsVarianceSampleEventIdAsc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54697](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54697) - -___ - -### EventsVarianceSampleEventIdDesc - -• **EventsVarianceSampleEventIdDesc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54698](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54698) - -___ - -### EventsVarianceSampleEventIdxAsc - -• **EventsVarianceSampleEventIdxAsc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54695](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54695) - -___ - -### EventsVarianceSampleEventIdxDesc - -• **EventsVarianceSampleEventIdxDesc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54696](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54696) - -___ - -### EventsVarianceSampleExtrinsicIdAsc - -• **EventsVarianceSampleExtrinsicIdAsc** = ``"EVENTS_VARIANCE_SAMPLE_EXTRINSIC_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54701](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54701) - -___ - -### EventsVarianceSampleExtrinsicIdDesc - -• **EventsVarianceSampleExtrinsicIdDesc** = ``"EVENTS_VARIANCE_SAMPLE_EXTRINSIC_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54702](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54702) - -___ - -### EventsVarianceSampleExtrinsicIdxAsc - -• **EventsVarianceSampleExtrinsicIdxAsc** = ``"EVENTS_VARIANCE_SAMPLE_EXTRINSIC_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54699](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54699) - -___ - -### EventsVarianceSampleExtrinsicIdxDesc - -• **EventsVarianceSampleExtrinsicIdxDesc** = ``"EVENTS_VARIANCE_SAMPLE_EXTRINSIC_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54700](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54700) - -___ - -### EventsVarianceSampleFundraiserOfferingAssetAsc - -• **EventsVarianceSampleFundraiserOfferingAssetAsc** = ``"EVENTS_VARIANCE_SAMPLE_FUNDRAISER_OFFERING_ASSET_ASC"`` - -#### Defined in - -[middleware/types.ts:54703](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54703) - -___ - -### EventsVarianceSampleFundraiserOfferingAssetDesc - -• **EventsVarianceSampleFundraiserOfferingAssetDesc** = ``"EVENTS_VARIANCE_SAMPLE_FUNDRAISER_OFFERING_ASSET_DESC"`` - -#### Defined in - -[middleware/types.ts:54704](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54704) - -___ - -### EventsVarianceSampleIdAsc - -• **EventsVarianceSampleIdAsc** = ``"EVENTS_VARIANCE_SAMPLE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54705](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54705) - -___ - -### EventsVarianceSampleIdDesc - -• **EventsVarianceSampleIdDesc** = ``"EVENTS_VARIANCE_SAMPLE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54706](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54706) - -___ - -### EventsVarianceSampleModuleIdAsc - -• **EventsVarianceSampleModuleIdAsc** = ``"EVENTS_VARIANCE_SAMPLE_MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54707](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54707) - -___ - -### EventsVarianceSampleModuleIdDesc - -• **EventsVarianceSampleModuleIdDesc** = ``"EVENTS_VARIANCE_SAMPLE_MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54708](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54708) - -___ - -### EventsVarianceSampleSpecVersionIdAsc - -• **EventsVarianceSampleSpecVersionIdAsc** = ``"EVENTS_VARIANCE_SAMPLE_SPEC_VERSION_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54709](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54709) - -___ - -### EventsVarianceSampleSpecVersionIdDesc - -• **EventsVarianceSampleSpecVersionIdDesc** = ``"EVENTS_VARIANCE_SAMPLE_SPEC_VERSION_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54710](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54710) - -___ - -### EventsVarianceSampleTransferToAsc - -• **EventsVarianceSampleTransferToAsc** = ``"EVENTS_VARIANCE_SAMPLE_TRANSFER_TO_ASC"`` - -#### Defined in - -[middleware/types.ts:54711](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54711) - -___ - -### EventsVarianceSampleTransferToDesc - -• **EventsVarianceSampleTransferToDesc** = ``"EVENTS_VARIANCE_SAMPLE_TRANSFER_TO_DESC"`` - -#### Defined in - -[middleware/types.ts:54712](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54712) - -___ - -### EventsVarianceSampleUpdatedAtAsc - -• **EventsVarianceSampleUpdatedAtAsc** = ``"EVENTS_VARIANCE_SAMPLE_UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54713](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54713) - -___ - -### EventsVarianceSampleUpdatedAtDesc - -• **EventsVarianceSampleUpdatedAtDesc** = ``"EVENTS_VARIANCE_SAMPLE_UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54714) - -___ - -### ExtrinsicHashAsc - -• **ExtrinsicHashAsc** = ``"EXTRINSIC_HASH_ASC"`` - -#### Defined in - -[middleware/types.ts:54715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54715) - -___ - -### ExtrinsicHashDesc - -• **ExtrinsicHashDesc** = ``"EXTRINSIC_HASH_DESC"`` - -#### Defined in - -[middleware/types.ts:54716](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54716) - -___ - -### ExtrinsicIdxAsc - -• **ExtrinsicIdxAsc** = ``"EXTRINSIC_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54717](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54717) - -___ - -### ExtrinsicIdxDesc - -• **ExtrinsicIdxDesc** = ``"EXTRINSIC_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54718](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54718) - -___ - -### ExtrinsicLengthAsc - -• **ExtrinsicLengthAsc** = ``"EXTRINSIC_LENGTH_ASC"`` - -#### Defined in - -[middleware/types.ts:54719](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54719) - -___ - -### ExtrinsicLengthDesc - -• **ExtrinsicLengthDesc** = ``"EXTRINSIC_LENGTH_DESC"`` - -#### Defined in - -[middleware/types.ts:54720](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54720) - -___ - -### IdAsc - -• **IdAsc** = ``"ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54721](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54721) - -___ - -### IdDesc - -• **IdDesc** = ``"ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54722](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54722) - -___ - -### ModuleIdAsc - -• **ModuleIdAsc** = ``"MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54723](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54723) - -___ - -### ModuleIdDesc - -• **ModuleIdDesc** = ``"MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54724](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54724) - -___ - -### Natural - -• **Natural** = ``"NATURAL"`` - -#### Defined in - -[middleware/types.ts:54725](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54725) - -___ - -### NonceAsc - -• **NonceAsc** = ``"NONCE_ASC"`` - -#### Defined in - -[middleware/types.ts:54726](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54726) - -___ - -### NonceDesc - -• **NonceDesc** = ``"NONCE_DESC"`` - -#### Defined in - -[middleware/types.ts:54727](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54727) - -___ - -### ParamsAsc - -• **ParamsAsc** = ``"PARAMS_ASC"`` - -#### Defined in - -[middleware/types.ts:54728](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54728) - -___ - -### ParamsDesc - -• **ParamsDesc** = ``"PARAMS_DESC"`` - -#### Defined in - -[middleware/types.ts:54729](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54729) - -___ - -### ParamsTxtAsc - -• **ParamsTxtAsc** = ``"PARAMS_TXT_ASC"`` - -#### Defined in - -[middleware/types.ts:54730](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54730) - -___ - -### ParamsTxtDesc - -• **ParamsTxtDesc** = ``"PARAMS_TXT_DESC"`` - -#### Defined in - -[middleware/types.ts:54731](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54731) - -___ - -### PolyxTransactionsAverageAddressAsc - -• **PolyxTransactionsAverageAddressAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:54732](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54732) - -___ - -### PolyxTransactionsAverageAddressDesc - -• **PolyxTransactionsAverageAddressDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:54733](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54733) - -___ - -### PolyxTransactionsAverageAmountAsc - -• **PolyxTransactionsAverageAmountAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_AMOUNT_ASC"`` - -#### Defined in - -[middleware/types.ts:54734](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54734) - -___ - -### PolyxTransactionsAverageAmountDesc - -• **PolyxTransactionsAverageAmountDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_AMOUNT_DESC"`` - -#### Defined in - -[middleware/types.ts:54735](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54735) - -___ - -### PolyxTransactionsAverageCallIdAsc - -• **PolyxTransactionsAverageCallIdAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_CALL_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54736](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54736) - -___ - -### PolyxTransactionsAverageCallIdDesc - -• **PolyxTransactionsAverageCallIdDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_CALL_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54737](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54737) - -___ - -### PolyxTransactionsAverageCreatedAtAsc - -• **PolyxTransactionsAverageCreatedAtAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54738](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54738) - -___ - -### PolyxTransactionsAverageCreatedAtDesc - -• **PolyxTransactionsAverageCreatedAtDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54739) - -___ - -### PolyxTransactionsAverageCreatedBlockIdAsc - -• **PolyxTransactionsAverageCreatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_CREATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54740](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54740) - -___ - -### PolyxTransactionsAverageCreatedBlockIdDesc - -• **PolyxTransactionsAverageCreatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_CREATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54741](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54741) - -___ - -### PolyxTransactionsAverageDatetimeAsc - -• **PolyxTransactionsAverageDatetimeAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_DATETIME_ASC"`` - -#### Defined in - -[middleware/types.ts:54742](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54742) - -___ - -### PolyxTransactionsAverageDatetimeDesc - -• **PolyxTransactionsAverageDatetimeDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_DATETIME_DESC"`` - -#### Defined in - -[middleware/types.ts:54743](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54743) - -___ - -### PolyxTransactionsAverageEventIdAsc - -• **PolyxTransactionsAverageEventIdAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_EVENT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54746](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54746) - -___ - -### PolyxTransactionsAverageEventIdDesc - -• **PolyxTransactionsAverageEventIdDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_EVENT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54747](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54747) - -___ - -### PolyxTransactionsAverageEventIdxAsc - -• **PolyxTransactionsAverageEventIdxAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_EVENT_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54744](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54744) - -___ - -### PolyxTransactionsAverageEventIdxDesc - -• **PolyxTransactionsAverageEventIdxDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_EVENT_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54745](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54745) - -___ - -### PolyxTransactionsAverageExtrinsicIdAsc - -• **PolyxTransactionsAverageExtrinsicIdAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_EXTRINSIC_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54748](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54748) - -___ - -### PolyxTransactionsAverageExtrinsicIdDesc - -• **PolyxTransactionsAverageExtrinsicIdDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_EXTRINSIC_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54749](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54749) - -___ - -### PolyxTransactionsAverageIdAsc - -• **PolyxTransactionsAverageIdAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54752) - -___ - -### PolyxTransactionsAverageIdDesc - -• **PolyxTransactionsAverageIdDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54753](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54753) - -___ - -### PolyxTransactionsAverageIdentityIdAsc - -• **PolyxTransactionsAverageIdentityIdAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_IDENTITY_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54750](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54750) - -___ - -### PolyxTransactionsAverageIdentityIdDesc - -• **PolyxTransactionsAverageIdentityIdDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_IDENTITY_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54751](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54751) - -___ - -### PolyxTransactionsAverageMemoAsc - -• **PolyxTransactionsAverageMemoAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_MEMO_ASC"`` - -#### Defined in - -[middleware/types.ts:54754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54754) - -___ - -### PolyxTransactionsAverageMemoDesc - -• **PolyxTransactionsAverageMemoDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_MEMO_DESC"`` - -#### Defined in - -[middleware/types.ts:54755](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54755) - -___ - -### PolyxTransactionsAverageModuleIdAsc - -• **PolyxTransactionsAverageModuleIdAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54756) - -___ - -### PolyxTransactionsAverageModuleIdDesc - -• **PolyxTransactionsAverageModuleIdDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54757](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54757) - -___ - -### PolyxTransactionsAverageToAddressAsc - -• **PolyxTransactionsAverageToAddressAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_TO_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:54758](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54758) - -___ - -### PolyxTransactionsAverageToAddressDesc - -• **PolyxTransactionsAverageToAddressDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_TO_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:54759](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54759) - -___ - -### PolyxTransactionsAverageToIdAsc - -• **PolyxTransactionsAverageToIdAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_TO_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54760](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54760) - -___ - -### PolyxTransactionsAverageToIdDesc - -• **PolyxTransactionsAverageToIdDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_TO_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54761](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54761) - -___ - -### PolyxTransactionsAverageTypeAsc - -• **PolyxTransactionsAverageTypeAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_TYPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54762](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54762) - -___ - -### PolyxTransactionsAverageTypeDesc - -• **PolyxTransactionsAverageTypeDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_TYPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54763) - -___ - -### PolyxTransactionsAverageUpdatedAtAsc - -• **PolyxTransactionsAverageUpdatedAtAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54764](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54764) - -___ - -### PolyxTransactionsAverageUpdatedAtDesc - -• **PolyxTransactionsAverageUpdatedAtDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54765](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54765) - -___ - -### PolyxTransactionsAverageUpdatedBlockIdAsc - -• **PolyxTransactionsAverageUpdatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_UPDATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54766](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54766) - -___ - -### PolyxTransactionsAverageUpdatedBlockIdDesc - -• **PolyxTransactionsAverageUpdatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_UPDATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54767](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54767) - -___ - -### PolyxTransactionsCountAsc - -• **PolyxTransactionsCountAsc** = ``"POLYX_TRANSACTIONS_COUNT_ASC"`` - -#### Defined in - -[middleware/types.ts:54768](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54768) - -___ - -### PolyxTransactionsCountDesc - -• **PolyxTransactionsCountDesc** = ``"POLYX_TRANSACTIONS_COUNT_DESC"`` - -#### Defined in - -[middleware/types.ts:54769](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54769) - -___ - -### PolyxTransactionsDistinctCountAddressAsc - -• **PolyxTransactionsDistinctCountAddressAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:54770](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54770) - -___ - -### PolyxTransactionsDistinctCountAddressDesc - -• **PolyxTransactionsDistinctCountAddressDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:54771](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54771) - -___ - -### PolyxTransactionsDistinctCountAmountAsc - -• **PolyxTransactionsDistinctCountAmountAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_AMOUNT_ASC"`` - -#### Defined in - -[middleware/types.ts:54772](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54772) - -___ - -### PolyxTransactionsDistinctCountAmountDesc - -• **PolyxTransactionsDistinctCountAmountDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_AMOUNT_DESC"`` - -#### Defined in - -[middleware/types.ts:54773](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54773) - -___ - -### PolyxTransactionsDistinctCountCallIdAsc - -• **PolyxTransactionsDistinctCountCallIdAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_CALL_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54774](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54774) - -___ - -### PolyxTransactionsDistinctCountCallIdDesc - -• **PolyxTransactionsDistinctCountCallIdDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_CALL_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54775](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54775) - -___ - -### PolyxTransactionsDistinctCountCreatedAtAsc - -• **PolyxTransactionsDistinctCountCreatedAtAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54776](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54776) - -___ - -### PolyxTransactionsDistinctCountCreatedAtDesc - -• **PolyxTransactionsDistinctCountCreatedAtDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54777](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54777) - -___ - -### PolyxTransactionsDistinctCountCreatedBlockIdAsc - -• **PolyxTransactionsDistinctCountCreatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54778](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54778) - -___ - -### PolyxTransactionsDistinctCountCreatedBlockIdDesc - -• **PolyxTransactionsDistinctCountCreatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54779](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54779) - -___ - -### PolyxTransactionsDistinctCountDatetimeAsc - -• **PolyxTransactionsDistinctCountDatetimeAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_DATETIME_ASC"`` - -#### Defined in - -[middleware/types.ts:54780](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54780) - -___ - -### PolyxTransactionsDistinctCountDatetimeDesc - -• **PolyxTransactionsDistinctCountDatetimeDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_DATETIME_DESC"`` - -#### Defined in - -[middleware/types.ts:54781](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54781) - -___ - -### PolyxTransactionsDistinctCountEventIdAsc - -• **PolyxTransactionsDistinctCountEventIdAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_EVENT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54784](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54784) - -___ - -### PolyxTransactionsDistinctCountEventIdDesc - -• **PolyxTransactionsDistinctCountEventIdDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_EVENT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54785](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54785) - -___ - -### PolyxTransactionsDistinctCountEventIdxAsc - -• **PolyxTransactionsDistinctCountEventIdxAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_EVENT_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54782](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54782) - -___ - -### PolyxTransactionsDistinctCountEventIdxDesc - -• **PolyxTransactionsDistinctCountEventIdxDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_EVENT_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54783](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54783) - -___ - -### PolyxTransactionsDistinctCountExtrinsicIdAsc - -• **PolyxTransactionsDistinctCountExtrinsicIdAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_EXTRINSIC_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54786](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54786) - -___ - -### PolyxTransactionsDistinctCountExtrinsicIdDesc - -• **PolyxTransactionsDistinctCountExtrinsicIdDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_EXTRINSIC_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54787](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54787) - -___ - -### PolyxTransactionsDistinctCountIdAsc - -• **PolyxTransactionsDistinctCountIdAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54790](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54790) - -___ - -### PolyxTransactionsDistinctCountIdDesc - -• **PolyxTransactionsDistinctCountIdDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54791](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54791) - -___ - -### PolyxTransactionsDistinctCountIdentityIdAsc - -• **PolyxTransactionsDistinctCountIdentityIdAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_IDENTITY_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54788](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54788) - -___ - -### PolyxTransactionsDistinctCountIdentityIdDesc - -• **PolyxTransactionsDistinctCountIdentityIdDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_IDENTITY_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54789](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54789) - -___ - -### PolyxTransactionsDistinctCountMemoAsc - -• **PolyxTransactionsDistinctCountMemoAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_MEMO_ASC"`` - -#### Defined in - -[middleware/types.ts:54792](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54792) - -___ - -### PolyxTransactionsDistinctCountMemoDesc - -• **PolyxTransactionsDistinctCountMemoDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_MEMO_DESC"`` - -#### Defined in - -[middleware/types.ts:54793](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54793) - -___ - -### PolyxTransactionsDistinctCountModuleIdAsc - -• **PolyxTransactionsDistinctCountModuleIdAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54794](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54794) - -___ - -### PolyxTransactionsDistinctCountModuleIdDesc - -• **PolyxTransactionsDistinctCountModuleIdDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54795](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54795) - -___ - -### PolyxTransactionsDistinctCountToAddressAsc - -• **PolyxTransactionsDistinctCountToAddressAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_TO_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:54796](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54796) - -___ - -### PolyxTransactionsDistinctCountToAddressDesc - -• **PolyxTransactionsDistinctCountToAddressDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_TO_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:54797](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54797) - -___ - -### PolyxTransactionsDistinctCountToIdAsc - -• **PolyxTransactionsDistinctCountToIdAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_TO_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54798](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54798) - -___ - -### PolyxTransactionsDistinctCountToIdDesc - -• **PolyxTransactionsDistinctCountToIdDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_TO_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54799](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54799) - -___ - -### PolyxTransactionsDistinctCountTypeAsc - -• **PolyxTransactionsDistinctCountTypeAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_TYPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54800](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54800) - -___ - -### PolyxTransactionsDistinctCountTypeDesc - -• **PolyxTransactionsDistinctCountTypeDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_TYPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54801](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54801) - -___ - -### PolyxTransactionsDistinctCountUpdatedAtAsc - -• **PolyxTransactionsDistinctCountUpdatedAtAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54802](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54802) - -___ - -### PolyxTransactionsDistinctCountUpdatedAtDesc - -• **PolyxTransactionsDistinctCountUpdatedAtDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54803](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54803) - -___ - -### PolyxTransactionsDistinctCountUpdatedBlockIdAsc - -• **PolyxTransactionsDistinctCountUpdatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_UPDATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54804](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54804) - -___ - -### PolyxTransactionsDistinctCountUpdatedBlockIdDesc - -• **PolyxTransactionsDistinctCountUpdatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_UPDATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54805](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54805) - -___ - -### PolyxTransactionsMaxAddressAsc - -• **PolyxTransactionsMaxAddressAsc** = ``"POLYX_TRANSACTIONS_MAX_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:54806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54806) - -___ - -### PolyxTransactionsMaxAddressDesc - -• **PolyxTransactionsMaxAddressDesc** = ``"POLYX_TRANSACTIONS_MAX_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:54807](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54807) - -___ - -### PolyxTransactionsMaxAmountAsc - -• **PolyxTransactionsMaxAmountAsc** = ``"POLYX_TRANSACTIONS_MAX_AMOUNT_ASC"`` - -#### Defined in - -[middleware/types.ts:54808](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54808) - -___ - -### PolyxTransactionsMaxAmountDesc - -• **PolyxTransactionsMaxAmountDesc** = ``"POLYX_TRANSACTIONS_MAX_AMOUNT_DESC"`` - -#### Defined in - -[middleware/types.ts:54809](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54809) - -___ - -### PolyxTransactionsMaxCallIdAsc - -• **PolyxTransactionsMaxCallIdAsc** = ``"POLYX_TRANSACTIONS_MAX_CALL_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54810) - -___ - -### PolyxTransactionsMaxCallIdDesc - -• **PolyxTransactionsMaxCallIdDesc** = ``"POLYX_TRANSACTIONS_MAX_CALL_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54811](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54811) - -___ - -### PolyxTransactionsMaxCreatedAtAsc - -• **PolyxTransactionsMaxCreatedAtAsc** = ``"POLYX_TRANSACTIONS_MAX_CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54812](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54812) - -___ - -### PolyxTransactionsMaxCreatedAtDesc - -• **PolyxTransactionsMaxCreatedAtDesc** = ``"POLYX_TRANSACTIONS_MAX_CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54813](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54813) - -___ - -### PolyxTransactionsMaxCreatedBlockIdAsc - -• **PolyxTransactionsMaxCreatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_MAX_CREATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54814](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54814) - -___ - -### PolyxTransactionsMaxCreatedBlockIdDesc - -• **PolyxTransactionsMaxCreatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_MAX_CREATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54815](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54815) - -___ - -### PolyxTransactionsMaxDatetimeAsc - -• **PolyxTransactionsMaxDatetimeAsc** = ``"POLYX_TRANSACTIONS_MAX_DATETIME_ASC"`` - -#### Defined in - -[middleware/types.ts:54816](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54816) - -___ - -### PolyxTransactionsMaxDatetimeDesc - -• **PolyxTransactionsMaxDatetimeDesc** = ``"POLYX_TRANSACTIONS_MAX_DATETIME_DESC"`` - -#### Defined in - -[middleware/types.ts:54817](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54817) - -___ - -### PolyxTransactionsMaxEventIdAsc - -• **PolyxTransactionsMaxEventIdAsc** = ``"POLYX_TRANSACTIONS_MAX_EVENT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54820](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54820) - -___ - -### PolyxTransactionsMaxEventIdDesc - -• **PolyxTransactionsMaxEventIdDesc** = ``"POLYX_TRANSACTIONS_MAX_EVENT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54821](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54821) - -___ - -### PolyxTransactionsMaxEventIdxAsc - -• **PolyxTransactionsMaxEventIdxAsc** = ``"POLYX_TRANSACTIONS_MAX_EVENT_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54818](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54818) - -___ - -### PolyxTransactionsMaxEventIdxDesc - -• **PolyxTransactionsMaxEventIdxDesc** = ``"POLYX_TRANSACTIONS_MAX_EVENT_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54819](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54819) - -___ - -### PolyxTransactionsMaxExtrinsicIdAsc - -• **PolyxTransactionsMaxExtrinsicIdAsc** = ``"POLYX_TRANSACTIONS_MAX_EXTRINSIC_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54822](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54822) - -___ - -### PolyxTransactionsMaxExtrinsicIdDesc - -• **PolyxTransactionsMaxExtrinsicIdDesc** = ``"POLYX_TRANSACTIONS_MAX_EXTRINSIC_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54823) - -___ - -### PolyxTransactionsMaxIdAsc - -• **PolyxTransactionsMaxIdAsc** = ``"POLYX_TRANSACTIONS_MAX_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54826](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54826) - -___ - -### PolyxTransactionsMaxIdDesc - -• **PolyxTransactionsMaxIdDesc** = ``"POLYX_TRANSACTIONS_MAX_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54827](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54827) - -___ - -### PolyxTransactionsMaxIdentityIdAsc - -• **PolyxTransactionsMaxIdentityIdAsc** = ``"POLYX_TRANSACTIONS_MAX_IDENTITY_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54824](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54824) - -___ - -### PolyxTransactionsMaxIdentityIdDesc - -• **PolyxTransactionsMaxIdentityIdDesc** = ``"POLYX_TRANSACTIONS_MAX_IDENTITY_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54825](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54825) - -___ - -### PolyxTransactionsMaxMemoAsc - -• **PolyxTransactionsMaxMemoAsc** = ``"POLYX_TRANSACTIONS_MAX_MEMO_ASC"`` - -#### Defined in - -[middleware/types.ts:54828](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54828) - -___ - -### PolyxTransactionsMaxMemoDesc - -• **PolyxTransactionsMaxMemoDesc** = ``"POLYX_TRANSACTIONS_MAX_MEMO_DESC"`` - -#### Defined in - -[middleware/types.ts:54829](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54829) - -___ - -### PolyxTransactionsMaxModuleIdAsc - -• **PolyxTransactionsMaxModuleIdAsc** = ``"POLYX_TRANSACTIONS_MAX_MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54830](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54830) - -___ - -### PolyxTransactionsMaxModuleIdDesc - -• **PolyxTransactionsMaxModuleIdDesc** = ``"POLYX_TRANSACTIONS_MAX_MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54831](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54831) - -___ - -### PolyxTransactionsMaxToAddressAsc - -• **PolyxTransactionsMaxToAddressAsc** = ``"POLYX_TRANSACTIONS_MAX_TO_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:54832](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54832) - -___ - -### PolyxTransactionsMaxToAddressDesc - -• **PolyxTransactionsMaxToAddressDesc** = ``"POLYX_TRANSACTIONS_MAX_TO_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:54833](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54833) - -___ - -### PolyxTransactionsMaxToIdAsc - -• **PolyxTransactionsMaxToIdAsc** = ``"POLYX_TRANSACTIONS_MAX_TO_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54834](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54834) - -___ - -### PolyxTransactionsMaxToIdDesc - -• **PolyxTransactionsMaxToIdDesc** = ``"POLYX_TRANSACTIONS_MAX_TO_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54835](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54835) - -___ - -### PolyxTransactionsMaxTypeAsc - -• **PolyxTransactionsMaxTypeAsc** = ``"POLYX_TRANSACTIONS_MAX_TYPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54836](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54836) - -___ - -### PolyxTransactionsMaxTypeDesc - -• **PolyxTransactionsMaxTypeDesc** = ``"POLYX_TRANSACTIONS_MAX_TYPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54837](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54837) - -___ - -### PolyxTransactionsMaxUpdatedAtAsc - -• **PolyxTransactionsMaxUpdatedAtAsc** = ``"POLYX_TRANSACTIONS_MAX_UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54838](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54838) - -___ - -### PolyxTransactionsMaxUpdatedAtDesc - -• **PolyxTransactionsMaxUpdatedAtDesc** = ``"POLYX_TRANSACTIONS_MAX_UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54839](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54839) - -___ - -### PolyxTransactionsMaxUpdatedBlockIdAsc - -• **PolyxTransactionsMaxUpdatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_MAX_UPDATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54840](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54840) - -___ - -### PolyxTransactionsMaxUpdatedBlockIdDesc - -• **PolyxTransactionsMaxUpdatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_MAX_UPDATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54841](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54841) - -___ - -### PolyxTransactionsMinAddressAsc - -• **PolyxTransactionsMinAddressAsc** = ``"POLYX_TRANSACTIONS_MIN_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:54842](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54842) - -___ - -### PolyxTransactionsMinAddressDesc - -• **PolyxTransactionsMinAddressDesc** = ``"POLYX_TRANSACTIONS_MIN_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:54843](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54843) - -___ - -### PolyxTransactionsMinAmountAsc - -• **PolyxTransactionsMinAmountAsc** = ``"POLYX_TRANSACTIONS_MIN_AMOUNT_ASC"`` - -#### Defined in - -[middleware/types.ts:54844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54844) - -___ - -### PolyxTransactionsMinAmountDesc - -• **PolyxTransactionsMinAmountDesc** = ``"POLYX_TRANSACTIONS_MIN_AMOUNT_DESC"`` - -#### Defined in - -[middleware/types.ts:54845](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54845) - -___ - -### PolyxTransactionsMinCallIdAsc - -• **PolyxTransactionsMinCallIdAsc** = ``"POLYX_TRANSACTIONS_MIN_CALL_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54846](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54846) - -___ - -### PolyxTransactionsMinCallIdDesc - -• **PolyxTransactionsMinCallIdDesc** = ``"POLYX_TRANSACTIONS_MIN_CALL_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54847](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54847) - -___ - -### PolyxTransactionsMinCreatedAtAsc - -• **PolyxTransactionsMinCreatedAtAsc** = ``"POLYX_TRANSACTIONS_MIN_CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54848](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54848) - -___ - -### PolyxTransactionsMinCreatedAtDesc - -• **PolyxTransactionsMinCreatedAtDesc** = ``"POLYX_TRANSACTIONS_MIN_CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54849](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54849) - -___ - -### PolyxTransactionsMinCreatedBlockIdAsc - -• **PolyxTransactionsMinCreatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_MIN_CREATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54850](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54850) - -___ - -### PolyxTransactionsMinCreatedBlockIdDesc - -• **PolyxTransactionsMinCreatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_MIN_CREATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54851](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54851) - -___ - -### PolyxTransactionsMinDatetimeAsc - -• **PolyxTransactionsMinDatetimeAsc** = ``"POLYX_TRANSACTIONS_MIN_DATETIME_ASC"`` - -#### Defined in - -[middleware/types.ts:54852](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54852) - -___ - -### PolyxTransactionsMinDatetimeDesc - -• **PolyxTransactionsMinDatetimeDesc** = ``"POLYX_TRANSACTIONS_MIN_DATETIME_DESC"`` - -#### Defined in - -[middleware/types.ts:54853](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54853) - -___ - -### PolyxTransactionsMinEventIdAsc - -• **PolyxTransactionsMinEventIdAsc** = ``"POLYX_TRANSACTIONS_MIN_EVENT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54856](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54856) - -___ - -### PolyxTransactionsMinEventIdDesc - -• **PolyxTransactionsMinEventIdDesc** = ``"POLYX_TRANSACTIONS_MIN_EVENT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54857](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54857) - -___ - -### PolyxTransactionsMinEventIdxAsc - -• **PolyxTransactionsMinEventIdxAsc** = ``"POLYX_TRANSACTIONS_MIN_EVENT_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54854](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54854) - -___ - -### PolyxTransactionsMinEventIdxDesc - -• **PolyxTransactionsMinEventIdxDesc** = ``"POLYX_TRANSACTIONS_MIN_EVENT_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54855](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54855) - -___ - -### PolyxTransactionsMinExtrinsicIdAsc - -• **PolyxTransactionsMinExtrinsicIdAsc** = ``"POLYX_TRANSACTIONS_MIN_EXTRINSIC_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54858](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54858) - -___ - -### PolyxTransactionsMinExtrinsicIdDesc - -• **PolyxTransactionsMinExtrinsicIdDesc** = ``"POLYX_TRANSACTIONS_MIN_EXTRINSIC_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54859](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54859) - -___ - -### PolyxTransactionsMinIdAsc - -• **PolyxTransactionsMinIdAsc** = ``"POLYX_TRANSACTIONS_MIN_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54862](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54862) - -___ - -### PolyxTransactionsMinIdDesc - -• **PolyxTransactionsMinIdDesc** = ``"POLYX_TRANSACTIONS_MIN_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54863](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54863) - -___ - -### PolyxTransactionsMinIdentityIdAsc - -• **PolyxTransactionsMinIdentityIdAsc** = ``"POLYX_TRANSACTIONS_MIN_IDENTITY_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54860](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54860) - -___ - -### PolyxTransactionsMinIdentityIdDesc - -• **PolyxTransactionsMinIdentityIdDesc** = ``"POLYX_TRANSACTIONS_MIN_IDENTITY_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54861](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54861) - -___ - -### PolyxTransactionsMinMemoAsc - -• **PolyxTransactionsMinMemoAsc** = ``"POLYX_TRANSACTIONS_MIN_MEMO_ASC"`` - -#### Defined in - -[middleware/types.ts:54864](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54864) - -___ - -### PolyxTransactionsMinMemoDesc - -• **PolyxTransactionsMinMemoDesc** = ``"POLYX_TRANSACTIONS_MIN_MEMO_DESC"`` - -#### Defined in - -[middleware/types.ts:54865](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54865) - -___ - -### PolyxTransactionsMinModuleIdAsc - -• **PolyxTransactionsMinModuleIdAsc** = ``"POLYX_TRANSACTIONS_MIN_MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54866](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54866) - -___ - -### PolyxTransactionsMinModuleIdDesc - -• **PolyxTransactionsMinModuleIdDesc** = ``"POLYX_TRANSACTIONS_MIN_MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54867](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54867) - -___ - -### PolyxTransactionsMinToAddressAsc - -• **PolyxTransactionsMinToAddressAsc** = ``"POLYX_TRANSACTIONS_MIN_TO_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:54868](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54868) - -___ - -### PolyxTransactionsMinToAddressDesc - -• **PolyxTransactionsMinToAddressDesc** = ``"POLYX_TRANSACTIONS_MIN_TO_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:54869](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54869) - -___ - -### PolyxTransactionsMinToIdAsc - -• **PolyxTransactionsMinToIdAsc** = ``"POLYX_TRANSACTIONS_MIN_TO_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54870](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54870) - -___ - -### PolyxTransactionsMinToIdDesc - -• **PolyxTransactionsMinToIdDesc** = ``"POLYX_TRANSACTIONS_MIN_TO_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54871](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54871) - -___ - -### PolyxTransactionsMinTypeAsc - -• **PolyxTransactionsMinTypeAsc** = ``"POLYX_TRANSACTIONS_MIN_TYPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54872](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54872) - -___ - -### PolyxTransactionsMinTypeDesc - -• **PolyxTransactionsMinTypeDesc** = ``"POLYX_TRANSACTIONS_MIN_TYPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54873](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54873) - -___ - -### PolyxTransactionsMinUpdatedAtAsc - -• **PolyxTransactionsMinUpdatedAtAsc** = ``"POLYX_TRANSACTIONS_MIN_UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54874](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54874) - -___ - -### PolyxTransactionsMinUpdatedAtDesc - -• **PolyxTransactionsMinUpdatedAtDesc** = ``"POLYX_TRANSACTIONS_MIN_UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54875](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54875) - -___ - -### PolyxTransactionsMinUpdatedBlockIdAsc - -• **PolyxTransactionsMinUpdatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_MIN_UPDATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54876](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54876) - -___ - -### PolyxTransactionsMinUpdatedBlockIdDesc - -• **PolyxTransactionsMinUpdatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_MIN_UPDATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54877](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54877) - -___ - -### PolyxTransactionsStddevPopulationAddressAsc - -• **PolyxTransactionsStddevPopulationAddressAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:54878](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54878) - -___ - -### PolyxTransactionsStddevPopulationAddressDesc - -• **PolyxTransactionsStddevPopulationAddressDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:54879](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54879) - -___ - -### PolyxTransactionsStddevPopulationAmountAsc - -• **PolyxTransactionsStddevPopulationAmountAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_AMOUNT_ASC"`` - -#### Defined in - -[middleware/types.ts:54880](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54880) - -___ - -### PolyxTransactionsStddevPopulationAmountDesc - -• **PolyxTransactionsStddevPopulationAmountDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_AMOUNT_DESC"`` - -#### Defined in - -[middleware/types.ts:54881](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54881) - -___ - -### PolyxTransactionsStddevPopulationCallIdAsc - -• **PolyxTransactionsStddevPopulationCallIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_CALL_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54882](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54882) - -___ - -### PolyxTransactionsStddevPopulationCallIdDesc - -• **PolyxTransactionsStddevPopulationCallIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_CALL_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54883](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54883) - -___ - -### PolyxTransactionsStddevPopulationCreatedAtAsc - -• **PolyxTransactionsStddevPopulationCreatedAtAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54884](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54884) - -___ - -### PolyxTransactionsStddevPopulationCreatedAtDesc - -• **PolyxTransactionsStddevPopulationCreatedAtDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54885](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54885) - -___ - -### PolyxTransactionsStddevPopulationCreatedBlockIdAsc - -• **PolyxTransactionsStddevPopulationCreatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54886](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54886) - -___ - -### PolyxTransactionsStddevPopulationCreatedBlockIdDesc - -• **PolyxTransactionsStddevPopulationCreatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54887](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54887) - -___ - -### PolyxTransactionsStddevPopulationDatetimeAsc - -• **PolyxTransactionsStddevPopulationDatetimeAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_DATETIME_ASC"`` - -#### Defined in - -[middleware/types.ts:54888](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54888) - -___ - -### PolyxTransactionsStddevPopulationDatetimeDesc - -• **PolyxTransactionsStddevPopulationDatetimeDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_DATETIME_DESC"`` - -#### Defined in - -[middleware/types.ts:54889](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54889) - -___ - -### PolyxTransactionsStddevPopulationEventIdAsc - -• **PolyxTransactionsStddevPopulationEventIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_EVENT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54892](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54892) - -___ - -### PolyxTransactionsStddevPopulationEventIdDesc - -• **PolyxTransactionsStddevPopulationEventIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_EVENT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54893](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54893) - -___ - -### PolyxTransactionsStddevPopulationEventIdxAsc - -• **PolyxTransactionsStddevPopulationEventIdxAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_EVENT_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54890](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54890) - -___ - -### PolyxTransactionsStddevPopulationEventIdxDesc - -• **PolyxTransactionsStddevPopulationEventIdxDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_EVENT_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54891](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54891) - -___ - -### PolyxTransactionsStddevPopulationExtrinsicIdAsc - -• **PolyxTransactionsStddevPopulationExtrinsicIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_EXTRINSIC_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54894](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54894) - -___ - -### PolyxTransactionsStddevPopulationExtrinsicIdDesc - -• **PolyxTransactionsStddevPopulationExtrinsicIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_EXTRINSIC_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54895](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54895) - -___ - -### PolyxTransactionsStddevPopulationIdAsc - -• **PolyxTransactionsStddevPopulationIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54898](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54898) - -___ - -### PolyxTransactionsStddevPopulationIdDesc - -• **PolyxTransactionsStddevPopulationIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54899](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54899) - -___ - -### PolyxTransactionsStddevPopulationIdentityIdAsc - -• **PolyxTransactionsStddevPopulationIdentityIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_IDENTITY_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54896](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54896) - -___ - -### PolyxTransactionsStddevPopulationIdentityIdDesc - -• **PolyxTransactionsStddevPopulationIdentityIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_IDENTITY_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54897](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54897) - -___ - -### PolyxTransactionsStddevPopulationMemoAsc - -• **PolyxTransactionsStddevPopulationMemoAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_MEMO_ASC"`` - -#### Defined in - -[middleware/types.ts:54900](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54900) - -___ - -### PolyxTransactionsStddevPopulationMemoDesc - -• **PolyxTransactionsStddevPopulationMemoDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_MEMO_DESC"`` - -#### Defined in - -[middleware/types.ts:54901](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54901) - -___ - -### PolyxTransactionsStddevPopulationModuleIdAsc - -• **PolyxTransactionsStddevPopulationModuleIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54902](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54902) - -___ - -### PolyxTransactionsStddevPopulationModuleIdDesc - -• **PolyxTransactionsStddevPopulationModuleIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54903](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54903) - -___ - -### PolyxTransactionsStddevPopulationToAddressAsc - -• **PolyxTransactionsStddevPopulationToAddressAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_TO_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:54904](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54904) - -___ - -### PolyxTransactionsStddevPopulationToAddressDesc - -• **PolyxTransactionsStddevPopulationToAddressDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_TO_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:54905](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54905) - -___ - -### PolyxTransactionsStddevPopulationToIdAsc - -• **PolyxTransactionsStddevPopulationToIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_TO_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54906](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54906) - -___ - -### PolyxTransactionsStddevPopulationToIdDesc - -• **PolyxTransactionsStddevPopulationToIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_TO_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54907](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54907) - -___ - -### PolyxTransactionsStddevPopulationTypeAsc - -• **PolyxTransactionsStddevPopulationTypeAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_TYPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54908](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54908) - -___ - -### PolyxTransactionsStddevPopulationTypeDesc - -• **PolyxTransactionsStddevPopulationTypeDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_TYPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54909](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54909) - -___ - -### PolyxTransactionsStddevPopulationUpdatedAtAsc - -• **PolyxTransactionsStddevPopulationUpdatedAtAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54910](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54910) - -___ - -### PolyxTransactionsStddevPopulationUpdatedAtDesc - -• **PolyxTransactionsStddevPopulationUpdatedAtDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54911](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54911) - -___ - -### PolyxTransactionsStddevPopulationUpdatedBlockIdAsc - -• **PolyxTransactionsStddevPopulationUpdatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_UPDATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54912](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54912) - -___ - -### PolyxTransactionsStddevPopulationUpdatedBlockIdDesc - -• **PolyxTransactionsStddevPopulationUpdatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_UPDATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54913](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54913) - -___ - -### PolyxTransactionsStddevSampleAddressAsc - -• **PolyxTransactionsStddevSampleAddressAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:54914](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54914) - -___ - -### PolyxTransactionsStddevSampleAddressDesc - -• **PolyxTransactionsStddevSampleAddressDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:54915](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54915) - -___ - -### PolyxTransactionsStddevSampleAmountAsc - -• **PolyxTransactionsStddevSampleAmountAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_AMOUNT_ASC"`` - -#### Defined in - -[middleware/types.ts:54916](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54916) - -___ - -### PolyxTransactionsStddevSampleAmountDesc - -• **PolyxTransactionsStddevSampleAmountDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_AMOUNT_DESC"`` - -#### Defined in - -[middleware/types.ts:54917](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54917) - -___ - -### PolyxTransactionsStddevSampleCallIdAsc - -• **PolyxTransactionsStddevSampleCallIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_CALL_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54918](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54918) - -___ - -### PolyxTransactionsStddevSampleCallIdDesc - -• **PolyxTransactionsStddevSampleCallIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_CALL_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54919](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54919) - -___ - -### PolyxTransactionsStddevSampleCreatedAtAsc - -• **PolyxTransactionsStddevSampleCreatedAtAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54920](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54920) - -___ - -### PolyxTransactionsStddevSampleCreatedAtDesc - -• **PolyxTransactionsStddevSampleCreatedAtDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54921](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54921) - -___ - -### PolyxTransactionsStddevSampleCreatedBlockIdAsc - -• **PolyxTransactionsStddevSampleCreatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54922](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54922) - -___ - -### PolyxTransactionsStddevSampleCreatedBlockIdDesc - -• **PolyxTransactionsStddevSampleCreatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54923](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54923) - -___ - -### PolyxTransactionsStddevSampleDatetimeAsc - -• **PolyxTransactionsStddevSampleDatetimeAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_DATETIME_ASC"`` - -#### Defined in - -[middleware/types.ts:54924](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54924) - -___ - -### PolyxTransactionsStddevSampleDatetimeDesc - -• **PolyxTransactionsStddevSampleDatetimeDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_DATETIME_DESC"`` - -#### Defined in - -[middleware/types.ts:54925](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54925) - -___ - -### PolyxTransactionsStddevSampleEventIdAsc - -• **PolyxTransactionsStddevSampleEventIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_EVENT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54928](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54928) - -___ - -### PolyxTransactionsStddevSampleEventIdDesc - -• **PolyxTransactionsStddevSampleEventIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_EVENT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54929](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54929) - -___ - -### PolyxTransactionsStddevSampleEventIdxAsc - -• **PolyxTransactionsStddevSampleEventIdxAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_EVENT_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54926](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54926) - -___ - -### PolyxTransactionsStddevSampleEventIdxDesc - -• **PolyxTransactionsStddevSampleEventIdxDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_EVENT_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54927](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54927) - -___ - -### PolyxTransactionsStddevSampleExtrinsicIdAsc - -• **PolyxTransactionsStddevSampleExtrinsicIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_EXTRINSIC_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54930](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54930) - -___ - -### PolyxTransactionsStddevSampleExtrinsicIdDesc - -• **PolyxTransactionsStddevSampleExtrinsicIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_EXTRINSIC_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54931](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54931) - -___ - -### PolyxTransactionsStddevSampleIdAsc - -• **PolyxTransactionsStddevSampleIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54934](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54934) - -___ - -### PolyxTransactionsStddevSampleIdDesc - -• **PolyxTransactionsStddevSampleIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54935](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54935) - -___ - -### PolyxTransactionsStddevSampleIdentityIdAsc - -• **PolyxTransactionsStddevSampleIdentityIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_IDENTITY_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54932](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54932) - -___ - -### PolyxTransactionsStddevSampleIdentityIdDesc - -• **PolyxTransactionsStddevSampleIdentityIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_IDENTITY_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54933](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54933) - -___ - -### PolyxTransactionsStddevSampleMemoAsc - -• **PolyxTransactionsStddevSampleMemoAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_MEMO_ASC"`` - -#### Defined in - -[middleware/types.ts:54936](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54936) - -___ - -### PolyxTransactionsStddevSampleMemoDesc - -• **PolyxTransactionsStddevSampleMemoDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_MEMO_DESC"`` - -#### Defined in - -[middleware/types.ts:54937](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54937) - -___ - -### PolyxTransactionsStddevSampleModuleIdAsc - -• **PolyxTransactionsStddevSampleModuleIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54938](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54938) - -___ - -### PolyxTransactionsStddevSampleModuleIdDesc - -• **PolyxTransactionsStddevSampleModuleIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54939](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54939) - -___ - -### PolyxTransactionsStddevSampleToAddressAsc - -• **PolyxTransactionsStddevSampleToAddressAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_TO_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:54940](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54940) - -___ - -### PolyxTransactionsStddevSampleToAddressDesc - -• **PolyxTransactionsStddevSampleToAddressDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_TO_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:54941](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54941) - -___ - -### PolyxTransactionsStddevSampleToIdAsc - -• **PolyxTransactionsStddevSampleToIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_TO_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54942](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54942) - -___ - -### PolyxTransactionsStddevSampleToIdDesc - -• **PolyxTransactionsStddevSampleToIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_TO_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54943](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54943) - -___ - -### PolyxTransactionsStddevSampleTypeAsc - -• **PolyxTransactionsStddevSampleTypeAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_TYPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54944](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54944) - -___ - -### PolyxTransactionsStddevSampleTypeDesc - -• **PolyxTransactionsStddevSampleTypeDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_TYPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54945](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54945) - -___ - -### PolyxTransactionsStddevSampleUpdatedAtAsc - -• **PolyxTransactionsStddevSampleUpdatedAtAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54946](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54946) - -___ - -### PolyxTransactionsStddevSampleUpdatedAtDesc - -• **PolyxTransactionsStddevSampleUpdatedAtDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54947](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54947) - -___ - -### PolyxTransactionsStddevSampleUpdatedBlockIdAsc - -• **PolyxTransactionsStddevSampleUpdatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_UPDATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54948](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54948) - -___ - -### PolyxTransactionsStddevSampleUpdatedBlockIdDesc - -• **PolyxTransactionsStddevSampleUpdatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_UPDATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54949](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54949) - -___ - -### PolyxTransactionsSumAddressAsc - -• **PolyxTransactionsSumAddressAsc** = ``"POLYX_TRANSACTIONS_SUM_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:54950](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54950) - -___ - -### PolyxTransactionsSumAddressDesc - -• **PolyxTransactionsSumAddressDesc** = ``"POLYX_TRANSACTIONS_SUM_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:54951](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54951) - -___ - -### PolyxTransactionsSumAmountAsc - -• **PolyxTransactionsSumAmountAsc** = ``"POLYX_TRANSACTIONS_SUM_AMOUNT_ASC"`` - -#### Defined in - -[middleware/types.ts:54952](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54952) - -___ - -### PolyxTransactionsSumAmountDesc - -• **PolyxTransactionsSumAmountDesc** = ``"POLYX_TRANSACTIONS_SUM_AMOUNT_DESC"`` - -#### Defined in - -[middleware/types.ts:54953](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54953) - -___ - -### PolyxTransactionsSumCallIdAsc - -• **PolyxTransactionsSumCallIdAsc** = ``"POLYX_TRANSACTIONS_SUM_CALL_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54954](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54954) - -___ - -### PolyxTransactionsSumCallIdDesc - -• **PolyxTransactionsSumCallIdDesc** = ``"POLYX_TRANSACTIONS_SUM_CALL_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54955](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54955) - -___ - -### PolyxTransactionsSumCreatedAtAsc - -• **PolyxTransactionsSumCreatedAtAsc** = ``"POLYX_TRANSACTIONS_SUM_CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54956](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54956) - -___ - -### PolyxTransactionsSumCreatedAtDesc - -• **PolyxTransactionsSumCreatedAtDesc** = ``"POLYX_TRANSACTIONS_SUM_CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54957](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54957) - -___ - -### PolyxTransactionsSumCreatedBlockIdAsc - -• **PolyxTransactionsSumCreatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_SUM_CREATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54958](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54958) - -___ - -### PolyxTransactionsSumCreatedBlockIdDesc - -• **PolyxTransactionsSumCreatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_SUM_CREATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54959](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54959) - -___ - -### PolyxTransactionsSumDatetimeAsc - -• **PolyxTransactionsSumDatetimeAsc** = ``"POLYX_TRANSACTIONS_SUM_DATETIME_ASC"`` - -#### Defined in - -[middleware/types.ts:54960](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54960) - -___ - -### PolyxTransactionsSumDatetimeDesc - -• **PolyxTransactionsSumDatetimeDesc** = ``"POLYX_TRANSACTIONS_SUM_DATETIME_DESC"`` - -#### Defined in - -[middleware/types.ts:54961](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54961) - -___ - -### PolyxTransactionsSumEventIdAsc - -• **PolyxTransactionsSumEventIdAsc** = ``"POLYX_TRANSACTIONS_SUM_EVENT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54964](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54964) - -___ - -### PolyxTransactionsSumEventIdDesc - -• **PolyxTransactionsSumEventIdDesc** = ``"POLYX_TRANSACTIONS_SUM_EVENT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54965](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54965) - -___ - -### PolyxTransactionsSumEventIdxAsc - -• **PolyxTransactionsSumEventIdxAsc** = ``"POLYX_TRANSACTIONS_SUM_EVENT_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54962](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54962) - -___ - -### PolyxTransactionsSumEventIdxDesc - -• **PolyxTransactionsSumEventIdxDesc** = ``"POLYX_TRANSACTIONS_SUM_EVENT_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54963](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54963) - -___ - -### PolyxTransactionsSumExtrinsicIdAsc - -• **PolyxTransactionsSumExtrinsicIdAsc** = ``"POLYX_TRANSACTIONS_SUM_EXTRINSIC_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54966](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54966) - -___ - -### PolyxTransactionsSumExtrinsicIdDesc - -• **PolyxTransactionsSumExtrinsicIdDesc** = ``"POLYX_TRANSACTIONS_SUM_EXTRINSIC_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54967](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54967) - -___ - -### PolyxTransactionsSumIdAsc - -• **PolyxTransactionsSumIdAsc** = ``"POLYX_TRANSACTIONS_SUM_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54970](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54970) - -___ - -### PolyxTransactionsSumIdDesc - -• **PolyxTransactionsSumIdDesc** = ``"POLYX_TRANSACTIONS_SUM_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54971](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54971) - -___ - -### PolyxTransactionsSumIdentityIdAsc - -• **PolyxTransactionsSumIdentityIdAsc** = ``"POLYX_TRANSACTIONS_SUM_IDENTITY_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54968](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54968) - -___ - -### PolyxTransactionsSumIdentityIdDesc - -• **PolyxTransactionsSumIdentityIdDesc** = ``"POLYX_TRANSACTIONS_SUM_IDENTITY_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54969](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54969) - -___ - -### PolyxTransactionsSumMemoAsc - -• **PolyxTransactionsSumMemoAsc** = ``"POLYX_TRANSACTIONS_SUM_MEMO_ASC"`` - -#### Defined in - -[middleware/types.ts:54972](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54972) - -___ - -### PolyxTransactionsSumMemoDesc - -• **PolyxTransactionsSumMemoDesc** = ``"POLYX_TRANSACTIONS_SUM_MEMO_DESC"`` - -#### Defined in - -[middleware/types.ts:54973](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54973) - -___ - -### PolyxTransactionsSumModuleIdAsc - -• **PolyxTransactionsSumModuleIdAsc** = ``"POLYX_TRANSACTIONS_SUM_MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54974](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54974) - -___ - -### PolyxTransactionsSumModuleIdDesc - -• **PolyxTransactionsSumModuleIdDesc** = ``"POLYX_TRANSACTIONS_SUM_MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54975](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54975) - -___ - -### PolyxTransactionsSumToAddressAsc - -• **PolyxTransactionsSumToAddressAsc** = ``"POLYX_TRANSACTIONS_SUM_TO_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:54976](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54976) - -___ - -### PolyxTransactionsSumToAddressDesc - -• **PolyxTransactionsSumToAddressDesc** = ``"POLYX_TRANSACTIONS_SUM_TO_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:54977](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54977) - -___ - -### PolyxTransactionsSumToIdAsc - -• **PolyxTransactionsSumToIdAsc** = ``"POLYX_TRANSACTIONS_SUM_TO_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54978](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54978) - -___ - -### PolyxTransactionsSumToIdDesc - -• **PolyxTransactionsSumToIdDesc** = ``"POLYX_TRANSACTIONS_SUM_TO_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54979](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54979) - -___ - -### PolyxTransactionsSumTypeAsc - -• **PolyxTransactionsSumTypeAsc** = ``"POLYX_TRANSACTIONS_SUM_TYPE_ASC"`` - -#### Defined in - -[middleware/types.ts:54980](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54980) - -___ - -### PolyxTransactionsSumTypeDesc - -• **PolyxTransactionsSumTypeDesc** = ``"POLYX_TRANSACTIONS_SUM_TYPE_DESC"`` - -#### Defined in - -[middleware/types.ts:54981](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54981) - -___ - -### PolyxTransactionsSumUpdatedAtAsc - -• **PolyxTransactionsSumUpdatedAtAsc** = ``"POLYX_TRANSACTIONS_SUM_UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54982](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54982) - -___ - -### PolyxTransactionsSumUpdatedAtDesc - -• **PolyxTransactionsSumUpdatedAtDesc** = ``"POLYX_TRANSACTIONS_SUM_UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54983](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54983) - -___ - -### PolyxTransactionsSumUpdatedBlockIdAsc - -• **PolyxTransactionsSumUpdatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_SUM_UPDATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54984](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54984) - -___ - -### PolyxTransactionsSumUpdatedBlockIdDesc - -• **PolyxTransactionsSumUpdatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_SUM_UPDATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54985](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54985) - -___ - -### PolyxTransactionsVariancePopulationAddressAsc - -• **PolyxTransactionsVariancePopulationAddressAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:54986](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54986) - -___ - -### PolyxTransactionsVariancePopulationAddressDesc - -• **PolyxTransactionsVariancePopulationAddressDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:54987](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54987) - -___ - -### PolyxTransactionsVariancePopulationAmountAsc - -• **PolyxTransactionsVariancePopulationAmountAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_AMOUNT_ASC"`` - -#### Defined in - -[middleware/types.ts:54988](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54988) - -___ - -### PolyxTransactionsVariancePopulationAmountDesc - -• **PolyxTransactionsVariancePopulationAmountDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_AMOUNT_DESC"`` - -#### Defined in - -[middleware/types.ts:54989](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54989) - -___ - -### PolyxTransactionsVariancePopulationCallIdAsc - -• **PolyxTransactionsVariancePopulationCallIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_CALL_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54990](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54990) - -___ - -### PolyxTransactionsVariancePopulationCallIdDesc - -• **PolyxTransactionsVariancePopulationCallIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_CALL_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54991](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54991) - -___ - -### PolyxTransactionsVariancePopulationCreatedAtAsc - -• **PolyxTransactionsVariancePopulationCreatedAtAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:54992](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54992) - -___ - -### PolyxTransactionsVariancePopulationCreatedAtDesc - -• **PolyxTransactionsVariancePopulationCreatedAtDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:54993](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54993) - -___ - -### PolyxTransactionsVariancePopulationCreatedBlockIdAsc - -• **PolyxTransactionsVariancePopulationCreatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:54994](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54994) - -___ - -### PolyxTransactionsVariancePopulationCreatedBlockIdDesc - -• **PolyxTransactionsVariancePopulationCreatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:54995](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54995) - -___ - -### PolyxTransactionsVariancePopulationDatetimeAsc - -• **PolyxTransactionsVariancePopulationDatetimeAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_DATETIME_ASC"`` - -#### Defined in - -[middleware/types.ts:54996](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54996) - -___ - -### PolyxTransactionsVariancePopulationDatetimeDesc - -• **PolyxTransactionsVariancePopulationDatetimeDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_DATETIME_DESC"`` - -#### Defined in - -[middleware/types.ts:54997](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54997) - -___ - -### PolyxTransactionsVariancePopulationEventIdAsc - -• **PolyxTransactionsVariancePopulationEventIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_EVENT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:55000](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55000) - -___ - -### PolyxTransactionsVariancePopulationEventIdDesc - -• **PolyxTransactionsVariancePopulationEventIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_EVENT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:55001](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55001) - -___ - -### PolyxTransactionsVariancePopulationEventIdxAsc - -• **PolyxTransactionsVariancePopulationEventIdxAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_EVENT_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:54998](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54998) - -___ - -### PolyxTransactionsVariancePopulationEventIdxDesc - -• **PolyxTransactionsVariancePopulationEventIdxDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_EVENT_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:54999](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L54999) - -___ - -### PolyxTransactionsVariancePopulationExtrinsicIdAsc - -• **PolyxTransactionsVariancePopulationExtrinsicIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_EXTRINSIC_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:55002](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55002) - -___ - -### PolyxTransactionsVariancePopulationExtrinsicIdDesc - -• **PolyxTransactionsVariancePopulationExtrinsicIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_EXTRINSIC_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:55003](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55003) - -___ - -### PolyxTransactionsVariancePopulationIdAsc - -• **PolyxTransactionsVariancePopulationIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:55006](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55006) - -___ - -### PolyxTransactionsVariancePopulationIdDesc - -• **PolyxTransactionsVariancePopulationIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:55007](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55007) - -___ - -### PolyxTransactionsVariancePopulationIdentityIdAsc - -• **PolyxTransactionsVariancePopulationIdentityIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_IDENTITY_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:55004](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55004) - -___ - -### PolyxTransactionsVariancePopulationIdentityIdDesc - -• **PolyxTransactionsVariancePopulationIdentityIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_IDENTITY_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:55005](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55005) - -___ - -### PolyxTransactionsVariancePopulationMemoAsc - -• **PolyxTransactionsVariancePopulationMemoAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_MEMO_ASC"`` - -#### Defined in - -[middleware/types.ts:55008](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55008) - -___ - -### PolyxTransactionsVariancePopulationMemoDesc - -• **PolyxTransactionsVariancePopulationMemoDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_MEMO_DESC"`` - -#### Defined in - -[middleware/types.ts:55009](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55009) - -___ - -### PolyxTransactionsVariancePopulationModuleIdAsc - -• **PolyxTransactionsVariancePopulationModuleIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:55010](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55010) - -___ - -### PolyxTransactionsVariancePopulationModuleIdDesc - -• **PolyxTransactionsVariancePopulationModuleIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:55011](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55011) - -___ - -### PolyxTransactionsVariancePopulationToAddressAsc - -• **PolyxTransactionsVariancePopulationToAddressAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_TO_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:55012](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55012) - -___ - -### PolyxTransactionsVariancePopulationToAddressDesc - -• **PolyxTransactionsVariancePopulationToAddressDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_TO_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:55013](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55013) - -___ - -### PolyxTransactionsVariancePopulationToIdAsc - -• **PolyxTransactionsVariancePopulationToIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_TO_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:55014](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55014) - -___ - -### PolyxTransactionsVariancePopulationToIdDesc - -• **PolyxTransactionsVariancePopulationToIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_TO_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:55015](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55015) - -___ - -### PolyxTransactionsVariancePopulationTypeAsc - -• **PolyxTransactionsVariancePopulationTypeAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_TYPE_ASC"`` - -#### Defined in - -[middleware/types.ts:55016](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55016) - -___ - -### PolyxTransactionsVariancePopulationTypeDesc - -• **PolyxTransactionsVariancePopulationTypeDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_TYPE_DESC"`` - -#### Defined in - -[middleware/types.ts:55017](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55017) - -___ - -### PolyxTransactionsVariancePopulationUpdatedAtAsc - -• **PolyxTransactionsVariancePopulationUpdatedAtAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:55018](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55018) - -___ - -### PolyxTransactionsVariancePopulationUpdatedAtDesc - -• **PolyxTransactionsVariancePopulationUpdatedAtDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:55019](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55019) - -___ - -### PolyxTransactionsVariancePopulationUpdatedBlockIdAsc - -• **PolyxTransactionsVariancePopulationUpdatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_UPDATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:55020](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55020) - -___ - -### PolyxTransactionsVariancePopulationUpdatedBlockIdDesc - -• **PolyxTransactionsVariancePopulationUpdatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_UPDATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:55021](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55021) - -___ - -### PolyxTransactionsVarianceSampleAddressAsc - -• **PolyxTransactionsVarianceSampleAddressAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:55022](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55022) - -___ - -### PolyxTransactionsVarianceSampleAddressDesc - -• **PolyxTransactionsVarianceSampleAddressDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:55023](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55023) - -___ - -### PolyxTransactionsVarianceSampleAmountAsc - -• **PolyxTransactionsVarianceSampleAmountAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_AMOUNT_ASC"`` - -#### Defined in - -[middleware/types.ts:55024](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55024) - -___ - -### PolyxTransactionsVarianceSampleAmountDesc - -• **PolyxTransactionsVarianceSampleAmountDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_AMOUNT_DESC"`` - -#### Defined in - -[middleware/types.ts:55025](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55025) - -___ - -### PolyxTransactionsVarianceSampleCallIdAsc - -• **PolyxTransactionsVarianceSampleCallIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_CALL_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:55026](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55026) - -___ - -### PolyxTransactionsVarianceSampleCallIdDesc - -• **PolyxTransactionsVarianceSampleCallIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_CALL_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:55027](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55027) - -___ - -### PolyxTransactionsVarianceSampleCreatedAtAsc - -• **PolyxTransactionsVarianceSampleCreatedAtAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:55028](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55028) - -___ - -### PolyxTransactionsVarianceSampleCreatedAtDesc - -• **PolyxTransactionsVarianceSampleCreatedAtDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:55029](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55029) - -___ - -### PolyxTransactionsVarianceSampleCreatedBlockIdAsc - -• **PolyxTransactionsVarianceSampleCreatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:55030](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55030) - -___ - -### PolyxTransactionsVarianceSampleCreatedBlockIdDesc - -• **PolyxTransactionsVarianceSampleCreatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:55031](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55031) - -___ - -### PolyxTransactionsVarianceSampleDatetimeAsc - -• **PolyxTransactionsVarianceSampleDatetimeAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_DATETIME_ASC"`` - -#### Defined in - -[middleware/types.ts:55032](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55032) - -___ - -### PolyxTransactionsVarianceSampleDatetimeDesc - -• **PolyxTransactionsVarianceSampleDatetimeDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_DATETIME_DESC"`` - -#### Defined in - -[middleware/types.ts:55033](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55033) - -___ - -### PolyxTransactionsVarianceSampleEventIdAsc - -• **PolyxTransactionsVarianceSampleEventIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_EVENT_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:55036](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55036) - -___ - -### PolyxTransactionsVarianceSampleEventIdDesc - -• **PolyxTransactionsVarianceSampleEventIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_EVENT_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:55037](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55037) - -___ - -### PolyxTransactionsVarianceSampleEventIdxAsc - -• **PolyxTransactionsVarianceSampleEventIdxAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_EVENT_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:55034](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55034) - -___ - -### PolyxTransactionsVarianceSampleEventIdxDesc - -• **PolyxTransactionsVarianceSampleEventIdxDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_EVENT_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:55035](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55035) - -___ - -### PolyxTransactionsVarianceSampleExtrinsicIdAsc - -• **PolyxTransactionsVarianceSampleExtrinsicIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_EXTRINSIC_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:55038](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55038) - -___ - -### PolyxTransactionsVarianceSampleExtrinsicIdDesc - -• **PolyxTransactionsVarianceSampleExtrinsicIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_EXTRINSIC_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:55039](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55039) - -___ - -### PolyxTransactionsVarianceSampleIdAsc - -• **PolyxTransactionsVarianceSampleIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:55042](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55042) - -___ - -### PolyxTransactionsVarianceSampleIdDesc - -• **PolyxTransactionsVarianceSampleIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:55043](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55043) - -___ - -### PolyxTransactionsVarianceSampleIdentityIdAsc - -• **PolyxTransactionsVarianceSampleIdentityIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_IDENTITY_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:55040](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55040) - -___ - -### PolyxTransactionsVarianceSampleIdentityIdDesc - -• **PolyxTransactionsVarianceSampleIdentityIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_IDENTITY_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:55041](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55041) - -___ - -### PolyxTransactionsVarianceSampleMemoAsc - -• **PolyxTransactionsVarianceSampleMemoAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_MEMO_ASC"`` - -#### Defined in - -[middleware/types.ts:55044](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55044) - -___ - -### PolyxTransactionsVarianceSampleMemoDesc - -• **PolyxTransactionsVarianceSampleMemoDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_MEMO_DESC"`` - -#### Defined in - -[middleware/types.ts:55045](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55045) - -___ - -### PolyxTransactionsVarianceSampleModuleIdAsc - -• **PolyxTransactionsVarianceSampleModuleIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:55046](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55046) - -___ - -### PolyxTransactionsVarianceSampleModuleIdDesc - -• **PolyxTransactionsVarianceSampleModuleIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:55047](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55047) - -___ - -### PolyxTransactionsVarianceSampleToAddressAsc - -• **PolyxTransactionsVarianceSampleToAddressAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_TO_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:55048](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55048) - -___ - -### PolyxTransactionsVarianceSampleToAddressDesc - -• **PolyxTransactionsVarianceSampleToAddressDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_TO_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:55049](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55049) - -___ - -### PolyxTransactionsVarianceSampleToIdAsc - -• **PolyxTransactionsVarianceSampleToIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_TO_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:55050](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55050) - -___ - -### PolyxTransactionsVarianceSampleToIdDesc - -• **PolyxTransactionsVarianceSampleToIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_TO_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:55051](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55051) - -___ - -### PolyxTransactionsVarianceSampleTypeAsc - -• **PolyxTransactionsVarianceSampleTypeAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_TYPE_ASC"`` - -#### Defined in - -[middleware/types.ts:55052](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55052) - -___ - -### PolyxTransactionsVarianceSampleTypeDesc - -• **PolyxTransactionsVarianceSampleTypeDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_TYPE_DESC"`` - -#### Defined in - -[middleware/types.ts:55053](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55053) - -___ - -### PolyxTransactionsVarianceSampleUpdatedAtAsc - -• **PolyxTransactionsVarianceSampleUpdatedAtAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:55054](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55054) - -___ - -### PolyxTransactionsVarianceSampleUpdatedAtDesc - -• **PolyxTransactionsVarianceSampleUpdatedAtDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:55055](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55055) - -___ - -### PolyxTransactionsVarianceSampleUpdatedBlockIdAsc - -• **PolyxTransactionsVarianceSampleUpdatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_UPDATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:55056](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55056) - -___ - -### PolyxTransactionsVarianceSampleUpdatedBlockIdDesc - -• **PolyxTransactionsVarianceSampleUpdatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_UPDATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:55057](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55057) - -___ - -### PrimaryKeyAsc - -• **PrimaryKeyAsc** = ``"PRIMARY_KEY_ASC"`` - -#### Defined in - -[middleware/types.ts:55058](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55058) - -___ - -### PrimaryKeyDesc - -• **PrimaryKeyDesc** = ``"PRIMARY_KEY_DESC"`` - -#### Defined in - -[middleware/types.ts:55059](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55059) - -___ - -### SignedAsc - -• **SignedAsc** = ``"SIGNED_ASC"`` - -#### Defined in - -[middleware/types.ts:55062](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55062) - -___ - -### SignedDesc - -• **SignedDesc** = ``"SIGNED_DESC"`` - -#### Defined in - -[middleware/types.ts:55063](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55063) - -___ - -### SignedbyAddressAsc - -• **SignedbyAddressAsc** = ``"SIGNEDBY_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:55060](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55060) - -___ - -### SignedbyAddressDesc - -• **SignedbyAddressDesc** = ``"SIGNEDBY_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:55061](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55061) - -___ - -### SpecVersionIdAsc - -• **SpecVersionIdAsc** = ``"SPEC_VERSION_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:55064](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55064) - -___ - -### SpecVersionIdDesc - -• **SpecVersionIdDesc** = ``"SPEC_VERSION_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:55065](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55065) - -___ - -### SuccessAsc - -• **SuccessAsc** = ``"SUCCESS_ASC"`` - -#### Defined in - -[middleware/types.ts:55066](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55066) - -___ - -### SuccessDesc - -• **SuccessDesc** = ``"SUCCESS_DESC"`` - -#### Defined in - -[middleware/types.ts:55067](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55067) - -___ - -### UpdatedAtAsc - -• **UpdatedAtAsc** = ``"UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:55068](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55068) - -___ - -### UpdatedAtDesc - -• **UpdatedAtDesc** = ``"UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:55069](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L55069) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/InstructionStatusEnum/InstructionStatusEnum.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/InstructionStatusEnum/InstructionStatusEnum.md deleted file mode 100644 index 3a84bae1a9..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/InstructionStatusEnum/InstructionStatusEnum.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -id: "InstructionStatusEnum" -title: "Enumeration: InstructionStatusEnum" -sidebar_label: "InstructionStatusEnum" ---- - -[types](../../../modules/Types/Types.md).InstructionStatusEnum - -Represents all possible states of an Instruction - -## Enumeration Members - -### Created - -• **Created** = ``"Created"`` - -#### Defined in - -[middleware/types.ts:68406](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L68406) - -___ - -### Executed - -• **Executed** = ``"Executed"`` - -#### Defined in - -[middleware/types.ts:68407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L68407) - -___ - -### Failed - -• **Failed** = ``"Failed"`` - -#### Defined in - -[middleware/types.ts:68408](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L68408) - -___ - -### Rejected - -• **Rejected** = ``"Rejected"`` - -#### Defined in - -[middleware/types.ts:68409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L68409) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/KnownAssetType/KnownAssetType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/KnownAssetType/KnownAssetType.md deleted file mode 100644 index c53f99a35c..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/KnownAssetType/KnownAssetType.md +++ /dev/null @@ -1,107 +0,0 @@ ---- -id: "KnownAssetType" -title: "Enumeration: KnownAssetType" -sidebar_label: "KnownAssetType" ---- - -[types](../../../modules/Types/Types.md).KnownAssetType - -## Enumeration Members - -### Commodity - -• **Commodity** = ``"Commodity"`` - -#### Defined in - -[types/index.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L147) - -___ - -### Derivative - -• **Derivative** = ``"Derivative"`` - -#### Defined in - -[types/index.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L153) - -___ - -### EquityCommon - -• **EquityCommon** = ``"EquityCommon"`` - -#### Defined in - -[types/index.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L145) - -___ - -### EquityPreferred - -• **EquityPreferred** = ``"EquityPreferred"`` - -#### Defined in - -[types/index.ts:146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L146) - -___ - -### FixedIncome - -• **FixedIncome** = ``"FixedIncome"`` - -#### Defined in - -[types/index.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L148) - -___ - -### Fund - -• **Fund** = ``"Fund"`` - -#### Defined in - -[types/index.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L150) - -___ - -### Reit - -• **Reit** = ``"Reit"`` - -#### Defined in - -[types/index.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L149) - -___ - -### RevenueShareAgreement - -• **RevenueShareAgreement** = ``"RevenueShareAgreement"`` - -#### Defined in - -[types/index.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L151) - -___ - -### StableCoin - -• **StableCoin** = ``"StableCoin"`` - -#### Defined in - -[types/index.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L154) - -___ - -### StructuredProduct - -• **StructuredProduct** = ``"StructuredProduct"`` - -#### Defined in - -[types/index.ts:152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L152) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/KnownNftType/KnownNftType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/KnownNftType/KnownNftType.md deleted file mode 100644 index a44e970a89..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/KnownNftType/KnownNftType.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "KnownNftType" -title: "Enumeration: KnownNftType" -sidebar_label: "KnownNftType" ---- - -[types](../../../modules/Types/Types.md).KnownNftType - -## Enumeration Members - -### Derivative - -• **Derivative** = ``"Derivative"`` - -#### Defined in - -[types/index.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L158) - -___ - -### FixedIncome - -• **FixedIncome** = ``"FixedIncome"`` - -#### Defined in - -[types/index.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L159) - -___ - -### Invoice - -• **Invoice** = ``"Invoice"`` - -#### Defined in - -[types/index.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L160) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ModuleIdEnum/ModuleIdEnum.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ModuleIdEnum/ModuleIdEnum.md deleted file mode 100644 index 3c55fe498f..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ModuleIdEnum/ModuleIdEnum.md +++ /dev/null @@ -1,569 +0,0 @@ ---- -id: "ModuleIdEnum" -title: "Enumeration: ModuleIdEnum" -sidebar_label: "ModuleIdEnum" ---- - -[types](../../../modules/Types/Types.md).ModuleIdEnum - -Represents all known chain "pallets" - -## Enumeration Members - -### Asset - -• **Asset** = ``"asset"`` - -#### Defined in - -[middleware/types.ts:70251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70251) - -___ - -### Authoritydiscovery - -• **Authoritydiscovery** = ``"authoritydiscovery"`` - -#### Defined in - -[middleware/types.ts:70252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70252) - -___ - -### Authorship - -• **Authorship** = ``"authorship"`` - -#### Defined in - -[middleware/types.ts:70253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70253) - -___ - -### Babe - -• **Babe** = ``"babe"`` - -#### Defined in - -[middleware/types.ts:70254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70254) - -___ - -### Balances - -• **Balances** = ``"balances"`` - -#### Defined in - -[middleware/types.ts:70255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70255) - -___ - -### Base - -• **Base** = ``"base"`` - -#### Defined in - -[middleware/types.ts:70256](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70256) - -___ - -### Bridge - -• **Bridge** = ``"bridge"`` - -#### Defined in - -[middleware/types.ts:70257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70257) - -___ - -### Capitaldistribution - -• **Capitaldistribution** = ``"capitaldistribution"`` - -#### Defined in - -[middleware/types.ts:70258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70258) - -___ - -### Cddserviceproviders - -• **Cddserviceproviders** = ``"cddserviceproviders"`` - -#### Defined in - -[middleware/types.ts:70259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70259) - -___ - -### Checkpoint - -• **Checkpoint** = ``"checkpoint"`` - -#### Defined in - -[middleware/types.ts:70260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70260) - -___ - -### Committeemembership - -• **Committeemembership** = ``"committeemembership"`` - -#### Defined in - -[middleware/types.ts:70261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70261) - -___ - -### Compliancemanager - -• **Compliancemanager** = ``"compliancemanager"`` - -#### Defined in - -[middleware/types.ts:70262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70262) - -___ - -### Confidential - -• **Confidential** = ``"confidential"`` - -#### Defined in - -[middleware/types.ts:70263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70263) - -___ - -### Contracts - -• **Contracts** = ``"contracts"`` - -#### Defined in - -[middleware/types.ts:70264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70264) - -___ - -### Corporateaction - -• **Corporateaction** = ``"corporateaction"`` - -#### Defined in - -[middleware/types.ts:70265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70265) - -___ - -### Corporateballot - -• **Corporateballot** = ``"corporateballot"`` - -#### Defined in - -[middleware/types.ts:70266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70266) - -___ - -### Dividend - -• **Dividend** = ``"dividend"`` - -#### Defined in - -[middleware/types.ts:70267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70267) - -___ - -### Exemption - -• **Exemption** = ``"exemption"`` - -#### Defined in - -[middleware/types.ts:70268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70268) - -___ - -### Externalagents - -• **Externalagents** = ``"externalagents"`` - -#### Defined in - -[middleware/types.ts:70269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70269) - -___ - -### Finalitytracker - -• **Finalitytracker** = ``"finalitytracker"`` - -#### Defined in - -[middleware/types.ts:70270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70270) - -___ - -### Grandpa - -• **Grandpa** = ``"grandpa"`` - -#### Defined in - -[middleware/types.ts:70271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70271) - -___ - -### Historical - -• **Historical** = ``"historical"`` - -#### Defined in - -[middleware/types.ts:70272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70272) - -___ - -### Identity - -• **Identity** = ``"identity"`` - -#### Defined in - -[middleware/types.ts:70273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70273) - -___ - -### Imonline - -• **Imonline** = ``"imonline"`` - -#### Defined in - -[middleware/types.ts:70274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70274) - -___ - -### Indices - -• **Indices** = ``"indices"`` - -#### Defined in - -[middleware/types.ts:70275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70275) - -___ - -### Multisig - -• **Multisig** = ``"multisig"`` - -#### Defined in - -[middleware/types.ts:70276](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70276) - -___ - -### Nft - -• **Nft** = ``"nft"`` - -#### Defined in - -[middleware/types.ts:70277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70277) - -___ - -### Offences - -• **Offences** = ``"offences"`` - -#### Defined in - -[middleware/types.ts:70278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70278) - -___ - -### Permissions - -• **Permissions** = ``"permissions"`` - -#### Defined in - -[middleware/types.ts:70279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70279) - -___ - -### Pips - -• **Pips** = ``"pips"`` - -#### Defined in - -[middleware/types.ts:70280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70280) - -___ - -### Polymeshcommittee - -• **Polymeshcommittee** = ``"polymeshcommittee"`` - -#### Defined in - -[middleware/types.ts:70281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70281) - -___ - -### Polymeshcontracts - -• **Polymeshcontracts** = ``"polymeshcontracts"`` - -#### Defined in - -[middleware/types.ts:70282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70282) - -___ - -### Portfolio - -• **Portfolio** = ``"portfolio"`` - -#### Defined in - -[middleware/types.ts:70283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70283) - -___ - -### Preimage - -• **Preimage** = ``"preimage"`` - -#### Defined in - -[middleware/types.ts:70284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70284) - -___ - -### Protocolfee - -• **Protocolfee** = ``"protocolfee"`` - -#### Defined in - -[middleware/types.ts:70285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70285) - -___ - -### Randomnesscollectiveflip - -• **Randomnesscollectiveflip** = ``"randomnesscollectiveflip"`` - -#### Defined in - -[middleware/types.ts:70286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70286) - -___ - -### Relayer - -• **Relayer** = ``"relayer"`` - -#### Defined in - -[middleware/types.ts:70287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70287) - -___ - -### Rewards - -• **Rewards** = ``"rewards"`` - -#### Defined in - -[middleware/types.ts:70288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70288) - -___ - -### Scheduler - -• **Scheduler** = ``"scheduler"`` - -#### Defined in - -[middleware/types.ts:70289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70289) - -___ - -### Session - -• **Session** = ``"session"`` - -#### Defined in - -[middleware/types.ts:70290](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70290) - -___ - -### Settlement - -• **Settlement** = ``"settlement"`` - -#### Defined in - -[middleware/types.ts:70291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70291) - -___ - -### Staking - -• **Staking** = ``"staking"`` - -#### Defined in - -[middleware/types.ts:70292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70292) - -___ - -### Statistics - -• **Statistics** = ``"statistics"`` - -#### Defined in - -[middleware/types.ts:70293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70293) - -___ - -### Sto - -• **Sto** = ``"sto"`` - -#### Defined in - -[middleware/types.ts:70294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70294) - -___ - -### Stocapped - -• **Stocapped** = ``"stocapped"`` - -#### Defined in - -[middleware/types.ts:70295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70295) - -___ - -### Sudo - -• **Sudo** = ``"sudo"`` - -#### Defined in - -[middleware/types.ts:70296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70296) - -___ - -### System - -• **System** = ``"system"`` - -#### Defined in - -[middleware/types.ts:70297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70297) - -___ - -### Technicalcommittee - -• **Technicalcommittee** = ``"technicalcommittee"`` - -#### Defined in - -[middleware/types.ts:70298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70298) - -___ - -### Technicalcommitteemembership - -• **Technicalcommitteemembership** = ``"technicalcommitteemembership"`` - -#### Defined in - -[middleware/types.ts:70299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70299) - -___ - -### Testutils - -• **Testutils** = ``"testutils"`` - -#### Defined in - -[middleware/types.ts:70300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70300) - -___ - -### Timestamp - -• **Timestamp** = ``"timestamp"`` - -#### Defined in - -[middleware/types.ts:70301](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70301) - -___ - -### Transactionpayment - -• **Transactionpayment** = ``"transactionpayment"`` - -#### Defined in - -[middleware/types.ts:70302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70302) - -___ - -### Treasury - -• **Treasury** = ``"treasury"`` - -#### Defined in - -[middleware/types.ts:70303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70303) - -___ - -### Upgradecommittee - -• **Upgradecommittee** = ``"upgradecommittee"`` - -#### Defined in - -[middleware/types.ts:70304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70304) - -___ - -### Upgradecommitteemembership - -• **Upgradecommitteemembership** = ``"upgradecommitteemembership"`` - -#### Defined in - -[middleware/types.ts:70305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70305) - -___ - -### Utility - -• **Utility** = ``"utility"`` - -#### Defined in - -[middleware/types.ts:70306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L70306) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md deleted file mode 100644 index eabe90dfd3..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "MultiSigProposalVoteActionEnum" -title: "Enumeration: MultiSigProposalVoteActionEnum" -sidebar_label: "MultiSigProposalVoteActionEnum" ---- - -[types](../../../modules/Types/Types.md).MultiSigProposalVoteActionEnum - -Represents action performed on MultiSig proposal - -## Enumeration Members - -### Approved - -• **Approved** = ``"Approved"`` - -#### Defined in - -[middleware/types.ts:71455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L71455) - -___ - -### Rejected - -• **Rejected** = ``"Rejected"`` - -#### Defined in - -[middleware/types.ts:71456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L71456) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md deleted file mode 100644 index f1fe014494..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md +++ /dev/null @@ -1,199 +0,0 @@ ---- -id: "NftHoldersOrderBy" -title: "Enumeration: NftHoldersOrderBy" -sidebar_label: "NftHoldersOrderBy" ---- - -[types](../../../modules/Types/Types.md).NftHoldersOrderBy - -Methods to use when ordering `NftHolder`. - -## Enumeration Members - -### AssetIdAsc - -• **AssetIdAsc** = ``"ASSET_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:73845](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73845) - -___ - -### AssetIdDesc - -• **AssetIdDesc** = ``"ASSET_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:73846](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73846) - -___ - -### CreatedAtAsc - -• **CreatedAtAsc** = ``"CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:73847](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73847) - -___ - -### CreatedAtDesc - -• **CreatedAtDesc** = ``"CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:73848](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73848) - -___ - -### CreatedBlockIdAsc - -• **CreatedBlockIdAsc** = ``"CREATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:73849](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73849) - -___ - -### CreatedBlockIdDesc - -• **CreatedBlockIdDesc** = ``"CREATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:73850](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73850) - -___ - -### IdAsc - -• **IdAsc** = ``"ID_ASC"`` - -#### Defined in - -[middleware/types.ts:73853](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73853) - -___ - -### IdDesc - -• **IdDesc** = ``"ID_DESC"`` - -#### Defined in - -[middleware/types.ts:73854](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73854) - -___ - -### IdentityIdAsc - -• **IdentityIdAsc** = ``"IDENTITY_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:73851](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73851) - -___ - -### IdentityIdDesc - -• **IdentityIdDesc** = ``"IDENTITY_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:73852](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73852) - -___ - -### Natural - -• **Natural** = ``"NATURAL"`` - -#### Defined in - -[middleware/types.ts:73855](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73855) - -___ - -### NftIdsAsc - -• **NftIdsAsc** = ``"NFT_IDS_ASC"`` - -#### Defined in - -[middleware/types.ts:73856](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73856) - -___ - -### NftIdsDesc - -• **NftIdsDesc** = ``"NFT_IDS_DESC"`` - -#### Defined in - -[middleware/types.ts:73857](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73857) - -___ - -### PrimaryKeyAsc - -• **PrimaryKeyAsc** = ``"PRIMARY_KEY_ASC"`` - -#### Defined in - -[middleware/types.ts:73858](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73858) - -___ - -### PrimaryKeyDesc - -• **PrimaryKeyDesc** = ``"PRIMARY_KEY_DESC"`` - -#### Defined in - -[middleware/types.ts:73859](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73859) - -___ - -### UpdatedAtAsc - -• **UpdatedAtAsc** = ``"UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:73860](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73860) - -___ - -### UpdatedAtDesc - -• **UpdatedAtDesc** = ``"UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:73861](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73861) - -___ - -### UpdatedBlockIdAsc - -• **UpdatedBlockIdAsc** = ``"UPDATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:73862](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73862) - -___ - -### UpdatedBlockIdDesc - -• **UpdatedBlockIdDesc** = ``"UPDATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:73863](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L73863) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/PayingAccountType/PayingAccountType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/PayingAccountType/PayingAccountType.md deleted file mode 100644 index 60efe483cb..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/PayingAccountType/PayingAccountType.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "PayingAccountType" -title: "Enumeration: PayingAccountType" -sidebar_label: "PayingAccountType" ---- - -[types](../../../modules/Types/Types.md).PayingAccountType - -Type of relationship between a paying account and a beneficiary - -## Enumeration Members - -### Caller - -• **Caller** = ``"Caller"`` - -the caller Account is responsible of paying the fees - -#### Defined in - -[types/index.ts:829](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L829) - -___ - -### Other - -• **Other** = ``"Other"`` - -the paying Account is paying for a specific transaction because of - chain-specific constraints (e.g. the caller is accepting an invitation to an Identity - and cannot have any funds to pay for it by definition) - -#### Defined in - -[types/index.ts:825](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L825) - -___ - -### Subsidy - -• **Subsidy** = ``"Subsidy"`` - -the paying Account is currently subsidizing the caller - -#### Defined in - -[types/index.ts:819](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L819) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/PermissionGroupType/PermissionGroupType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/PermissionGroupType/PermissionGroupType.md deleted file mode 100644 index f4af2267dd..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/PermissionGroupType/PermissionGroupType.md +++ /dev/null @@ -1,63 +0,0 @@ ---- -id: "PermissionGroupType" -title: "Enumeration: PermissionGroupType" -sidebar_label: "PermissionGroupType" ---- - -[types](../../../modules/Types/Types.md).PermissionGroupType - -## Enumeration Members - -### ExceptMeta - -• **ExceptMeta** = ``"ExceptMeta"`` - -not authorized: - - externalAgents - -#### Defined in - -[types/index.ts:1114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1114) - -___ - -### Full - -• **Full** = ``"Full"`` - -all transactions authorized - -#### Defined in - -[types/index.ts:1109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1109) - -___ - -### PolymeshV1Caa - -• **PolymeshV1Caa** = ``"PolymeshV1Caa"`` - -authorized: - - corporateAction - - corporateBallot - - capitalDistribution - -#### Defined in - -[types/index.ts:1121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1121) - -___ - -### PolymeshV1Pia - -• **PolymeshV1Pia** = ``"PolymeshV1Pia"`` - -authorized: - - asset.issue - - asset.redeem - - asset.controllerTransfer - - sto (except for sto.invest) - -#### Defined in - -[types/index.ts:1129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1129) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/PermissionType/PermissionType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/PermissionType/PermissionType.md deleted file mode 100644 index cc483c3543..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/PermissionType/PermissionType.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "PermissionType" -title: "Enumeration: PermissionType" -sidebar_label: "PermissionType" ---- - -[types](../../../modules/Types/Types.md).PermissionType - -## Enumeration Members - -### Exclude - -• **Exclude** = ``"Exclude"`` - -#### Defined in - -[types/index.ts:978](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L978) - -___ - -### Include - -• **Include** = ``"Include"`` - -#### Defined in - -[types/index.ts:977](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L977) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/RoleType/RoleType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/RoleType/RoleType.md deleted file mode 100644 index feac360c65..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/RoleType/RoleType.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "RoleType" -title: "Enumeration: RoleType" -sidebar_label: "RoleType" ---- - -[types](../../../modules/Types/Types.md).RoleType - -## Enumeration Members - -### CddProvider - -• **CddProvider** = ``"CddProvider"`` - -#### Defined in - -[types/index.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L100) - -___ - -### CorporateActionsAgent - -• **CorporateActionsAgent** = ``"CorporateActionsAgent"`` - -#### Defined in - -[types/index.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L103) - -___ - -### Identity - -• **Identity** = ``"Identity"`` - -#### Defined in - -[types/index.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L105) - -___ - -### PortfolioCustodian - -• **PortfolioCustodian** = ``"PortfolioCustodian"`` - -#### Defined in - -[types/index.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L102) - -___ - -### TickerOwner - -• **TickerOwner** = ``"TickerOwner"`` - -#### Defined in - -[types/index.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L99) - -___ - -### VenueOwner - -• **VenueOwner** = ``"VenueOwner"`` - -#### Defined in - -[types/index.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L101) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ScopeType/ScopeType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ScopeType/ScopeType.md deleted file mode 100644 index 2019c37fac..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/ScopeType/ScopeType.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "ScopeType" -title: "Enumeration: ScopeType" -sidebar_label: "ScopeType" ---- - -[types](../../../modules/Types/Types.md).ScopeType - -## Enumeration Members - -### Custom - -• **Custom** = ``"Custom"`` - -#### Defined in - -[types/index.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L222) - -___ - -### Identity - -• **Identity** = ``"Identity"`` - -#### Defined in - -[types/index.ts:220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L220) - -___ - -### Ticker - -• **Ticker** = ``"Ticker"`` - -#### Defined in - -[types/index.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L221) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/SecurityIdentifierType/SecurityIdentifierType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/SecurityIdentifierType/SecurityIdentifierType.md deleted file mode 100644 index 67813de9a2..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/SecurityIdentifierType/SecurityIdentifierType.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "SecurityIdentifierType" -title: "Enumeration: SecurityIdentifierType" -sidebar_label: "SecurityIdentifierType" ---- - -[types](../../../modules/Types/Types.md).SecurityIdentifierType - -## Enumeration Members - -### Cins - -• **Cins** = ``"Cins"`` - -#### Defined in - -[types/index.ts:166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L166) - -___ - -### Cusip - -• **Cusip** = ``"Cusip"`` - -#### Defined in - -[types/index.ts:165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L165) - -___ - -### Figi - -• **Figi** = ``"Figi"`` - -#### Defined in - -[types/index.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L168) - -___ - -### Isin - -• **Isin** = ``"Isin"`` - -#### Defined in - -[types/index.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L164) - -___ - -### Lei - -• **Lei** = ``"Lei"`` - -#### Defined in - -[types/index.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L167) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md deleted file mode 100644 index 5042b9a663..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "SettlementDirectionEnum" -title: "Enumeration: SettlementDirectionEnum" -sidebar_label: "SettlementDirectionEnum" ---- - -[types](../../../modules/Types/Types.md).SettlementDirectionEnum - -## Enumeration Members - -### Incoming - -• **Incoming** = ``"Incoming"`` - -#### Defined in - -[middleware/typesV1.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/typesV1.ts#L13) - -___ - -### None - -• **None** = ``"None"`` - -#### Defined in - -[middleware/typesV1.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/typesV1.ts#L12) - -___ - -### Outgoing - -• **Outgoing** = ``"Outgoing"`` - -#### Defined in - -[middleware/typesV1.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/typesV1.ts#L14) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/SettlementResultEnum/SettlementResultEnum.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/SettlementResultEnum/SettlementResultEnum.md deleted file mode 100644 index b560ac2819..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/SettlementResultEnum/SettlementResultEnum.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -id: "SettlementResultEnum" -title: "Enumeration: SettlementResultEnum" -sidebar_label: "SettlementResultEnum" ---- - -[types](../../../modules/Types/Types.md).SettlementResultEnum - -Represents all possible states of a Settlement - -## Enumeration Members - -### Executed - -• **Executed** = ``"Executed"`` - -#### Defined in - -[middleware/types.ts:84494](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L84494) - -___ - -### Failed - -• **Failed** = ``"Failed"`` - -#### Defined in - -[middleware/types.ts:84495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L84495) - -___ - -### None - -• **None** = ``"None"`` - -#### Defined in - -[middleware/types.ts:84496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L84496) - -___ - -### Rejected - -• **Rejected** = ``"Rejected"`` - -#### Defined in - -[middleware/types.ts:84497](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L84497) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/SignerType/SignerType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/SignerType/SignerType.md deleted file mode 100644 index 2d92139019..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/SignerType/SignerType.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SignerType" -title: "Enumeration: SignerType" -sidebar_label: "SignerType" ---- - -[types](../../../modules/Types/Types.md).SignerType - -## Enumeration Members - -### Account - -• **Account** = ``"Account"`` - -#### Defined in - -[types/index.ts:875](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L875) - -___ - -### Identity - -• **Identity** = ``"Identity"`` - -#### Defined in - -[types/index.ts:874](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L874) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/StatType/StatType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/StatType/StatType.md deleted file mode 100644 index ad62fc2647..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/StatType/StatType.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "StatType" -title: "Enumeration: StatType" -sidebar_label: "StatType" ---- - -[types](../../../modules/Types/Types.md).StatType - -Represents the StatType from the `statistics` module. - -**`Note`** - -the chain doesn't use "Scoped" types, but they are needed here to discriminate the input instead of having an optional input - -## Enumeration Members - -### Balance - -• **Balance** = ``"Balance"`` - -#### Defined in - -[types/index.ts:357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L357) - -___ - -### Count - -• **Count** = ``"Count"`` - -#### Defined in - -[types/index.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L356) - -___ - -### ScopedBalance - -• **ScopedBalance** = ``"ScopedBalance"`` - -ScopedPercentage is an SDK only type, on chain it is `Balance` with a claimType option present - -#### Defined in - -[types/index.ts:365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L365) - -___ - -### ScopedCount - -• **ScopedCount** = ``"ScopedCount"`` - -ScopedCount is an SDK only type, on chain it is `Count` with a claimType option present - -#### Defined in - -[types/index.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L361) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/TransactionArgumentType/TransactionArgumentType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/TransactionArgumentType/TransactionArgumentType.md deleted file mode 100644 index 86ece1f69e..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/TransactionArgumentType/TransactionArgumentType.md +++ /dev/null @@ -1,147 +0,0 @@ ---- -id: "TransactionArgumentType" -title: "Enumeration: TransactionArgumentType" -sidebar_label: "TransactionArgumentType" ---- - -[types](../../../modules/Types/Types.md).TransactionArgumentType - -## Enumeration Members - -### Address - -• **Address** = ``"Address"`` - -#### Defined in - -[types/index.ts:1194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1194) - -___ - -### Array - -• **Array** = ``"Array"`` - -#### Defined in - -[types/index.ts:1200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1200) - -___ - -### Balance - -• **Balance** = ``"Balance"`` - -#### Defined in - -[types/index.ts:1198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1198) - -___ - -### Boolean - -• **Boolean** = ``"Boolean"`` - -#### Defined in - -[types/index.ts:1196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1196) - -___ - -### Date - -• **Date** = ``"Date"`` - -#### Defined in - -[types/index.ts:1199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1199) - -___ - -### Did - -• **Did** = ``"Did"`` - -#### Defined in - -[types/index.ts:1193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1193) - -___ - -### Null - -• **Null** = ``"Null"`` - -#### Defined in - -[types/index.ts:1206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1206) - -___ - -### Number - -• **Number** = ``"Number"`` - -#### Defined in - -[types/index.ts:1197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1197) - -___ - -### Object - -• **Object** = ``"Object"`` - -#### Defined in - -[types/index.ts:1204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1204) - -___ - -### RichEnum - -• **RichEnum** = ``"RichEnum"`` - -#### Defined in - -[types/index.ts:1203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1203) - -___ - -### SimpleEnum - -• **SimpleEnum** = ``"SimpleEnum"`` - -#### Defined in - -[types/index.ts:1202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1202) - -___ - -### Text - -• **Text** = ``"Text"`` - -#### Defined in - -[types/index.ts:1195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1195) - -___ - -### Tuple - -• **Tuple** = ``"Tuple"`` - -#### Defined in - -[types/index.ts:1201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1201) - -___ - -### Unknown - -• **Unknown** = ``"Unknown"`` - -#### Defined in - -[types/index.ts:1205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1205) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/TransactionStatus/TransactionStatus.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/TransactionStatus/TransactionStatus.md deleted file mode 100644 index 5a3fbbe5ea..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/TransactionStatus/TransactionStatus.md +++ /dev/null @@ -1,92 +0,0 @@ ---- -id: "TransactionStatus" -title: "Enumeration: TransactionStatus" -sidebar_label: "TransactionStatus" ---- - -[types](../../../modules/Types/Types.md).TransactionStatus - -## Enumeration Members - -### Aborted - -• **Aborted** = ``"Aborted"`` - -the transaction couldn't be broadcast. It was either dropped, usurped or invalidated -see https://github.com/paritytech/substrate/blob/master/primitives/transaction-pool/src/pool.rs#L58-L110 - -#### Defined in - -[types/index.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L93) - -___ - -### Failed - -• **Failed** = ``"Failed"`` - -the transaction's execution failed due to a an on-chain validation error, insufficient balance for fees, or other such reasons - -#### Defined in - -[types/index.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L88) - -___ - -### Idle - -• **Idle** = ``"Idle"`` - -the transaction is prepped to run - -#### Defined in - -[types/index.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L68) - -___ - -### Rejected - -• **Rejected** = ``"Rejected"`` - -the transaction was rejected by the signer - -#### Defined in - -[types/index.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L80) - -___ - -### Running - -• **Running** = ``"Running"`` - -the transaction is being executed - -#### Defined in - -[types/index.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L76) - -___ - -### Succeeded - -• **Succeeded** = ``"Succeeded"`` - -the transaction was run successfully - -#### Defined in - -[types/index.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L84) - -___ - -### Unapproved - -• **Unapproved** = ``"Unapproved"`` - -the transaction is waiting for the user's signature - -#### Defined in - -[types/index.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L72) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/TransferError/TransferError.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/TransferError/TransferError.md deleted file mode 100644 index 6b2db9f935..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/TransferError/TransferError.md +++ /dev/null @@ -1,166 +0,0 @@ ---- -id: "TransferError" -title: "Enumeration: TransferError" -sidebar_label: "TransferError" ---- - -[types](../../../modules/Types/Types.md).TransferError - -Akin to TransferStatus, these are a bit more granular and specific. Every TransferError translates to - a [TransferStatus](../TransferStatus/TransferStatus.md), but two or more TransferErrors can represent the same TransferStatus, and - not all Transfer Statuses are represented by a TransferError - -## Enumeration Members - -### ComplianceFailure - -• **ComplianceFailure** = ``"ComplianceFailure"`` - -translates to TransferStatus.ComplianceFailure - -occurs if some compliance rule would prevent the transfer - -#### Defined in - -[types/index.ts:700](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L700) - -___ - -### InsufficientBalance - -• **InsufficientBalance** = ``"InsufficientBalance"`` - -translates to TransferStatus.InsufficientBalance - -occurs if the sender Identity does not have enough balance to cover the amount - -#### Defined in - -[types/index.ts:669](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L669) - -___ - -### InsufficientPortfolioBalance - -• **InsufficientPortfolioBalance** = ``"InsufficientPortfolioBalance"`` - -translates to TransferStatus.PortfolioFailure - -occurs if the sender Portfolio does not have enough balance to cover the amount - -#### Defined in - -[types/index.ts:693](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L693) - -___ - -### InvalidGranularity - -• **InvalidGranularity** = ``"InvalidGranularity"`` - -translates to TransferStatus.InvalidGranularity - -occurs if attempting to transfer decimal amounts of a non-divisible token - -#### Defined in - -[types/index.ts:638](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L638) - -___ - -### InvalidReceiverCdd - -• **InvalidReceiverCdd** = ``"InvalidReceiverCdd"`` - -translates to TransferStatus.InvalidReceiverIdentity - -occurs if the receiver Identity doesn't have a valid CDD claim - -#### Defined in - -[types/index.ts:650](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L650) - -___ - -### InvalidReceiverPortfolio - -• **InvalidReceiverPortfolio** = ``"InvalidReceiverPortfolio"`` - -translates to TransferStatus.PortfolioFailure - -occurs if the receiver Portfolio doesn't exist - -#### Defined in - -[types/index.ts:687](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L687) - -___ - -### InvalidSenderCdd - -• **InvalidSenderCdd** = ``"InvalidSenderCdd"`` - -translates to TransferStatus.InvalidSenderIdentity - -occurs if the receiver Identity doesn't have a valid CDD claim - -#### Defined in - -[types/index.ts:656](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L656) - -___ - -### InvalidSenderPortfolio - -• **InvalidSenderPortfolio** = ``"InvalidSenderPortfolio"`` - -translates to TransferStatus.PortfolioFailure - -occurs if the sender Portfolio doesn't exist - -#### Defined in - -[types/index.ts:681](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L681) - -___ - -### ScopeClaimMissing - -• **ScopeClaimMissing** = ``"ScopeClaimMissing"`` - -translates to TransferStatus.ScopeClaimMissing - -occurs if one of the participants doesn't have a valid Investor Uniqueness Claim for - the Asset - -#### Defined in - -[types/index.ts:663](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L663) - -___ - -### SelfTransfer - -• **SelfTransfer** = ``"SelfTransfer"`` - -translates to TransferStatus.InvalidReceiverIdentity - -occurs if the origin and destination Identities are the same - -#### Defined in - -[types/index.ts:644](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L644) - -___ - -### TransfersFrozen - -• **TransfersFrozen** = ``"TransfersFrozen"`` - -translates to TransferStatus.TransfersHalted - -occurs if the Asset's transfers are frozen - -#### Defined in - -[types/index.ts:675](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L675) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/TransferRestrictionType/TransferRestrictionType.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/TransferRestrictionType/TransferRestrictionType.md deleted file mode 100644 index e91940e5cb..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/TransferRestrictionType/TransferRestrictionType.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "TransferRestrictionType" -title: "Enumeration: TransferRestrictionType" -sidebar_label: "TransferRestrictionType" ---- - -[types](../../../modules/Types/Types.md).TransferRestrictionType - -## Enumeration Members - -### ClaimCount - -• **ClaimCount** = ``"ClaimCount"`` - -#### Defined in - -[types/index.ts:1416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1416) - -___ - -### ClaimPercentage - -• **ClaimPercentage** = ``"ClaimPercentage"`` - -#### Defined in - -[types/index.ts:1417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1417) - -___ - -### Count - -• **Count** = ``"Count"`` - -#### Defined in - -[types/index.ts:1414](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1414) - -___ - -### Percentage - -• **Percentage** = ``"Percentage"`` - -#### Defined in - -[types/index.ts:1415](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1415) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/TransferStatus/TransferStatus.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/TransferStatus/TransferStatus.md deleted file mode 100644 index bfc26a6cf9..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/TransferStatus/TransferStatus.md +++ /dev/null @@ -1,219 +0,0 @@ ---- -id: "TransferStatus" -title: "Enumeration: TransferStatus" -sidebar_label: "TransferStatus" ---- - -[types](../../../modules/Types/Types.md).TransferStatus - -ERC1400 compliant transfer status - -## Enumeration Members - -### BlockedTransaction - -• **BlockedTransaction** = ``"BlockedTransaction"`` - -#### Defined in - -[types/index.ts:619](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L619) - -___ - -### ComplianceFailure - -• **ComplianceFailure** = ``"ComplianceFailure"`` - -#### Defined in - -[types/index.ts:615](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L615) - -___ - -### CustodianError - -• **CustodianError** = ``"CustodianError"`` - -#### Defined in - -[types/index.ts:622](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L622) - -___ - -### Failure - -• **Failure** = ``"Failure"`` - -#### Defined in - -[types/index.ts:604](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L604) - -___ - -### FundsLimitReached - -• **FundsLimitReached** = ``"FundsLimitReached"`` - -#### Defined in - -[types/index.ts:620](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L620) - -___ - -### FundsLocked - -• **FundsLocked** = ``"FundsLocked"`` - -#### Defined in - -[types/index.ts:609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L609) - -___ - -### InsufficientAllowance - -• **InsufficientAllowance** = ``"InsufficientAllowance"`` - -#### Defined in - -[types/index.ts:607](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L607) - -___ - -### InsufficientBalance - -• **InsufficientBalance** = ``"InsufficientBalance"`` - -#### Defined in - -[types/index.ts:606](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L606) - -___ - -### InvalidGranularity - -• **InvalidGranularity** = ``"InvalidGranularity"`` - -#### Defined in - -[types/index.ts:617](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L617) - -___ - -### InvalidOperator - -• **InvalidOperator** = ``"InvalidOperator"`` - -#### Defined in - -[types/index.ts:612](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L612) - -___ - -### InvalidReceiverAddress - -• **InvalidReceiverAddress** = ``"InvalidReceiverAddress"`` - -#### Defined in - -[types/index.ts:611](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L611) - -___ - -### InvalidReceiverIdentity - -• **InvalidReceiverIdentity** = ``"InvalidReceiverIdentity"`` - -#### Defined in - -[types/index.ts:614](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L614) - -___ - -### InvalidSenderAddress - -• **InvalidSenderAddress** = ``"InvalidSenderAddress"`` - -#### Defined in - -[types/index.ts:610](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L610) - -___ - -### InvalidSenderIdentity - -• **InvalidSenderIdentity** = ``"InvalidSenderIdentity"`` - -#### Defined in - -[types/index.ts:613](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L613) - -___ - -### PortfolioFailure - -• **PortfolioFailure** = ``"PortfolioFailure"`` - -#### Defined in - -[types/index.ts:621](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L621) - -___ - -### ScopeClaimMissing - -• **ScopeClaimMissing** = ``"ScopeClaimMissing"`` - -#### Defined in - -[types/index.ts:623](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L623) - -___ - -### SmartExtensionFailure - -• **SmartExtensionFailure** = ``"SmartExtensionFailure"`` - -#### Defined in - -[types/index.ts:616](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L616) - -___ - -### Success - -• **Success** = ``"Success"`` - -#### Defined in - -[types/index.ts:605](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L605) - -___ - -### TransferRestrictionFailure - -• **TransferRestrictionFailure** = ``"TransferRestrictionFailure"`` - -#### Defined in - -[types/index.ts:624](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L624) - -___ - -### TransfersHalted - -• **TransfersHalted** = ``"TransfersHalted"`` - -#### Defined in - -[types/index.ts:608](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L608) - -___ - -### VolumeLimitReached - -• **VolumeLimitReached** = ``"VolumeLimitReached"`` - -#### Defined in - -[types/index.ts:618](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L618) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/TxGroup/TxGroup.md b/sdk-docs_versioned_docs/version-23.2.x/enums/Types/TxGroup/TxGroup.md deleted file mode 100644 index d98e7afa75..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/enums/Types/TxGroup/TxGroup.md +++ /dev/null @@ -1,169 +0,0 @@ ---- -id: "TxGroup" -title: "Enumeration: TxGroup" -sidebar_label: "TxGroup" ---- - -[types](../../../modules/Types/Types.md).TxGroup - -Transaction Groups (for permissions purposes) - -## Enumeration Members - -### AdvancedAssetManagement - -• **AdvancedAssetManagement** = ``"AdvancedAssetManagement"`` - -- TxTags.asset.Freeze -- TxTags.asset.Unfreeze -- TxTags.identity.AddAuthorization -- TxTags.identity.RemoveAuthorization - -#### Defined in - -[types/index.ts:920](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L920) - -___ - -### AssetManagement - -• **AssetManagement** = ``"AssetManagement"`` - -- TxTags.asset.MakeDivisible -- TxTags.asset.RenameAsset -- TxTags.asset.SetFundingRound -- TxTags.asset.AddDocuments -- TxTags.asset.RemoveDocuments - -#### Defined in - -[types/index.ts:913](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L913) - -___ - -### ClaimsManagement - -• **ClaimsManagement** = ``"ClaimsManagement"`` - -- TxTags.identity.AddClaim -- TxTags.identity.RevokeClaim - -#### Defined in - -[types/index.ts:943](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L943) - -___ - -### ComplianceRequirementsManagement - -• **ComplianceRequirementsManagement** = ``"ComplianceRequirementsManagement"`` - -- TxTags.complianceManager.AddComplianceRequirement -- TxTags.complianceManager.RemoveComplianceRequirement -- TxTags.complianceManager.PauseAssetCompliance -- TxTags.complianceManager.ResumeAssetCompliance -- TxTags.complianceManager.ResetAssetCompliance - -#### Defined in - -[types/index.ts:951](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L951) - -___ - -### CorporateActionsManagement - -• **CorporateActionsManagement** = ``"CorporateActionsManagement"`` - -- TxTags.checkpoint.CreateSchedule, -- TxTags.checkpoint.RemoveSchedule, -- TxTags.checkpoint.CreateCheckpoint, -- TxTags.corporateAction.InitiateCorporateAction, -- TxTags.capitalDistribution.Distribute, -- TxTags.capitalDistribution.Claim, -- TxTags.identity.AddInvestorUniquenessClaim, - -#### Defined in - -[types/index.ts:961](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L961) - -___ - -### Distribution - -• **Distribution** = ``"Distribution"`` - -- TxTags.identity.AddInvestorUniquenessClaim -- TxTags.settlement.CreateVenue -- TxTags.settlement.AddInstruction -- TxTags.settlement.AddInstructionWithMemo -- TxTags.settlement.AddAndAffirmInstruction -- TxTags.settlement.AddAndAffirmInstructionWithMemo - -#### Defined in - -[types/index.ts:929](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L929) - -___ - -### Issuance - -• **Issuance** = ``"Issuance"`` - -- TxTags.asset.Issue - -#### Defined in - -[types/index.ts:933](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L933) - -___ - -### PortfolioManagement - -• **PortfolioManagement** = ``"PortfolioManagement"`` - -- TxTags.identity.AddInvestorUniquenessClaim -- TxTags.portfolio.MovePortfolioFunds -- TxTags.settlement.AddInstruction -- TxTags.settlement.AddInstructionWithMemo -- TxTags.settlement.AddAndAffirmInstruction -- TxTags.settlement.AddAndAffirmInstructionWithMemo -- TxTags.settlement.AffirmInstruction -- TxTags.settlement.RejectInstruction -- TxTags.settlement.CreateVenue - -#### Defined in - -[types/index.ts:905](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L905) - -___ - -### StoManagement - -• **StoManagement** = ``"StoManagement"`` - -- TxTags.sto.CreateFundraiser, -- TxTags.sto.FreezeFundraiser, -- TxTags.sto.Invest, -- TxTags.sto.ModifyFundraiserWindow, -- TxTags.sto.Stop, -- TxTags.sto.UnfreezeFundraiser, -- TxTags.identity.AddInvestorUniquenessClaim, -- TxTags.asset.Issue, -- TxTags.settlement.CreateVenue - -#### Defined in - -[types/index.ts:973](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L973) - -___ - -### TrustedClaimIssuersManagement - -• **TrustedClaimIssuersManagement** = ``"TrustedClaimIssuersManagement"`` - -- TxTags.complianceManager.AddDefaultTrustedClaimIssuer -- TxTags.complianceManager.RemoveDefaultTrustedClaimIssuer - -#### Defined in - -[types/index.ts:938](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L938) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md deleted file mode 100644 index 48b0b5c66b..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -id: "ConnectParams" -title: "Interface: ConnectParams" -sidebar_label: "ConnectParams" ---- - -[api/client/Polymesh](../../../../../modules/API/Client/Polymesh/Polymesh.md).ConnectParams - -## Properties - -### middlewareV2 - -• `Optional` **middlewareV2**: [`MiddlewareConfig`](../../../../Types/MiddlewareConfig/MiddlewareConfig.md) - -Allows for historical data to be queried. Required for some methods to work - -#### Defined in - -[api/client/Polymesh.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L47) - -___ - -### nodeUrl - -• **nodeUrl**: `string` - -The websocket URL for the Polymesh node to connect to - -#### Defined in - -[api/client/Polymesh.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L39) - -___ - -### polkadot - -• `Optional` **polkadot**: [`PolkadotConfig`](../../../../Types/PolkadotConfig/PolkadotConfig.md) - -Advanced options that will be used with the underling polkadot.js instance - -#### Defined in - -[api/client/Polymesh.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L51) - -___ - -### signingManager - -• `Optional` **signingManager**: `SigningManager` - -Handles signing of transactions. Required to be set before submitting transactions - -#### Defined in - -[api/client/Polymesh.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/client/Polymesh.ts#L43) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md deleted file mode 100644 index 8cec7c2289..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "MultiSigDetails" -title: "Interface: MultiSigDetails" -sidebar_label: "MultiSigDetails" ---- - -[api/entities/Account/MultiSig/types](../../../../../../../modules/API/Entities/Account/MultiSig/Types/Types.md).MultiSigDetails - -## Properties - -### requiredSignatures - -• **requiredSignatures**: `BigNumber` - -#### Defined in - -[api/entities/Account/MultiSig/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/MultiSig/types.ts#L7) - -___ - -### signers - -• **signers**: [`Signer`](../../../../../../../modules/Types/Types.md#signer)[] - -#### Defined in - -[api/entities/Account/MultiSig/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/MultiSig/types.ts#L6) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md deleted file mode 100644 index 77d657ac6b..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -id: "AccountTypeInfo" -title: "Interface: AccountTypeInfo" -sidebar_label: "AccountTypeInfo" ---- - -[api/entities/Account/types](../../../../../../modules/API/Entities/Account/Types/Types.md).AccountTypeInfo - -The type of account, and its relation to an Identity - -## Properties - -### keyType - -• **keyType**: [`AccountKeyType`](../../../../../../enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md) - -The type of Account - -#### Defined in - -[api/entities/Account/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L58) - -___ - -### relation - -• **relation**: [`AccountIdentityRelation`](../../../../../../enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md) - -How or if the account is associated to an Identity - -#### Defined in - -[api/entities/Account/types.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L62) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md deleted file mode 100644 index b707a3591b..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md +++ /dev/null @@ -1,205 +0,0 @@ ---- -id: "HistoricPolyxTransaction" -title: "Interface: HistoricPolyxTransaction" -sidebar_label: "HistoricPolyxTransaction" ---- - -[api/entities/Account/types](../../../../../../modules/API/Entities/Account/Types/Types.md).HistoricPolyxTransaction - -## Hierarchy - -- [`EventIdentifier`](../../../../../Types/EventIdentifier/EventIdentifier.md) - - ↳ **`HistoricPolyxTransaction`** - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Defined in - -[api/entities/Account/types.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L87) - -___ - -### blockDate - -• **blockDate**: `Date` - -#### Inherited from - -[EventIdentifier](../../../../../Types/EventIdentifier/EventIdentifier.md).[blockDate](../../../../../Types/EventIdentifier/EventIdentifier.md#blockdate) - -#### Defined in - -[types/index.ts:755](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L755) - -___ - -### blockHash - -• **blockHash**: `string` - -#### Inherited from - -[EventIdentifier](../../../../../Types/EventIdentifier/EventIdentifier.md).[blockHash](../../../../../Types/EventIdentifier/EventIdentifier.md#blockhash) - -#### Defined in - -[types/index.ts:754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L754) - -___ - -### blockNumber - -• **blockNumber**: `BigNumber` - -#### Inherited from - -[EventIdentifier](../../../../../Types/EventIdentifier/EventIdentifier.md).[blockNumber](../../../../../Types/EventIdentifier/EventIdentifier.md#blocknumber) - -#### Defined in - -[types/index.ts:753](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L753) - -___ - -### callId - -• `Optional` **callId**: [`CallIdEnum`](../../../../../../enums/Types/CallIdEnum/CallIdEnum.md) - -#### Defined in - -[api/entities/Account/types.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L95) - -___ - -### eventId - -• **eventId**: [`EventIdEnum`](../../../../../../enums/Types/EventIdEnum/EventIdEnum.md) - -#### Defined in - -[api/entities/Account/types.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L97) - -___ - -### eventIndex - -• **eventIndex**: `BigNumber` - -#### Inherited from - -[EventIdentifier](../../../../../Types/EventIdentifier/EventIdentifier.md).[eventIndex](../../../../../Types/EventIdentifier/EventIdentifier.md#eventindex) - -#### Defined in - -[types/index.ts:756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L756) - -___ - -### extrinsicIdx - -• `Optional` **extrinsicIdx**: `BigNumber` - -#### Defined in - -[api/entities/Account/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L93) - -___ - -### fromAccount - -• `Optional` **fromAccount**: [`Account`](../../../../../../classes/API/Entities/Account/Account.md) - -Account from which the POLYX transaction has been initiated/deducted in case of a transfer. - -**`Note`** - -this can be null in cases where some balance are endowed/transferred from treasury - -#### Defined in - -[api/entities/Account/types.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L75) - -___ - -### fromIdentity - -• `Optional` **fromIdentity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -Identity from which the POLYX transaction has been initiated/deducted in case of a transfer. - -**`Note`** - -this can be null in cases where some balance are endowed/transferred from treasury - -#### Defined in - -[api/entities/Account/types.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L70) - -___ - -### memo - -• `Optional` **memo**: `string` - -identifier string to help differentiate transfers - -#### Defined in - -[api/entities/Account/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L92) - -___ - -### moduleId - -• **moduleId**: [`ModuleIdEnum`](../../../../../../enums/Types/ModuleIdEnum/ModuleIdEnum.md) - -#### Defined in - -[api/entities/Account/types.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L96) - -___ - -### toAccount - -• `Optional` **toAccount**: [`Account`](../../../../../../classes/API/Entities/Account/Account.md) - -Account in which the POLYX amount was deposited. - -**`Note`** - -this can be null in case when account balance was burned - -#### Defined in - -[api/entities/Account/types.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L85) - -___ - -### toIdentity - -• `Optional` **toIdentity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -Identity in which the POLYX amount was deposited. - -**`Note`** - -this can be null in case when account balance was burned - -#### Defined in - -[api/entities/Account/types.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L80) - -___ - -### type - -• **type**: [`BalanceTypeEnum`](../../../../../../enums/Types/BalanceTypeEnum/BalanceTypeEnum.md) - -#### Defined in - -[api/entities/Account/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L88) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Account/Types/MultiSigDetails/MultiSigDetails.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Account/Types/MultiSigDetails/MultiSigDetails.md deleted file mode 100644 index 47a51c0c34..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Account/Types/MultiSigDetails/MultiSigDetails.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "MultiSigDetails" -title: "Interface: MultiSigDetails" -sidebar_label: "MultiSigDetails" ---- - -[api/entities/Account/types](../../../../../../modules/API/Entities/Account/Types/Types.md).MultiSigDetails - -## Properties - -### requiredSignatures - -• **requiredSignatures**: `BigNumber` - -#### Defined in - -[api/entities/Account/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L8) - -___ - -### signers - -• **signers**: [`Signer`](../../../../../../modules/Types/Types.md#signer)[] - -#### Defined in - -[api/entities/Account/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/types.ts#L7) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md deleted file mode 100644 index 78c00bddae..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "CorporateActionDefaultConfig" -title: "Interface: CorporateActionDefaultConfig" -sidebar_label: "CorporateActionDefaultConfig" ---- - -[api/entities/Asset/Fungible/CorporateActions/types](../../../../../../../../modules/API/Entities/Asset/Fungible/CorporateActions/Types/Types.md).CorporateActionDefaultConfig - -## Properties - -### defaultTaxWithholding - -• **defaultTaxWithholding**: `BigNumber` - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/CorporateActions/types.ts#L7) - -___ - -### targets - -• **targets**: [`CorporateActionTargets`](../../../../../CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/CorporateActions/types.ts#L6) - -___ - -### taxWithholdings - -• **taxWithholdings**: [`TaxWithholding`](../../../../../CorporateActionBase/Types/TaxWithholding/TaxWithholding.md)[] - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/CorporateActions/types.ts#L8) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md deleted file mode 100644 index a1af259181..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/Asset/NonFungible/Nft](../../../../../../../modules/API/Entities/Asset/NonFungible/Nft/Nft.md).HumanReadable - -## Properties - -### collection - -• **collection**: `string` - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/Nft.ts#L38) - -___ - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/Nft.ts#L37) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md deleted file mode 100644 index 688892c5aa..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "AgentWithGroup" -title: "Interface: AgentWithGroup" -sidebar_label: "AgentWithGroup" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).AgentWithGroup - -## Properties - -### agent - -• **agent**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/Asset/types.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L84) - -___ - -### group - -• **group**: [`CustomPermissionGroup`](../../../../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../../../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md) - -#### Defined in - -[api/entities/Asset/types.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L85) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md deleted file mode 100644 index d28a13d7d7..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -id: "AssetDetails" -title: "Interface: AssetDetails" -sidebar_label: "AssetDetails" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).AssetDetails - -## Properties - -### assetType - -• **assetType**: `string` - -#### Defined in - -[api/entities/Asset/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L39) - -___ - -### fullAgents - -• **fullAgents**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md)[] - -#### Defined in - -[api/entities/Asset/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L45) - -___ - -### isDivisible - -• **isDivisible**: `boolean` - -#### Defined in - -[api/entities/Asset/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L41) - -___ - -### name - -• **name**: `string` - -#### Defined in - -[api/entities/Asset/types.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L42) - -___ - -### nonFungible - -• **nonFungible**: `boolean` - -#### Defined in - -[api/entities/Asset/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L40) - -___ - -### owner - -• **owner**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/Asset/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L43) - -___ - -### totalSupply - -• **totalSupply**: `BigNumber` - -#### Defined in - -[api/entities/Asset/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L44) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md deleted file mode 100644 index b9afa90722..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md +++ /dev/null @@ -1,129 +0,0 @@ ---- -id: "HistoricAssetTransaction" -title: "Interface: HistoricAssetTransaction" -sidebar_label: "HistoricAssetTransaction" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).HistoricAssetTransaction - -## Hierarchy - -- [`EventIdentifier`](../../../../../Types/EventIdentifier/EventIdentifier.md) - - ↳ **`HistoricAssetTransaction`** - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Defined in - -[api/entities/Asset/types.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L90) - -___ - -### asset - -• **asset**: [`FungibleAsset`](../../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -#### Defined in - -[api/entities/Asset/types.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L89) - -___ - -### blockDate - -• **blockDate**: `Date` - -#### Inherited from - -[EventIdentifier](../../../../../Types/EventIdentifier/EventIdentifier.md).[blockDate](../../../../../Types/EventIdentifier/EventIdentifier.md#blockdate) - -#### Defined in - -[types/index.ts:755](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L755) - -___ - -### blockHash - -• **blockHash**: `string` - -#### Inherited from - -[EventIdentifier](../../../../../Types/EventIdentifier/EventIdentifier.md).[blockHash](../../../../../Types/EventIdentifier/EventIdentifier.md#blockhash) - -#### Defined in - -[types/index.ts:754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L754) - -___ - -### blockNumber - -• **blockNumber**: `BigNumber` - -#### Inherited from - -[EventIdentifier](../../../../../Types/EventIdentifier/EventIdentifier.md).[blockNumber](../../../../../Types/EventIdentifier/EventIdentifier.md#blocknumber) - -#### Defined in - -[types/index.ts:753](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L753) - -___ - -### event - -• **event**: [`EventIdEnum`](../../../../../../enums/Types/EventIdEnum/EventIdEnum.md) - -#### Defined in - -[api/entities/Asset/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L93) - -___ - -### eventIndex - -• **eventIndex**: `BigNumber` - -#### Inherited from - -[EventIdentifier](../../../../../Types/EventIdentifier/EventIdentifier.md).[eventIndex](../../../../../Types/EventIdentifier/EventIdentifier.md#eventindex) - -#### Defined in - -[types/index.ts:756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L756) - -___ - -### extrinsicIndex - -• **extrinsicIndex**: `BigNumber` - -#### Defined in - -[api/entities/Asset/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L94) - -___ - -### from - -• **from**: ``null`` \| [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -#### Defined in - -[api/entities/Asset/types.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L91) - -___ - -### to - -• **to**: ``null`` \| [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -#### Defined in - -[api/entities/Asset/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L92) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md deleted file mode 100644 index c0f2c5dd7f..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "IdentityBalance" -title: "Interface: IdentityBalance" -sidebar_label: "IdentityBalance" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).IdentityBalance - -Represents the balance of an Asset Holder - -## Properties - -### balance - -• **balance**: `BigNumber` - -#### Defined in - -[api/entities/Asset/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L53) - -___ - -### identity - -• **identity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/Asset/types.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L52) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md deleted file mode 100644 index ff80c22802..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "NftMetadata" -title: "Interface: NftMetadata" -sidebar_label: "NftMetadata" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).NftMetadata - -## Properties - -### key - -• **key**: [`MetadataKeyId`](../../../../../../modules/API/Entities/Asset/Types/Types.md#metadatakeyid) - -The metadata key this value is intended for - -#### Defined in - -[api/entities/Asset/types.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L115) - -___ - -### value - -• **value**: `string` - -The value the particular NFT has for the metadata - -#### Defined in - -[api/entities/Asset/types.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L119) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md deleted file mode 100644 index d6ffac62e8..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "TransferBreakdown" -title: "Interface: TransferBreakdown" -sidebar_label: "TransferBreakdown" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).TransferBreakdown - -Object containing every reason why a specific Asset transfer would fail - -## Properties - -### compliance - -• **compliance**: [`Compliance`](../../../../../Types/Compliance/Compliance.md) - -how the transfer adheres to the asset's compliance rules - -#### Defined in - -[api/entities/Asset/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L72) - -___ - -### general - -• **general**: [`TransferError`](../../../../../../enums/Types/TransferError/TransferError.md)[] - -list of general transfer errors - -#### Defined in - -[api/entities/Asset/types.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L68) - -___ - -### restrictions - -• **restrictions**: [`TransferRestrictionResult`](../TransferRestrictionResult/TransferRestrictionResult.md)[] - -list of transfer restrictions and whether the transfer satisfies each one - -#### Defined in - -[api/entities/Asset/types.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L76) - -___ - -### result - -• **result**: `boolean` - -true if the transfer is possible - -#### Defined in - -[api/entities/Asset/types.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L80) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md deleted file mode 100644 index 1ef3bbe4da..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "TransferRestrictionResult" -title: "Interface: TransferRestrictionResult" -sidebar_label: "TransferRestrictionResult" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).TransferRestrictionResult - -## Properties - -### restriction - -• **restriction**: [`TransferRestriction`](../../../../../../modules/Types/Types.md#transferrestriction) - -#### Defined in - -[api/entities/Asset/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L57) - -___ - -### result - -• **result**: `boolean` - -#### Defined in - -[api/entities/Asset/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L58) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 1f789683b6..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).UniqueIdentifiers - -Properties that uniquely identify an Asset - -## Properties - -### ticker - -• **ticker**: `string` - -ticker of the Asset - -#### Defined in - -[api/entities/Asset/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L35) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md deleted file mode 100644 index 5ca76c0f93..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/AuthorizationRequest](../../../../../modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md).HumanReadable - -## Properties - -### data - -• **data**: \{ `type`: [`AttestPrimaryKeyRotation`](../../../../../enums/Types/AuthorizationType/AuthorizationType.md#attestprimarykeyrotation) ; `value`: `string` } \| \{ `type`: [`RotatePrimaryKey`](../../../../../enums/Types/AuthorizationType/AuthorizationType.md#rotateprimarykey) } \| \{ `type`: [`JoinIdentity`](../../../../../enums/Types/AuthorizationType/AuthorizationType.md#joinidentity) ; `value`: \{ assets: \{ values: string[]; type: PermissionType; } \| null; transactions: \{ exceptions?: TxTag[] \| undefined; values: (TxTag \| ModuleName)[]; type: PermissionType; } \| null; transactionGroups: TxGroup[]; portfolios: \{ ...; } \| null; } } \| \{ `type`: [`PortfolioCustody`](../../../../../enums/Types/AuthorizationType/AuthorizationType.md#portfoliocustody) ; `value`: \{ did: string; id?: string \| undefined; } } \| \{ `type`: [`BecomeAgent`](../../../../../enums/Types/AuthorizationType/AuthorizationType.md#becomeagent) ; `value`: \{ id: string; ticker: string; } \| \{ type: PermissionGroupType; ticker: string; } } \| \{ `type`: [`AddRelayerPayingKey`](../../../../../enums/Types/AuthorizationType/AuthorizationType.md#addrelayerpayingkey) ; `value`: \{ beneficiary: string; subsidizer: string; allowance: string; } } \| \{ `type`: [`RotatePrimaryKeyToSecondary`](../../../../../enums/Types/AuthorizationType/AuthorizationType.md#rotateprimarykeytosecondary) ; `value`: \{ assets: \{ values: string[]; type: PermissionType; } \| null; transactions: \{ exceptions?: TxTag[] \| undefined; values: (TxTag \| ModuleName)[]; type: PermissionType; } \| null; transactionGroups: TxGroup[]; portfolios: \{ ...; } \| null; } } \| \{ `type`: [`TransferTicker`](../../../../../enums/Types/AuthorizationType/AuthorizationType.md#transferticker) \| [`AddMultiSigSigner`](../../../../../enums/Types/AuthorizationType/AuthorizationType.md#addmultisigsigner) \| [`TransferAssetOwnership`](../../../../../enums/Types/AuthorizationType/AuthorizationType.md#transferassetownership) ; `value`: `string` } - -#### Defined in - -[api/entities/AuthorizationRequest.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L36) - -___ - -### expiry - -• **expiry**: ``null`` \| `string` - -#### Defined in - -[api/entities/AuthorizationRequest.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L34) - -___ - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/AuthorizationRequest.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L37) - -___ - -### issuer - -• **issuer**: `string` - -#### Defined in - -[api/entities/AuthorizationRequest.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L33) - -___ - -### target - -• **target**: [`SignerValue`](../../../../Types/SignerValue/SignerValue.md) - -#### Defined in - -[api/entities/AuthorizationRequest.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L35) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/AuthorizationRequest/Params/Params.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/AuthorizationRequest/Params/Params.md deleted file mode 100644 index eb73680c06..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/AuthorizationRequest/Params/Params.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "Params" -title: "Interface: Params" -sidebar_label: "Params" ---- - -[api/entities/AuthorizationRequest](../../../../../modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md).Params - -## Properties - -### data - -• **data**: [`Authorization`](../../../../../modules/Types/Types.md#authorization) - -#### Defined in - -[api/entities/AuthorizationRequest.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L44) - -___ - -### expiry - -• **expiry**: ``null`` \| `Date` - -#### Defined in - -[api/entities/AuthorizationRequest.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L43) - -___ - -### issuer - -• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/AuthorizationRequest.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L42) - -___ - -### target - -• **target**: [`Signer`](../../../../../modules/Types/Types.md#signer) - -#### Defined in - -[api/entities/AuthorizationRequest.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L41) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/AuthorizationRequest/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/AuthorizationRequest/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index cf8e06c68a..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/AuthorizationRequest/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/AuthorizationRequest](../../../../../modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md).UniqueIdentifiers - -## Properties - -### authId - -• **authId**: `BigNumber` - -#### Defined in - -[api/entities/AuthorizationRequest.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/AuthorizationRequest.ts#L29) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md deleted file mode 100644 index b8b5c72e96..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/Checkpoint](../../../../../modules/API/Entities/Checkpoint/Checkpoint.md).HumanReadable - -## Properties - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/Checkpoint.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Checkpoint.ts#L25) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/Checkpoint.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Checkpoint.ts#L26) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Checkpoint/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Checkpoint/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 0f01238c3e..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Checkpoint/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/Checkpoint](../../../../../modules/API/Entities/Checkpoint/Checkpoint.md).UniqueIdentifiers - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/Checkpoint.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Checkpoint.ts#L20) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/Checkpoint.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Checkpoint.ts#L21) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md deleted file mode 100644 index fe8a9bdd0e..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/CheckpointSchedule](../../../../../modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md).HumanReadable - -## Properties - -### expiryDate - -• **expiryDate**: ``null`` \| `string` - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CheckpointSchedule/index.ts#L17) - -___ - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CheckpointSchedule/index.ts#L14) - -___ - -### pendingPoints - -• **pendingPoints**: `string`[] - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CheckpointSchedule/index.ts#L16) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CheckpointSchedule/index.ts#L15) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CheckpointSchedule/Params/Params.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CheckpointSchedule/Params/Params.md deleted file mode 100644 index cc62aa2298..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CheckpointSchedule/Params/Params.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "Params" -title: "Interface: Params" -sidebar_label: "Params" ---- - -[api/entities/CheckpointSchedule](../../../../../modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md).Params - -## Properties - -### pendingPoints - -• **pendingPoints**: `Date`[] - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CheckpointSchedule/index.ts#L21) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md deleted file mode 100644 index be90724e4b..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "ScheduleDetails" -title: "Interface: ScheduleDetails" -sidebar_label: "ScheduleDetails" ---- - -[api/entities/CheckpointSchedule/types](../../../../../../modules/API/Entities/CheckpointSchedule/Types/Types.md).ScheduleDetails - -## Properties - -### nextCheckpointDate - -• **nextCheckpointDate**: `Date` - -#### Defined in - -[api/entities/CheckpointSchedule/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CheckpointSchedule/types.ts#L7) - -___ - -### remainingCheckpoints - -• **remainingCheckpoints**: `BigNumber` - -#### Defined in - -[api/entities/CheckpointSchedule/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CheckpointSchedule/types.ts#L6) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index ea22fa5146..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/CheckpointSchedule](../../../../../modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md).UniqueIdentifiers - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CheckpointSchedule/index.ts#L9) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CheckpointSchedule/index.ts#L10) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateAction/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateAction/HumanReadable/HumanReadable.md deleted file mode 100644 index 9120c8760c..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateAction/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,90 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/CorporateAction](../../../../../modules/API/Entities/CorporateAction/CorporateAction.md).HumanReadable - -## Hierarchy - -- **`HumanReadable`** - - ↳ [`HumanReadable`](../../DividendDistribution/HumanReadable/HumanReadable.md) - -## Properties - -### declarationDate - -• **declarationDate**: `string` - -#### Defined in - -[api/entities/CorporateAction.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L23) - -___ - -### defaultTaxWithholding - -• **defaultTaxWithholding**: `string` - -#### Defined in - -[api/entities/CorporateAction.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L26) - -___ - -### description - -• **description**: `string` - -#### Defined in - -[api/entities/CorporateAction.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L24) - -___ - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/CorporateAction.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L21) - -___ - -### targets - -• **targets**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `identities` | `string`[] | -| `treatment` | [`TargetTreatment`](../../../../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) | - -#### Defined in - -[api/entities/CorporateAction.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L25) - -___ - -### taxWithholdings - -• **taxWithholdings**: \{ `identity`: `string` ; `percentage`: `string` }[] - -#### Defined in - -[api/entities/CorporateAction.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L27) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/CorporateAction.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L22) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateAction/Params/Params.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateAction/Params/Params.md deleted file mode 100644 index e9791ffe74..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateAction/Params/Params.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "Params" -title: "Interface: Params" -sidebar_label: "Params" ---- - -[api/entities/CorporateAction](../../../../../modules/API/Entities/CorporateAction/CorporateAction.md).Params - -## Properties - -### declarationDate - -• **declarationDate**: `Date` - -#### Defined in - -[api/entities/CorporateAction.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L32) - -___ - -### defaultTaxWithholding - -• **defaultTaxWithholding**: `BigNumber` - -#### Defined in - -[api/entities/CorporateAction.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L35) - -___ - -### description - -• **description**: `string` - -#### Defined in - -[api/entities/CorporateAction.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L33) - -___ - -### kind - -• **kind**: [`CorporateActionKind`](../../../../../enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md) - -#### Defined in - -[api/entities/CorporateAction.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L31) - -___ - -### targets - -• **targets**: [`CorporateActionTargets`](../../CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) - -#### Defined in - -[api/entities/CorporateAction.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L34) - -___ - -### taxWithholdings - -• **taxWithholdings**: [`TaxWithholding`](../../CorporateActionBase/Types/TaxWithholding/TaxWithholding.md)[] - -#### Defined in - -[api/entities/CorporateAction.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L36) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateAction/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateAction/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index d0a537c247..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateAction/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/CorporateAction](../../../../../modules/API/Entities/CorporateAction/CorporateAction.md).UniqueIdentifiers - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/CorporateAction.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L16) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/CorporateAction.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L17) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md deleted file mode 100644 index 58f25793bd..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,84 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/CorporateActionBase](../../../../../modules/API/Entities/CorporateActionBase/CorporateActionBase.md).HumanReadable - -## Properties - -### declarationDate - -• **declarationDate**: `string` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L36) - -___ - -### defaultTaxWithholding - -• **defaultTaxWithholding**: `string` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L39) - -___ - -### description - -• **description**: `string` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L37) - -___ - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L34) - -___ - -### targets - -• **targets**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `identities` | `string`[] | -| `treatment` | [`TargetTreatment`](../../../../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) | - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L38) - -___ - -### taxWithholdings - -• **taxWithholdings**: \{ `identity`: `string` ; `percentage`: `string` }[] - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L40) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L35) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateActionBase/Params/Params.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateActionBase/Params/Params.md deleted file mode 100644 index 0cb15a6db7..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateActionBase/Params/Params.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "Params" -title: "Interface: Params" -sidebar_label: "Params" ---- - -[api/entities/CorporateActionBase](../../../../../modules/API/Entities/CorporateActionBase/CorporateActionBase.md).Params - -## Properties - -### declarationDate - -• **declarationDate**: `Date` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L45) - -___ - -### defaultTaxWithholding - -• **defaultTaxWithholding**: `BigNumber` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L48) - -___ - -### description - -• **description**: `string` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L46) - -___ - -### kind - -• **kind**: [`CorporateActionKind`](../../../../../enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L44) - -___ - -### targets - -• **targets**: [`CorporateActionTargets`](../Types/CorporateActionTargets/CorporateActionTargets.md) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L47) - -___ - -### taxWithholdings - -• **taxWithholdings**: [`TaxWithholding`](../Types/TaxWithholding/TaxWithholding.md)[] - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L49) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md deleted file mode 100644 index 557b892426..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "CorporateActionTargets" -title: "Interface: CorporateActionTargets" -sidebar_label: "CorporateActionTargets" ---- - -[api/entities/CorporateActionBase/types](../../../../../../modules/API/Entities/CorporateActionBase/Types/Types.md).CorporateActionTargets - -## Properties - -### identities - -• **identities**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md)[] - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/types.ts#L12) - -___ - -### treatment - -• **treatment**: [`TargetTreatment`](../../../../../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/types.ts#L13) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md deleted file mode 100644 index e9698249f8..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "TaxWithholding" -title: "Interface: TaxWithholding" -sidebar_label: "TaxWithholding" ---- - -[api/entities/CorporateActionBase/types](../../../../../../modules/API/Entities/CorporateActionBase/Types/Types.md).TaxWithholding - -## Properties - -### identity - -• **identity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/types.ts#L17) - -___ - -### percentage - -• **percentage**: `BigNumber` - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/types.ts#L18) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateActionBase/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateActionBase/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index e6d920cdca..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CorporateActionBase/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/CorporateActionBase](../../../../../modules/API/Entities/CorporateActionBase/CorporateActionBase.md).UniqueIdentifiers - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L29) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/index.ts#L30) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md deleted file mode 100644 index 497acaf791..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/CustomPermissionGroup](../../../../../modules/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md).HumanReadable - -## Properties - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/CustomPermissionGroup.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CustomPermissionGroup.ts#L16) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/CustomPermissionGroup.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CustomPermissionGroup.ts#L17) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CustomPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CustomPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 25d7d256cc..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/CustomPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/CustomPermissionGroup](../../../../../modules/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md).UniqueIdentifiers - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/CustomPermissionGroup.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CustomPermissionGroup.ts#L21) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/CustomPermissionGroup.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CustomPermissionGroup.ts#L22) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/DefaultPortfolio/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/DefaultPortfolio/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index cb38b07413..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/DefaultPortfolio/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/DefaultPortfolio](../../../../../modules/API/Entities/DefaultPortfolio/DefaultPortfolio.md).UniqueIdentifiers - -## Properties - -### did - -• **did**: `string` - -#### Defined in - -[api/entities/DefaultPortfolio.ts:4](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DefaultPortfolio.ts#L4) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/DefaultTrustedClaimIssuer/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/DefaultTrustedClaimIssuer/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index f903741898..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/DefaultTrustedClaimIssuer/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/DefaultTrustedClaimIssuer](../../../../../modules/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md).UniqueIdentifiers - -## Properties - -### did - -• **did**: `string` - -#### Defined in - -[api/entities/DefaultTrustedClaimIssuer.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DefaultTrustedClaimIssuer.ts#L14) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/DefaultTrustedClaimIssuer.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DefaultTrustedClaimIssuer.ts#L15) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md deleted file mode 100644 index d3e7effaf8..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "DividendDistributionParams" -title: "Interface: DividendDistributionParams" -sidebar_label: "DividendDistributionParams" ---- - -[api/entities/DividendDistribution](../../../../../modules/API/Entities/DividendDistribution/DividendDistribution.md).DividendDistributionParams - -## Properties - -### currency - -• **currency**: `string` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L73) - -___ - -### expiryDate - -• **expiryDate**: ``null`` \| `Date` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L76) - -___ - -### maxAmount - -• **maxAmount**: `BigNumber` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L75) - -___ - -### origin - -• **origin**: [`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -#### Defined in - -[api/entities/DividendDistribution/index.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L72) - -___ - -### paymentDate - -• **paymentDate**: `Date` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L77) - -___ - -### perShare - -• **perShare**: `BigNumber` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L74) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md deleted file mode 100644 index fd11f3e4ff..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,185 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/DividendDistribution](../../../../../modules/API/Entities/DividendDistribution/DividendDistribution.md).HumanReadable - -## Hierarchy - -- [`HumanReadable`](../../CorporateAction/HumanReadable/HumanReadable.md) - - ↳ **`HumanReadable`** - -## Properties - -### currency - -• **currency**: `string` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L64) - -___ - -### declarationDate - -• **declarationDate**: `string` - -#### Inherited from - -[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[declarationDate](../../CorporateAction/HumanReadable/HumanReadable.md#declarationdate) - -#### Defined in - -[api/entities/CorporateAction.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L23) - -___ - -### defaultTaxWithholding - -• **defaultTaxWithholding**: `string` - -#### Inherited from - -[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[defaultTaxWithholding](../../CorporateAction/HumanReadable/HumanReadable.md#defaulttaxwithholding) - -#### Defined in - -[api/entities/CorporateAction.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L26) - -___ - -### description - -• **description**: `string` - -#### Inherited from - -[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[description](../../CorporateAction/HumanReadable/HumanReadable.md#description) - -#### Defined in - -[api/entities/CorporateAction.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L24) - -___ - -### expiryDate - -• **expiryDate**: ``null`` \| `string` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L67) - -___ - -### id - -• **id**: `string` - -#### Inherited from - -[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[id](../../CorporateAction/HumanReadable/HumanReadable.md#id) - -#### Defined in - -[api/entities/CorporateAction.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L21) - -___ - -### maxAmount - -• **maxAmount**: `string` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L66) - -___ - -### origin - -• **origin**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `did` | `string` | -| `id?` | `string` | - -#### Defined in - -[api/entities/DividendDistribution/index.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L63) - -___ - -### paymentDate - -• **paymentDate**: `string` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L68) - -___ - -### perShare - -• **perShare**: `string` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L65) - -___ - -### targets - -• **targets**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `identities` | `string`[] | -| `treatment` | [`TargetTreatment`](../../../../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) | - -#### Inherited from - -[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[targets](../../CorporateAction/HumanReadable/HumanReadable.md#targets) - -#### Defined in - -[api/entities/CorporateAction.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L25) - -___ - -### taxWithholdings - -• **taxWithholdings**: \{ `identity`: `string` ; `percentage`: `string` }[] - -#### Inherited from - -[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[taxWithholdings](../../CorporateAction/HumanReadable/HumanReadable.md#taxwithholdings) - -#### Defined in - -[api/entities/CorporateAction.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L27) - -___ - -### ticker - -• **ticker**: `string` - -#### Inherited from - -[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[ticker](../../CorporateAction/HumanReadable/HumanReadable.md#ticker) - -#### Defined in - -[api/entities/CorporateAction.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateAction.ts#L22) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md deleted file mode 100644 index aa61c4f996..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -id: "DistributionParticipant" -title: "Interface: DistributionParticipant" -sidebar_label: "DistributionParticipant" ---- - -[api/entities/DividendDistribution/types](../../../../../../modules/API/Entities/DividendDistribution/Types/Types.md).DistributionParticipant - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Defined in - -[api/entities/DividendDistribution/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/types.ts#L15) - -___ - -### amountAfterTax - -• **amountAfterTax**: `BigNumber` - -amount to be paid to the participant after tax deductions - -#### Defined in - -[api/entities/DividendDistribution/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/types.ts#L23) - -___ - -### identity - -• **identity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/DividendDistribution/types.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/types.ts#L14) - -___ - -### paid - -• **paid**: `boolean` - -#### Defined in - -[api/entities/DividendDistribution/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/types.ts#L24) - -___ - -### taxWithholdingPercentage - -• **taxWithholdingPercentage**: `BigNumber` - -percentage (0-100) of tax withholding for this participant - -#### Defined in - -[api/entities/DividendDistribution/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/types.ts#L19) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md deleted file mode 100644 index 2b0d4e5736..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "DividendDistributionDetails" -title: "Interface: DividendDistributionDetails" -sidebar_label: "DividendDistributionDetails" ---- - -[api/entities/DividendDistribution/types](../../../../../../modules/API/Entities/DividendDistribution/Types/Types.md).DividendDistributionDetails - -## Properties - -### fundsReclaimed - -• **fundsReclaimed**: `boolean` - -whether the unclaimed funds have been reclaimed - -#### Defined in - -[api/entities/DividendDistribution/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/types.ts#L10) - -___ - -### remainingFunds - -• **remainingFunds**: `BigNumber` - -#### Defined in - -[api/entities/DividendDistribution/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/types.ts#L6) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Identity/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Identity/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 5c93f807dc..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Identity/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/Identity](../../../../../modules/API/Entities/Identity/Identity.md).UniqueIdentifiers - -Properties that uniquely identify an Identity - -## Properties - -### did - -• **did**: `string` - -#### Defined in - -[api/entities/Identity/index.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Identity/index.ts#L94) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md deleted file mode 100644 index b9e6941171..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "FungibleLeg" -title: "Interface: FungibleLeg" -sidebar_label: "FungibleLeg" ---- - -[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).FungibleLeg - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Defined in - -[api/entities/Instruction/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L57) - -___ - -### asset - -• **asset**: [`FungibleAsset`](../../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -#### Defined in - -[api/entities/Instruction/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L58) - -___ - -### from - -• **from**: [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -#### Defined in - -[api/entities/Instruction/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L55) - -___ - -### to - -• **to**: [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -#### Defined in - -[api/entities/Instruction/types.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L56) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md deleted file mode 100644 index ab33dad3f2..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "InstructionAffirmation" -title: "Interface: InstructionAffirmation" -sidebar_label: "InstructionAffirmation" ---- - -[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).InstructionAffirmation - -## Properties - -### identity - -• **identity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/Instruction/types.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L77) - -___ - -### status - -• **status**: [`AffirmationStatus`](../../../../../../enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md) - -#### Defined in - -[api/entities/Instruction/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L78) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md deleted file mode 100644 index a14ef20de7..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "NftLeg" -title: "Interface: NftLeg" -sidebar_label: "NftLeg" ---- - -[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).NftLeg - -## Properties - -### asset - -• **asset**: [`NftCollection`](../../../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) - -#### Defined in - -[api/entities/Instruction/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L65) - -___ - -### from - -• **from**: [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -#### Defined in - -[api/entities/Instruction/types.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L62) - -___ - -### nfts - -• **nfts**: [`Nft`](../../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md)[] - -#### Defined in - -[api/entities/Instruction/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L64) - -___ - -### to - -• **to**: [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -#### Defined in - -[api/entities/Instruction/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L63) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Instruction/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Instruction/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 89e54af971..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Instruction/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/Instruction](../../../../../modules/API/Entities/Instruction/Instruction.md).UniqueIdentifiers - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/Instruction/index.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/index.ts#L66) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md deleted file mode 100644 index 65717abdb9..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/KnownPermissionGroup](../../../../../modules/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md).HumanReadable - -## Properties - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/KnownPermissionGroup.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/KnownPermissionGroup.ts#L8) - -___ - -### type - -• **type**: [`PermissionGroupType`](../../../../../enums/Types/PermissionGroupType/PermissionGroupType.md) - -#### Defined in - -[api/entities/KnownPermissionGroup.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/KnownPermissionGroup.ts#L7) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/KnownPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/KnownPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 0cd3793ac9..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/KnownPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/KnownPermissionGroup](../../../../../modules/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md).UniqueIdentifiers - -## Properties - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/KnownPermissionGroup.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/KnownPermissionGroup.ts#L13) - -___ - -### type - -• **type**: [`PermissionGroupType`](../../../../../enums/Types/PermissionGroupType/PermissionGroupType.md) - -#### Defined in - -[api/entities/KnownPermissionGroup.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/KnownPermissionGroup.ts#L12) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md deleted file mode 100644 index 25fb45a700..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/MetadataEntry](../../../../../modules/API/Entities/MetadataEntry/MetadataEntry.md).HumanReadable - -## Properties - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/MetadataEntry/index.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/index.ts#L25) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/MetadataEntry/index.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/index.ts#L26) - -___ - -### type - -• **type**: [`MetadataType`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) - -#### Defined in - -[api/entities/MetadataEntry/index.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/index.ts#L27) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md deleted file mode 100644 index d2290063f5..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "MetadataDetails" -title: "Interface: MetadataDetails" -sidebar_label: "MetadataDetails" ---- - -[api/entities/MetadataEntry/types](../../../../../../modules/API/Entities/MetadataEntry/Types/Types.md).MetadataDetails - -## Properties - -### name - -• **name**: `string` - -#### Defined in - -[api/entities/MetadataEntry/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/types.ts#L21) - -___ - -### specs - -• **specs**: [`MetadataSpec`](../MetadataSpec/MetadataSpec.md) - -#### Defined in - -[api/entities/MetadataEntry/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/types.ts#L22) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md deleted file mode 100644 index de0a6b247a..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "MetadataSpec" -title: "Interface: MetadataSpec" -sidebar_label: "MetadataSpec" ---- - -[api/entities/MetadataEntry/types](../../../../../../modules/API/Entities/MetadataEntry/Types/Types.md).MetadataSpec - -## Properties - -### description - -• `Optional` **description**: `string` - -#### Defined in - -[api/entities/MetadataEntry/types.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/types.ts#L16) - -___ - -### typeDef - -• `Optional` **typeDef**: `string` - -#### Defined in - -[api/entities/MetadataEntry/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/types.ts#L17) - -___ - -### url - -• `Optional` **url**: `string` - -#### Defined in - -[api/entities/MetadataEntry/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/types.ts#L15) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/MetadataEntry/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/MetadataEntry/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 671c60ec0c..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/MetadataEntry/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/MetadataEntry](../../../../../modules/API/Entities/MetadataEntry/MetadataEntry.md).UniqueIdentifiers - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/MetadataEntry/index.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/index.ts#L21) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/MetadataEntry/index.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/index.ts#L19) - -___ - -### type - -• **type**: [`MetadataType`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) - -#### Defined in - -[api/entities/MetadataEntry/index.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/index.ts#L20) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md deleted file mode 100644 index c5e9cbaee2..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/MultiSigProposal](../../../../../modules/API/Entities/MultiSigProposal/MultiSigProposal.md).HumanReadable - -## Properties - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/index.ts#L45) - -___ - -### multiSigAddress - -• **multiSigAddress**: `string` - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/index.ts#L44) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md deleted file mode 100644 index f7ace32573..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md +++ /dev/null @@ -1,103 +0,0 @@ ---- -id: "MultiSigProposalDetails" -title: "Interface: MultiSigProposalDetails" -sidebar_label: "MultiSigProposalDetails" ---- - -[api/entities/MultiSigProposal/types](../../../../../../modules/API/Entities/MultiSigProposal/Types/Types.md).MultiSigProposalDetails - -## Properties - -### approvalAmount - -• **approvalAmount**: `BigNumber` - -The number of approvals this proposal has received - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/types.ts#L19) - -___ - -### args - -• **args**: [`AnyJson`](../../../../../../modules/Types/Types.md#anyjson) - -The arguments to be passed to the transaction for this proposal - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/types.ts#L43) - -___ - -### autoClose - -• **autoClose**: `boolean` - -Determines if the proposal will automatically be closed once a threshold of reject votes has been reached - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/types.ts#L35) - -___ - -### expiry - -• **expiry**: ``null`` \| `Date` - -An optional time in which this proposal will expire if a decision isn't reached by then - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/types.ts#L31) - -___ - -### rejectionAmount - -• **rejectionAmount**: `BigNumber` - -The number of rejections this proposal has received - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/types.ts#L23) - -___ - -### status - -• **status**: [`ProposalStatus`](../../../../../../enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md) - -The current status of the proposal - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/types.ts#L27) - -___ - -### txTag - -• **txTag**: [`TxTag`](../../../../../../modules/Generated/Types/Types.md#txtag) - -The tag for the transaction being proposed for the MultiSig to execute - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/types.ts#L39) - -___ - -### voted - -• **voted**: [`Account`](../../../../../../classes/API/Entities/Account/Account.md)[] - -Accounts of signing keys that have already voted on this proposal - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/types.ts#L47) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/NumberedPortfolio/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/NumberedPortfolio/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index f148422a2f..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/NumberedPortfolio/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/NumberedPortfolio](../../../../../modules/API/Entities/NumberedPortfolio/NumberedPortfolio.md).UniqueIdentifiers - -## Properties - -### did - -• **did**: `string` - -#### Defined in - -[api/entities/NumberedPortfolio.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/NumberedPortfolio.ts#L18) - -___ - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/NumberedPortfolio.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/NumberedPortfolio.ts#L19) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md deleted file mode 100644 index 0ef1844576..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/Offering](../../../../../modules/API/Entities/Offering/Offering.md).HumanReadable - -## Properties - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/Offering/index.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/index.ts#L39) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/Offering/index.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/index.ts#L40) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/Types/Investment/Investment.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/Types/Investment/Investment.md deleted file mode 100644 index 8d9931957e..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/Types/Investment/Investment.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "Investment" -title: "Interface: Investment" -sidebar_label: "Investment" ---- - -[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).Investment - -## Properties - -### investedAmount - -• **investedAmount**: `BigNumber` - -#### Defined in - -[api/entities/Offering/types.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L90) - -___ - -### investor - -• **investor**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/Offering/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L88) - -___ - -### soldAmount - -• **soldAmount**: `BigNumber` - -#### Defined in - -[api/entities/Offering/types.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L89) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md deleted file mode 100644 index ce28f865f1..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md +++ /dev/null @@ -1,137 +0,0 @@ ---- -id: "OfferingDetails" -title: "Interface: OfferingDetails" -sidebar_label: "OfferingDetails" ---- - -[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).OfferingDetails - -## Properties - -### creator - -• **creator**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/Offering/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L72) - -___ - -### end - -• **end**: ``null`` \| `Date` - -#### Defined in - -[api/entities/Offering/types.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L80) - -___ - -### minInvestment - -• **minInvestment**: `BigNumber` - -#### Defined in - -[api/entities/Offering/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L82) - -___ - -### name - -• **name**: `string` - -#### Defined in - -[api/entities/Offering/types.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L73) - -___ - -### offeringPortfolio - -• **offeringPortfolio**: [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -#### Defined in - -[api/entities/Offering/types.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L74) - -___ - -### raisingCurrency - -• **raisingCurrency**: `string` - -#### Defined in - -[api/entities/Offering/types.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L76) - -___ - -### raisingPortfolio - -• **raisingPortfolio**: [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -#### Defined in - -[api/entities/Offering/types.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L75) - -___ - -### start - -• **start**: `Date` - -#### Defined in - -[api/entities/Offering/types.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L79) - -___ - -### status - -• **status**: [`OfferingStatus`](../OfferingStatus/OfferingStatus.md) - -#### Defined in - -[api/entities/Offering/types.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L81) - -___ - -### tiers - -• **tiers**: [`Tier`](../Tier/Tier.md)[] - -#### Defined in - -[api/entities/Offering/types.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L77) - -___ - -### totalAmount - -• **totalAmount**: `BigNumber` - -#### Defined in - -[api/entities/Offering/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L83) - -___ - -### totalRemaining - -• **totalRemaining**: `BigNumber` - -#### Defined in - -[api/entities/Offering/types.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L84) - -___ - -### venue - -• **venue**: [`Venue`](../../../../../../classes/API/Entities/Venue/Venue.md) - -#### Defined in - -[api/entities/Offering/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L78) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md deleted file mode 100644 index 104c5dc7e6..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "OfferingStatus" -title: "Interface: OfferingStatus" -sidebar_label: "OfferingStatus" ---- - -[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).OfferingStatus - -## Properties - -### balance - -• **balance**: [`OfferingBalanceStatus`](../../../../../../enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md) - -#### Defined in - -[api/entities/Offering/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L58) - -___ - -### sale - -• **sale**: [`OfferingSaleStatus`](../../../../../../enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md) - -#### Defined in - -[api/entities/Offering/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L59) - -___ - -### timing - -• **timing**: [`OfferingTimingStatus`](../../../../../../enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md) - -#### Defined in - -[api/entities/Offering/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L57) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md deleted file mode 100644 index d5a8956ef8..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -id: "OfferingTier" -title: "Interface: OfferingTier" -sidebar_label: "OfferingTier" ---- - -[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).OfferingTier - -## Hierarchy - -- **`OfferingTier`** - - ↳ [`Tier`](../Tier/Tier.md) - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Defined in - -[api/entities/Offering/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L63) - -___ - -### price - -• **price**: `BigNumber` - -#### Defined in - -[api/entities/Offering/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L64) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/Types/Tier/Tier.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/Types/Tier/Tier.md deleted file mode 100644 index 2b9bf92612..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/Types/Tier/Tier.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -id: "Tier" -title: "Interface: Tier" -sidebar_label: "Tier" ---- - -[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).Tier - -## Hierarchy - -- [`OfferingTier`](../OfferingTier/OfferingTier.md) - - ↳ **`Tier`** - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Inherited from - -[OfferingTier](../OfferingTier/OfferingTier.md).[amount](../OfferingTier/OfferingTier.md#amount) - -#### Defined in - -[api/entities/Offering/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L63) - -___ - -### price - -• **price**: `BigNumber` - -#### Inherited from - -[OfferingTier](../OfferingTier/OfferingTier.md).[price](../OfferingTier/OfferingTier.md#price) - -#### Defined in - -[api/entities/Offering/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L64) - -___ - -### remaining - -• **remaining**: `BigNumber` - -#### Defined in - -[api/entities/Offering/types.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/types.ts#L68) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 115f18f601..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Offering/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/Offering](../../../../../modules/API/Entities/Offering/Offering.md).UniqueIdentifiers - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/Offering/index.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/index.ts#L34) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/Offering/index.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Offering/index.ts#L35) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/PermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/PermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 13f239d141..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/PermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/PermissionGroup](../../../../../modules/API/Entities/PermissionGroup/PermissionGroup.md).UniqueIdentifiers - -## Properties - -### id - -• `Optional` **id**: `BigNumber` - -#### Defined in - -[api/entities/PermissionGroup.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/PermissionGroup.ts#L8) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/PermissionGroup.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/PermissionGroup.ts#L7) - -___ - -### type - -• `Optional` **type**: [`PermissionGroupType`](../../../../../enums/Types/PermissionGroupType/PermissionGroupType.md) - -#### Defined in - -[api/entities/PermissionGroup.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/PermissionGroup.ts#L9) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md deleted file mode 100644 index 4e8d941a57..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/Portfolio](../../../../../modules/API/Entities/Portfolio/Portfolio.md).HumanReadable - -## Properties - -### did - -• **did**: `string` - -#### Defined in - -[api/entities/Portfolio/index.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L56) - -___ - -### id - -• `Optional` **id**: `string` - -#### Defined in - -[api/entities/Portfolio/index.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L57) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md deleted file mode 100644 index a90723adba..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -id: "HistoricSettlement" -title: "Interface: HistoricSettlement" -sidebar_label: "HistoricSettlement" ---- - -[api/entities/Portfolio/types](../../../../../../modules/API/Entities/Portfolio/Types/Types.md).HistoricSettlement - -## Properties - -### accounts - -• **accounts**: [`Account`](../../../../../../classes/API/Entities/Account/Account.md)[] - -Array of Accounts that participated by affirming the settlement - -#### Defined in - -[api/entities/Portfolio/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/types.ts#L39) - -___ - -### blockHash - -• **blockHash**: `string` - -#### Defined in - -[api/entities/Portfolio/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/types.ts#L34) - -___ - -### blockNumber - -• **blockNumber**: `BigNumber` - -#### Defined in - -[api/entities/Portfolio/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/types.ts#L33) - -___ - -### legs - -• **legs**: [`SettlementLeg`](../../../../../../modules/API/Entities/Portfolio/Types/Types.md#settlementleg)[] - -#### Defined in - -[api/entities/Portfolio/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/types.ts#L40) - -___ - -### status - -• **status**: [`SettlementResultEnum`](../../../../../../enums/Types/SettlementResultEnum/SettlementResultEnum.md) - -#### Defined in - -[api/entities/Portfolio/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/types.ts#L35) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md deleted file mode 100644 index 6b9f330349..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -id: "PortfolioBalance" -title: "Interface: PortfolioBalance" -sidebar_label: "PortfolioBalance" ---- - -[api/entities/Portfolio/types](../../../../../../modules/API/Entities/Portfolio/Types/Types.md).PortfolioBalance - -## Hierarchy - -- [`Balance`](../../../../../Types/Balance/Balance.md) - - ↳ **`PortfolioBalance`** - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -#### Defined in - -[api/entities/Portfolio/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/types.ts#L9) - -___ - -### free - -• **free**: `BigNumber` - -balance available for transferring and paying fees - -#### Inherited from - -[Balance](../../../../../Types/Balance/Balance.md).[free](../../../../../Types/Balance/Balance.md#free) - -#### Defined in - -[types/index.ts:763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L763) - -___ - -### locked - -• **locked**: `BigNumber` - -unavailable balance, either bonded for staking or locked for some other purpose - -#### Inherited from - -[Balance](../../../../../Types/Balance/Balance.md).[locked](../../../../../Types/Balance/Balance.md#locked) - -#### Defined in - -[types/index.ts:767](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L767) - -___ - -### total - -• **total**: `BigNumber` - -free + locked - -#### Inherited from - -[Balance](../../../../../Types/Balance/Balance.md).[total](../../../../../Types/Balance/Balance.md#total) - -#### Defined in - -[types/index.ts:771](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L771) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md deleted file mode 100644 index a836df1c0d..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -id: "PortfolioCollection" -title: "Interface: PortfolioCollection" -sidebar_label: "PortfolioCollection" ---- - -[api/entities/Portfolio/types](../../../../../../modules/API/Entities/Portfolio/Types/Types.md).PortfolioCollection - -## Properties - -### collection - -• **collection**: [`NftCollection`](../../../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) - -#### Defined in - -[api/entities/Portfolio/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/types.ts#L13) - -___ - -### free - -• **free**: [`Nft`](../../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md)[] - -NFTs available for transferring - -#### Defined in - -[api/entities/Portfolio/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/types.ts#L17) - -___ - -### locked - -• **locked**: [`Nft`](../../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md)[] - -NFTs that are locked, such as being involved in a pending instruction - -#### Defined in - -[api/entities/Portfolio/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/types.ts#L21) - -___ - -### total - -• **total**: `BigNumber` - -Total number of NFTs held for a collection - -#### Defined in - -[api/entities/Portfolio/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/types.ts#L25) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Portfolio/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Portfolio/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index c353d7615a..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Portfolio/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/Portfolio](../../../../../modules/API/Entities/Portfolio/Portfolio.md).UniqueIdentifiers - -## Properties - -### did - -• **did**: `string` - -#### Defined in - -[api/entities/Portfolio/index.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L51) - -___ - -### id - -• `Optional` **id**: `BigNumber` - -#### Defined in - -[api/entities/Portfolio/index.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/index.ts#L52) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md deleted file mode 100644 index 751eb57113..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -id: "SubsidyData" -title: "Interface: SubsidyData" -sidebar_label: "SubsidyData" ---- - -[api/entities/Subsidy/types](../../../../../../modules/API/Entities/Subsidy/Types/Types.md).SubsidyData - -## Properties - -### allowance - -• **allowance**: `BigNumber` - -amount of POLYX to be subsidized. This can be increased/decreased later on - -#### Defined in - -[api/entities/Subsidy/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidy/types.ts#L17) - -___ - -### beneficiary - -• **beneficiary**: [`Account`](../../../../../../classes/API/Entities/Account/Account.md) - -Account whose transactions are being paid for - -#### Defined in - -[api/entities/Subsidy/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidy/types.ts#L9) - -___ - -### subsidizer - -• **subsidizer**: [`Account`](../../../../../../classes/API/Entities/Account/Account.md) - -Account that is paying for the transactions - -#### Defined in - -[api/entities/Subsidy/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidy/types.ts#L13) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md deleted file mode 100644 index 614e2b3be3..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SubsidyWithAllowance" -title: "Interface: SubsidyWithAllowance" -sidebar_label: "SubsidyWithAllowance" ---- - -[api/entities/Subsidy/types](../../../../../../modules/API/Entities/Subsidy/Types/Types.md).SubsidyWithAllowance - -## Properties - -### allowance - -• **allowance**: `BigNumber` - -#### Defined in - -[api/entities/Subsidy/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidy/types.ts#L22) - -___ - -### subsidy - -• **subsidy**: [`Subsidy`](../../../../../../classes/API/Entities/Subsidy/Subsidy.md) - -#### Defined in - -[api/entities/Subsidy/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidy/types.ts#L21) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index f7ec2edc34..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/Subsidy](../../../../../modules/API/Entities/Subsidy/Subsidy.md).UniqueIdentifiers - -## Properties - -### beneficiary - -• **beneficiary**: `string` - -beneficiary address - -#### Defined in - -[api/entities/Subsidy/index.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidy/index.ts#L28) - -___ - -### subsidizer - -• **subsidizer**: `string` - -subsidizer address - -#### Defined in - -[api/entities/Subsidy/index.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Subsidy/index.ts#L32) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/TickerReservation/Types/TickerReservationDetails/TickerReservationDetails.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/TickerReservation/Types/TickerReservationDetails/TickerReservationDetails.md deleted file mode 100644 index e215e33ff6..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/TickerReservation/Types/TickerReservationDetails/TickerReservationDetails.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -id: "TickerReservationDetails" -title: "Interface: TickerReservationDetails" -sidebar_label: "TickerReservationDetails" ---- - -[api/entities/TickerReservation/types](../../../../../../modules/API/Entities/TickerReservation/Types/Types.md).TickerReservationDetails - -## Properties - -### expiryDate - -• **expiryDate**: ``null`` \| `Date` - -date at which the reservation expires, null if it never expires (permanent reservation or Asset already launched) - -#### Defined in - -[api/entities/TickerReservation/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/TickerReservation/types.ts#L26) - -___ - -### owner - -• **owner**: ``null`` \| [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -Identity ID of the owner of the ticker, null if it hasn't been reserved - -#### Defined in - -[api/entities/TickerReservation/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/TickerReservation/types.ts#L22) - -___ - -### status - -• **status**: [`TickerReservationStatus`](../../../../../../enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md) - -#### Defined in - -[api/entities/TickerReservation/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/TickerReservation/types.ts#L27) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/TickerReservation/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/TickerReservation/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 109b5892f1..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/TickerReservation/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/TickerReservation](../../../../../modules/API/Entities/TickerReservation/TickerReservation.md).UniqueIdentifiers - -Properties that uniquely identify a TickerReservation - -## Properties - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/TickerReservation/index.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/TickerReservation/index.ts#L32) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md deleted file mode 100644 index 356d742866..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "VenueDetails" -title: "Interface: VenueDetails" -sidebar_label: "VenueDetails" ---- - -[api/entities/Venue/types](../../../../../../modules/API/Entities/Venue/Types/Types.md).VenueDetails - -## Properties - -### description - -• **description**: `string` - -#### Defined in - -[api/entities/Venue/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Venue/types.ts#L26) - -___ - -### owner - -• **owner**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/Venue/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Venue/types.ts#L25) - -___ - -### type - -• **type**: [`VenueType`](../../../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) - -#### Defined in - -[api/entities/Venue/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Venue/types.ts#L24) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Venue/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Venue/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 31194b9bc6..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Entities/Venue/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/Venue](../../../../../modules/API/Entities/Venue/Venue.md).UniqueIdentifiers - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/Venue/index.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Venue/index.ts#L32) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md deleted file mode 100644 index d85bc0ea11..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "AcceptPrimaryKeyRotationParams" -title: "Interface: AcceptPrimaryKeyRotationParams" -sidebar_label: "AcceptPrimaryKeyRotationParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AcceptPrimaryKeyRotationParams - -## Properties - -### cddAuth - -• `Optional` **cddAuth**: [`AuthorizationRequest`](../../../../../classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md) \| `BigNumber` - -(optional) Authorization from a CDD service provider attesting the rotation of primary key - -#### Defined in - -[api/procedures/types.ts:254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L254) - -___ - -### ownerAuth - -• **ownerAuth**: [`AuthorizationRequest`](../../../../../classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md) \| `BigNumber` - -Authorization from the owner who initiated the change - -#### Defined in - -[api/procedures/types.ts:250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L250) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md deleted file mode 100644 index b64c0576d7..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -id: "AddAssetRequirementParams" -title: "Interface: AddAssetRequirementParams" -sidebar_label: "AddAssetRequirementParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AddAssetRequirementParams - -## Properties - -### conditions - -• **conditions**: [`InputCondition`](../../../../../modules/Types/Types.md#inputcondition)[] - -array of conditions that form the requirement that must be added. - Conditions within a requirement are *AND* between them. This means that in order - for a transfer to comply with this requirement, it must fulfill *ALL* conditions - -#### Defined in - -[api/procedures/types.ts:724](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L724) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md deleted file mode 100644 index b250195edd..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "AddClaimsParams" -title: "Interface: AddClaimsParams" -sidebar_label: "AddClaimsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AddClaimsParams - -## Properties - -### claims - -• **claims**: [`ClaimTarget`](../../../../Types/ClaimTarget/ClaimTarget.md)[] - -array of claims to be added - -#### Defined in - -[api/procedures/types.ts:404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L404) - -___ - -### operation - -• **operation**: [`Add`](../../../../../enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md#add) - -#### Defined in - -[api/procedures/types.ts:405](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L405) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md deleted file mode 100644 index f9fd86a817..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "AddInstructionsParams" -title: "Interface: AddInstructionsParams" -sidebar_label: "AddInstructionsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AddInstructionsParams - -## Properties - -### instructions - -• **instructions**: [`AddInstructionParams`](../../../../../modules/API/Procedures/Types/Types.md#addinstructionparams)[] - -array of Instructions to be added in the Venue - -#### Defined in - -[api/procedures/types.ts:559](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L559) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md deleted file mode 100644 index e34f24e5a3..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "AddInvestorUniquenessClaimParams" -title: "Interface: AddInvestorUniquenessClaimParams" -sidebar_label: "AddInvestorUniquenessClaimParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AddInvestorUniquenessClaimParams - -## Properties - -### cddId - -• **cddId**: `string` - -#### Defined in - -[api/procedures/types.ts:437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L437) - -___ - -### expiry - -• `Optional` **expiry**: `Date` - -#### Defined in - -[api/procedures/types.ts:440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L440) - -___ - -### proof - -• **proof**: `string` \| [`ScopeClaimProof`](../ScopeClaimProof/ScopeClaimProof.md) - -#### Defined in - -[api/procedures/types.ts:438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L438) - -___ - -### scope - -• **scope**: [`Scope`](../../../../Types/Scope/Scope.md) - -#### Defined in - -[api/procedures/types.ts:436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L436) - -___ - -### scopeId - -• **scopeId**: `string` - -#### Defined in - -[api/procedures/types.ts:439](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L439) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AssetBase/AssetBase.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AssetBase/AssetBase.md deleted file mode 100644 index ffa2430972..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AssetBase/AssetBase.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "AssetBase" -title: "Interface: AssetBase" -sidebar_label: "AssetBase" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AssetBase - -## Hierarchy - -- **`AssetBase`** - - ↳ [`TransactionsParams`](../TransactionsParams/TransactionsParams.md) - - ↳ [`TxGroupParams`](../TxGroupParams/TxGroupParams.md) - -## Properties - -### asset - -• **asset**: `string` \| [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -Asset over which the Identity will be granted permissions - -#### Defined in - -[api/procedures/types.ts:1049](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1049) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md deleted file mode 100644 index f294dc31ff..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -id: "AttestPrimaryKeyRotationParams" -title: "Interface: AttestPrimaryKeyRotationParams" -sidebar_label: "AttestPrimaryKeyRotationParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AttestPrimaryKeyRotationParams - -## Properties - -### expiry - -• `Optional` **expiry**: `Date` - -(optional) when the generated authorization should expire - -#### Defined in - -[api/procedures/types.ts:477](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L477) - -___ - -### identity - -• **identity**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -Identity or the DID of the Identity that is to be rotated - -#### Defined in - -[api/procedures/types.ts:472](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L472) - -___ - -### targetAccount - -• **targetAccount**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) - -The Account that will be attested to become the primary key of the `identity`. Can be ss58 encoded address or an instance of Account - -#### Defined in - -[api/procedures/types.ts:467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L467) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md deleted file mode 100644 index 53b809a737..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -id: "ClaimCountTransferRestrictionInput" -title: "Interface: ClaimCountTransferRestrictionInput" -sidebar_label: "ClaimCountTransferRestrictionInput" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ClaimCountTransferRestrictionInput - -## Hierarchy - -- `TransferRestrictionInputBase` - - ↳ **`ClaimCountTransferRestrictionInput`** - -## Properties - -### claim - -• **claim**: [`InputStatClaim`](../../../../../modules/Types/Types.md#inputstatclaim) - -#### Defined in - -[api/procedures/types.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L188) - -___ - -### exemptedIdentities - -• `Optional` **exemptedIdentities**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] - -array of Identities (or DIDs) that are exempted from the Restriction - -#### Inherited from - -TransferRestrictionInputBase.exemptedIdentities - -#### Defined in - -[api/procedures/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L167) - -___ - -### issuer - -• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/procedures/types.ts:187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L187) - -___ - -### max - -• `Optional` **max**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L186) - -___ - -### min - -• **min**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L185) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md deleted file mode 100644 index 770676a1a1..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -id: "ClaimPercentageTransferRestrictionInput" -title: "Interface: ClaimPercentageTransferRestrictionInput" -sidebar_label: "ClaimPercentageTransferRestrictionInput" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ClaimPercentageTransferRestrictionInput - -## Hierarchy - -- `TransferRestrictionInputBase` - - ↳ **`ClaimPercentageTransferRestrictionInput`** - -## Properties - -### claim - -• **claim**: [`InputStatClaim`](../../../../../modules/Types/Types.md#inputstatclaim) - -#### Defined in - -[api/procedures/types.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L194) - -___ - -### exemptedIdentities - -• `Optional` **exemptedIdentities**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] - -array of Identities (or DIDs) that are exempted from the Restriction - -#### Inherited from - -TransferRestrictionInputBase.exemptedIdentities - -#### Defined in - -[api/procedures/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L167) - -___ - -### issuer - -• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/procedures/types.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L193) - -___ - -### max - -• **max**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L192) - -___ - -### min - -• **min**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L191) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md deleted file mode 100644 index 265cd531e6..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md +++ /dev/null @@ -1,153 +0,0 @@ ---- -id: "ConfigureDividendDistributionParams" -title: "Interface: ConfigureDividendDistributionParams" -sidebar_label: "ConfigureDividendDistributionParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ConfigureDividendDistributionParams - -## Properties - -### checkpoint - -• **checkpoint**: [`InputCaCheckpoint`](../../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) - -checkpoint to be used to calculate Dividends. If a Schedule is passed, the next Checkpoint it creates will be used. - If a Date is passed, a Checkpoint will be created at that date and used - -#### Defined in - -[api/procedures/types.ts:820](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L820) - -___ - -### currency - -• **currency**: `string` - -ticker of the currency in which Dividends will be distributed - -#### Defined in - -[api/procedures/types.ts:828](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L828) - -___ - -### declarationDate - -• `Optional` **declarationDate**: `Date` - -date at which the issuer publicly declared the Dividend Distribution. Optional, defaults to the current date - -#### Defined in - -[api/procedures/types.ts:799](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L799) - -___ - -### defaultTaxWithholding - -• `Optional` **defaultTaxWithholding**: `BigNumber` - -default percentage (0-100) of the Benefits to be held for tax purposes - -#### Defined in - -[api/procedures/types.ts:810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L810) - -___ - -### description - -• **description**: `string` - -#### Defined in - -[api/procedures/types.ts:800](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L800) - -___ - -### expiryDate - -• `Optional` **expiryDate**: `Date` - -optional, defaults to never expiring - -#### Defined in - -[api/procedures/types.ts:844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L844) - -___ - -### maxAmount - -• **maxAmount**: `BigNumber` - -maximum amount of `currency` to distribute in total - -#### Defined in - -[api/procedures/types.ts:836](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L836) - -___ - -### originPortfolio - -• `Optional` **originPortfolio**: `BigNumber` \| [`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) - -portfolio from which the Dividends will be distributed. Optional, defaults to the Dividend Distributions Agent's Default Portfolio - -#### Defined in - -[api/procedures/types.ts:824](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L824) - -___ - -### paymentDate - -• **paymentDate**: `Date` - -date from which Asset Holders can claim their Dividends - -#### Defined in - -[api/procedures/types.ts:840](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L840) - -___ - -### perShare - -• **perShare**: `BigNumber` - -amount of `currency` to distribute per each share of the Asset that a target holds - -#### Defined in - -[api/procedures/types.ts:832](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L832) - -___ - -### targets - -• `Optional` **targets**: [`InputCorporateActionTargets`](../../../../../modules/Types/Types.md#inputcorporateactiontargets) - -Asset Holder Identities to be included (or excluded) from the Dividend Distribution. Inclusion/exclusion is controlled by the `treatment` - property. When the value is `Include`, all Asset Holders not present in the array are excluded, and vice-versa. If no value is passed, - the default value for the Asset is used. If there is no default value, all Asset Holders will be part of the Dividend Distribution - -#### Defined in - -[api/procedures/types.ts:806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L806) - -___ - -### taxWithholdings - -• `Optional` **taxWithholdings**: [`InputCorporateActionTaxWithholdings`](../../../../../modules/Types/Types.md#inputcorporateactiontaxwithholdings) - -percentage (0-100) of the Benefits to be held for tax purposes from individual Asset Holder Identities. - This overrides the value of `defaultTaxWithholding` - -#### Defined in - -[api/procedures/types.ts:815](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L815) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md deleted file mode 100644 index 5a001902d4..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "ControllerTransferParams" -title: "Interface: ControllerTransferParams" -sidebar_label: "ControllerTransferParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ControllerTransferParams - -## Properties - -### amount - -• **amount**: `BigNumber` - -amount of Asset tokens to transfer - -#### Defined in - -[api/procedures/types.ts:624](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L624) - -___ - -### originPortfolio - -• **originPortfolio**: [`PortfolioLike`](../../../../../modules/Types/Types.md#portfoliolike) - -portfolio (or portfolio ID) from which Assets will be transferred - -#### Defined in - -[api/procedures/types.ts:620](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L620) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md deleted file mode 100644 index 0bb089eb94..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -id: "CountTransferRestrictionInput" -title: "Interface: CountTransferRestrictionInput" -sidebar_label: "CountTransferRestrictionInput" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CountTransferRestrictionInput - -## Hierarchy - -- `TransferRestrictionInputBase` - - ↳ **`CountTransferRestrictionInput`** - -## Properties - -### count - -• **count**: `BigNumber` - -limit on the amount of different (unique) investors that can hold the Asset at once - -#### Defined in - -[api/procedures/types.ts:174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L174) - -___ - -### exemptedIdentities - -• `Optional` **exemptedIdentities**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] - -array of Identities (or DIDs) that are exempted from the Restriction - -#### Inherited from - -TransferRestrictionInputBase.exemptedIdentities - -#### Defined in - -[api/procedures/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L167) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md deleted file mode 100644 index cfb2b96408..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md +++ /dev/null @@ -1,128 +0,0 @@ ---- -id: "CreateAssetParams" -title: "Interface: CreateAssetParams" -sidebar_label: "CreateAssetParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateAssetParams - -## Hierarchy - -- **`CreateAssetParams`** - - ↳ [`CreateAssetWithTickerParams`](../CreateAssetWithTickerParams/CreateAssetWithTickerParams.md) - -## Properties - -### assetType - -• **assetType**: `string` - -type of security that the Asset represents (e.g. Equity, Debt, Commodity). Common values are included in the - [KnownAssetType](../../../../../enums/Types/KnownAssetType/KnownAssetType.md) enum, but custom values can be used as well. Custom values must be registered on-chain the first time - they're used, requiring an additional transaction. They aren't tied to a specific Asset - -#### Defined in - -[api/procedures/types.ts:301](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L301) - -___ - -### documents - -• `Optional` **documents**: [`AssetDocument`](../../../../Types/AssetDocument/AssetDocument.md)[] - -#### Defined in - -[api/procedures/types.ts:310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L310) - -___ - -### fundingRound - -• `Optional` **fundingRound**: `string` - -(optional) funding round in which the Asset currently is (e.g. Series A, Series B) - -#### Defined in - -[api/procedures/types.ts:309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L309) - -___ - -### initialStatistics - -• `Optional` **initialStatistics**: [`InputStatType`](../../../../../modules/Types/Types.md#inputstattype)[] - -(optional) type of statistics that should be enabled for the Asset - -Enabling statistics allows for TransferRestrictions to be made. For example the SEC requires registration for a company that -has either more than 2000 investors, or more than 500 non accredited investors. To prevent crossing this limit two restrictions are -needed, a `Count` of 2000, and a `ScopedCount` of non accredited with a maximum of 500. [source](https://www.sec.gov/info/smallbus/secg/jobs-act-section-12g-small-business-compliance-guide.htm) - -These restrictions require a `Count` and `ScopedCount` statistic to be created. Although they an be created after the Asset is made, it is recommended to create statistics -before the Asset is circulated. Count statistics made after Asset creation need their initial value set, so it is simpler to create them before investors hold the Asset. -If you do need to create a stat for an Asset after creation, you can use the [enableStat](../../../../../classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md#enablestat) method in -the appropriate namespace - -#### Defined in - -[api/procedures/types.ts:324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L324) - -___ - -### initialSupply - -• `Optional` **initialSupply**: `BigNumber` - -amount of Asset tokens that will be minted on creation (optional, default doesn't mint) - -#### Defined in - -[api/procedures/types.ts:287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L287) - -___ - -### isDivisible - -• **isDivisible**: `boolean` - -whether a single Asset token can be divided into decimal parts - -#### Defined in - -[api/procedures/types.ts:295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L295) - -___ - -### name - -• **name**: `string` - -#### Defined in - -[api/procedures/types.ts:283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L283) - -___ - -### portfolioId - -• `Optional` **portfolioId**: `BigNumber` - -portfolio to which the Asset tokens will be issued on creation (optional, default is the default portfolio) - -#### Defined in - -[api/procedures/types.ts:291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L291) - -___ - -### securityIdentifiers - -• `Optional` **securityIdentifiers**: [`SecurityIdentifier`](../../../../Types/SecurityIdentifier/SecurityIdentifier.md)[] - -array of domestic or international alphanumeric security identifiers for the Asset (e.g. ISIN, CUSIP, FIGI) - -#### Defined in - -[api/procedures/types.ts:305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L305) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md deleted file mode 100644 index 562622653d..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md +++ /dev/null @@ -1,174 +0,0 @@ ---- -id: "CreateAssetWithTickerParams" -title: "Interface: CreateAssetWithTickerParams" -sidebar_label: "CreateAssetWithTickerParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateAssetWithTickerParams - -## Hierarchy - -- [`CreateAssetParams`](../CreateAssetParams/CreateAssetParams.md) - - ↳ **`CreateAssetWithTickerParams`** - -## Properties - -### assetType - -• **assetType**: `string` - -type of security that the Asset represents (e.g. Equity, Debt, Commodity). Common values are included in the - [KnownAssetType](../../../../../enums/Types/KnownAssetType/KnownAssetType.md) enum, but custom values can be used as well. Custom values must be registered on-chain the first time - they're used, requiring an additional transaction. They aren't tied to a specific Asset - -#### Inherited from - -[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[assetType](../CreateAssetParams/CreateAssetParams.md#assettype) - -#### Defined in - -[api/procedures/types.ts:301](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L301) - -___ - -### documents - -• `Optional` **documents**: [`AssetDocument`](../../../../Types/AssetDocument/AssetDocument.md)[] - -#### Inherited from - -[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[documents](../CreateAssetParams/CreateAssetParams.md#documents) - -#### Defined in - -[api/procedures/types.ts:310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L310) - -___ - -### fundingRound - -• `Optional` **fundingRound**: `string` - -(optional) funding round in which the Asset currently is (e.g. Series A, Series B) - -#### Inherited from - -[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[fundingRound](../CreateAssetParams/CreateAssetParams.md#fundinground) - -#### Defined in - -[api/procedures/types.ts:309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L309) - -___ - -### initialStatistics - -• `Optional` **initialStatistics**: [`InputStatType`](../../../../../modules/Types/Types.md#inputstattype)[] - -(optional) type of statistics that should be enabled for the Asset - -Enabling statistics allows for TransferRestrictions to be made. For example the SEC requires registration for a company that -has either more than 2000 investors, or more than 500 non accredited investors. To prevent crossing this limit two restrictions are -needed, a `Count` of 2000, and a `ScopedCount` of non accredited with a maximum of 500. [source](https://www.sec.gov/info/smallbus/secg/jobs-act-section-12g-small-business-compliance-guide.htm) - -These restrictions require a `Count` and `ScopedCount` statistic to be created. Although they an be created after the Asset is made, it is recommended to create statistics -before the Asset is circulated. Count statistics made after Asset creation need their initial value set, so it is simpler to create them before investors hold the Asset. -If you do need to create a stat for an Asset after creation, you can use the [enableStat](../../../../../classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md#enablestat) method in -the appropriate namespace - -#### Inherited from - -[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[initialStatistics](../CreateAssetParams/CreateAssetParams.md#initialstatistics) - -#### Defined in - -[api/procedures/types.ts:324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L324) - -___ - -### initialSupply - -• `Optional` **initialSupply**: `BigNumber` - -amount of Asset tokens that will be minted on creation (optional, default doesn't mint) - -#### Inherited from - -[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[initialSupply](../CreateAssetParams/CreateAssetParams.md#initialsupply) - -#### Defined in - -[api/procedures/types.ts:287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L287) - -___ - -### isDivisible - -• **isDivisible**: `boolean` - -whether a single Asset token can be divided into decimal parts - -#### Inherited from - -[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[isDivisible](../CreateAssetParams/CreateAssetParams.md#isdivisible) - -#### Defined in - -[api/procedures/types.ts:295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L295) - -___ - -### name - -• **name**: `string` - -#### Inherited from - -[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[name](../CreateAssetParams/CreateAssetParams.md#name) - -#### Defined in - -[api/procedures/types.ts:283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L283) - -___ - -### portfolioId - -• `Optional` **portfolioId**: `BigNumber` - -portfolio to which the Asset tokens will be issued on creation (optional, default is the default portfolio) - -#### Inherited from - -[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[portfolioId](../CreateAssetParams/CreateAssetParams.md#portfolioid) - -#### Defined in - -[api/procedures/types.ts:291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L291) - -___ - -### securityIdentifiers - -• `Optional` **securityIdentifiers**: [`SecurityIdentifier`](../../../../Types/SecurityIdentifier/SecurityIdentifier.md)[] - -array of domestic or international alphanumeric security identifiers for the Asset (e.g. ISIN, CUSIP, FIGI) - -#### Inherited from - -[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[securityIdentifiers](../CreateAssetParams/CreateAssetParams.md#securityidentifiers) - -#### Defined in - -[api/procedures/types.ts:305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L305) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/procedures/types.ts:336](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L336) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md deleted file mode 100644 index 0592226fe8..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "CreateCheckpointScheduleParams" -title: "Interface: CreateCheckpointScheduleParams" -sidebar_label: "CreateCheckpointScheduleParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateCheckpointScheduleParams - -## Properties - -### points - -• **points**: `Date`[] - -The points in time in the future for which to create checkpoints for - -#### Defined in - -[api/procedures/types.ts:708](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L708) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md deleted file mode 100644 index 888fbf3828..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "CreateChildIdentitiesParams" -title: "Interface: CreateChildIdentitiesParams" -sidebar_label: "CreateChildIdentitiesParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateChildIdentitiesParams - -## Properties - -### expiry - -• **expiry**: `Date` - -Expiry date of the signed authorization - -#### Defined in - -[api/procedures/types.ts:1153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1153) - -___ - -### secondaryKeys - -• **secondaryKeys**: (`string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md))[] - -The secondary keys that will become the primary keys of the new child Identities - -#### Defined in - -[api/procedures/types.ts:1149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1149) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md deleted file mode 100644 index 3d8b3d3945..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "CreateChildIdentityParams" -title: "Interface: CreateChildIdentityParams" -sidebar_label: "CreateChildIdentityParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateChildIdentityParams - -## Properties - -### secondaryKey - -• **secondaryKey**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) - -The secondary key that will become the primary key of the new child Identity - -#### Defined in - -[api/procedures/types.ts:1142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1142) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md deleted file mode 100644 index 77d5ba7274..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "CreateGroupParams" -title: "Interface: CreateGroupParams" -sidebar_label: "CreateGroupParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateGroupParams - -## Properties - -### permissions - -• **permissions**: \{ `transactions`: [`TransactionPermissions`](../../../../Types/TransactionPermissions/TransactionPermissions.md) } \| \{ `transactionGroups`: [`TxGroup`](../../../../../enums/Types/TxGroup/TxGroup.md)[] } - -#### Defined in - -[api/procedures/types.ts:895](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L895) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md deleted file mode 100644 index 72b0bc3d42..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "CreateMultiSigParams" -title: "Interface: CreateMultiSigParams" -sidebar_label: "CreateMultiSigParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateMultiSigParams - -## Properties - -### requiredSignatures - -• **requiredSignatures**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:1102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1102) - -___ - -### signers - -• **signers**: [`Signer`](../../../../../modules/Types/Types.md#signer)[] - -#### Defined in - -[api/procedures/types.ts:1101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1101) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md deleted file mode 100644 index 5ca36853aa..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md +++ /dev/null @@ -1,90 +0,0 @@ ---- -id: "CreateNftCollectionParams" -title: "Interface: CreateNftCollectionParams" -sidebar_label: "CreateNftCollectionParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateNftCollectionParams - -## Properties - -### collectionKeys - -• **collectionKeys**: [`CollectionKeyInput`](../../../../../modules/API/Procedures/Types/Types.md#collectionkeyinput)[] - -The required metadata values each NFT in the collection will have - -**`Note`** - -Images — Most Polymesh networks (mainnet, testnet, etc.) have global metadata keys registered to help standardize displaying images -If `imageUri` is specified as a collection key, then each token will need to be issued with an image URI. - -#### Defined in - -[api/procedures/types.ts:379](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L379) - -___ - -### documents - -• `Optional` **documents**: [`AssetDocument`](../../../../Types/AssetDocument/AssetDocument.md)[] - -Links to off chain documents related to the NftCollection - -#### Defined in - -[api/procedures/types.ts:383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L383) - -___ - -### name - -• `Optional` **name**: `string` - -The collection name. defaults to `ticker` - -#### Defined in - -[api/procedures/types.ts:363](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L363) - -___ - -### nftType - -• **nftType**: `string` \| `BigNumber` - -**`Throws`** - -if provided string that does not have a custom type - -**`Throws`** - -if provided a BigNumber that does not correspond to a custom type - -#### Defined in - -[api/procedures/types.ts:368](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L368) - -___ - -### securityIdentifiers - -• `Optional` **securityIdentifiers**: [`SecurityIdentifier`](../../../../Types/SecurityIdentifier/SecurityIdentifier.md)[] - -array of domestic or international alphanumeric security identifiers for the Asset (e.g. ISIN, CUSIP, FIGI) - -#### Defined in - -[api/procedures/types.ts:372](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L372) - -___ - -### ticker - -• **ticker**: `string` - -The primary identifier for the collection. The ticker must either be free, or the signer has appropriate permissions if reserved - -#### Defined in - -[api/procedures/types.ts:359](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L359) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md deleted file mode 100644 index 29322988ad..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -id: "CreateTransactionBatchParams" -title: "Interface: CreateTransactionBatchParams" -sidebar_label: "CreateTransactionBatchParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateTransactionBatchParams - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValues` | extends readonly [...unknown[]] | - -## Properties - -### transactions - -• **transactions**: `Readonly`\<[`TransactionArray`](../../../../../modules/Types/Types.md#transactionarray)\<`ReturnValues`\>\> - -#### Defined in - -[api/procedures/types.ts:1097](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1097) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md deleted file mode 100644 index 0bde94261b..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "CreateVenueParams" -title: "Interface: CreateVenueParams" -sidebar_label: "CreateVenueParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateVenueParams - -## Properties - -### description - -• **description**: `string` - -#### Defined in - -[api/procedures/types.ts:612](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L612) - -___ - -### type - -• **type**: [`VenueType`](../../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) - -#### Defined in - -[api/procedures/types.ts:613](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L613) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md deleted file mode 100644 index e38e028887..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "DecreaseAllowanceParams" -title: "Interface: DecreaseAllowanceParams" -sidebar_label: "DecreaseAllowanceParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).DecreaseAllowanceParams - -## Properties - -### allowance - -• **allowance**: `BigNumber` - -amount of POLYX to decrease the allowance by - -#### Defined in - -[api/procedures/types.ts:989](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L989) - -___ - -### operation - -• **operation**: [`Decrease`](../../../../../enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md#decrease) - -#### Defined in - -[api/procedures/types.ts:990](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L990) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md deleted file mode 100644 index 1e4ad429ec..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "EditClaimsParams" -title: "Interface: EditClaimsParams" -sidebar_label: "EditClaimsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).EditClaimsParams - -## Properties - -### claims - -• **claims**: [`ClaimTarget`](../../../../Types/ClaimTarget/ClaimTarget.md)[] - -array of claims to be edited - -#### Defined in - -[api/procedures/types.ts:412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L412) - -___ - -### operation - -• **operation**: [`Edit`](../../../../../enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md#edit) - -#### Defined in - -[api/procedures/types.ts:413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L413) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md deleted file mode 100644 index d91ac01e45..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "ExecuteManualInstructionParams" -title: "Interface: ExecuteManualInstructionParams" -sidebar_label: "ExecuteManualInstructionParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ExecuteManualInstructionParams - -## Properties - -### skipAffirmationCheck - -• `Optional` **skipAffirmationCheck**: `boolean` - -(optional) Set to `true` to skip affirmation check, useful for batch transactions - -#### Defined in - -[api/procedures/types.ts:608](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L608) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md deleted file mode 100644 index 988ddb3624..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "GlobalCollectionKeyInput" -title: "Interface: GlobalCollectionKeyInput" -sidebar_label: "GlobalCollectionKeyInput" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).GlobalCollectionKeyInput - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L341) - -___ - -### type - -• **type**: [`Global`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md#global) - -#### Defined in - -[api/procedures/types.ts:340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L340) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md deleted file mode 100644 index e53411e9c1..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "IncreaseAllowanceParams" -title: "Interface: IncreaseAllowanceParams" -sidebar_label: "IncreaseAllowanceParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).IncreaseAllowanceParams - -## Properties - -### allowance - -• **allowance**: `BigNumber` - -amount of POLYX to increase the allowance by - -#### Defined in - -[api/procedures/types.ts:981](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L981) - -___ - -### operation - -• **operation**: [`Increase`](../../../../../enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md#increase) - -#### Defined in - -[api/procedures/types.ts:982](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L982) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md deleted file mode 100644 index 859a5a1b0c..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "InstructionFungibleLeg" -title: "Interface: InstructionFungibleLeg" -sidebar_label: "InstructionFungibleLeg" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InstructionFungibleLeg - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L508) - -___ - -### asset - -• **asset**: `string` \| [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -#### Defined in - -[api/procedures/types.ts:511](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L511) - -___ - -### from - -• **from**: [`PortfolioLike`](../../../../../modules/Types/Types.md#portfoliolike) - -#### Defined in - -[api/procedures/types.ts:509](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L509) - -___ - -### to - -• **to**: [`PortfolioLike`](../../../../../modules/Types/Types.md#portfoliolike) - -#### Defined in - -[api/procedures/types.ts:510](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L510) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md deleted file mode 100644 index 74fad530d6..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "InstructionIdParams" -title: "Interface: InstructionIdParams" -sidebar_label: "InstructionIdParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InstructionIdParams - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:567](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L567) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md deleted file mode 100644 index 5480c06dd8..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "InstructionNftLeg" -title: "Interface: InstructionNftLeg" -sidebar_label: "InstructionNftLeg" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InstructionNftLeg - -## Properties - -### asset - -• **asset**: `string` \| [`NftCollection`](../../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) - -#### Defined in - -[api/procedures/types.ts:518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L518) - -___ - -### from - -• **from**: [`PortfolioLike`](../../../../../modules/Types/Types.md#portfoliolike) - -#### Defined in - -[api/procedures/types.ts:516](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L516) - -___ - -### nfts - -• **nfts**: (`BigNumber` \| [`Nft`](../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md))[] - -#### Defined in - -[api/procedures/types.ts:515](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L515) - -___ - -### to - -• **to**: [`PortfolioLike`](../../../../../modules/Types/Types.md#portfoliolike) - -#### Defined in - -[api/procedures/types.ts:517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L517) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md deleted file mode 100644 index 4feae5f002..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -id: "InvestInOfferingParams" -title: "Interface: InvestInOfferingParams" -sidebar_label: "InvestInOfferingParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InvestInOfferingParams - -## Properties - -### fundingPortfolio - -• **fundingPortfolio**: [`PortfolioLike`](../../../../../modules/Types/Types.md#portfoliolike) - -portfolio from which funds will be withdrawn to pay for the Asset tokens - -#### Defined in - -[api/procedures/types.ts:1026](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1026) - -___ - -### maxPrice - -• `Optional` **maxPrice**: `BigNumber` - -maximum average price to pay per Asset token (optional) - -#### Defined in - -[api/procedures/types.ts:1034](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1034) - -___ - -### purchaseAmount - -• **purchaseAmount**: `BigNumber` - -amount of Asset tokens to purchase - -#### Defined in - -[api/procedures/types.ts:1030](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1030) - -___ - -### purchasePortfolio - -• **purchasePortfolio**: [`PortfolioLike`](../../../../../modules/Types/Types.md#portfoliolike) - -portfolio in which the purchased Asset tokens will be stored - -#### Defined in - -[api/procedures/types.ts:1022](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1022) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md deleted file mode 100644 index f015c93e23..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "InviteAccountParams" -title: "Interface: InviteAccountParams" -sidebar_label: "InviteAccountParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InviteAccountParams - -## Properties - -### expiry - -• `Optional` **expiry**: `Date` - -#### Defined in - -[api/procedures/types.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L243) - -___ - -### permissions - -• `Optional` **permissions**: [`PermissionsLike`](../../../../../modules/Types/Types.md#permissionslike) - -#### Defined in - -[api/procedures/types.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L242) - -___ - -### targetAccount - -• **targetAccount**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) - -#### Defined in - -[api/procedures/types.ts:241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L241) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md deleted file mode 100644 index 91d259a8b5..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "InviteExternalAgentParams" -title: "Interface: InviteExternalAgentParams" -sidebar_label: "InviteExternalAgentParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InviteExternalAgentParams - -## Properties - -### expiry - -• `Optional` **expiry**: `Date` - -date at which the authorization request for invitation expires (optional) - -**`Note`** - -if expiry date is not set, the invitation will never expire - -**`Note`** - -due to chain limitations, the expiry will be ignored if the passed `permissions` don't correspond to an existing Permission Group - -#### Defined in - -[api/procedures/types.ts:921](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L921) - -___ - -### permissions - -• **permissions**: [`CustomPermissionGroup`](../../../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md) \| \{ `transactions`: ``null`` \| [`TransactionPermissions`](../../../../Types/TransactionPermissions/TransactionPermissions.md) } \| \{ `transactionGroups`: [`TxGroup`](../../../../../enums/Types/TxGroup/TxGroup.md)[] } - -#### Defined in - -[api/procedures/types.ts:906](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L906) - -___ - -### target - -• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/procedures/types.ts:905](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L905) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md deleted file mode 100644 index 894d1baec7..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "IssueTokensParams" -title: "Interface: IssueTokensParams" -sidebar_label: "IssueTokensParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).IssueTokensParams - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L328) - -___ - -### portfolioId - -• `Optional` **portfolioId**: `BigNumber` - -portfolio to which the Asset tokens will be issued (optional, default is the default portfolio) - -#### Defined in - -[api/procedures/types.ts:332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L332) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md deleted file mode 100644 index 09ef45cb24..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md +++ /dev/null @@ -1,117 +0,0 @@ ---- -id: "LaunchOfferingParams" -title: "Interface: LaunchOfferingParams" -sidebar_label: "LaunchOfferingParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).LaunchOfferingParams - -## Properties - -### end - -• `Optional` **end**: `Date` - -end date of the Offering (optional, defaults to never) - -#### Defined in - -[api/procedures/types.ts:882](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L882) - -___ - -### minInvestment - -• **minInvestment**: `BigNumber` - -minimum amount that can be spent on this offering - -#### Defined in - -[api/procedures/types.ts:891](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L891) - -___ - -### name - -• **name**: `string` - -#### Defined in - -[api/procedures/types.ts:874](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L874) - -___ - -### offeringPortfolio - -• **offeringPortfolio**: [`PortfolioLike`](../../../../../modules/Types/Types.md#portfoliolike) - -portfolio in which the Asset tokens to be sold are stored - -#### Defined in - -[api/procedures/types.ts:858](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L858) - -___ - -### raisingCurrency - -• **raisingCurrency**: `string` - -ticker symbol of the currency in which the funds are being raised (e.g. 'USD' or 'CAD'). - Other Assets can be used as currency as well - -#### Defined in - -[api/procedures/types.ts:867](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L867) - -___ - -### raisingPortfolio - -• **raisingPortfolio**: [`PortfolioLike`](../../../../../modules/Types/Types.md#portfoliolike) - -portfolio in which the raised funds will be stored - -#### Defined in - -[api/procedures/types.ts:862](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L862) - -___ - -### start - -• `Optional` **start**: `Date` - -start date of the Offering (optional, defaults to right now) - -#### Defined in - -[api/procedures/types.ts:878](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L878) - -___ - -### tiers - -• **tiers**: [`OfferingTier`](../../../Entities/Offering/Types/OfferingTier/OfferingTier.md)[] - -array of sale tiers. Each tier consists of an amount of Assets to be sold at a certain price. - Tokens in a tier can only be bought when all tokens in previous tiers have been bought - -#### Defined in - -[api/procedures/types.ts:887](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L887) - -___ - -### venue - -• `Optional` **venue**: [`Venue`](../../../../../classes/API/Entities/Venue/Venue.md) - -venue through which all offering related trades will be settled - (optional, defaults to the first `Sto` type Venue owned by the owner of the Offering Portfolio. - If passed, it must be of type `Sto`) - -#### Defined in - -[api/procedures/types.ts:873](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L873) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md deleted file mode 100644 index 837d7d57f7..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "LinkCaDocsParams" -title: "Interface: LinkCaDocsParams" -sidebar_label: "LinkCaDocsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).LinkCaDocsParams - -## Properties - -### documents - -• **documents**: [`AssetDocument`](../../../../Types/AssetDocument/AssetDocument.md)[] - -list of documents - -#### Defined in - -[api/procedures/types.ts:932](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L932) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md deleted file mode 100644 index 30a1eb0576..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "LocalCollectionKeyInput" -title: "Interface: LocalCollectionKeyInput" -sidebar_label: "LocalCollectionKeyInput" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).LocalCollectionKeyInput - -## Properties - -### name - -• **name**: `string` - -#### Defined in - -[api/procedures/types.ts:346](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L346) - -___ - -### spec - -• **spec**: [`MetadataSpec`](../../../Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md) - -#### Defined in - -[api/procedures/types.ts:347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L347) - -___ - -### type - -• **type**: [`Local`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md#local) - -#### Defined in - -[api/procedures/types.ts:345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L345) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md deleted file mode 100644 index 522ba445a9..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "ModifyAssetTrustedClaimIssuersAddSetParams" -title: "Interface: ModifyAssetTrustedClaimIssuersAddSetParams" -sidebar_label: "ModifyAssetTrustedClaimIssuersAddSetParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifyAssetTrustedClaimIssuersAddSetParams - -## Properties - -### claimIssuers - -• **claimIssuers**: [`InputTrustedClaimIssuer`](../../../../../modules/Types/Types.md#inputtrustedclaimissuer)[] - -#### Defined in - -[api/procedures/types.ts:753](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L753) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md deleted file mode 100644 index d45fb1f7dc..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "ModifyAssetTrustedClaimIssuersRemoveParams" -title: "Interface: ModifyAssetTrustedClaimIssuersRemoveParams" -sidebar_label: "ModifyAssetTrustedClaimIssuersRemoveParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifyAssetTrustedClaimIssuersRemoveParams - -## Properties - -### claimIssuers - -• **claimIssuers**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] - -array of Identities (or DIDs) of the default claim issuers - -#### Defined in - -[api/procedures/types.ts:760](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L760) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md deleted file mode 100644 index ecaae75f96..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "ModifyCaCheckpointParams" -title: "Interface: ModifyCaCheckpointParams" -sidebar_label: "ModifyCaCheckpointParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifyCaCheckpointParams - -## Properties - -### checkpoint - -• **checkpoint**: ``null`` \| [`InputCaCheckpoint`](../../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) - -#### Defined in - -[api/procedures/types.ts:936](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L936) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md deleted file mode 100644 index 4a787040c8..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "ModifyCorporateActionsAgentParams" -title: "Interface: ModifyCorporateActionsAgentParams" -sidebar_label: "ModifyCorporateActionsAgentParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifyCorporateActionsAgentParams - -## Properties - -### requestExpiry - -• `Optional` **requestExpiry**: `Date` - -date at which the authorization request to modify the Corporate Actions Agent expires (optional, never expires if a date is not provided) - -#### Defined in - -[api/procedures/types.ts:775](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L775) - -___ - -### target - -• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -Identity to be set as Corporate Actions Agent - -#### Defined in - -[api/procedures/types.ts:771](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L771) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md deleted file mode 100644 index 3546af0330..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "ModifyMultiSigParams" -title: "Interface: ModifyMultiSigParams" -sidebar_label: "ModifyMultiSigParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifyMultiSigParams - -## Properties - -### multiSig - -• **multiSig**: [`MultiSig`](../../../../../classes/API/Entities/Account/MultiSig/MultiSig.md) - -The MultiSig to be modified - -#### Defined in - -[api/procedures/types.ts:1109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1109) - -___ - -### signers - -• **signers**: [`Signer`](../../../../../modules/Types/Types.md#signer)[] - -The signers to set for the MultiSig - -#### Defined in - -[api/procedures/types.ts:1113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1113) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md deleted file mode 100644 index 12d819cf08..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "ModifyPrimaryIssuanceAgentParams" -title: "Interface: ModifyPrimaryIssuanceAgentParams" -sidebar_label: "ModifyPrimaryIssuanceAgentParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifyPrimaryIssuanceAgentParams - -## Properties - -### requestExpiry - -• `Optional` **requestExpiry**: `Date` - -date at which the authorization request to modify the primary issuance agent expires (optional, never expires if a date is not provided) - -#### Defined in - -[api/procedures/types.ts:678](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L678) - -___ - -### target - -• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -Identity to be set as primary issuance agent - -#### Defined in - -[api/procedures/types.ts:674](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L674) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md deleted file mode 100644 index 76db4d37e5..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "ModifySignerPermissionsParams" -title: "Interface: ModifySignerPermissionsParams" -sidebar_label: "ModifySignerPermissionsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifySignerPermissionsParams - -## Properties - -### secondaryAccounts - -• **secondaryAccounts**: [`Modify`](../../../../../modules/Types/Utils/Utils.md#modify)\<[`PermissionedAccount`](../../../../Types/PermissionedAccount/PermissionedAccount.md), \{ `account`: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) ; `permissions`: [`PermissionsLike`](../../../../../modules/Types/Types.md#permissionslike) }\>[] - -list of secondary Accounts - -#### Defined in - -[api/procedures/types.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L261) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md deleted file mode 100644 index 28dad4654c..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "MoveFundsParams" -title: "Interface: MoveFundsParams" -sidebar_label: "MoveFundsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).MoveFundsParams - -## Properties - -### items - -• **items**: [`PortfolioMovement`](../../../../../modules/Types/Types.md#portfoliomovement)[] - -list of Assets (and the corresponding token amounts) that will be moved - -#### Defined in - -[api/procedures/types.ts:1093](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1093) - -___ - -### to - -• `Optional` **to**: `BigNumber` \| [`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -portfolio (or portfolio ID) that will receive the funds. Optional, if no value is passed, the funds will be moved to the default Portfolio of this Portfolio's owner - -#### Defined in - -[api/procedures/types.ts:1089](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1089) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md deleted file mode 100644 index 8e8ebe9b3c..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "PayDividendsParams" -title: "Interface: PayDividendsParams" -sidebar_label: "PayDividendsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).PayDividendsParams - -## Properties - -### targets - -• **targets**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] - -#### Defined in - -[api/procedures/types.ts:1077](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1077) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md deleted file mode 100644 index 4be2c7e1ed..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -id: "PercentageTransferRestrictionInput" -title: "Interface: PercentageTransferRestrictionInput" -sidebar_label: "PercentageTransferRestrictionInput" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).PercentageTransferRestrictionInput - -## Hierarchy - -- `TransferRestrictionInputBase` - - ↳ **`PercentageTransferRestrictionInput`** - -## Properties - -### exemptedIdentities - -• `Optional` **exemptedIdentities**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] - -array of Identities (or DIDs) that are exempted from the Restriction - -#### Inherited from - -TransferRestrictionInputBase.exemptedIdentities - -#### Defined in - -[api/procedures/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L167) - -___ - -### percentage - -• **percentage**: `BigNumber` - -maximum percentage (0-100) of the total supply of the Asset that can be held by a single investor at once - -#### Defined in - -[api/procedures/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L181) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md deleted file mode 100644 index 24ec4882d3..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "RedeemNftParams" -title: "Interface: RedeemNftParams" -sidebar_label: "RedeemNftParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RedeemNftParams - -## Properties - -### from - -• `Optional` **from**: `BigNumber` \| [`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -portfolio (or portfolio ID) from which Assets will be redeemed (optional, defaults to the default Portfolio) - -#### Defined in - -[api/procedures/types.ts:693](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L693) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md deleted file mode 100644 index 9e986a92e2..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "RedeemTokensParams" -title: "Interface: RedeemTokensParams" -sidebar_label: "RedeemTokensParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RedeemTokensParams - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:682](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L682) - -___ - -### from - -• `Optional` **from**: `BigNumber` \| [`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -portfolio (or portfolio ID) from which Assets will be redeemed (optional, defaults to the default Portfolio) - -#### Defined in - -[api/procedures/types.ts:686](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L686) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md deleted file mode 100644 index cca8f66dac..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "RegisterCustomClaimTypeParams" -title: "Interface: RegisterCustomClaimTypeParams" -sidebar_label: "RegisterCustomClaimTypeParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RegisterCustomClaimTypeParams - -## Properties - -### name - -• **name**: `string` - -#### Defined in - -[api/procedures/types.ts:1161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1161) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md deleted file mode 100644 index bfdce38c74..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -id: "RegisterIdentityParams" -title: "Interface: RegisterIdentityParams" -sidebar_label: "RegisterIdentityParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RegisterIdentityParams - -## Properties - -### createCdd - -• `Optional` **createCdd**: `boolean` - -(optional) also issue a CDD claim for the created DID, completing the onboarding process for the Account - -#### Defined in - -[api/procedures/types.ts:456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L456) - -___ - -### expiry - -• `Optional` **expiry**: `Date` - -(optional) when the generated CDD claim should expire, `createCdd` must be true if specified - -#### Defined in - -[api/procedures/types.ts:460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L460) - -___ - -### secondaryAccounts - -• `Optional` **secondaryAccounts**: [`Modify`](../../../../../modules/Types/Utils/Utils.md#modify)\<[`PermissionedAccount`](../../../../Types/PermissionedAccount/PermissionedAccount.md), \{ `permissions`: [`PermissionsLike`](../../../../../modules/Types/Types.md#permissionslike) }\>[] - -(optional) secondary accounts for the new Identity with their corresponding permissions. - -**`Note`** - -Each Account will need to accept the generated authorizations before being linked to the Identity - -#### Defined in - -[api/procedures/types.ts:452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L452) - -___ - -### targetAccount - -• **targetAccount**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) - -The Account that should function as the primary key of the newly created Identity. Can be ss58 encoded address or an instance of Account - -#### Defined in - -[api/procedures/types.ts:447](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L447) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md deleted file mode 100644 index d1847815cb..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "RemoveAssetRequirementParams" -title: "Interface: RemoveAssetRequirementParams" -sidebar_label: "RemoveAssetRequirementParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RemoveAssetRequirementParams - -## Properties - -### requirement - -• **requirement**: `BigNumber` \| [`Requirement`](../../../../Types/Requirement/Requirement.md) - -#### Defined in - -[api/procedures/types.ts:741](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L741) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md deleted file mode 100644 index 71de72d695..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "RemoveCheckpointScheduleParams" -title: "Interface: RemoveCheckpointScheduleParams" -sidebar_label: "RemoveCheckpointScheduleParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RemoveCheckpointScheduleParams - -## Properties - -### schedule - -• **schedule**: `BigNumber` \| [`CheckpointSchedule`](../../../../../classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md) - -schedule (or ID) of the schedule to be removed - -#### Defined in - -[api/procedures/types.ts:715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L715) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md deleted file mode 100644 index a9decf6063..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "RemoveCorporateActionParams" -title: "Interface: RemoveCorporateActionParams" -sidebar_label: "RemoveCorporateActionParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RemoveCorporateActionParams - -## Properties - -### corporateAction - -• **corporateAction**: `BigNumber` \| [`CorporateActionBase`](../../../../../classes/API/Entities/CorporateActionBase/CorporateActionBase.md) - -#### Defined in - -[api/procedures/types.ts:764](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L764) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md deleted file mode 100644 index 244a0f2939..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "RemoveExternalAgentParams" -title: "Interface: RemoveExternalAgentParams" -sidebar_label: "RemoveExternalAgentParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RemoveExternalAgentParams - -## Properties - -### target - -• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/procedures/types.ts:925](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L925) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md deleted file mode 100644 index d103e1a8cc..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "RemoveSecondaryAccountsParams" -title: "Interface: RemoveSecondaryAccountsParams" -sidebar_label: "RemoveSecondaryAccountsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RemoveSecondaryAccountsParams - -## Properties - -### accounts - -• **accounts**: [`Account`](../../../../../classes/API/Entities/Account/Account.md)[] - -#### Defined in - -[api/procedures/types.ts:268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L268) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md deleted file mode 100644 index 00dbc02a09..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "RenamePortfolioParams" -title: "Interface: RenamePortfolioParams" -sidebar_label: "RenamePortfolioParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RenamePortfolioParams - -## Properties - -### name - -• **name**: `string` - -#### Defined in - -[api/procedures/types.ts:1038](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1038) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md deleted file mode 100644 index df1d891a88..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "ReserveTickerParams" -title: "Interface: ReserveTickerParams" -sidebar_label: "ReserveTickerParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ReserveTickerParams - -## Properties - -### extendPeriod - -• `Optional` **extendPeriod**: `boolean` - -#### Defined in - -[api/procedures/types.ts:391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L391) - -___ - -### ticker - -• **ticker**: `string` - -ticker symbol to reserve - -#### Defined in - -[api/procedures/types.ts:390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L390) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md deleted file mode 100644 index 6aeead2bce..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "RevokeClaimsParams" -title: "Interface: RevokeClaimsParams" -sidebar_label: "RevokeClaimsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RevokeClaimsParams - -## Properties - -### claims - -• **claims**: `Omit`\<[`ClaimTarget`](../../../../Types/ClaimTarget/ClaimTarget.md), ``"expiry"``\>[] - -array of claims to be revoked - -#### Defined in - -[api/procedures/types.ts:420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L420) - -___ - -### operation - -• **operation**: [`Revoke`](../../../../../enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md#revoke) - -#### Defined in - -[api/procedures/types.ts:421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L421) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md deleted file mode 100644 index 2b56f661b4..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "RotatePrimaryKeyParams" -title: "Interface: RotatePrimaryKeyParams" -sidebar_label: "RotatePrimaryKeyParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RotatePrimaryKeyParams - -## Properties - -### expiry - -• `Optional` **expiry**: `Date` - -(optional) when the generated authorization should expire - -#### Defined in - -[api/procedures/types.ts:489](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L489) - -___ - -### targetAccount - -• **targetAccount**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) - -The Account that should function as the primary key of the newly created Identity. Can be ss58 encoded address or an instance of Account - -#### Defined in - -[api/procedures/types.ts:484](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L484) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md deleted file mode 100644 index 524a0d26da..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -id: "ScopeClaimProof" -title: "Interface: ScopeClaimProof" -sidebar_label: "ScopeClaimProof" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ScopeClaimProof - -## Properties - -### proofScopeIdCddIdMatch - -• **proofScopeIdCddIdMatch**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `blindedScopeDidHash` | `string` | -| `challengeResponses` | [`string`, `string`] | -| `subtractExpressionsRes` | `string` | - -#### Defined in - -[api/procedures/types.ts:428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L428) - -___ - -### proofScopeIdWellFormed - -• **proofScopeIdWellFormed**: `string` - -#### Defined in - -[api/procedures/types.ts:427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L427) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md deleted file mode 100644 index fe2597788e..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "SetAllowanceParams" -title: "Interface: SetAllowanceParams" -sidebar_label: "SetAllowanceParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetAllowanceParams - -## Properties - -### allowance - -• **allowance**: `BigNumber` - -amount of POLYX to set the allowance to - -#### Defined in - -[api/procedures/types.ts:997](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L997) - -___ - -### operation - -• **operation**: [`Set`](../../../../../enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md#set) - -#### Defined in - -[api/procedures/types.ts:998](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L998) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md deleted file mode 100644 index f45c8515b8..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "SetAssetDocumentsParams" -title: "Interface: SetAssetDocumentsParams" -sidebar_label: "SetAssetDocumentsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetAssetDocumentsParams - -## Properties - -### documents - -• **documents**: [`AssetDocument`](../../../../Types/AssetDocument/AssetDocument.md)[] - -list of documents - -#### Defined in - -[api/procedures/types.ts:851](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L851) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md deleted file mode 100644 index 527334cd21..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -id: "SetAssetRequirementsParams" -title: "Interface: SetAssetRequirementsParams" -sidebar_label: "SetAssetRequirementsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetAssetRequirementsParams - -## Properties - -### requirements - -• **requirements**: [`InputCondition`](../../../../../modules/Types/Types.md#inputcondition)[][] - -array of array of conditions. For a transfer to be successful, it must comply with all the conditions of at least one of the arrays. - In other words, higher level arrays are *OR* between them, while conditions inside each array are *AND* between them - -#### Defined in - -[api/procedures/types.ts:749](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L749) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md deleted file mode 100644 index 116d3939c4..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SetClaimCountTransferRestrictionsParams" -title: "Interface: SetClaimCountTransferRestrictionsParams" -sidebar_label: "SetClaimCountTransferRestrictionsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetClaimCountTransferRestrictionsParams - -## Properties - -### restrictions - -• **restrictions**: [`ClaimCountTransferRestrictionInput`](../ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md)[] - -#### Defined in - -[api/procedures/types.ts:231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L231) - -___ - -### type - -• **type**: [`ClaimCount`](../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) - -#### Defined in - -[api/procedures/types.ts:232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L232) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md deleted file mode 100644 index 63c2f8bd0a..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SetClaimPercentageTransferRestrictionsParams" -title: "Interface: SetClaimPercentageTransferRestrictionsParams" -sidebar_label: "SetClaimPercentageTransferRestrictionsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetClaimPercentageTransferRestrictionsParams - -## Properties - -### restrictions - -• **restrictions**: [`ClaimPercentageTransferRestrictionInput`](../ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md)[] - -#### Defined in - -[api/procedures/types.ts:236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L236) - -___ - -### type - -• **type**: [`ClaimPercentage`](../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimpercentage) - -#### Defined in - -[api/procedures/types.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L237) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md deleted file mode 100644 index 2962547022..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "SetCountTransferRestrictionsParams" -title: "Interface: SetCountTransferRestrictionsParams" -sidebar_label: "SetCountTransferRestrictionsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetCountTransferRestrictionsParams - -## Properties - -### restrictions - -• **restrictions**: [`CountTransferRestrictionInput`](../CountTransferRestrictionInput/CountTransferRestrictionInput.md)[] - -array of Count Transfer Restrictions with their corresponding exemptions (if applicable) - -#### Defined in - -[api/procedures/types.ts:218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L218) - -___ - -### type - -• **type**: [`Count`](../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) - -#### Defined in - -[api/procedures/types.ts:219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L219) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md deleted file mode 100644 index be38b3a767..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SetCustodianParams" -title: "Interface: SetCustodianParams" -sidebar_label: "SetCustodianParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetCustodianParams - -## Properties - -### expiry - -• `Optional` **expiry**: `Date` - -#### Defined in - -[api/procedures/types.ts:1082](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1082) - -___ - -### targetIdentity - -• **targetIdentity**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/procedures/types.ts:1081](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1081) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md deleted file mode 100644 index fcdaa75a8a..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "SetGroupPermissionsParams" -title: "Interface: SetGroupPermissionsParams" -sidebar_label: "SetGroupPermissionsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetGroupPermissionsParams - -## Properties - -### permissions - -• **permissions**: \{ `transactions`: [`TransactionPermissions`](../../../../Types/TransactionPermissions/TransactionPermissions.md) } \| \{ `transactionGroups`: [`TxGroup`](../../../../../enums/Types/TxGroup/TxGroup.md)[] } - -#### Defined in - -[api/procedures/types.ts:940](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L940) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md deleted file mode 100644 index 47ef9a99db..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "SetPercentageTransferRestrictionsParams" -title: "Interface: SetPercentageTransferRestrictionsParams" -sidebar_label: "SetPercentageTransferRestrictionsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetPercentageTransferRestrictionsParams - -## Properties - -### restrictions - -• **restrictions**: [`PercentageTransferRestrictionInput`](../PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md)[] - -array of Percentage Transfer Restrictions with their corresponding exemptions (if applicable) - -#### Defined in - -[api/procedures/types.ts:226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L226) - -___ - -### type - -• **type**: [`Percentage`](../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) - -#### Defined in - -[api/procedures/types.ts:227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L227) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md deleted file mode 100644 index 4a00c0af34..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -id: "SetPermissionGroupParams" -title: "Interface: SetPermissionGroupParams" -sidebar_label: "SetPermissionGroupParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetPermissionGroupParams - -This procedure can be called with: - - An Asset's existing Custom Permission Group. The Identity will be assigned as an Agent of that Group for that Asset - - A Known Permission Group and an Asset. The Identity will be assigned as an Agent of that Group for that Asset - - A set of Transaction Permissions and an Asset. If there is no Custom Permission Group with those permissions, a Custom Permission Group will be created for that Asset with those permissions, and - the Identity will be assigned as an Agent of that Group for that Asset. Otherwise, the existing Group will be used - - An array of [Transaction Groups](../../../../../enums/Types/TxGroup/TxGroup.md) that represent a set of permissions. If there is no Custom Permission Group with those permissions, a Custom Permission Group will be created with those permissions, and - the Identity will be assigned as an Agent of that Group for that Asset. Otherwise, the existing Group will be used - -## Properties - -### group - -• **group**: [`CustomPermissionGroup`](../../../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md) \| [`TransactionsParams`](../TransactionsParams/TransactionsParams.md) \| [`TxGroupParams`](../TxGroupParams/TxGroupParams.md) - -#### Defined in - -[api/procedures/types.ts:1073](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1073) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md deleted file mode 100644 index c79864e04f..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "SubsidizeAccountParams" -title: "Interface: SubsidizeAccountParams" -sidebar_label: "SubsidizeAccountParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SubsidizeAccountParams - -## Properties - -### allowance - -• **allowance**: `BigNumber` - -amount of POLYX to be subsidized. This can be increased/decreased later on - -#### Defined in - -[api/procedures/types.ts:279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L279) - -___ - -### beneficiary - -• **beneficiary**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) - -Account to subsidize - -#### Defined in - -[api/procedures/types.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L275) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md deleted file mode 100644 index 66ee2bdebf..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -id: "TransactionsParams" -title: "Interface: TransactionsParams" -sidebar_label: "TransactionsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TransactionsParams - -## Hierarchy - -- [`AssetBase`](../AssetBase/AssetBase.md) - - ↳ **`TransactionsParams`** - -## Properties - -### asset - -• **asset**: `string` \| [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -Asset over which the Identity will be granted permissions - -#### Inherited from - -[AssetBase](../AssetBase/AssetBase.md).[asset](../AssetBase/AssetBase.md#asset) - -#### Defined in - -[api/procedures/types.ts:1049](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1049) - -___ - -### transactions - -• **transactions**: ``null`` \| [`TransactionPermissions`](../../../../Types/TransactionPermissions/TransactionPermissions.md) - -a null value means full permissions - -#### Defined in - -[api/procedures/types.ts:1056](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1056) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md deleted file mode 100644 index 2fe234e427..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "TransferAssetOwnershipParams" -title: "Interface: TransferAssetOwnershipParams" -sidebar_label: "TransferAssetOwnershipParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TransferAssetOwnershipParams - -## Properties - -### expiry - -• `Optional` **expiry**: `Date` - -date at which the authorization request for transfer expires (optional) - -#### Defined in - -[api/procedures/types.ts:701](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L701) - -___ - -### target - -• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/procedures/types.ts:697](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L697) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md deleted file mode 100644 index 18e897a099..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -id: "TransferPolyxParams" -title: "Interface: TransferPolyxParams" -sidebar_label: "TransferPolyxParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TransferPolyxParams - -## Properties - -### amount - -• **amount**: `BigNumber` - -amount of POLYX to be transferred - -#### Defined in - -[api/procedures/types.ts:500](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L500) - -___ - -### memo - -• `Optional` **memo**: `string` - -identifier string to help differentiate transfers - -#### Defined in - -[api/procedures/types.ts:504](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L504) - -___ - -### to - -• **to**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) - -Account that will receive the POLYX - -#### Defined in - -[api/procedures/types.ts:496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L496) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/TransferRestriction/TransferRestriction.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/TransferRestriction/TransferRestriction.md deleted file mode 100644 index a90ed2d097..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/TransferRestriction/TransferRestriction.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "TransferRestriction" -title: "Interface: TransferRestriction" -sidebar_label: "TransferRestriction" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TransferRestriction - -## Properties - -### type - -• **type**: [`TransferRestrictionType`](../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md) - -#### Defined in - -[api/procedures/types.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L159) - -___ - -### value - -• **value**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L160) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md deleted file mode 100644 index 8f2c8934c8..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "TransferTickerOwnershipParams" -title: "Interface: TransferTickerOwnershipParams" -sidebar_label: "TransferTickerOwnershipParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TransferTickerOwnershipParams - -## Properties - -### expiry - -• `Optional` **expiry**: `Date` - -date at which the authorization request for transfer expires (optional) - -#### Defined in - -[api/procedures/types.ts:968](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L968) - -___ - -### target - -• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/procedures/types.ts:964](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L964) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md deleted file mode 100644 index d129d9f482..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -id: "TxGroupParams" -title: "Interface: TxGroupParams" -sidebar_label: "TxGroupParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TxGroupParams - -## Hierarchy - -- [`AssetBase`](../AssetBase/AssetBase.md) - - ↳ **`TxGroupParams`** - -## Properties - -### asset - -• **asset**: `string` \| [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -Asset over which the Identity will be granted permissions - -#### Inherited from - -[AssetBase](../AssetBase/AssetBase.md).[asset](../AssetBase/AssetBase.md#asset) - -#### Defined in - -[api/procedures/types.ts:1049](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1049) - -___ - -### transactionGroups - -• **transactionGroups**: [`TxGroup`](../../../../../enums/Types/TxGroup/TxGroup.md)[] - -#### Defined in - -[api/procedures/types.ts:1060](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1060) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md deleted file mode 100644 index 4a154e556a..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "UnlinkChildParams" -title: "Interface: UnlinkChildParams" -sidebar_label: "UnlinkChildParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).UnlinkChildParams - -## Properties - -### child - -• **child**: `string` \| [`ChildIdentity`](../../../../../classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md) - -#### Defined in - -[api/procedures/types.ts:1157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1157) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md deleted file mode 100644 index 63a861272e..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "WaivePermissionsParams" -title: "Interface: WaivePermissionsParams" -sidebar_label: "WaivePermissionsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).WaivePermissionsParams - -## Properties - -### asset - -• **asset**: `string` \| [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -#### Defined in - -[api/procedures/types.ts:1042](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1042) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/AccreditedClaim/AccreditedClaim.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/AccreditedClaim/AccreditedClaim.md deleted file mode 100644 index 76449d0464..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/AccreditedClaim/AccreditedClaim.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "AccreditedClaim" -title: "Interface: AccreditedClaim" -sidebar_label: "AccreditedClaim" ---- - -[types](../../../modules/Types/Types.md).AccreditedClaim - -## Properties - -### scope - -• **scope**: [`Scope`](../Scope/Scope.md) - -#### Defined in - -[types/index.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L245) - -___ - -### type - -• **type**: [`Accredited`](../../../enums/Types/ClaimType/ClaimType.md#accredited) - -#### Defined in - -[types/index.ts:244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L244) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md deleted file mode 100644 index d82750fd46..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -id: "ActiveTransferRestrictions" -title: "Interface: ActiveTransferRestrictions" -sidebar_label: "ActiveTransferRestrictions" ---- - -[types](../../../modules/Types/Types.md).ActiveTransferRestrictions - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `Restriction` | extends [`CountTransferRestriction`](../CountTransferRestriction/CountTransferRestriction.md) \| [`PercentageTransferRestriction`](../PercentageTransferRestriction/PercentageTransferRestriction.md) \| [`ClaimCountTransferRestriction`](../ClaimCountTransferRestriction/ClaimCountTransferRestriction.md) \| [`ClaimPercentageTransferRestriction`](../ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md) | - -## Properties - -### availableSlots - -• **availableSlots**: `BigNumber` - -amount of restrictions that can be added before reaching the shared limit - -#### Defined in - -[types/index.ts:1410](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1410) - -___ - -### restrictions - -• **restrictions**: `Restriction`[] - -#### Defined in - -[types/index.ts:1406](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1406) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/AddCountStatInput/AddCountStatInput.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/AddCountStatInput/AddCountStatInput.md deleted file mode 100644 index 64bd082baf..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/AddCountStatInput/AddCountStatInput.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "AddCountStatInput" -title: "Interface: AddCountStatInput" -sidebar_label: "AddCountStatInput" ---- - -[types](../../../modules/Types/Types.md).AddCountStatInput - -## Properties - -### count - -• **count**: `BigNumber` - -#### Defined in - -[types/index.ts:1450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1450) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/AffiliateClaim/AffiliateClaim.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/AffiliateClaim/AffiliateClaim.md deleted file mode 100644 index fea10c7df6..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/AffiliateClaim/AffiliateClaim.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "AffiliateClaim" -title: "Interface: AffiliateClaim" -sidebar_label: "AffiliateClaim" ---- - -[types](../../../modules/Types/Types.md).AffiliateClaim - -## Properties - -### scope - -• **scope**: [`Scope`](../Scope/Scope.md) - -#### Defined in - -[types/index.ts:250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L250) - -___ - -### type - -• **type**: [`Affiliate`](../../../enums/Types/ClaimType/ClaimType.md#affiliate) - -#### Defined in - -[types/index.ts:249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L249) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ArrayTransactionArgument/ArrayTransactionArgument.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ArrayTransactionArgument/ArrayTransactionArgument.md deleted file mode 100644 index e32c2844c2..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ArrayTransactionArgument/ArrayTransactionArgument.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "ArrayTransactionArgument" -title: "Interface: ArrayTransactionArgument" -sidebar_label: "ArrayTransactionArgument" ---- - -[types](../../../modules/Types/Types.md).ArrayTransactionArgument - -## Properties - -### internal - -• **internal**: [`TransactionArgument`](../../../modules/Types/Types.md#transactionargument) - -#### Defined in - -[types/index.ts:1222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1222) - -___ - -### type - -• **type**: [`Array`](../../../enums/Types/TransactionArgumentType/TransactionArgumentType.md#array) - -#### Defined in - -[types/index.ts:1221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1221) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/AssetDocument/AssetDocument.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/AssetDocument/AssetDocument.md deleted file mode 100644 index 5ad7d64a22..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/AssetDocument/AssetDocument.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -id: "AssetDocument" -title: "Interface: AssetDocument" -sidebar_label: "AssetDocument" ---- - -[types](../../../modules/Types/Types.md).AssetDocument - -Document attached to a token - -## Properties - -### contentHash - -• `Optional` **contentHash**: `string` - -hex representation of the document (must be prefixed by "0x") - -#### Defined in - -[types/index.ts:191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L191) - -___ - -### filedAt - -• `Optional` **filedAt**: `Date` - -#### Defined in - -[types/index.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L193) - -___ - -### name - -• **name**: `string` - -#### Defined in - -[types/index.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L186) - -___ - -### type - -• `Optional` **type**: `string` - -#### Defined in - -[types/index.ts:192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L192) - -___ - -### uri - -• **uri**: `string` - -#### Defined in - -[types/index.ts:187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L187) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/AssetWithGroup/AssetWithGroup.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/AssetWithGroup/AssetWithGroup.md deleted file mode 100644 index d782dc67be..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/AssetWithGroup/AssetWithGroup.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "AssetWithGroup" -title: "Interface: AssetWithGroup" -sidebar_label: "AssetWithGroup" ---- - -[types](../../../modules/Types/Types.md).AssetWithGroup - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -#### Defined in - -[types/index.ts:1623](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1623) - -___ - -### group - -• **group**: [`CustomPermissionGroup`](../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md) - -#### Defined in - -[types/index.ts:1624](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1624) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/Balance/Balance.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/Balance/Balance.md deleted file mode 100644 index 727a3b637a..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/Balance/Balance.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -id: "Balance" -title: "Interface: Balance" -sidebar_label: "Balance" ---- - -[types](../../../modules/Types/Types.md).Balance - -## Hierarchy - -- **`Balance`** - - ↳ [`PortfolioBalance`](../../API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md) - -## Properties - -### free - -• **free**: `BigNumber` - -balance available for transferring and paying fees - -#### Defined in - -[types/index.ts:763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L763) - -___ - -### locked - -• **locked**: `BigNumber` - -unavailable balance, either bonded for staking or locked for some other purpose - -#### Defined in - -[types/index.ts:767](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L767) - -___ - -### total - -• **total**: `BigNumber` - -free + locked - -#### Defined in - -[types/index.ts:771](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L771) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/BlockedClaim/BlockedClaim.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/BlockedClaim/BlockedClaim.md deleted file mode 100644 index 12153488bf..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/BlockedClaim/BlockedClaim.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "BlockedClaim" -title: "Interface: BlockedClaim" -sidebar_label: "BlockedClaim" ---- - -[types](../../../modules/Types/Types.md).BlockedClaim - -## Properties - -### scope - -• **scope**: [`Scope`](../Scope/Scope.md) - -#### Defined in - -[types/index.ts:292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L292) - -___ - -### type - -• **type**: [`Blocked`](../../../enums/Types/ClaimType/ClaimType.md#blocked) - -#### Defined in - -[types/index.ts:291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L291) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/BuyLockupClaim/BuyLockupClaim.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/BuyLockupClaim/BuyLockupClaim.md deleted file mode 100644 index 106715ab9b..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/BuyLockupClaim/BuyLockupClaim.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "BuyLockupClaim" -title: "Interface: BuyLockupClaim" -sidebar_label: "BuyLockupClaim" ---- - -[types](../../../modules/Types/Types.md).BuyLockupClaim - -## Properties - -### scope - -• **scope**: [`Scope`](../Scope/Scope.md) - -#### Defined in - -[types/index.ts:255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L255) - -___ - -### type - -• **type**: [`BuyLockup`](../../../enums/Types/ClaimType/ClaimType.md#buylockup) - -#### Defined in - -[types/index.ts:254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L254) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CddClaim/CddClaim.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CddClaim/CddClaim.md deleted file mode 100644 index 2aa28679f8..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CddClaim/CddClaim.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "CddClaim" -title: "Interface: CddClaim" -sidebar_label: "CddClaim" ---- - -[types](../../../modules/Types/Types.md).CddClaim - -## Properties - -### id - -• **id**: `string` - -#### Defined in - -[types/index.ts:265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L265) - -___ - -### type - -• **type**: [`CustomerDueDiligence`](../../../enums/Types/ClaimType/ClaimType.md#customerduediligence) - -#### Defined in - -[types/index.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L264) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CddProviderRole/CddProviderRole.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CddProviderRole/CddProviderRole.md deleted file mode 100644 index 9eae2bec76..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CddProviderRole/CddProviderRole.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "CddProviderRole" -title: "Interface: CddProviderRole" -sidebar_label: "CddProviderRole" ---- - -[types](../../../modules/Types/Types.md).CddProviderRole - -## Properties - -### type - -• **type**: [`CddProvider`](../../../enums/Types/RoleType/RoleType.md#cddprovider) - -#### Defined in - -[types/index.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L114) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CheckPermissionsResult/CheckPermissionsResult.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CheckPermissionsResult/CheckPermissionsResult.md deleted file mode 100644 index d255f97b8e..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CheckPermissionsResult/CheckPermissionsResult.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -id: "CheckPermissionsResult" -title: "Interface: CheckPermissionsResult" -sidebar_label: "CheckPermissionsResult" ---- - -[types](../../../modules/Types/Types.md).CheckPermissionsResult - -Result of a `checkPermissions` call. If `Type` is `Account`, represents whether the Account - has all the necessary secondary key Permissions. If `Type` is `Identity`, represents whether the - Identity has all the necessary external agent Permissions - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `Type` | extends [`SignerType`](../../../enums/Types/SignerType/SignerType.md) | - -## Properties - -### message - -• `Optional` **message**: `string` - -optional message explaining the reason for failure in special cases - -#### Defined in - -[types/index.ts:1102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1102) - -___ - -### missingPermissions - -• `Optional` **missingPermissions**: `Type` extends [`Account`](../../../enums/Types/SignerType/SignerType.md#account) ? [`SimplePermissions`](../SimplePermissions/SimplePermissions.md) : ``null`` \| [`TxTag`](../../../modules/Generated/Types/Types.md#txtag)[] - -required permissions which the signer *DOESN'T* have. Only present if `result` is `false` - -#### Defined in - -[types/index.ts:1094](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1094) - -___ - -### result - -• **result**: `boolean` - -whether the signer complies with the required permissions or not - -#### Defined in - -[types/index.ts:1098](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1098) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CheckRolesResult/CheckRolesResult.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CheckRolesResult/CheckRolesResult.md deleted file mode 100644 index 2923a297ca..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CheckRolesResult/CheckRolesResult.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -id: "CheckRolesResult" -title: "Interface: CheckRolesResult" -sidebar_label: "CheckRolesResult" ---- - -[types](../../../modules/Types/Types.md).CheckRolesResult - -Result of a `checkRoles` call - -## Properties - -### message - -• `Optional` **message**: `string` - -optional message explaining the reason for failure in special cases - -#### Defined in - -[types/index.ts:1082](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1082) - -___ - -### missingRoles - -• `Optional` **missingRoles**: [`Role`](../../../modules/Types/Types.md#role)[] - -required roles which the Identity *DOESN'T* have. Only present if `result` is `false` - -#### Defined in - -[types/index.ts:1074](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1074) - -___ - -### result - -• **result**: `boolean` - -whether the signer possesses all the required roles or not - -#### Defined in - -[types/index.ts:1078](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1078) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CheckpointWithData/CheckpointWithData.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CheckpointWithData/CheckpointWithData.md deleted file mode 100644 index ed196d5b89..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CheckpointWithData/CheckpointWithData.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "CheckpointWithData" -title: "Interface: CheckpointWithData" -sidebar_label: "CheckpointWithData" ---- - -[types](../../../modules/Types/Types.md).CheckpointWithData - -## Properties - -### checkpoint - -• **checkpoint**: [`Checkpoint`](../../../classes/API/Entities/Checkpoint/Checkpoint.md) - -#### Defined in - -[types/index.ts:1257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1257) - -___ - -### createdAt - -• **createdAt**: `Date` - -#### Defined in - -[types/index.ts:1258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1258) - -___ - -### totalSupply - -• **totalSupply**: `BigNumber` - -#### Defined in - -[types/index.ts:1259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1259) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md deleted file mode 100644 index 71a0e01afa..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "ClaimCountRestrictionValue" -title: "Interface: ClaimCountRestrictionValue" -sidebar_label: "ClaimCountRestrictionValue" ---- - -[types](../../../modules/Types/Types.md).ClaimCountRestrictionValue - -## Properties - -### claim - -• **claim**: [`InputStatClaim`](../../../modules/Types/Types.md#inputstatclaim) - -#### Defined in - -[types/index.ts:1439](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1439) - -___ - -### issuer - -• **issuer**: [`Identity`](../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[types/index.ts:1438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1438) - -___ - -### max - -• `Optional` **max**: `BigNumber` - -#### Defined in - -[types/index.ts:1437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1437) - -___ - -### min - -• **min**: `BigNumber` - -#### Defined in - -[types/index.ts:1436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1436) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md deleted file mode 100644 index 11e45a1aa3..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md +++ /dev/null @@ -1,81 +0,0 @@ ---- -id: "ClaimCountTransferRestriction" -title: "Interface: ClaimCountTransferRestriction" -sidebar_label: "ClaimCountTransferRestriction" ---- - -[types](../../../modules/Types/Types.md).ClaimCountTransferRestriction - -## Hierarchy - -- `TransferRestrictionBase` - - ↳ **`ClaimCountTransferRestriction`** - -## Properties - -### claim - -• **claim**: [`InputStatClaim`](../../../modules/Types/Types.md#inputstatclaim) - -The type of investors this restriction applies to. e.g. non-accredited - -#### Defined in - -[types/index.ts:1370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1370) - -___ - -### exemptedIds - -• `Optional` **exemptedIds**: `string`[] - -array of Scope/Identity IDs that are exempted from the Restriction - -**`Note`** - -if the Asset requires investor uniqueness, Scope IDs are used. Otherwise, we use Identity IDs. More on Scope IDs and investor uniqueness - [here](https://developers.polymesh.network/introduction/identity#polymesh-unique-identity-system-puis) and - [here](https://developers.polymesh.network/polymesh-docs/primitives/confidential-identity) - -#### Inherited from - -TransferRestrictionBase.exemptedIds - -#### Defined in - -[types/index.ts:1353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1353) - -___ - -### issuer - -• **issuer**: [`Identity`](../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[types/index.ts:1380](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1380) - -___ - -### max - -• `Optional` **max**: `BigNumber` - -The maximum amount of investors that must meet the Claim criteria - -#### Defined in - -[types/index.ts:1378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1378) - -___ - -### min - -• **min**: `BigNumber` - -The minimum amount of investors the must meet the Claim criteria - -#### Defined in - -[types/index.ts:1374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1374) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimData/ClaimData.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimData/ClaimData.md deleted file mode 100644 index 85c092e4fa..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimData/ClaimData.md +++ /dev/null @@ -1,73 +0,0 @@ ---- -id: "ClaimData" -title: "Interface: ClaimData" -sidebar_label: "ClaimData" ---- - -[types](../../../modules/Types/Types.md).ClaimData - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `ClaimType` | [`Claim`](../../../modules/Types/Types.md#claim) | - -## Properties - -### claim - -• **claim**: `ClaimType` - -#### Defined in - -[types/index.ts:316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L316) - -___ - -### expiry - -• **expiry**: ``null`` \| `Date` - -#### Defined in - -[types/index.ts:315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L315) - -___ - -### issuedAt - -• **issuedAt**: `Date` - -#### Defined in - -[types/index.ts:313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L313) - -___ - -### issuer - -• **issuer**: [`Identity`](../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[types/index.ts:312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L312) - -___ - -### lastUpdatedAt - -• **lastUpdatedAt**: `Date` - -#### Defined in - -[types/index.ts:314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L314) - -___ - -### target - -• **target**: [`Identity`](../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[types/index.ts:311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L311) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md deleted file mode 100644 index aa0feea20b..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "ClaimPercentageRestrictionValue" -title: "Interface: ClaimPercentageRestrictionValue" -sidebar_label: "ClaimPercentageRestrictionValue" ---- - -[types](../../../modules/Types/Types.md).ClaimPercentageRestrictionValue - -## Properties - -### claim - -• **claim**: [`InputStatClaim`](../../../modules/Types/Types.md#inputstatclaim) - -#### Defined in - -[types/index.ts:1446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1446) - -___ - -### issuer - -• **issuer**: [`Identity`](../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[types/index.ts:1445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1445) - -___ - -### max - -• **max**: `BigNumber` - -#### Defined in - -[types/index.ts:1444](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1444) - -___ - -### min - -• **min**: `BigNumber` - -#### Defined in - -[types/index.ts:1443](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1443) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md deleted file mode 100644 index 50746feeaa..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md +++ /dev/null @@ -1,81 +0,0 @@ ---- -id: "ClaimPercentageTransferRestriction" -title: "Interface: ClaimPercentageTransferRestriction" -sidebar_label: "ClaimPercentageTransferRestriction" ---- - -[types](../../../modules/Types/Types.md).ClaimPercentageTransferRestriction - -## Hierarchy - -- `TransferRestrictionBase` - - ↳ **`ClaimPercentageTransferRestriction`** - -## Properties - -### claim - -• **claim**: [`InputStatClaim`](../../../modules/Types/Types.md#inputstatclaim) - -The type of investors this restriction applies to. e.g. Canadian investor - -#### Defined in - -[types/index.ts:1386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1386) - -___ - -### exemptedIds - -• `Optional` **exemptedIds**: `string`[] - -array of Scope/Identity IDs that are exempted from the Restriction - -**`Note`** - -if the Asset requires investor uniqueness, Scope IDs are used. Otherwise, we use Identity IDs. More on Scope IDs and investor uniqueness - [here](https://developers.polymesh.network/introduction/identity#polymesh-unique-identity-system-puis) and - [here](https://developers.polymesh.network/polymesh-docs/primitives/confidential-identity) - -#### Inherited from - -TransferRestrictionBase.exemptedIds - -#### Defined in - -[types/index.ts:1353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1353) - -___ - -### issuer - -• **issuer**: [`Identity`](../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[types/index.ts:1396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1396) - -___ - -### max - -• **max**: `BigNumber` - -The maximum percentage of the total supply that investors meeting the Claim criteria must hold - -#### Defined in - -[types/index.ts:1394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1394) - -___ - -### min - -• **min**: `BigNumber` - -The minimum percentage of the total supply that investors meeting the Claim criteria must hold - -#### Defined in - -[types/index.ts:1390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1390) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimScope/ClaimScope.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimScope/ClaimScope.md deleted file mode 100644 index c4aecd620a..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimScope/ClaimScope.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "ClaimScope" -title: "Interface: ClaimScope" -sidebar_label: "ClaimScope" ---- - -[types](../../../modules/Types/Types.md).ClaimScope - -## Properties - -### scope - -• **scope**: ``null`` \| [`Scope`](../Scope/Scope.md) - -#### Defined in - -[types/index.ts:402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L402) - -___ - -### ticker - -• `Optional` **ticker**: `string` - -#### Defined in - -[types/index.ts:403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L403) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimTarget/ClaimTarget.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimTarget/ClaimTarget.md deleted file mode 100644 index 016fecf3df..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ClaimTarget/ClaimTarget.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "ClaimTarget" -title: "Interface: ClaimTarget" -sidebar_label: "ClaimTarget" ---- - -[types](../../../modules/Types/Types.md).ClaimTarget - -## Properties - -### claim - -• **claim**: [`Claim`](../../../modules/Types/Types.md#claim) - -#### Defined in - -[types/index.ts:705](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L705) - -___ - -### expiry - -• `Optional` **expiry**: `Date` - -#### Defined in - -[types/index.ts:706](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L706) - -___ - -### target - -• **target**: `string` \| [`Identity`](../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[types/index.ts:704](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L704) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ComplexTransactionArgument/ComplexTransactionArgument.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ComplexTransactionArgument/ComplexTransactionArgument.md deleted file mode 100644 index 2c12effe85..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ComplexTransactionArgument/ComplexTransactionArgument.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "ComplexTransactionArgument" -title: "Interface: ComplexTransactionArgument" -sidebar_label: "ComplexTransactionArgument" ---- - -[types](../../../modules/Types/Types.md).ComplexTransactionArgument - -## Properties - -### internal - -• **internal**: [`TransactionArgument`](../../../modules/Types/Types.md#transactionargument)[] - -#### Defined in - -[types/index.ts:1235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1235) - -___ - -### type - -• **type**: [`Tuple`](../../../enums/Types/TransactionArgumentType/TransactionArgumentType.md#tuple) \| [`RichEnum`](../../../enums/Types/TransactionArgumentType/TransactionArgumentType.md#richenum) \| [`Object`](../../../enums/Types/TransactionArgumentType/TransactionArgumentType.md#object) - -#### Defined in - -[types/index.ts:1231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1231) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/Compliance/Compliance.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/Compliance/Compliance.md deleted file mode 100644 index 252444846b..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/Compliance/Compliance.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "Compliance" -title: "Interface: Compliance" -sidebar_label: "Compliance" ---- - -[types](../../../modules/Types/Types.md).Compliance - -## Properties - -### complies - -• **complies**: `boolean` - -#### Defined in - -[types/index.ts:520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L520) - -___ - -### requirements - -• **requirements**: [`RequirementCompliance`](../RequirementCompliance/RequirementCompliance.md)[] - -#### Defined in - -[types/index.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L519) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ComplianceRequirements/ComplianceRequirements.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ComplianceRequirements/ComplianceRequirements.md deleted file mode 100644 index 194d928261..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ComplianceRequirements/ComplianceRequirements.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "ComplianceRequirements" -title: "Interface: ComplianceRequirements" -sidebar_label: "ComplianceRequirements" ---- - -[types](../../../modules/Types/Types.md).ComplianceRequirements - -## Properties - -### defaultTrustedClaimIssuers - -• **defaultTrustedClaimIssuers**: [`TrustedClaimIssuer`](../TrustedClaimIssuer/TrustedClaimIssuer.md)\<``false``\>[] - -used for conditions where no trusted claim issuers were specified - -#### Defined in - -[types/index.ts:502](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L502) - -___ - -### requirements - -• **requirements**: [`Requirement`](../Requirement/Requirement.md)[] - -#### Defined in - -[types/index.ts:498](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L498) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ConditionBase/ConditionBase.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ConditionBase/ConditionBase.md deleted file mode 100644 index b1211a9044..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ConditionBase/ConditionBase.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "ConditionBase" -title: "Interface: ConditionBase" -sidebar_label: "ConditionBase" ---- - -[types](../../../modules/Types/Types.md).ConditionBase - -## Properties - -### target - -• **target**: [`ConditionTarget`](../../../enums/Types/ConditionTarget/ConditionTarget.md) - -#### Defined in - -[types/index.ts:435](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L435) - -___ - -### trustedClaimIssuers - -• `Optional` **trustedClaimIssuers**: [`TrustedClaimIssuer`](../TrustedClaimIssuer/TrustedClaimIssuer.md)\<``false``\>[] - -if undefined, the default trusted claim issuers for the Asset are used - -#### Defined in - -[types/index.ts:439](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L439) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ConditionCompliance/ConditionCompliance.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ConditionCompliance/ConditionCompliance.md deleted file mode 100644 index 487c71530e..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ConditionCompliance/ConditionCompliance.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "ConditionCompliance" -title: "Interface: ConditionCompliance" -sidebar_label: "ConditionCompliance" ---- - -[types](../../../modules/Types/Types.md).ConditionCompliance - -## Properties - -### complies - -• **complies**: `boolean` - -#### Defined in - -[types/index.ts:509](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L509) - -___ - -### condition - -• **condition**: [`Condition`](../../../modules/Types/Types.md#condition) - -#### Defined in - -[types/index.ts:508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L508) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CountTransferRestriction/CountTransferRestriction.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CountTransferRestriction/CountTransferRestriction.md deleted file mode 100644 index 8d50704410..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CountTransferRestriction/CountTransferRestriction.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -id: "CountTransferRestriction" -title: "Interface: CountTransferRestriction" -sidebar_label: "CountTransferRestriction" ---- - -[types](../../../modules/Types/Types.md).CountTransferRestriction - -## Hierarchy - -- `TransferRestrictionBase` - - ↳ **`CountTransferRestriction`** - -## Properties - -### count - -• **count**: `BigNumber` - -#### Defined in - -[types/index.ts:1357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1357) - -___ - -### exemptedIds - -• `Optional` **exemptedIds**: `string`[] - -array of Scope/Identity IDs that are exempted from the Restriction - -**`Note`** - -if the Asset requires investor uniqueness, Scope IDs are used. Otherwise, we use Identity IDs. More on Scope IDs and investor uniqueness - [here](https://developers.polymesh.network/introduction/identity#polymesh-unique-identity-system-puis) and - [here](https://developers.polymesh.network/polymesh-docs/primitives/confidential-identity) - -#### Inherited from - -TransferRestrictionBase.exemptedIds - -#### Defined in - -[types/index.ts:1353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1353) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md deleted file mode 100644 index 0a4c2689a7..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md +++ /dev/null @@ -1,65 +0,0 @@ ---- -id: "CreateTransactionBatchProcedureMethod" -title: "Interface: CreateTransactionBatchProcedureMethod" -sidebar_label: "CreateTransactionBatchProcedureMethod" ---- - -[types](../../../modules/Types/Types.md).CreateTransactionBatchProcedureMethod - -## Callable - -### CreateTransactionBatchProcedureMethod - -▸ **CreateTransactionBatchProcedureMethod**\<`ReturnValues`\>(`args`, `opts?`): `Promise`\<[`PolymeshTransactionBatch`](../../../classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md)\<`ReturnValues`, `ReturnValues`, `unknown`[][]\>\> - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValues` | extends readonly `unknown`[] | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateTransactionBatchParams`](../../API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md)\<`ReturnValues`\> | -| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`PolymeshTransactionBatch`](../../../classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md)\<`ReturnValues`, `ReturnValues`, `unknown`[][]\>\> - -#### Defined in - -[types/index.ts:1544](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1544) - -## Properties - -### checkAuthorization - -• **checkAuthorization**: \(`args`: [`CreateTransactionBatchParams`](../../API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md)\<`ReturnValues`\>, `opts?`: [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md)) => `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -#### Type declaration - -▸ \<`ReturnValues`\>(`args`, `opts?`): `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -##### Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValues` | extends `unknown`[] | - -##### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateTransactionBatchParams`](../../API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md)\<`ReturnValues`\> | -| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | - -##### Returns - -`Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -#### Defined in - -[types/index.ts:1548](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1548) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CustomClaim/CustomClaim.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CustomClaim/CustomClaim.md deleted file mode 100644 index 10007e1546..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/CustomClaim/CustomClaim.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "CustomClaim" -title: "Interface: CustomClaim" -sidebar_label: "CustomClaim" ---- - -[types](../../../modules/Types/Types.md).CustomClaim - -## Properties - -### customClaimTypeId - -• **customClaimTypeId**: `BigNumber` - -#### Defined in - -[types/index.ts:287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L287) - -___ - -### scope - -• **scope**: [`Scope`](../Scope/Scope.md) - -#### Defined in - -[types/index.ts:286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L286) - -___ - -### type - -• **type**: [`Custom`](../../../enums/Types/ClaimType/ClaimType.md#custom) - -#### Defined in - -[types/index.ts:285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L285) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/DistributionPayment/DistributionPayment.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/DistributionPayment/DistributionPayment.md deleted file mode 100644 index d2bd653d15..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/DistributionPayment/DistributionPayment.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -id: "DistributionPayment" -title: "Interface: DistributionPayment" -sidebar_label: "DistributionPayment" ---- - -[types](../../../modules/Types/Types.md).DistributionPayment - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Defined in - -[types/index.ts:1490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1490) - -___ - -### blockHash - -• **blockHash**: `string` - -#### Defined in - -[types/index.ts:1487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1487) - -___ - -### blockNumber - -• **blockNumber**: `BigNumber` - -#### Defined in - -[types/index.ts:1486](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1486) - -___ - -### date - -• **date**: `Date` - -#### Defined in - -[types/index.ts:1488](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1488) - -___ - -### target - -• **target**: [`Identity`](../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[types/index.ts:1489](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1489) - -___ - -### withheldTax - -• **withheldTax**: `BigNumber` - -percentage (0-100) of tax withholding for the `target` identity - -#### Defined in - -[types/index.ts:1494](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1494) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/DistributionWithDetails/DistributionWithDetails.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/DistributionWithDetails/DistributionWithDetails.md deleted file mode 100644 index 0d2d4ef2ad..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/DistributionWithDetails/DistributionWithDetails.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "DistributionWithDetails" -title: "Interface: DistributionWithDetails" -sidebar_label: "DistributionWithDetails" ---- - -[types](../../../modules/Types/Types.md).DistributionWithDetails - -## Properties - -### details - -• **details**: [`DividendDistributionDetails`](../../API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md) - -#### Defined in - -[types/index.ts:1482](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1482) - -___ - -### distribution - -• **distribution**: [`DividendDistribution`](../../../classes/API/Entities/DividendDistribution/DividendDistribution.md) - -#### Defined in - -[types/index.ts:1481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1481) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/EventIdentifier/EventIdentifier.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/EventIdentifier/EventIdentifier.md deleted file mode 100644 index a3261f0cde..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/EventIdentifier/EventIdentifier.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -id: "EventIdentifier" -title: "Interface: EventIdentifier" -sidebar_label: "EventIdentifier" ---- - -[types](../../../modules/Types/Types.md).EventIdentifier - -## Hierarchy - -- **`EventIdentifier`** - - ↳ [`HistoricPolyxTransaction`](../../API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md) - - ↳ [`HistoricAssetTransaction`](../../API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md) - -## Properties - -### blockDate - -• **blockDate**: `Date` - -#### Defined in - -[types/index.ts:755](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L755) - -___ - -### blockHash - -• **blockHash**: `string` - -#### Defined in - -[types/index.ts:754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L754) - -___ - -### blockNumber - -• **blockNumber**: `BigNumber` - -#### Defined in - -[types/index.ts:753](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L753) - -___ - -### eventIndex - -• **eventIndex**: `BigNumber` - -#### Defined in - -[types/index.ts:756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L756) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ExemptedClaim/ExemptedClaim.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ExemptedClaim/ExemptedClaim.md deleted file mode 100644 index 0ff53da776..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ExemptedClaim/ExemptedClaim.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "ExemptedClaim" -title: "Interface: ExemptedClaim" -sidebar_label: "ExemptedClaim" ---- - -[types](../../../modules/Types/Types.md).ExemptedClaim - -## Properties - -### scope - -• **scope**: [`Scope`](../Scope/Scope.md) - -#### Defined in - -[types/index.ts:281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L281) - -___ - -### type - -• **type**: [`Exempted`](../../../enums/Types/ClaimType/ClaimType.md#exempted) - -#### Defined in - -[types/index.ts:280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L280) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ExternalAgentCondition/ExternalAgentCondition.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ExternalAgentCondition/ExternalAgentCondition.md deleted file mode 100644 index 162e88decc..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ExternalAgentCondition/ExternalAgentCondition.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "ExternalAgentCondition" -title: "Interface: ExternalAgentCondition" -sidebar_label: "ExternalAgentCondition" ---- - -[types](../../../modules/Types/Types.md).ExternalAgentCondition - -## Properties - -### type - -• **type**: [`IsExternalAgent`](../../../enums/Types/ConditionType/ConditionType.md#isexternalagent) - -#### Defined in - -[types/index.ts:468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L468) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ExtrinsicData/ExtrinsicData.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ExtrinsicData/ExtrinsicData.md deleted file mode 100644 index 97bf7fa932..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ExtrinsicData/ExtrinsicData.md +++ /dev/null @@ -1,127 +0,0 @@ ---- -id: "ExtrinsicData" -title: "Interface: ExtrinsicData" -sidebar_label: "ExtrinsicData" ---- - -[types](../../../modules/Types/Types.md).ExtrinsicData - -## Hierarchy - -- **`ExtrinsicData`** - - ↳ [`ExtrinsicDataWithFees`](../ExtrinsicDataWithFees/ExtrinsicDataWithFees.md) - -## Properties - -### address - -• **address**: ``null`` \| `string` - -public key of the signer. Unsigned transactions have no signer, in which case this value is null (example: an enacted governance proposal) - -#### Defined in - -[types/index.ts:380](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L380) - -___ - -### blockDate - -• **blockDate**: `Date` - -#### Defined in - -[types/index.ts:375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L375) - -___ - -### blockHash - -• **blockHash**: `string` - -#### Defined in - -[types/index.ts:373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L373) - -___ - -### blockNumber - -• **blockNumber**: `BigNumber` - -#### Defined in - -[types/index.ts:374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L374) - -___ - -### extrinsicHash - -• **extrinsicHash**: `string` - -#### Defined in - -[types/index.ts:389](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L389) - -___ - -### extrinsicIdx - -• **extrinsicIdx**: `BigNumber` - -#### Defined in - -[types/index.ts:376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L376) - -___ - -### nonce - -• **nonce**: ``null`` \| `BigNumber` - -nonce of the transaction. Null for unsigned transactions where address is null - -#### Defined in - -[types/index.ts:384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L384) - -___ - -### params - -• **params**: `Record`\<`string`, `unknown`\>[] - -#### Defined in - -[types/index.ts:386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L386) - -___ - -### specVersionId - -• **specVersionId**: `BigNumber` - -#### Defined in - -[types/index.ts:388](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L388) - -___ - -### success - -• **success**: `boolean` - -#### Defined in - -[types/index.ts:387](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L387) - -___ - -### txTag - -• **txTag**: [`TxTag`](../../../modules/Generated/Types/Types.md#txtag) - -#### Defined in - -[types/index.ts:385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L385) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md deleted file mode 100644 index 1ad6fa03d4..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md +++ /dev/null @@ -1,181 +0,0 @@ ---- -id: "ExtrinsicDataWithFees" -title: "Interface: ExtrinsicDataWithFees" -sidebar_label: "ExtrinsicDataWithFees" ---- - -[types](../../../modules/Types/Types.md).ExtrinsicDataWithFees - -## Hierarchy - -- [`ExtrinsicData`](../ExtrinsicData/ExtrinsicData.md) - - ↳ **`ExtrinsicDataWithFees`** - -## Properties - -### address - -• **address**: ``null`` \| `string` - -public key of the signer. Unsigned transactions have no signer, in which case this value is null (example: an enacted governance proposal) - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[address](../ExtrinsicData/ExtrinsicData.md#address) - -#### Defined in - -[types/index.ts:380](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L380) - -___ - -### blockDate - -• **blockDate**: `Date` - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[blockDate](../ExtrinsicData/ExtrinsicData.md#blockdate) - -#### Defined in - -[types/index.ts:375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L375) - -___ - -### blockHash - -• **blockHash**: `string` - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[blockHash](../ExtrinsicData/ExtrinsicData.md#blockhash) - -#### Defined in - -[types/index.ts:373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L373) - -___ - -### blockNumber - -• **blockNumber**: `BigNumber` - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[blockNumber](../ExtrinsicData/ExtrinsicData.md#blocknumber) - -#### Defined in - -[types/index.ts:374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L374) - -___ - -### extrinsicHash - -• **extrinsicHash**: `string` - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[extrinsicHash](../ExtrinsicData/ExtrinsicData.md#extrinsichash) - -#### Defined in - -[types/index.ts:389](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L389) - -___ - -### extrinsicIdx - -• **extrinsicIdx**: `BigNumber` - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[extrinsicIdx](../ExtrinsicData/ExtrinsicData.md#extrinsicidx) - -#### Defined in - -[types/index.ts:376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L376) - -___ - -### fee - -• **fee**: [`Fees`](../Fees/Fees.md) - -#### Defined in - -[types/index.ts:393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L393) - -___ - -### nonce - -• **nonce**: ``null`` \| `BigNumber` - -nonce of the transaction. Null for unsigned transactions where address is null - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[nonce](../ExtrinsicData/ExtrinsicData.md#nonce) - -#### Defined in - -[types/index.ts:384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L384) - -___ - -### params - -• **params**: `Record`\<`string`, `unknown`\>[] - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[params](../ExtrinsicData/ExtrinsicData.md#params) - -#### Defined in - -[types/index.ts:386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L386) - -___ - -### specVersionId - -• **specVersionId**: `BigNumber` - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[specVersionId](../ExtrinsicData/ExtrinsicData.md#specversionid) - -#### Defined in - -[types/index.ts:388](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L388) - -___ - -### success - -• **success**: `boolean` - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[success](../ExtrinsicData/ExtrinsicData.md#success) - -#### Defined in - -[types/index.ts:387](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L387) - -___ - -### txTag - -• **txTag**: [`TxTag`](../../../modules/Generated/Types/Types.md#txtag) - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[txTag](../ExtrinsicData/ExtrinsicData.md#txtag) - -#### Defined in - -[types/index.ts:385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L385) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/Fees/Fees.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/Fees/Fees.md deleted file mode 100644 index 30cfdd3a72..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/Fees/Fees.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -id: "Fees" -title: "Interface: Fees" -sidebar_label: "Fees" ---- - -[types](../../../modules/Types/Types.md).Fees - -## Properties - -### gas - -• **gas**: `BigNumber` - -regular network fee - -#### Defined in - -[types/index.ts:805](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L805) - -___ - -### protocol - -• **protocol**: `BigNumber` - -bonus fee charged by certain transactions - -#### Defined in - -[types/index.ts:801](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L801) - -___ - -### total - -• **total**: `BigNumber` - -sum of the protocol and gas fees - -#### Defined in - -[types/index.ts:809](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L809) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md deleted file mode 100644 index 32819d02b6..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -id: "FungiblePortfolioMovement" -title: "Interface: FungiblePortfolioMovement" -sidebar_label: "FungiblePortfolioMovement" ---- - -[types](../../../modules/Types/Types.md).FungiblePortfolioMovement - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Defined in - -[types/index.ts:1304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1304) - -___ - -### asset - -• **asset**: `string` \| [`FungibleAsset`](../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -#### Defined in - -[types/index.ts:1303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1303) - -___ - -### memo - -• `Optional` **memo**: `string` - -identifier string to help differentiate transfers - -#### Defined in - -[types/index.ts:1308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1308) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/GroupedInstructions/GroupedInstructions.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/GroupedInstructions/GroupedInstructions.md deleted file mode 100644 index 65f6bc62d0..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/GroupedInstructions/GroupedInstructions.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -id: "GroupedInstructions" -title: "Interface: GroupedInstructions" -sidebar_label: "GroupedInstructions" ---- - -[types](../../../modules/Types/Types.md).GroupedInstructions - -## Properties - -### affirmed - -• **affirmed**: [`Instruction`](../../../classes/API/Entities/Instruction/Instruction.md)[] - -Instructions that have already been affirmed by the Identity - -#### Defined in - -[types/index.ts:1591](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1591) - -___ - -### failed - -• **failed**: [`Instruction`](../../../classes/API/Entities/Instruction/Instruction.md)[] - -Instructions that failed in their execution (can be rescheduled). - This group supersedes the other three, so for example, a failed Instruction - might also belong in the `affirmed` group, but it will only be included in this one - -#### Defined in - -[types/index.ts:1601](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1601) - -___ - -### pending - -• **pending**: [`Instruction`](../../../classes/API/Entities/Instruction/Instruction.md)[] - -Instructions that still need to be affirmed/rejected by the Identity - -#### Defined in - -[types/index.ts:1595](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1595) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md deleted file mode 100644 index 0b130801d2..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "GroupedInvolvedInstructions" -title: "Interface: GroupedInvolvedInstructions" -sidebar_label: "GroupedInvolvedInstructions" ---- - -[types](../../../modules/Types/Types.md).GroupedInvolvedInstructions - -## Properties - -### custodied - -• **custodied**: [`GroupedInstructions`](../GroupedInstructions/GroupedInstructions.md) - -Instructions where the Identity is the custodian of the leg portfolios - -#### Defined in - -[types/index.ts:1615](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1615) - -___ - -### owned - -• **owned**: `Omit`\<[`GroupedInstructions`](../GroupedInstructions/GroupedInstructions.md), ``"affirmed"``\> - -Instructions where the Identity is the owner of the leg portfolios - -#### Defined in - -[types/index.ts:1619](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1619) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/HeldNfts/HeldNfts.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/HeldNfts/HeldNfts.md deleted file mode 100644 index d1600f6c0f..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/HeldNfts/HeldNfts.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "HeldNfts" -title: "Interface: HeldNfts" -sidebar_label: "HeldNfts" ---- - -[types](../../../modules/Types/Types.md).HeldNfts - -An nft collection, along with a subset of its NFTs - -## Properties - -### collection - -• **collection**: [`NftCollection`](../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) - -#### Defined in - -[types/index.ts:1753](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1753) - -___ - -### nfts - -• **nfts**: [`Nft`](../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md)[] - -#### Defined in - -[types/index.ts:1754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1754) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/HistoricAgentOperation/HistoricAgentOperation.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/HistoricAgentOperation/HistoricAgentOperation.md deleted file mode 100644 index 5a150432d1..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/HistoricAgentOperation/HistoricAgentOperation.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -id: "HistoricAgentOperation" -title: "Interface: HistoricAgentOperation" -sidebar_label: "HistoricAgentOperation" ---- - -[types](../../../modules/Types/Types.md).HistoricAgentOperation - -Events triggered by transactions performed by an Agent Identity, related to the Token's configuration - For example: changing compliance requirements, inviting/removing agent Identities, freezing/unfreezing transfers - -Token transfers (settlements or movements between Portfolios) do not count as Operations - -## Properties - -### history - -• **history**: [`EventIdentifier`](../EventIdentifier/EventIdentifier.md)[] - -list of Token Operation Events that were triggered by the Agent Identity - -#### Defined in - -[types/index.ts:1641](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1641) - -___ - -### identity - -• **identity**: [`Identity`](../../../classes/API/Entities/Identity/Identity.md) - -Agent Identity that performed the operations - -#### Defined in - -[types/index.ts:1637](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1637) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/IdentityCondition/IdentityCondition.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/IdentityCondition/IdentityCondition.md deleted file mode 100644 index 823d0ff656..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/IdentityCondition/IdentityCondition.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "IdentityCondition" -title: "Interface: IdentityCondition" -sidebar_label: "IdentityCondition" ---- - -[types](../../../modules/Types/Types.md).IdentityCondition - -## Properties - -### identity - -• **identity**: [`Identity`](../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[types/index.ts:464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L464) - -___ - -### type - -• **type**: [`IsIdentity`](../../../enums/Types/ConditionType/ConditionType.md#isidentity) - -#### Defined in - -[types/index.ts:463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L463) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/IdentityRole/IdentityRole.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/IdentityRole/IdentityRole.md deleted file mode 100644 index 696db32e07..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/IdentityRole/IdentityRole.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "IdentityRole" -title: "Interface: IdentityRole" -sidebar_label: "IdentityRole" ---- - -[types](../../../modules/Types/Types.md).IdentityRole - -## Properties - -### did - -• **did**: `string` - -#### Defined in - -[types/index.ts:134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L134) - -___ - -### type - -• **type**: [`Identity`](../../../enums/Types/RoleType/RoleType.md#identity) - -#### Defined in - -[types/index.ts:133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L133) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/IdentityWithClaims/IdentityWithClaims.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/IdentityWithClaims/IdentityWithClaims.md deleted file mode 100644 index 5730a43241..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/IdentityWithClaims/IdentityWithClaims.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "IdentityWithClaims" -title: "Interface: IdentityWithClaims" -sidebar_label: "IdentityWithClaims" ---- - -[types](../../../modules/Types/Types.md).IdentityWithClaims - -## Properties - -### claims - -• **claims**: [`ClaimData`](../ClaimData/ClaimData.md)\<[`Claim`](../../../modules/Types/Types.md#claim)\>[] - -#### Defined in - -[types/index.ts:369](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L369) - -___ - -### identity - -• **identity**: [`Identity`](../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[types/index.ts:368](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L368) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md deleted file mode 100644 index 5c3e64a550..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "ImmortalProcedureOptValue" -title: "Interface: ImmortalProcedureOptValue" -sidebar_label: "ImmortalProcedureOptValue" ---- - -[types](../../../modules/Types/Types.md).ImmortalProcedureOptValue - -This transaction will never expire - -## Properties - -### immortal - -• `Readonly` **immortal**: ``true`` - -#### Defined in - -[types/index.ts:1524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1524) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/JurisdictionClaim/JurisdictionClaim.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/JurisdictionClaim/JurisdictionClaim.md deleted file mode 100644 index 2aaf11a816..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/JurisdictionClaim/JurisdictionClaim.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "JurisdictionClaim" -title: "Interface: JurisdictionClaim" -sidebar_label: "JurisdictionClaim" ---- - -[types](../../../modules/Types/Types.md).JurisdictionClaim - -## Properties - -### code - -• **code**: [`CountryCode`](../../../enums/Generated/Types/CountryCode/CountryCode.md) - -#### Defined in - -[types/index.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L275) - -___ - -### scope - -• **scope**: [`Scope`](../Scope/Scope.md) - -#### Defined in - -[types/index.ts:276](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L276) - -___ - -### type - -• **type**: [`Jurisdiction`](../../../enums/Types/ClaimType/ClaimType.md#jurisdiction) - -#### Defined in - -[types/index.ts:274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L274) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/KycClaim/KycClaim.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/KycClaim/KycClaim.md deleted file mode 100644 index 008e8e7fdd..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/KycClaim/KycClaim.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "KycClaim" -title: "Interface: KycClaim" -sidebar_label: "KycClaim" ---- - -[types](../../../modules/Types/Types.md).KycClaim - -## Properties - -### scope - -• **scope**: [`Scope`](../Scope/Scope.md) - -#### Defined in - -[types/index.ts:270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L270) - -___ - -### type - -• **type**: [`KnowYourCustomer`](../../../enums/Types/ClaimType/ClaimType.md#knowyourcustomer) - -#### Defined in - -[types/index.ts:269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L269) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/MiddlewareConfig/MiddlewareConfig.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/MiddlewareConfig/MiddlewareConfig.md deleted file mode 100644 index aab27acfa8..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/MiddlewareConfig/MiddlewareConfig.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "MiddlewareConfig" -title: "Interface: MiddlewareConfig" -sidebar_label: "MiddlewareConfig" ---- - -[types](../../../modules/Types/Types.md).MiddlewareConfig - -## Properties - -### key - -• **key**: `string` - -#### Defined in - -[types/index.ts:715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L715) - -___ - -### link - -• **link**: `string` - -#### Defined in - -[types/index.ts:714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L714) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/MiddlewareMetadata/MiddlewareMetadata.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/MiddlewareMetadata/MiddlewareMetadata.md deleted file mode 100644 index bde182677b..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/MiddlewareMetadata/MiddlewareMetadata.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -id: "MiddlewareMetadata" -title: "Interface: MiddlewareMetadata" -sidebar_label: "MiddlewareMetadata" ---- - -[types](../../../modules/Types/Types.md).MiddlewareMetadata - -## Properties - -### chain - -• **chain**: `string` - -#### Defined in - -[types/index.ts:1703](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1703) - -___ - -### genesisHash - -• **genesisHash**: `string` - -#### Defined in - -[types/index.ts:1704](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1704) - -___ - -### indexerHealthy - -• **indexerHealthy**: `boolean` - -#### Defined in - -[types/index.ts:1705](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1705) - -___ - -### lastProcessedHeight - -• **lastProcessedHeight**: `BigNumber` - -#### Defined in - -[types/index.ts:1706](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1706) - -___ - -### lastProcessedTimestamp - -• **lastProcessedTimestamp**: `Date` - -#### Defined in - -[types/index.ts:1707](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1707) - -___ - -### specName - -• **specName**: `string` - -#### Defined in - -[types/index.ts:1708](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1708) - -___ - -### targetHeight - -• **targetHeight**: `BigNumber` - -#### Defined in - -[types/index.ts:1709](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1709) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/MortalProcedureOptValue/MortalProcedureOptValue.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/MortalProcedureOptValue/MortalProcedureOptValue.md deleted file mode 100644 index 41f230c692..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/MortalProcedureOptValue/MortalProcedureOptValue.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -id: "MortalProcedureOptValue" -title: "Interface: MortalProcedureOptValue" -sidebar_label: "MortalProcedureOptValue" ---- - -[types](../../../modules/Types/Types.md).MortalProcedureOptValue - -This transaction will be rejected if not included in a block after a while (default: ~5 minutes) - -## Properties - -### immortal - -• `Readonly` **immortal**: ``false`` - -#### Defined in - -[types/index.ts:1531](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1531) - -___ - -### lifetime - -• `Optional` `Readonly` **lifetime**: `BigNumber` - -The number of blocks the for which the transaction remains valid. Target block time is 6 seconds. The default should suffice for most use cases - -**`Note`** - -this value will get rounded up to the closest power of 2, e.g. `65` rounds up to `128` - -**`Note`** - -this value should not exceed 4096, which is the chain's `BlockHashCount` as the lesser of the two will be used. - -#### Defined in - -[types/index.ts:1538](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1538) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/MultiClaimCondition/MultiClaimCondition.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/MultiClaimCondition/MultiClaimCondition.md deleted file mode 100644 index 4138e08f5b..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/MultiClaimCondition/MultiClaimCondition.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "MultiClaimCondition" -title: "Interface: MultiClaimCondition" -sidebar_label: "MultiClaimCondition" ---- - -[types](../../../modules/Types/Types.md).MultiClaimCondition - -## Properties - -### claims - -• **claims**: [`Claim`](../../../modules/Types/Types.md#claim)[] - -#### Defined in - -[types/index.ts:459](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L459) - -___ - -### type - -• **type**: [`IsAnyOf`](../../../enums/Types/ConditionType/ConditionType.md#isanyof) \| [`IsNoneOf`](../../../enums/Types/ConditionType/ConditionType.md#isnoneof) - -#### Defined in - -[types/index.ts:458](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L458) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/NetworkProperties/NetworkProperties.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/NetworkProperties/NetworkProperties.md deleted file mode 100644 index b73d18efb8..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/NetworkProperties/NetworkProperties.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "NetworkProperties" -title: "Interface: NetworkProperties" -sidebar_label: "NetworkProperties" ---- - -[types](../../../modules/Types/Types.md).NetworkProperties - -## Properties - -### name - -• **name**: `string` - -#### Defined in - -[types/index.ts:793](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L793) - -___ - -### version - -• **version**: `BigNumber` - -#### Defined in - -[types/index.ts:794](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L794) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md deleted file mode 100644 index ea08e49e8f..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -id: "NoArgsProcedureMethod" -title: "Interface: NoArgsProcedureMethod" -sidebar_label: "NoArgsProcedureMethod" ---- - -[types](../../../modules/Types/Types.md).NoArgsProcedureMethod - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `ProcedureReturnValue` | `ProcedureReturnValue` | -| `ReturnValue` | `ProcedureReturnValue` | - -## Callable - -### NoArgsProcedureMethod - -▸ **NoArgsProcedureMethod**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../modules/Types/Types.md#genericpolymeshtransaction)\<`ProcedureReturnValue`, `ReturnValue`\>\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../modules/Types/Types.md#genericpolymeshtransaction)\<`ProcedureReturnValue`, `ReturnValue`\>\> - -#### Defined in - -[types/index.ts:1583](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1583) - -## Properties - -### checkAuthorization - -• **checkAuthorization**: (`opts?`: [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md)) => `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -#### Type declaration - -▸ (`opts?`): `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -##### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | - -##### Returns - -`Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -#### Defined in - -[types/index.ts:1584](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1584) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/OfferingWithDetails/OfferingWithDetails.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/OfferingWithDetails/OfferingWithDetails.md deleted file mode 100644 index bcf09bbbf5..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/OfferingWithDetails/OfferingWithDetails.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "OfferingWithDetails" -title: "Interface: OfferingWithDetails" -sidebar_label: "OfferingWithDetails" ---- - -[types](../../../modules/Types/Types.md).OfferingWithDetails - -## Properties - -### details - -• **details**: [`OfferingDetails`](../../API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md) - -#### Defined in - -[types/index.ts:1253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1253) - -___ - -### offering - -• **offering**: [`Offering`](../../../classes/API/Entities/Offering/Offering.md) - -#### Defined in - -[types/index.ts:1252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1252) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md deleted file mode 100644 index cec76ff210..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -id: "OptionalArgsProcedureMethod" -title: "Interface: OptionalArgsProcedureMethod" -sidebar_label: "OptionalArgsProcedureMethod" ---- - -[types](../../../modules/Types/Types.md).OptionalArgsProcedureMethod - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `MethodArgs` | `MethodArgs` | -| `ProcedureReturnValue` | `ProcedureReturnValue` | -| `ReturnValue` | `ProcedureReturnValue` | - -## Callable - -### OptionalArgsProcedureMethod - -▸ **OptionalArgsProcedureMethod**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../modules/Types/Types.md#genericpolymeshtransaction)\<`ProcedureReturnValue`, `ReturnValue`\>\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | `MethodArgs` | -| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../modules/Types/Types.md#genericpolymeshtransaction)\<`ProcedureReturnValue`, `ReturnValue`\>\> - -#### Defined in - -[types/index.ts:1573](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1573) - -## Properties - -### checkAuthorization - -• **checkAuthorization**: (`args?`: `MethodArgs`, `opts?`: [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md)) => `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -#### Type declaration - -▸ (`args?`, `opts?`): `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -##### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | `MethodArgs` | -| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | - -##### Returns - -`Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -#### Defined in - -[types/index.ts:1576](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1576) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PaginationOptions/PaginationOptions.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PaginationOptions/PaginationOptions.md deleted file mode 100644 index 4b74433326..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PaginationOptions/PaginationOptions.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "PaginationOptions" -title: "Interface: PaginationOptions" -sidebar_label: "PaginationOptions" ---- - -[types](../../../modules/Types/Types.md).PaginationOptions - -## Properties - -### size - -• **size**: `BigNumber` - -#### Defined in - -[types/index.ts:777](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L777) - -___ - -### start - -• `Optional` **start**: `string` - -#### Defined in - -[types/index.ts:778](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L778) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PayingAccountFees/PayingAccountFees.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PayingAccountFees/PayingAccountFees.md deleted file mode 100644 index ae8504a800..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PayingAccountFees/PayingAccountFees.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -id: "PayingAccountFees" -title: "Interface: PayingAccountFees" -sidebar_label: "PayingAccountFees" ---- - -[types](../../../modules/Types/Types.md).PayingAccountFees - -Breakdown of the fees that will be paid by a specific Account for a transaction, along - with data associated to the Paying account - -## Properties - -### fees - -• **fees**: [`Fees`](../Fees/Fees.md) - -fees that will be paid by the Account - -#### Defined in - -[types/index.ts:860](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L860) - -___ - -### payingAccountData - -• **payingAccountData**: `Object` - -data related to the Account responsible of paying for the transaction - -#### Defined in - -[types/index.ts:864](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L864) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PercentageTransferRestriction/PercentageTransferRestriction.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PercentageTransferRestriction/PercentageTransferRestriction.md deleted file mode 100644 index 9939e54b07..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PercentageTransferRestriction/PercentageTransferRestriction.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "PercentageTransferRestriction" -title: "Interface: PercentageTransferRestriction" -sidebar_label: "PercentageTransferRestriction" ---- - -[types](../../../modules/Types/Types.md).PercentageTransferRestriction - -## Hierarchy - -- `TransferRestrictionBase` - - ↳ **`PercentageTransferRestriction`** - -## Properties - -### exemptedIds - -• `Optional` **exemptedIds**: `string`[] - -array of Scope/Identity IDs that are exempted from the Restriction - -**`Note`** - -if the Asset requires investor uniqueness, Scope IDs are used. Otherwise, we use Identity IDs. More on Scope IDs and investor uniqueness - [here](https://developers.polymesh.network/introduction/identity#polymesh-unique-identity-system-puis) and - [here](https://developers.polymesh.network/polymesh-docs/primitives/confidential-identity) - -#### Inherited from - -TransferRestrictionBase.exemptedIds - -#### Defined in - -[types/index.ts:1353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1353) - -___ - -### percentage - -• **percentage**: `BigNumber` - -maximum percentage (0-100) of the total supply of the Asset that can be held by a single investor at once - -#### Defined in - -[types/index.ts:1364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1364) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PermissionGroups/PermissionGroups.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PermissionGroups/PermissionGroups.md deleted file mode 100644 index 2c4c2c04c3..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PermissionGroups/PermissionGroups.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "PermissionGroups" -title: "Interface: PermissionGroups" -sidebar_label: "PermissionGroups" ---- - -[types](../../../modules/Types/Types.md).PermissionGroups - -All Permission Groups of a specific Asset, separated by `known` and `custom` - -## Properties - -### custom - -• **custom**: [`CustomPermissionGroup`](../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md)[] - -#### Defined in - -[types/index.ts:1046](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1046) - -___ - -### known - -• **known**: [`KnownPermissionGroup`](../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md)[] - -#### Defined in - -[types/index.ts:1045](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1045) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PermissionedAccount/PermissionedAccount.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PermissionedAccount/PermissionedAccount.md deleted file mode 100644 index 40c8238bf2..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PermissionedAccount/PermissionedAccount.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "PermissionedAccount" -title: "Interface: PermissionedAccount" -sidebar_label: "PermissionedAccount" ---- - -[types](../../../modules/Types/Types.md).PermissionedAccount - -## Properties - -### account - -• **account**: [`Account`](../../../classes/API/Entities/Account/Account.md) - -#### Defined in - -[types/index.ts:1263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1263) - -___ - -### permissions - -• **permissions**: [`Permissions`](../Permissions/Permissions.md) - -#### Defined in - -[types/index.ts:1264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1264) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/Permissions/Permissions.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/Permissions/Permissions.md deleted file mode 100644 index 34827119e3..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/Permissions/Permissions.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -id: "Permissions" -title: "Interface: Permissions" -sidebar_label: "Permissions" ---- - -[types](../../../modules/Types/Types.md).Permissions - -Permissions a Secondary Key has over the Identity. A null value means the key has - all permissions of that type (e.g. if `assets` is null, the key has permissions over all - of the Identity's Assets) - -## Properties - -### assets - -• **assets**: ``null`` \| [`SectionPermissions`](../SectionPermissions/SectionPermissions.md)\<[`FungibleAsset`](../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md)\> - -Assets over which this key has permissions - -#### Defined in - -[types/index.ts:1019](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1019) - -___ - -### portfolios - -• **portfolios**: ``null`` \| [`SectionPermissions`](../SectionPermissions/SectionPermissions.md)\<[`NumberedPortfolio`](../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md)\> - -#### Defined in - -[types/index.ts:1033](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1033) - -___ - -### transactionGroups - -• **transactionGroups**: [`TxGroup`](../../../enums/Types/TxGroup/TxGroup.md)[] - -list of Transaction Groups this key can execute. Having permissions over a TxGroup - means having permissions over every TxTag in said group. Partial group permissions are not - covered by this value. For a full picture of transaction permissions, see the `transactions` property - -NOTE: If transactions is null, ignore this value - -#### Defined in - -[types/index.ts:1031](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1031) - -___ - -### transactions - -• **transactions**: ``null`` \| [`TransactionPermissions`](../TransactionPermissions/TransactionPermissions.md) - -Transactions this key can execute - -#### Defined in - -[types/index.ts:1023](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1023) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PlainTransactionArgument/PlainTransactionArgument.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PlainTransactionArgument/PlainTransactionArgument.md deleted file mode 100644 index 187bc22166..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PlainTransactionArgument/PlainTransactionArgument.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "PlainTransactionArgument" -title: "Interface: PlainTransactionArgument" -sidebar_label: "PlainTransactionArgument" ---- - -[types](../../../modules/Types/Types.md).PlainTransactionArgument - -## Properties - -### type - -• **type**: [`Did`](../../../enums/Types/TransactionArgumentType/TransactionArgumentType.md#did) \| [`Address`](../../../enums/Types/TransactionArgumentType/TransactionArgumentType.md#address) \| [`Text`](../../../enums/Types/TransactionArgumentType/TransactionArgumentType.md#text) \| [`Boolean`](../../../enums/Types/TransactionArgumentType/TransactionArgumentType.md#boolean) \| [`Number`](../../../enums/Types/TransactionArgumentType/TransactionArgumentType.md#number) \| [`Balance`](../../../enums/Types/TransactionArgumentType/TransactionArgumentType.md#balance) \| [`Date`](../../../enums/Types/TransactionArgumentType/TransactionArgumentType.md#date) \| [`Unknown`](../../../enums/Types/TransactionArgumentType/TransactionArgumentType.md#unknown) \| [`Null`](../../../enums/Types/TransactionArgumentType/TransactionArgumentType.md#null) - -#### Defined in - -[types/index.ts:1210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1210) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PolkadotConfig/PolkadotConfig.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PolkadotConfig/PolkadotConfig.md deleted file mode 100644 index 77313d2ac1..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PolkadotConfig/PolkadotConfig.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -id: "PolkadotConfig" -title: "Interface: PolkadotConfig" -sidebar_label: "PolkadotConfig" ---- - -[types](../../../modules/Types/Types.md).PolkadotConfig - -## Properties - -### metadata - -• `Optional` **metadata**: `Record`\<`string`, \`0x$\{string}\`\> - -provide a locally saved metadata file for a modestly fast startup time (e.g. 1 second when provided, 1.5 seconds without). - -**`Note`** - -if not provided the SDK will read the needed data from chain during startup - -**`Note`** - -format is key as genesis hash and spec version and the value hex encoded chain metadata - -**`Example`** - -creating valid metadata -```ts -const meta = _polkadotApi.runtimeMetadata.toHex(); -const genesisHash = _polkadotApi.genesisHash; -const specVersion = _polkadotApi.runtimeVersion.specVersion; - -const metadata = { - [`${genesisHash}-${specVersion}`]: meta, -}; -``` - -#### Defined in - -[types/index.ts:737](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L737) - -___ - -### noInitWarn - -• `Optional` **noInitWarn**: `boolean` - -set to `true` to disable polkadot start up warnings - -#### Defined in - -[types/index.ts:742](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L742) - -___ - -### typesBundle - -• `Optional` **typesBundle**: `OverrideBundleType` - -allows for types to be provided for multiple chain specs at once - -**`Note`** - -shouldn't be needed for most use cases - -#### Defined in - -[types/index.ts:749](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L749) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PortfolioCustodianRole/PortfolioCustodianRole.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PortfolioCustodianRole/PortfolioCustodianRole.md deleted file mode 100644 index ce81733b72..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PortfolioCustodianRole/PortfolioCustodianRole.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "PortfolioCustodianRole" -title: "Interface: PortfolioCustodianRole" -sidebar_label: "PortfolioCustodianRole" ---- - -[types](../../../modules/Types/Types.md).PortfolioCustodianRole - -## Properties - -### portfolioId - -• **portfolioId**: [`PortfolioId`](../PortfolioId/PortfolioId.md) - -#### Defined in - -[types/index.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L129) - -___ - -### type - -• **type**: [`PortfolioCustodian`](../../../enums/Types/RoleType/RoleType.md#portfoliocustodian) - -#### Defined in - -[types/index.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L128) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PortfolioId/PortfolioId.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PortfolioId/PortfolioId.md deleted file mode 100644 index fc6e83b433..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/PortfolioId/PortfolioId.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "PortfolioId" -title: "Interface: PortfolioId" -sidebar_label: "PortfolioId" ---- - -[types](../../../modules/Types/Types.md).PortfolioId - -## Properties - -### did - -• **did**: `string` - -#### Defined in - -[types/index.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L123) - -___ - -### number - -• `Optional` **number**: `BigNumber` - -#### Defined in - -[types/index.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L124) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md deleted file mode 100644 index 4f4838d189..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -id: "ProcedureAuthorizationStatus" -title: "Interface: ProcedureAuthorizationStatus" -sidebar_label: "ProcedureAuthorizationStatus" ---- - -[types](../../../modules/Types/Types.md).ProcedureAuthorizationStatus - -## Properties - -### accountFrozen - -• **accountFrozen**: `boolean` - -whether the Account is frozen (i.e. can't perform any transactions) - -#### Defined in - -[types/index.ts:1337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1337) - -___ - -### agentPermissions - -• **agentPermissions**: [`CheckPermissionsResult`](../CheckPermissionsResult/CheckPermissionsResult.md)\<[`Identity`](../../../enums/Types/SignerType/SignerType.md#identity)\> - -whether the Identity complies with all required Agent permissions - -#### Defined in - -[types/index.ts:1325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1325) - -___ - -### noIdentity - -• **noIdentity**: `boolean` - -true only if the Procedure requires an Identity but the signing Account - doesn't have one associated - -#### Defined in - -[types/index.ts:1342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1342) - -___ - -### roles - -• **roles**: [`CheckRolesResult`](../CheckRolesResult/CheckRolesResult.md) - -whether the Identity complies with all required Roles - -#### Defined in - -[types/index.ts:1333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1333) - -___ - -### signerPermissions - -• **signerPermissions**: [`CheckPermissionsResult`](../CheckPermissionsResult/CheckPermissionsResult.md)\<[`Account`](../../../enums/Types/SignerType/SignerType.md#account)\> - -whether the Account complies with all required Signer permissions - -#### Defined in - -[types/index.ts:1329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1329) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ProcedureMethod/ProcedureMethod.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ProcedureMethod/ProcedureMethod.md deleted file mode 100644 index 23c9e1a3f7..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ProcedureMethod/ProcedureMethod.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -id: "ProcedureMethod" -title: "Interface: ProcedureMethod" -sidebar_label: "ProcedureMethod" ---- - -[types](../../../modules/Types/Types.md).ProcedureMethod - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `MethodArgs` | `MethodArgs` | -| `ProcedureReturnValue` | `ProcedureReturnValue` | -| `ReturnValue` | `ProcedureReturnValue` | - -## Callable - -### ProcedureMethod - -▸ **ProcedureMethod**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../modules/Types/Types.md#genericpolymeshtransaction)\<`ProcedureReturnValue`, `ReturnValue`\>\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `MethodArgs` | -| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../modules/Types/Types.md#genericpolymeshtransaction)\<`ProcedureReturnValue`, `ReturnValue`\>\> - -#### Defined in - -[types/index.ts:1559](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1559) - -## Properties - -### checkAuthorization - -• **checkAuthorization**: (`args`: `MethodArgs`, `opts?`: [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md)) => `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -#### Type declaration - -▸ (`args`, `opts?`): `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -##### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `MethodArgs` | -| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | - -##### Returns - -`Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -#### Defined in - -[types/index.ts:1562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1562) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ProcedureOpts/ProcedureOpts.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ProcedureOpts/ProcedureOpts.md deleted file mode 100644 index 8a593cb27e..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ProcedureOpts/ProcedureOpts.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -id: "ProcedureOpts" -title: "Interface: ProcedureOpts" -sidebar_label: "ProcedureOpts" ---- - -[types](../../../modules/Types/Types.md).ProcedureOpts - -## Properties - -### mortality - -• `Optional` **mortality**: [`MortalityProcedureOpt`](../../../modules/Types/Types.md#mortalityprocedureopt) - -This option allows for transactions that never expire, aka "immortal". By default, a transaction is only valid for approximately 5 minutes (250 blocks) after its construction. Allows for transaction construction to be decoupled from its submission, such as requiring manual approval for the signing or providing "at least once" guarantees. - -More information can be found [here](https://wiki.polkadot.network/docs/build-protocol-info#transaction-mortality). Note the Polymesh chain will **never** reap Accounts, so the risk of a replay attack is mitigated. - -#### Defined in - -[types/index.ts:1517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1517) - -___ - -### nonce - -• `Optional` **nonce**: `BigNumber` \| `Promise`\<`BigNumber`\> \| () => `BigNumber` \| `Promise`\<`BigNumber`\> - -nonce value for signing the transaction - -An [Account](../../../classes/API/Entities/Account/Account.md) can directly fetch its current nonce by calling [account.getCurrentNonce](../../../classes/API/Entities/Account/Account.md#getcurrentnonce). More information can be found at: https://polkadot.js.org/docs/api/cookbook/tx/#how-do-i-take-the-pending-tx-pool-into-account-in-my-nonce - -**`Note`** - -the passed value can be either the nonce itself or a function that returns the nonce. This allows, for example, passing a closure that increases the returned value every time it's called, or a function that fetches the nonce from the chain or a different source - -#### Defined in - -[types/index.ts:1510](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1510) - -___ - -### signingAccount - -• `Optional` **signingAccount**: `string` \| [`Account`](../../../classes/API/Entities/Account/Account.md) - -Account or address of a signing key to replace the current one (for this procedure only) - -#### Defined in - -[types/index.ts:1501](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1501) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ProtocolFees/ProtocolFees.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ProtocolFees/ProtocolFees.md deleted file mode 100644 index cec59da9c6..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ProtocolFees/ProtocolFees.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "ProtocolFees" -title: "Interface: ProtocolFees" -sidebar_label: "ProtocolFees" ---- - -[types](../../../modules/Types/Types.md).ProtocolFees - -## Properties - -### fees - -• **fees**: `BigNumber` - -#### Defined in - -[types/index.ts:398](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L398) - -___ - -### tag - -• **tag**: [`TxTag`](../../../modules/Generated/Types/Types.md#txtag) - -#### Defined in - -[types/index.ts:397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L397) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/Requirement/Requirement.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/Requirement/Requirement.md deleted file mode 100644 index 3d82f3b47d..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/Requirement/Requirement.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "Requirement" -title: "Interface: Requirement" -sidebar_label: "Requirement" ---- - -[types](../../../modules/Types/Types.md).Requirement - -## Properties - -### conditions - -• **conditions**: [`Condition`](../../../modules/Types/Types.md#condition)[] - -#### Defined in - -[types/index.ts:494](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L494) - -___ - -### id - -• **id**: `BigNumber` - -#### Defined in - -[types/index.ts:493](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L493) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/RequirementCompliance/RequirementCompliance.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/RequirementCompliance/RequirementCompliance.md deleted file mode 100644 index 1c5b605016..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/RequirementCompliance/RequirementCompliance.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "RequirementCompliance" -title: "Interface: RequirementCompliance" -sidebar_label: "RequirementCompliance" ---- - -[types](../../../modules/Types/Types.md).RequirementCompliance - -## Properties - -### complies - -• **complies**: `boolean` - -#### Defined in - -[types/index.ts:515](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L515) - -___ - -### conditions - -• **conditions**: [`ConditionCompliance`](../ConditionCompliance/ConditionCompliance.md)[] - -#### Defined in - -[types/index.ts:514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L514) - -___ - -### id - -• **id**: `BigNumber` - -#### Defined in - -[types/index.ts:513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L513) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ResultSet/ResultSet.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ResultSet/ResultSet.md deleted file mode 100644 index acdb49a18b..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ResultSet/ResultSet.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "ResultSet" -title: "Interface: ResultSet" -sidebar_label: "ResultSet" ---- - -[types](../../../modules/Types/Types.md).ResultSet - -## Type parameters - -| Name | -| :------ | -| `T` | - -## Properties - -### count - -• `Optional` **count**: `BigNumber` - -**`Note`** - -methods will have `count` defined when middleware is configured, but be undefined otherwise. This happens when the chain node is queried directly - -#### Defined in - -[types/index.ts:789](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L789) - -___ - -### data - -• **data**: `T`[] - -#### Defined in - -[types/index.ts:784](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L784) - -___ - -### next - -• **next**: [`NextKey`](../../../modules/Types/Types.md#nextkey) - -#### Defined in - -[types/index.ts:785](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L785) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ScheduleWithDetails/ScheduleWithDetails.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ScheduleWithDetails/ScheduleWithDetails.md deleted file mode 100644 index 8973d13cdc..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/ScheduleWithDetails/ScheduleWithDetails.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "ScheduleWithDetails" -title: "Interface: ScheduleWithDetails" -sidebar_label: "ScheduleWithDetails" ---- - -[types](../../../modules/Types/Types.md).ScheduleWithDetails - -## Properties - -### details - -• **details**: [`ScheduleDetails`](../../API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md) - -#### Defined in - -[types/index.ts:1477](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1477) - -___ - -### schedule - -• **schedule**: [`CheckpointSchedule`](../../../classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md) - -#### Defined in - -[types/index.ts:1476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1476) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/Scope/Scope.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/Scope/Scope.md deleted file mode 100644 index 871dc7b1a3..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/Scope/Scope.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "Scope" -title: "Interface: Scope" -sidebar_label: "Scope" ---- - -[types](../../../modules/Types/Types.md).Scope - -## Properties - -### type - -• **type**: [`ScopeType`](../../../enums/Types/ScopeType/ScopeType.md) - -#### Defined in - -[types/index.ts:226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L226) - -___ - -### value - -• **value**: `string` - -#### Defined in - -[types/index.ts:227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L227) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SectionPermissions/SectionPermissions.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SectionPermissions/SectionPermissions.md deleted file mode 100644 index 911817c88e..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SectionPermissions/SectionPermissions.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -id: "SectionPermissions" -title: "Interface: SectionPermissions" -sidebar_label: "SectionPermissions" ---- - -[types](../../../modules/Types/Types.md).SectionPermissions - -Signer/agent permissions for a specific type - -## Type parameters - -| Name | Description | -| :------ | :------ | -| `T` | type of Permissions (Asset, Transaction, Portfolio, etc) | - -## Hierarchy - -- **`SectionPermissions`** - - ↳ [`TransactionPermissions`](../TransactionPermissions/TransactionPermissions.md) - -## Properties - -### type - -• **type**: [`PermissionType`](../../../enums/Types/PermissionType/PermissionType.md) - -Whether the permissions are inclusive or exclusive - -#### Defined in - -[types/index.ts:994](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L994) - -___ - -### values - -• **values**: `T`[] - -Values to be included/excluded - -#### Defined in - -[types/index.ts:990](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L990) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SecurityIdentifier/SecurityIdentifier.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SecurityIdentifier/SecurityIdentifier.md deleted file mode 100644 index c411270cb2..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SecurityIdentifier/SecurityIdentifier.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "SecurityIdentifier" -title: "Interface: SecurityIdentifier" -sidebar_label: "SecurityIdentifier" ---- - -[types](../../../modules/Types/Types.md).SecurityIdentifier - -Alphanumeric standardized security identifier - -## Properties - -### type - -• **type**: [`SecurityIdentifierType`](../../../enums/Types/SecurityIdentifierType/SecurityIdentifierType.md) - -#### Defined in - -[types/index.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L178) - -___ - -### value - -• **value**: `string` - -#### Defined in - -[types/index.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L179) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SellLockupClaim/SellLockupClaim.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SellLockupClaim/SellLockupClaim.md deleted file mode 100644 index 9bdc1a06a0..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SellLockupClaim/SellLockupClaim.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SellLockupClaim" -title: "Interface: SellLockupClaim" -sidebar_label: "SellLockupClaim" ---- - -[types](../../../modules/Types/Types.md).SellLockupClaim - -## Properties - -### scope - -• **scope**: [`Scope`](../Scope/Scope.md) - -#### Defined in - -[types/index.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L260) - -___ - -### type - -• **type**: [`SellLockup`](../../../enums/Types/ClaimType/ClaimType.md#selllockup) - -#### Defined in - -[types/index.ts:259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L259) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SignerValue/SignerValue.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SignerValue/SignerValue.md deleted file mode 100644 index 9749be402a..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SignerValue/SignerValue.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "SignerValue" -title: "Interface: SignerValue" -sidebar_label: "SignerValue" ---- - -[types](../../../modules/Types/Types.md).SignerValue - -## Properties - -### type - -• **type**: [`SignerType`](../../../enums/Types/SignerType/SignerType.md) - -whether the signer is an Account or Identity - -#### Defined in - -[types/index.ts:883](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L883) - -___ - -### value - -• **value**: `string` - -address or DID (depending on whether the signer is an Account or Identity) - -#### Defined in - -[types/index.ts:887](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L887) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md deleted file mode 100644 index c33ec2afc0..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SimpleEnumTransactionArgument" -title: "Interface: SimpleEnumTransactionArgument" -sidebar_label: "SimpleEnumTransactionArgument" ---- - -[types](../../../modules/Types/Types.md).SimpleEnumTransactionArgument - -## Properties - -### internal - -• **internal**: `string`[] - -#### Defined in - -[types/index.ts:1227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1227) - -___ - -### type - -• **type**: [`SimpleEnum`](../../../enums/Types/TransactionArgumentType/TransactionArgumentType.md#simpleenum) - -#### Defined in - -[types/index.ts:1226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1226) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SimplePermissions/SimplePermissions.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SimplePermissions/SimplePermissions.md deleted file mode 100644 index 8c108c162d..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SimplePermissions/SimplePermissions.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -id: "SimplePermissions" -title: "Interface: SimplePermissions" -sidebar_label: "SimplePermissions" ---- - -[types](../../../modules/Types/Types.md).SimplePermissions - -This represents positive permissions (i.e. only "includes"). It is used - for specifying procedure requirements and querying if an Account has certain - permissions. Null values represent full permissions in that category - -## Properties - -### assets - -• `Optional` **assets**: ``null`` \| [`BaseAsset`](../../../classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md)[] - -list of required Asset permissions - -#### Defined in - -[types/index.ts:1058](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1058) - -___ - -### portfolios - -• `Optional` **portfolios**: ``null`` \| ([`NumberedPortfolio`](../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md))[] - -#### Defined in - -[types/index.ts:1064](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1064) - -___ - -### transactions - -• `Optional` **transactions**: ``null`` \| [`TxTag`](../../../modules/Generated/Types/Types.md#txtag)[] - -list of required Transaction permissions - -#### Defined in - -[types/index.ts:1062](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1062) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SingleClaimCondition/SingleClaimCondition.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SingleClaimCondition/SingleClaimCondition.md deleted file mode 100644 index 96eee760f0..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SingleClaimCondition/SingleClaimCondition.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SingleClaimCondition" -title: "Interface: SingleClaimCondition" -sidebar_label: "SingleClaimCondition" ---- - -[types](../../../modules/Types/Types.md).SingleClaimCondition - -## Properties - -### claim - -• **claim**: [`Claim`](../../../modules/Types/Types.md#claim) - -#### Defined in - -[types/index.ts:454](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L454) - -___ - -### type - -• **type**: [`IsPresent`](../../../enums/Types/ConditionType/ConditionType.md#ispresent) \| [`IsAbsent`](../../../enums/Types/ConditionType/ConditionType.md#isabsent) - -#### Defined in - -[types/index.ts:453](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L453) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SpWeightV2/SpWeightV2.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SpWeightV2/SpWeightV2.md deleted file mode 100644 index 89e397c015..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/SpWeightV2/SpWeightV2.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SpWeightV2" -title: "Interface: SpWeightV2" -sidebar_label: "SpWeightV2" ---- - -[types](../../../modules/Types/Types.md).SpWeightV2 - -## Properties - -### proofSize - -• **proofSize**: `BigNumber` - -#### Defined in - -[types/index.ts:1724](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1724) - -___ - -### refTime - -• **refTime**: `BigNumber` - -#### Defined in - -[types/index.ts:1723](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1723) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md deleted file mode 100644 index 4bdf1675fb..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "StatAccreditedClaimInput" -title: "Interface: StatAccreditedClaimInput" -sidebar_label: "StatAccreditedClaimInput" ---- - -[types](../../../modules/Types/Types.md).StatAccreditedClaimInput - -## Properties - -### accredited - -• **accredited**: `boolean` - -#### Defined in - -[types/index.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L328) - -___ - -### type - -• **type**: [`Accredited`](../../../enums/Types/ClaimType/ClaimType.md#accredited) - -#### Defined in - -[types/index.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L327) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md deleted file mode 100644 index 28dfff62fd..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "StatAffiliateClaimInput" -title: "Interface: StatAffiliateClaimInput" -sidebar_label: "StatAffiliateClaimInput" ---- - -[types](../../../modules/Types/Types.md).StatAffiliateClaimInput - -## Properties - -### affiliate - -• **affiliate**: `boolean` - -#### Defined in - -[types/index.ts:333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L333) - -___ - -### type - -• **type**: [`Affiliate`](../../../enums/Types/ClaimType/ClaimType.md#affiliate) - -#### Defined in - -[types/index.ts:332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L332) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/StatClaimIssuer/StatClaimIssuer.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/StatClaimIssuer/StatClaimIssuer.md deleted file mode 100644 index f7e3df2945..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/StatClaimIssuer/StatClaimIssuer.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "StatClaimIssuer" -title: "Interface: StatClaimIssuer" -sidebar_label: "StatClaimIssuer" ---- - -[types](../../../modules/Types/Types.md).StatClaimIssuer - -## Properties - -### claimType - -• **claimType**: [`StatClaimType`](../../../modules/Types/Types.md#statclaimtype) - -#### Defined in - -[types/index.ts:1455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1455) - -___ - -### issuer - -• **issuer**: [`Identity`](../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[types/index.ts:1454](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1454) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md deleted file mode 100644 index eac28ac5b4..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "StatJurisdictionClaimInput" -title: "Interface: StatJurisdictionClaimInput" -sidebar_label: "StatJurisdictionClaimInput" ---- - -[types](../../../modules/Types/Types.md).StatJurisdictionClaimInput - -## Properties - -### countryCode - -• `Optional` **countryCode**: [`CountryCode`](../../../enums/Generated/Types/CountryCode/CountryCode.md) - -#### Defined in - -[types/index.ts:323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L323) - -___ - -### type - -• **type**: [`Jurisdiction`](../../../enums/Types/ClaimType/ClaimType.md#jurisdiction) - -#### Defined in - -[types/index.ts:322](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L322) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/TickerOwnerRole/TickerOwnerRole.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/TickerOwnerRole/TickerOwnerRole.md deleted file mode 100644 index 07a097033c..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/TickerOwnerRole/TickerOwnerRole.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "TickerOwnerRole" -title: "Interface: TickerOwnerRole" -sidebar_label: "TickerOwnerRole" ---- - -[types](../../../modules/Types/Types.md).TickerOwnerRole - -## Properties - -### ticker - -• **ticker**: `string` - -#### Defined in - -[types/index.ts:110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L110) - -___ - -### type - -• **type**: [`TickerOwner`](../../../enums/Types/RoleType/RoleType.md#tickerowner) - -#### Defined in - -[types/index.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L109) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/TransactionPermissions/TransactionPermissions.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/TransactionPermissions/TransactionPermissions.md deleted file mode 100644 index 81eeabd184..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/TransactionPermissions/TransactionPermissions.md +++ /dev/null @@ -1,62 +0,0 @@ ---- -id: "TransactionPermissions" -title: "Interface: TransactionPermissions" -sidebar_label: "TransactionPermissions" ---- - -[types](../../../modules/Types/Types.md).TransactionPermissions - -Permissions related to Transactions. Can include/exclude individual transactions or entire modules - -## Hierarchy - -- [`SectionPermissions`](../SectionPermissions/SectionPermissions.md)\<[`TxTag`](../../../modules/Generated/Types/Types.md#txtag) \| [`ModuleName`](../../../enums/Generated/Types/ModuleName/ModuleName.md)\> - - ↳ **`TransactionPermissions`** - -## Properties - -### exceptions - -• `Optional` **exceptions**: [`TxTag`](../../../modules/Generated/Types/Types.md#txtag)[] - -Transactions to be exempted from inclusion/exclusion. This allows more granularity when - setting permissions. For example, let's say we want to include only the `asset` and `staking` modules, - but exclude the `asset.registerTicker` transaction. We could add both modules to `values`, and add - `TxTags.asset.registerTicker` to `exceptions` - -#### Defined in - -[types/index.ts:1007](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1007) - -___ - -### type - -• **type**: [`PermissionType`](../../../enums/Types/PermissionType/PermissionType.md) - -Whether the permissions are inclusive or exclusive - -#### Inherited from - -[SectionPermissions](../SectionPermissions/SectionPermissions.md).[type](../SectionPermissions/SectionPermissions.md#type) - -#### Defined in - -[types/index.ts:994](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L994) - -___ - -### values - -• **values**: ([`TxTag`](../../../modules/Generated/Types/Types.md#txtag) \| [`ModuleName`](../../../enums/Generated/Types/ModuleName/ModuleName.md))[] - -Values to be included/excluded - -#### Inherited from - -[SectionPermissions](../SectionPermissions/SectionPermissions.md).[values](../SectionPermissions/SectionPermissions.md#values) - -#### Defined in - -[types/index.ts:990](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L990) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/TrustedClaimIssuer/TrustedClaimIssuer.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/TrustedClaimIssuer/TrustedClaimIssuer.md deleted file mode 100644 index fe8a100243..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/TrustedClaimIssuer/TrustedClaimIssuer.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -id: "TrustedClaimIssuer" -title: "Interface: TrustedClaimIssuer" -sidebar_label: "TrustedClaimIssuer" ---- - -[types](../../../modules/Types/Types.md).TrustedClaimIssuer - -## Type parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `IsDefault` | extends `boolean` = ``false`` | whether the Identity is a default trusted claim issuer for an asset or just for a specific compliance condition. Defaults to false | - -## Properties - -### identity - -• **identity**: `IsDefault` extends ``true`` ? [`DefaultTrustedClaimIssuer`](../../../classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md) : [`Identity`](../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[types/index.ts:411](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L411) - -___ - -### trustedFor - -• **trustedFor**: ``null`` \| [`ClaimType`](../../../enums/Types/ClaimType/ClaimType.md)[] - -a null value means that the issuer is trusted for all claim types - -#### Defined in - -[types/index.ts:415](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L415) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/TxData/TxData.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/TxData/TxData.md deleted file mode 100644 index 47d80ac3b1..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/TxData/TxData.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -id: "TxData" -title: "Interface: TxData" -sidebar_label: "TxData" ---- - -[types](../../../modules/Types/Types.md).TxData - -Transaction data for display purposes - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `Args` | extends `unknown`[] = `unknown`[] | - -## Properties - -### args - -• **args**: `Args` - -arguments with which the transaction will be called - -#### Defined in - -[types/index.ts:1699](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1699) - -___ - -### tag - -• **tag**: [`TxTag`](../../../modules/Generated/Types/Types.md#txtag) - -transaction string identifier - -#### Defined in - -[types/index.ts:1695](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1695) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/VenueOwnerRole/VenueOwnerRole.md b/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/VenueOwnerRole/VenueOwnerRole.md deleted file mode 100644 index f42693f549..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/interfaces/Types/VenueOwnerRole/VenueOwnerRole.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "VenueOwnerRole" -title: "Interface: VenueOwnerRole" -sidebar_label: "VenueOwnerRole" ---- - -[types](../../../modules/Types/Types.md).VenueOwnerRole - -## Properties - -### type - -• **type**: [`VenueOwner`](../../../enums/Types/RoleType/RoleType.md#venueowner) - -#### Defined in - -[types/index.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L118) - -___ - -### venueId - -• **venueId**: `BigNumber` - -#### Defined in - -[types/index.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L119) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules.md b/sdk-docs_versioned_docs/version-23.2.x/modules.md deleted file mode 100644 index 16113d7f05..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules.md +++ /dev/null @@ -1,109 +0,0 @@ ---- -id: "modules" -title: "Polymesh SDK" -sidebar_label: "SDK Module List" -sidebar_position: 0.5 ---- - -## Modules - -- API - - Client - - [AccountManagement](modules/API/Client/AccountManagement/AccountManagement.md) - - [Assets](modules/API/Client/Assets/Assets.md) - - [Claims](modules/API/Client/Claims/Claims.md) - - [Identities](modules/API/Client/Identities/Identities.md) - - [Network](modules/API/Client/Network/Network.md) - - [Polymesh](modules/API/Client/Polymesh/Polymesh.md) - - [Settlements](modules/API/Client/Settlements/Settlements.md) - - Entities - - [Account](modules/API/Entities/Account/Account.md) - - [MultiSig](modules/API/Entities/Account/MultiSig/MultiSig.md) - - [Types](modules/API/Entities/Account/MultiSig/Types/Types.md) - - [Helpers](modules/API/Entities/Account/Helpers/Helpers.md) - - [Types](modules/API/Entities/Account/Types/Types.md) - - [Asset](modules/API/Entities/Asset/Asset.md) - - [Base](modules/API/Entities/Asset/Base/Base.md) - - [BaseAsset](modules/API/Entities/Asset/Base/BaseAsset/BaseAsset.md) - - [Compliance](modules/API/Entities/Asset/Base/Compliance/Compliance.md) - - [Requirements](modules/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md) - - [TrustedClaimIssuers](modules/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md) - - [Documents](modules/API/Entities/Asset/Base/Documents/Documents.md) - - [Metadata](modules/API/Entities/Asset/Base/Metadata/Metadata.md) - - [Permissions](modules/API/Entities/Asset/Base/Permissions/Permissions.md) - - [Settlements](modules/API/Entities/Asset/Base/Settlements/Settlements.md) - - [Fungible](modules/API/Entities/Asset/Fungible/Fungible.md) - - [AssetHolders](modules/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md) - - [Checkpoints](modules/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md) - - [Schedules](modules/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md) - - [Types](modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md) - - [CorporateActions](modules/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md) - - [Distributions](modules/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md) - - [Types](modules/API/Entities/Asset/Fungible/CorporateActions/Types/Types.md) - - [Issuance](modules/API/Entities/Asset/Fungible/Issuance/Issuance.md) - - [Offerings](modules/API/Entities/Asset/Fungible/Offerings/Offerings.md) - - [TransferRestrictions](modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md) - - [ClaimCount](modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md) - - [ClaimPercentage](modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md) - - [Count](modules/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md) - - [Percentage](modules/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md) - - [TransferRestrictionBase](modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md) - - [NonFungible](modules/API/Entities/Asset/NonFungible/NonFungible.md) - - [Nft](modules/API/Entities/Asset/NonFungible/Nft/Nft.md) - - [NftCollection](modules/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) - - [Types](modules/API/Entities/Asset/Types/Types.md) - - [AuthorizationRequest](modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md) - - [Checkpoint](modules/API/Entities/Checkpoint/Checkpoint.md) - - [CheckpointSchedule](modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md) - - [Types](modules/API/Entities/CheckpointSchedule/Types/Types.md) - - [CorporateAction](modules/API/Entities/CorporateAction/CorporateAction.md) - - [CorporateActionBase](modules/API/Entities/CorporateActionBase/CorporateActionBase.md) - - [Types](modules/API/Entities/CorporateActionBase/Types/Types.md) - - [CustomPermissionGroup](modules/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md) - - [DefaultPortfolio](modules/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - - [DefaultTrustedClaimIssuer](modules/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md) - - [DividendDistribution](modules/API/Entities/DividendDistribution/DividendDistribution.md) - - [Types](modules/API/Entities/DividendDistribution/Types/Types.md) - - [Entity](modules/API/Entities/Entity/Entity.md) - - [Identity](modules/API/Entities/Identity/Identity.md) - - [AssetPermissions](modules/API/Entities/Identity/AssetPermissions/AssetPermissions.md) - - [ChildIdentity](modules/API/Entities/Identity/ChildIdentity/ChildIdentity.md) - - [IdentityAuthorizations](modules/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md) - - [Portfolios](modules/API/Entities/Identity/Portfolios/Portfolios.md) - - [Instruction](modules/API/Entities/Instruction/Instruction.md) - - [Types](modules/API/Entities/Instruction/Types/Types.md) - - [KnownPermissionGroup](modules/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md) - - [MetadataEntry](modules/API/Entities/MetadataEntry/MetadataEntry.md) - - [Types](modules/API/Entities/MetadataEntry/Types/Types.md) - - [MultiSigProposal](modules/API/Entities/MultiSigProposal/MultiSigProposal.md) - - [Types](modules/API/Entities/MultiSigProposal/Types/Types.md) - - [NumberedPortfolio](modules/API/Entities/NumberedPortfolio/NumberedPortfolio.md) - - [Offering](modules/API/Entities/Offering/Offering.md) - - [Types](modules/API/Entities/Offering/Types/Types.md) - - [PermissionGroup](modules/API/Entities/PermissionGroup/PermissionGroup.md) - - [Portfolio](modules/API/Entities/Portfolio/Portfolio.md) - - [Types](modules/API/Entities/Portfolio/Types/Types.md) - - [Subsidies](modules/API/Entities/Subsidies/Subsidies.md) - - [Subsidy](modules/API/Entities/Subsidy/Subsidy.md) - - [Types](modules/API/Entities/Subsidy/Types/Types.md) - - [TickerReservation](modules/API/Entities/TickerReservation/TickerReservation.md) - - [Types](modules/API/Entities/TickerReservation/Types/Types.md) - - [Venue](modules/API/Entities/Venue/Venue.md) - - [Types](modules/API/Entities/Venue/Types/Types.md) - - Common - - Namespaces - - [Authorizations](modules/API/Entities/Common/Namespaces/Authorizations/Authorizations.md) - - [Types](modules/API/Entities/Types/Types.md) - - Procedures - - [Types](modules/API/Procedures/Types/Types.md) -- Base - - [PolymeshError](modules/Base/PolymeshError/PolymeshError.md) - - [PolymeshTransaction](modules/Base/PolymeshTransaction/PolymeshTransaction.md) - - [PolymeshTransactionBase](modules/Base/PolymeshTransactionBase/PolymeshTransactionBase.md) - - [PolymeshTransactionBatch](modules/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md) - - [Types](modules/Base/Types/Types.md) - - [Utils](modules/Base/Utils/Utils.md) -- Generated - - [Types](modules/Generated/Types/Types.md) -- [Types](modules/Types/Types.md) - - [Utils](modules/Types/Utils/Utils.md) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Account/Helpers/Helpers.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Account/Helpers/Helpers.md deleted file mode 100644 index e2e02ea7a3..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Account/Helpers/Helpers.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -id: "Helpers" -title: "Module: helpers" -sidebar_label: "Helpers" ---- - -## Functions - -### getMissingPortfolioPermissions - -▸ **getMissingPortfolioPermissions**(`requiredPermissions`, `currentPermissions`): [`SimplePermissions`](../../../../../interfaces/Types/SimplePermissions/SimplePermissions.md)[``"portfolios"``] - -Calculate the difference between the required Transaction permissions and the current ones - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `requiredPermissions` | `undefined` \| ``null`` \| ([`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md))[] | -| `currentPermissions` | ``null`` \| [`SectionPermissions`](../../../../../interfaces/Types/SectionPermissions/SectionPermissions.md)\<[`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md)\> | - -#### Returns - -[`SimplePermissions`](../../../../../interfaces/Types/SimplePermissions/SimplePermissions.md)[``"portfolios"``] - -#### Defined in - -[api/entities/Account/helpers.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Account/helpers.ts#L30) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Account/MultiSig/Types/Types.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Account/MultiSig/Types/Types.md deleted file mode 100644 index 8503667ee6..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Account/MultiSig/Types/Types.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Types" -title: "Module: MultiSig Types" -sidebar_label: "Types" ---- - -## Interfaces - -- [MultiSigDetails](../../../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Account/Types/Types.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Account/Types/Types.md deleted file mode 100644 index f6b93cdedf..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Account/Types/Types.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -id: "Types" -title: "Module: Account Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [AccountIdentityRelation](../../../../../enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md) -- [AccountKeyType](../../../../../enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md) - -## Interfaces - -- [AccountTypeInfo](../../../../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md) -- [HistoricPolyxTransaction](../../../../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md) -- [MultiSigDetails](../../../../../interfaces/API/Entities/Account/Types/MultiSigDetails/MultiSigDetails.md) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Asset.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Asset.md deleted file mode 100644 index 011d8e84ef..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Asset.md +++ /dev/null @@ -1,125 +0,0 @@ ---- -id: "Asset" -title: "Module: Asset" -sidebar_label: "Asset" ---- - -## References - -### AgentWithGroup - -Re-exports [AgentWithGroup](../../../../interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md) - -___ - -### Asset - -Re-exports [Asset](Types/Types.md#asset) - -___ - -### AssetDetails - -Re-exports [AssetDetails](../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md) - -___ - -### BaseAsset - -Re-exports [BaseAsset](../../../../classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md) - -___ - -### CaCheckpointType - -Re-exports [CaCheckpointType](../../../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md) - -___ - -### CollectionKey - -Re-exports [CollectionKey](Types/Types.md#collectionkey) - -___ - -### CorporateActionDefaultConfig - -Re-exports [CorporateActionDefaultConfig](../../../../interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md) - -___ - -### FungibleAsset - -Re-exports [FungibleAsset](../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -___ - -### HistoricAssetTransaction - -Re-exports [HistoricAssetTransaction](../../../../interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md) - -___ - -### HumanReadable - -Re-exports [HumanReadable](../../../../interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md) - -___ - -### IdentityBalance - -Re-exports [IdentityBalance](../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md) - -___ - -### InputCaCheckpoint - -Re-exports [InputCaCheckpoint](Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) - -___ - -### MetadataKeyId - -Re-exports [MetadataKeyId](Types/Types.md#metadatakeyid) - -___ - -### Nft - -Re-exports [Nft](../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md) - -___ - -### NftCollection - -Re-exports [NftCollection](../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) - -___ - -### NftMetadata - -Re-exports [NftMetadata](../../../../interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md) - -___ - -### NftUniqueIdentifiers - -Re-exports [NftUniqueIdentifiers](NonFungible/Nft/Nft.md#nftuniqueidentifiers) - -___ - -### TransferBreakdown - -Re-exports [TransferBreakdown](../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md) - -___ - -### TransferRestrictionResult - -Re-exports [TransferRestrictionResult](../../../../interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md) - -___ - -### UniqueIdentifiers - -Re-exports [UniqueIdentifiers](../../../../interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md deleted file mode 100644 index ed00ac9d6f..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "Types" -title: "Module: Checkpoints Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [CaCheckpointType](../../../../../../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md) - -## Type Aliases - -### InputCaCheckpoint - -Ƭ **InputCaCheckpoint**: [`Checkpoint`](../../../../../../../classes/API/Entities/Checkpoint/Checkpoint.md) \| [`CheckpointSchedule`](../../../../../../../classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md) \| `Date` \| \{ `id`: `BigNumber` ; `type`: [`Existing`](../../../../../../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md#existing) } \| \{ `id`: `BigNumber` ; `type`: [`Schedule`](../../../../../../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md#schedule) } - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/Checkpoints/types.ts#L10) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md deleted file mode 100644 index acb09102e0..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -id: "TransferRestrictionBase" -title: "Module: TransferRestrictionBase" -sidebar_label: "TransferRestrictionBase" ---- - -## Classes - -- [TransferRestrictionBase](../../../../../../../classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md) - -## Type Aliases - -### RemoveAssetStatParamsBase - -Ƭ **RemoveAssetStatParamsBase**\<`T`\>: `Omit`\<`T` extends [`Count`](../../../../../../../enums/Types/TransferRestrictionType/TransferRestrictionType.md#count) ? [`RemoveCountStatParams`](../../../../../Procedures/Types/Types.md#removecountstatparams) : `T` extends [`Percentage`](../../../../../../../enums/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) ? [`RemoveBalanceStatParams`](../../../../../Procedures/Types/Types.md#removebalancestatparams) : `T` extends [`ClaimCount`](../../../../../../../enums/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) ? [`RemoveScopedCountParams`](../../../../../Procedures/Types/Types.md#removescopedcountparams) : [`RemoveScopedBalanceParams`](../../../../../Procedures/Types/Types.md#removescopedbalanceparams), ``"type"``\> - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L51) - -___ - -### SetTransferRestrictionsParams - -Ƭ **SetTransferRestrictionsParams**: \{ `ticker`: `string` } & [`SetCountTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md) \| [`SetPercentageTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md) \| [`SetClaimCountTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md) \| [`SetClaimPercentageTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L44) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/NonFungible/Nft/Nft.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/NonFungible/Nft/Nft.md deleted file mode 100644 index 4fde83702e..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/NonFungible/Nft/Nft.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -id: "Nft" -title: "Module: Nft" -sidebar_label: "Nft" ---- - -## Classes - -- [Nft](../../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md) - -## Interfaces - -- [HumanReadable](../../../../../../interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md) - -## Type Aliases - -### NftUniqueIdentifiers - -Ƭ **NftUniqueIdentifiers**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `id` | `BigNumber` | -| `ticker` | `string` | - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/NonFungible/Nft.ts#L31) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Types/Types.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Types/Types.md deleted file mode 100644 index 7e5a23d163..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Types/Types.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -id: "Types" -title: "Module: Asset Types" -sidebar_label: "Types" ---- - -## Interfaces - -- [AgentWithGroup](../../../../../interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md) -- [AssetDetails](../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md) -- [HistoricAssetTransaction](../../../../../interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md) -- [IdentityBalance](../../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md) -- [NftMetadata](../../../../../interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md) -- [TransferBreakdown](../../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md) -- [TransferRestrictionResult](../../../../../interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md) -- [UniqueIdentifiers](../../../../../interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md) - -## References - -### CaCheckpointType - -Re-exports [CaCheckpointType](../../../../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md) - -___ - -### CorporateActionDefaultConfig - -Re-exports [CorporateActionDefaultConfig](../../../../../interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md) - -___ - -### InputCaCheckpoint - -Re-exports [InputCaCheckpoint](../Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) - -## Type Aliases - -### Asset - -Ƭ **Asset**: [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) \| [`NftCollection`](../../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) - -Represents a generic asset on chain. Common functionality (e.g. documents) can be interacted with directly. For type specific functionality (e.g. issue) the type can -be narrowed via `instanceof` operator, or by using a more specific getter - -#### Defined in - -[api/entities/Asset/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L26) - -___ - -### CollectionKey - -Ƭ **CollectionKey**: [`MetadataKeyId`](Types.md#metadatakeyid) & [`MetadataDetails`](../../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md) - -A metadata entry for which each NFT in the collection must have an entry for - -**`Note`** - -each NFT **must** have an entry for each metadata value, the entry **should** comply with the relevant spec - -#### Defined in - -[api/entities/Asset/types.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L127) - -___ - -### MetadataKeyId - -Ƭ **MetadataKeyId**: \{ `id`: `BigNumber` ; `type`: [`Global`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md#global) } \| \{ `id`: `BigNumber` ; `ticker`: `string` ; `type`: [`Local`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md#local) } - -The data needed to uniquely identify a metadata specification - -#### Defined in - -[api/entities/Asset/types.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Asset/types.ts#L100) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/CheckpointSchedule/Types/Types.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/CheckpointSchedule/Types/Types.md deleted file mode 100644 index 196a059bc8..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/CheckpointSchedule/Types/Types.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "Types" -title: "Module: CheckpointSchedule Types" -sidebar_label: "Types" ---- - -## Interfaces - -- [ScheduleDetails](../../../../../interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md) - -## Type Aliases - -### CheckpointScheduleParams - -Ƭ **CheckpointScheduleParams**: `Omit`\<[`UniqueIdentifiers`](../../../../../interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md) & [`Params`](../../../../../interfaces/API/Entities/CheckpointSchedule/Params/Params.md), ``"ticker"``\> - -#### Defined in - -[api/entities/CheckpointSchedule/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CheckpointSchedule/types.ts#L10) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/CorporateActionBase/Types/Types.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/CorporateActionBase/Types/Types.md deleted file mode 100644 index a3e35e67c1..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/CorporateActionBase/Types/Types.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -id: "Types" -title: "Module: CorporateActionBase Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [CorporateActionKind](../../../../../enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md) -- [TargetTreatment](../../../../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) - -## Interfaces - -- [CorporateActionTargets](../../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) -- [TaxWithholding](../../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md) - -## References - -### CorporateActionParams - -Renames and re-exports [Params](../../../../../interfaces/API/Entities/CorporateActionBase/Params/Params.md) - -## Type Aliases - -### InputTargets - -Ƭ **InputTargets**: [`Modify`](../../../../Types/Utils/Utils.md#modify)\<[`CorporateActionTargets`](../../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md), \{ `identities`: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] }\> - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/types.ts#L21) - -___ - -### InputTaxWithholding - -Ƭ **InputTaxWithholding**: [`Modify`](../../../../Types/Utils/Utils.md#modify)\<[`TaxWithholding`](../../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md), \{ `identity`: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) }\> - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/CorporateActionBase/types.ts#L28) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/DividendDistribution/DividendDistribution.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/DividendDistribution/DividendDistribution.md deleted file mode 100644 index 634b412a70..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/DividendDistribution/DividendDistribution.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -id: "DividendDistribution" -title: "Module: DividendDistribution" -sidebar_label: "DividendDistribution" ---- - -## Classes - -- [DividendDistribution](../../../../classes/API/Entities/DividendDistribution/DividendDistribution.md) - -## Interfaces - -- [DividendDistributionParams](../../../../interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md) -- [HumanReadable](../../../../interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md) - -## Type Aliases - -### Params - -Ƭ **Params**: [`Params`](../../../../interfaces/API/Entities/CorporateAction/Params/Params.md) & [`DividendDistributionParams`](../../../../interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md) - -#### Defined in - -[api/entities/DividendDistribution/index.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/DividendDistribution/index.ts#L80) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Instruction/Types/Types.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Instruction/Types/Types.md deleted file mode 100644 index fbf9f5c7ec..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Instruction/Types/Types.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "Types" -title: "Module: Instruction Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [AffirmationStatus](../../../../../enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md) -- [InstructionStatus](../../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md) -- [InstructionType](../../../../../enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md) - -## Interfaces - -- [FungibleLeg](../../../../../interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md) -- [InstructionAffirmation](../../../../../interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md) -- [NftLeg](../../../../../interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md) - -## Type Aliases - -### InstructionDetails - -Ƭ **InstructionDetails**: \{ `createdAt`: `Date` ; `memo`: `string` \| ``null`` ; `status`: [`InstructionStatus`](../../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md) ; `tradeDate`: `Date` \| ``null`` ; `valueDate`: `Date` \| ``null`` ; `venue`: [`Venue`](../../../../../classes/API/Entities/Venue/Venue.md) } & [`InstructionEndCondition`](Types.md#instructionendcondition) - -#### Defined in - -[api/entities/Instruction/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L39) - -___ - -### InstructionEndCondition - -Ƭ **InstructionEndCondition**: \{ `type`: [`SettleOnAffirmation`](../../../../../enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md#settleonaffirmation) } \| \{ `endBlock`: `BigNumber` ; `type`: [`SettleOnBlock`](../../../../../enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md#settleonblock) } \| \{ `endAfterBlock`: `BigNumber` ; `type`: [`SettleManual`](../../../../../enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md#settlemanual) } - -#### Defined in - -[api/entities/Instruction/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L26) - -___ - -### InstructionStatusResult - -Ƭ **InstructionStatusResult**: \{ `status`: [`Pending`](../../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md#pending) } \| \{ `eventIdentifier`: [`EventIdentifier`](../../../../../interfaces/Types/EventIdentifier/EventIdentifier.md) ; `status`: `Exclude`\<[`InstructionStatus`](../../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md), [`Pending`](../../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md#pending)\> } - -#### Defined in - -[api/entities/Instruction/types.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L81) - -___ - -### Leg - -Ƭ **Leg**: [`FungibleLeg`](../../../../../interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md) \| [`NftLeg`](../../../../../interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md) - -#### Defined in - -[api/entities/Instruction/types.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Instruction/types.ts#L68) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/MetadataEntry/Types/Types.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/MetadataEntry/Types/Types.md deleted file mode 100644 index eaeafb5410..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/MetadataEntry/Types/Types.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -id: "Types" -title: "Module: MetadataEntry Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [MetadataLockStatus](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md) -- [MetadataType](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) - -## Interfaces - -- [MetadataDetails](../../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md) -- [MetadataSpec](../../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md) - -## Type Aliases - -### GlobalMetadataKey - -Ƭ **GlobalMetadataKey**: [`MetadataDetails`](../../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md) & \{ `id`: `BigNumber` } - -#### Defined in - -[api/entities/MetadataEntry/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/types.ts#L53) - -___ - -### MetadataValue - -Ƭ **MetadataValue**: \{ `value`: `string` } & [`MetadataValueDetails`](Types.md#metadatavaluedetails) - -#### Defined in - -[api/entities/MetadataEntry/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/types.ts#L49) - -___ - -### MetadataValueDetails - -Ƭ **MetadataValueDetails**: \{ `expiry`: `Date` \| ``null`` } & \{ `lockStatus`: `Exclude`\<[`MetadataLockStatus`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md), [`LockedUntil`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md#lockeduntil)\> } \| \{ `lockStatus`: [`LockedUntil`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md#lockeduntil) ; `lockedUntil`: `Date` } - -#### Defined in - -[api/entities/MetadataEntry/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MetadataEntry/types.ts#L25) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/MultiSigProposal/Types/Types.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/MultiSigProposal/Types/Types.md deleted file mode 100644 index c589436211..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/MultiSigProposal/Types/Types.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -id: "Types" -title: "Module: MultiSigProposal Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [MultiSigProposalAction](../../../../../enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md) -- [ProposalStatus](../../../../../enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md) - -## Interfaces - -- [MultiSigProposalDetails](../../../../../interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md) - -## Type Aliases - -### MultiSigProposalVote - -Ƭ **MultiSigProposalVote**: [`EventIdentifier`](../../../../../interfaces/Types/EventIdentifier/EventIdentifier.md) & \{ `action`: [`MultiSigProposalVoteActionEnum`](../../../../../enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md) ; `signer`: [`Signer`](../../../../Types/Types.md#signer) } - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/MultiSigProposal/types.ts#L55) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Portfolio/Types/Types.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Portfolio/Types/Types.md deleted file mode 100644 index 3a726cd426..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Portfolio/Types/Types.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -id: "Types" -title: "Module: Portfolio Types" -sidebar_label: "Types" ---- - -## Interfaces - -- [HistoricSettlement](../../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md) -- [PortfolioBalance](../../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md) -- [PortfolioCollection](../../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md) - -## Type Aliases - -### SettlementLeg - -Ƭ **SettlementLeg**: [`Leg`](../../Instruction/Types/Types.md#leg) & \{ `direction`: [`SettlementDirectionEnum`](../../../../../enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md) } - -#### Defined in - -[api/entities/Portfolio/types.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Portfolio/types.ts#L28) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/TickerReservation/Types/Types.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/TickerReservation/Types/Types.md deleted file mode 100644 index c461f23d05..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/TickerReservation/Types/Types.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -id: "Types" -title: "Module: TickerReservation Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [TickerReservationStatus](../../../../../enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md) - -## Interfaces - -- [TickerReservationDetails](../../../../../interfaces/API/Entities/TickerReservation/Types/TickerReservationDetails/TickerReservationDetails.md) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Types/Types.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Types/Types.md deleted file mode 100644 index 73cf86134c..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Types/Types.md +++ /dev/null @@ -1,637 +0,0 @@ ---- -id: "Types" -title: "Module: Entities Types" -sidebar_label: "Types" ---- - -## References - -### AffirmationStatus - -Re-exports [AffirmationStatus](../../../../enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md) - -___ - -### AgentWithGroup - -Re-exports [AgentWithGroup](../../../../interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md) - -___ - -### Asset - -Re-exports [Asset](../Asset/Types/Types.md#asset) - -___ - -### AssetDetails - -Re-exports [AssetDetails](../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md) - -___ - -### CaCheckpointType - -Re-exports [CaCheckpointType](../../../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md) - -___ - -### CheckpointScheduleParams - -Re-exports [CheckpointScheduleParams](../CheckpointSchedule/Types/Types.md#checkpointscheduleparams) - -___ - -### CollectionKey - -Re-exports [CollectionKey](../Asset/Types/Types.md#collectionkey) - -___ - -### CorporateActionDefaultConfig - -Re-exports [CorporateActionDefaultConfig](../../../../interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md) - -___ - -### CorporateActionKind - -Re-exports [CorporateActionKind](../../../../enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md) - -___ - -### CorporateActionParams - -Renames and re-exports [Params](../../../../interfaces/API/Entities/CorporateActionBase/Params/Params.md) - -___ - -### CorporateActionTargets - -Re-exports [CorporateActionTargets](../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) - -___ - -### DistributionParticipant - -Re-exports [DistributionParticipant](../../../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md) - -___ - -### DividendDistributionDetails - -Re-exports [DividendDistributionDetails](../../../../interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md) - -___ - -### DividendDistributionParams - -Re-exports [DividendDistributionParams](../../../../interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md) - -___ - -### FungibleLeg - -Re-exports [FungibleLeg](../../../../interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md) - -___ - -### GlobalMetadataKey - -Re-exports [GlobalMetadataKey](../MetadataEntry/Types/Types.md#globalmetadatakey) - -___ - -### HistoricAssetTransaction - -Re-exports [HistoricAssetTransaction](../../../../interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md) - -___ - -### HistoricInstruction - -Re-exports [HistoricInstruction](../Venue/Types/Types.md#historicinstruction) - -___ - -### HistoricSettlement - -Re-exports [HistoricSettlement](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md) - -___ - -### IdentityBalance - -Re-exports [IdentityBalance](../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md) - -___ - -### InputCaCheckpoint - -Re-exports [InputCaCheckpoint](../Asset/Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) - -___ - -### InputTargets - -Re-exports [InputTargets](../CorporateActionBase/Types/Types.md#inputtargets) - -___ - -### InputTaxWithholding - -Re-exports [InputTaxWithholding](../CorporateActionBase/Types/Types.md#inputtaxwithholding) - -___ - -### InstructionAffirmation - -Re-exports [InstructionAffirmation](../../../../interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md) - -___ - -### InstructionDetails - -Re-exports [InstructionDetails](../Instruction/Types/Types.md#instructiondetails) - -___ - -### InstructionEndCondition - -Re-exports [InstructionEndCondition](../Instruction/Types/Types.md#instructionendcondition) - -___ - -### InstructionStatus - -Re-exports [InstructionStatus](../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md) - -___ - -### InstructionStatusResult - -Re-exports [InstructionStatusResult](../Instruction/Types/Types.md#instructionstatusresult) - -___ - -### InstructionType - -Re-exports [InstructionType](../../../../enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md) - -___ - -### Investment - -Re-exports [Investment](../../../../interfaces/API/Entities/Offering/Types/Investment/Investment.md) - -___ - -### Leg - -Re-exports [Leg](../Instruction/Types/Types.md#leg) - -___ - -### MetadataDetails - -Re-exports [MetadataDetails](../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md) - -___ - -### MetadataKeyId - -Re-exports [MetadataKeyId](../Asset/Types/Types.md#metadatakeyid) - -___ - -### MetadataLockStatus - -Re-exports [MetadataLockStatus](../../../../enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md) - -___ - -### MetadataSpec - -Re-exports [MetadataSpec](../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md) - -___ - -### MetadataType - -Re-exports [MetadataType](../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) - -___ - -### MetadataValue - -Re-exports [MetadataValue](../MetadataEntry/Types/Types.md#metadatavalue) - -___ - -### MetadataValueDetails - -Re-exports [MetadataValueDetails](../MetadataEntry/Types/Types.md#metadatavaluedetails) - -___ - -### MultiSigDetails - -Re-exports [MultiSigDetails](../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md) - -___ - -### MultiSigProposalAction - -Re-exports [MultiSigProposalAction](../../../../enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md) - -___ - -### MultiSigProposalDetails - -Re-exports [MultiSigProposalDetails](../../../../interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md) - -___ - -### MultiSigProposalVote - -Re-exports [MultiSigProposalVote](../MultiSigProposal/Types/Types.md#multisigproposalvote) - -___ - -### NftLeg - -Re-exports [NftLeg](../../../../interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md) - -___ - -### NftMetadata - -Re-exports [NftMetadata](../../../../interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md) - -___ - -### OfferingBalanceStatus - -Re-exports [OfferingBalanceStatus](../../../../enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md) - -___ - -### OfferingDetails - -Re-exports [OfferingDetails](../../../../interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md) - -___ - -### OfferingSaleStatus - -Re-exports [OfferingSaleStatus](../../../../enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md) - -___ - -### OfferingStatus - -Re-exports [OfferingStatus](../../../../interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md) - -___ - -### OfferingTier - -Re-exports [OfferingTier](../../../../interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md) - -___ - -### OfferingTimingStatus - -Re-exports [OfferingTimingStatus](../../../../enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md) - -___ - -### PortfolioBalance - -Re-exports [PortfolioBalance](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md) - -___ - -### PortfolioCollection - -Re-exports [PortfolioCollection](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md) - -___ - -### ProposalStatus - -Re-exports [ProposalStatus](../../../../enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md) - -___ - -### ScheduleDetails - -Re-exports [ScheduleDetails](../../../../interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md) - -___ - -### SettlementLeg - -Re-exports [SettlementLeg](../Portfolio/Types/Types.md#settlementleg) - -___ - -### SubsidyData - -Re-exports [SubsidyData](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md) - -___ - -### SubsidyWithAllowance - -Re-exports [SubsidyWithAllowance](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md) - -___ - -### TargetTreatment - -Re-exports [TargetTreatment](../../../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) - -___ - -### TaxWithholding - -Re-exports [TaxWithholding](../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md) - -___ - -### TickerReservationDetails - -Re-exports [TickerReservationDetails](../../../../interfaces/API/Entities/TickerReservation/Types/TickerReservationDetails/TickerReservationDetails.md) - -___ - -### TickerReservationStatus - -Re-exports [TickerReservationStatus](../../../../enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md) - -___ - -### Tier - -Re-exports [Tier](../../../../interfaces/API/Entities/Offering/Types/Tier/Tier.md) - -___ - -### TransferBreakdown - -Re-exports [TransferBreakdown](../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md) - -___ - -### TransferRestrictionResult - -Re-exports [TransferRestrictionResult](../../../../interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md) - -___ - -### UniqueIdentifiers - -Re-exports [UniqueIdentifiers](../../../../interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md) - -___ - -### VenueDetails - -Re-exports [VenueDetails](../../../../interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md) - -___ - -### VenueType - -Re-exports [VenueType](../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) - -## Type Aliases - -### Account - -Ƭ **Account**: [`Account`](../../../../classes/API/Entities/Account/Account.md) - -#### Defined in - -[api/entities/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L27) - -___ - -### AuthorizationRequest - -Ƭ **AuthorizationRequest**: [`AuthorizationRequest`](../../../../classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md) - -#### Defined in - -[api/entities/types.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L29) - -___ - -### Checkpoint - -Ƭ **Checkpoint**: [`Checkpoint`](../../../../classes/API/Entities/Checkpoint/Checkpoint.md) - -#### Defined in - -[api/entities/types.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L30) - -___ - -### CheckpointSchedule - -Ƭ **CheckpointSchedule**: [`CheckpointSchedule`](../../../../classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md) - -#### Defined in - -[api/entities/types.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L31) - -___ - -### ChildIdentity - -Ƭ **ChildIdentity**: [`ChildIdentity`](../../../../classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md) - -#### Defined in - -[api/entities/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L38) - -___ - -### CorporateAction - -Ƭ **CorporateAction**: [`CorporateAction`](../../../../classes/API/Entities/CorporateAction/CorporateAction.md) - -#### Defined in - -[api/entities/types.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L32) - -___ - -### CustomPermissionGroup - -Ƭ **CustomPermissionGroup**: [`CustomPermissionGroup`](../../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md) - -#### Defined in - -[api/entities/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L33) - -___ - -### DefaultPortfolio - -Ƭ **DefaultPortfolio**: [`DefaultPortfolio`](../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -#### Defined in - -[api/entities/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L34) - -___ - -### DefaultTrustedClaimIssuer - -Ƭ **DefaultTrustedClaimIssuer**: [`DefaultTrustedClaimIssuer`](../../../../classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md) - -#### Defined in - -[api/entities/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L35) - -___ - -### DividendDistribution - -Ƭ **DividendDistribution**: [`DividendDistribution`](../../../../classes/API/Entities/DividendDistribution/DividendDistribution.md) - -#### Defined in - -[api/entities/types.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L36) - -___ - -### FungibleAsset - -Ƭ **FungibleAsset**: [`FungibleAsset`](../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -#### Defined in - -[api/entities/types.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L42) - -___ - -### Identity - -Ƭ **Identity**: [`Identity`](../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L37) - -___ - -### Instruction - -Ƭ **Instruction**: [`Instruction`](../../../../classes/API/Entities/Instruction/Instruction.md) - -#### Defined in - -[api/entities/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L39) - -___ - -### KnownPermissionGroup - -Ƭ **KnownPermissionGroup**: [`KnownPermissionGroup`](../../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md) - -#### Defined in - -[api/entities/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L40) - -___ - -### MetadataEntry - -Ƭ **MetadataEntry**: [`MetadataEntry`](../../../../classes/API/Entities/MetadataEntry/MetadataEntry.md) - -#### Defined in - -[api/entities/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L45) - -___ - -### MultiSig - -Ƭ **MultiSig**: [`MultiSig`](../../../../classes/API/Entities/Account/MultiSig/MultiSig.md) - -#### Defined in - -[api/entities/types.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L28) - -___ - -### Nft - -Ƭ **Nft**: [`Nft`](../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md) - -#### Defined in - -[api/entities/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L43) - -___ - -### NftCollection - -Ƭ **NftCollection**: [`NftCollection`](../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) - -#### Defined in - -[api/entities/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L44) - -___ - -### NumberedPortfolio - -Ƭ **NumberedPortfolio**: [`NumberedPortfolio`](../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) - -#### Defined in - -[api/entities/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L41) - -___ - -### Offering - -Ƭ **Offering**: [`Offering`](../../../../classes/API/Entities/Offering/Offering.md) - -#### Defined in - -[api/entities/types.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L46) - -___ - -### Subsidy - -Ƭ **Subsidy**: [`Subsidy`](../../../../classes/API/Entities/Subsidy/Subsidy.md) - -#### Defined in - -[api/entities/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L49) - -___ - -### TickerReservation - -Ƭ **TickerReservation**: [`TickerReservation`](../../../../classes/API/Entities/TickerReservation/TickerReservation.md) - -#### Defined in - -[api/entities/types.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L47) - -___ - -### Venue - -Ƭ **Venue**: [`Venue`](../../../../classes/API/Entities/Venue/Venue.md) - -#### Defined in - -[api/entities/types.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/types.ts#L48) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Venue/Types/Types.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Venue/Types/Types.md deleted file mode 100644 index 5f11d27341..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Venue/Types/Types.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -id: "Types" -title: "Module: Venue Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [VenueType](../../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) - -## Interfaces - -- [VenueDetails](../../../../../interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md) - -## Type Aliases - -### HistoricInstruction - -Ƭ **HistoricInstruction**: `Omit`\<[`InstructionDetails`](../../Instruction/Types/Types.md#instructiondetails), ``"status"`` \| ``"venue"``\> & \{ `blockHash`: `string` ; `blockNumber`: `BigNumber` ; `id`: `BigNumber` ; `legs`: [`Leg`](../../Instruction/Types/Types.md#leg)[] ; `status`: [`InstructionStatusEnum`](../../../../../enums/Types/InstructionStatusEnum/InstructionStatusEnum.md) ; `venueId`: `BigNumber` } - -#### Defined in - -[api/entities/Venue/types.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/entities/Venue/types.ts#L29) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Procedures/Types/Types.md b/sdk-docs_versioned_docs/version-23.2.x/modules/API/Procedures/Types/Types.md deleted file mode 100644 index 51c6ceb56b..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Procedures/Types/Types.md +++ /dev/null @@ -1,541 +0,0 @@ ---- -id: "Types" -title: "Module: Procedures Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [AllowanceOperation](../../../../enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md) -- [ClaimOperation](../../../../enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md) -- [InstructionAffirmationOperation](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md) -- [TransferRestrictionType](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md) - -## Interfaces - -- [AcceptPrimaryKeyRotationParams](../../../../interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md) -- [AddAssetRequirementParams](../../../../interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md) -- [AddClaimsParams](../../../../interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md) -- [AddInstructionsParams](../../../../interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md) -- [AddInvestorUniquenessClaimParams](../../../../interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md) -- [AssetBase](../../../../interfaces/API/Procedures/Types/AssetBase/AssetBase.md) -- [AttestPrimaryKeyRotationParams](../../../../interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md) -- [ClaimCountTransferRestrictionInput](../../../../interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md) -- [ClaimPercentageTransferRestrictionInput](../../../../interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md) -- [ConfigureDividendDistributionParams](../../../../interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md) -- [ControllerTransferParams](../../../../interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md) -- [CountTransferRestrictionInput](../../../../interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md) -- [CreateAssetParams](../../../../interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md) -- [CreateAssetWithTickerParams](../../../../interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md) -- [CreateCheckpointScheduleParams](../../../../interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md) -- [CreateChildIdentitiesParams](../../../../interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md) -- [CreateChildIdentityParams](../../../../interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md) -- [CreateGroupParams](../../../../interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md) -- [CreateMultiSigParams](../../../../interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md) -- [CreateNftCollectionParams](../../../../interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md) -- [CreateTransactionBatchParams](../../../../interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md) -- [CreateVenueParams](../../../../interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md) -- [DecreaseAllowanceParams](../../../../interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md) -- [EditClaimsParams](../../../../interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md) -- [ExecuteManualInstructionParams](../../../../interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md) -- [GlobalCollectionKeyInput](../../../../interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md) -- [IncreaseAllowanceParams](../../../../interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md) -- [InstructionFungibleLeg](../../../../interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md) -- [InstructionIdParams](../../../../interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md) -- [InstructionNftLeg](../../../../interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md) -- [InvestInOfferingParams](../../../../interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md) -- [InviteAccountParams](../../../../interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md) -- [InviteExternalAgentParams](../../../../interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md) -- [IssueTokensParams](../../../../interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md) -- [LaunchOfferingParams](../../../../interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md) -- [LinkCaDocsParams](../../../../interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md) -- [LocalCollectionKeyInput](../../../../interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md) -- [ModifyAssetTrustedClaimIssuersAddSetParams](../../../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md) -- [ModifyAssetTrustedClaimIssuersRemoveParams](../../../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md) -- [ModifyCaCheckpointParams](../../../../interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md) -- [ModifyCorporateActionsAgentParams](../../../../interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md) -- [ModifyMultiSigParams](../../../../interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md) -- [ModifyPrimaryIssuanceAgentParams](../../../../interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md) -- [ModifySignerPermissionsParams](../../../../interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md) -- [MoveFundsParams](../../../../interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md) -- [PayDividendsParams](../../../../interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md) -- [PercentageTransferRestrictionInput](../../../../interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md) -- [RedeemNftParams](../../../../interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md) -- [RedeemTokensParams](../../../../interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md) -- [RegisterCustomClaimTypeParams](../../../../interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md) -- [RegisterIdentityParams](../../../../interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md) -- [RemoveAssetRequirementParams](../../../../interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md) -- [RemoveCheckpointScheduleParams](../../../../interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md) -- [RemoveCorporateActionParams](../../../../interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md) -- [RemoveExternalAgentParams](../../../../interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md) -- [RemoveSecondaryAccountsParams](../../../../interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md) -- [RenamePortfolioParams](../../../../interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md) -- [ReserveTickerParams](../../../../interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md) -- [RevokeClaimsParams](../../../../interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md) -- [RotatePrimaryKeyParams](../../../../interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md) -- [ScopeClaimProof](../../../../interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md) -- [SetAllowanceParams](../../../../interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md) -- [SetAssetDocumentsParams](../../../../interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md) -- [SetAssetRequirementsParams](../../../../interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md) -- [SetClaimCountTransferRestrictionsParams](../../../../interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md) -- [SetClaimPercentageTransferRestrictionsParams](../../../../interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md) -- [SetCountTransferRestrictionsParams](../../../../interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md) -- [SetCustodianParams](../../../../interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md) -- [SetGroupPermissionsParams](../../../../interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md) -- [SetPercentageTransferRestrictionsParams](../../../../interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md) -- [SetPermissionGroupParams](../../../../interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md) -- [SubsidizeAccountParams](../../../../interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md) -- [TransactionsParams](../../../../interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md) -- [TransferAssetOwnershipParams](../../../../interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md) -- [TransferPolyxParams](../../../../interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md) -- [TransferRestriction](../../../../interfaces/API/Procedures/Types/TransferRestriction/TransferRestriction.md) -- [TransferTickerOwnershipParams](../../../../interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md) -- [TxGroupParams](../../../../interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md) -- [UnlinkChildParams](../../../../interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md) -- [WaivePermissionsParams](../../../../interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md) - -## Type Aliases - -### AddAssetStatParams - -Ƭ **AddAssetStatParams**: \{ `ticker`: `string` } & [`AddCountStatParams`](Types.md#addcountstatparams) \| [`AddPercentageStatParams`](Types.md#addpercentagestatparams) \| [`AddClaimCountStatParams`](Types.md#addclaimcountstatparams) \| [`AddClaimPercentageStatParams`](Types.md#addclaimpercentagestatparams) - -#### Defined in - -[api/procedures/types.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L117) - -___ - -### AddClaimCountStatParams - -Ƭ **AddClaimCountStatParams**: [`ClaimCountStatInput`](../../../Types/Types.md#claimcountstatinput) & \{ `type`: [`ScopedCount`](../../../../enums/Types/StatType/StatType.md#scopedcount) } - -#### Defined in - -[api/procedures/types.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L109) - -___ - -### AddClaimCountTransferRestrictionParams - -Ƭ **AddClaimCountTransferRestrictionParams**: [`ClaimCountTransferRestrictionInput`](../../../../interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md) & \{ `type`: [`ClaimCount`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) } - -#### Defined in - -[api/procedures/types.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L205) - -___ - -### AddClaimPercentageStatParams - -Ƭ **AddClaimPercentageStatParams**: [`StatClaimIssuer`](../../../../interfaces/Types/StatClaimIssuer/StatClaimIssuer.md) & \{ `type`: [`ScopedBalance`](../../../../enums/Types/StatType/StatType.md#scopedbalance) } - -#### Defined in - -[api/procedures/types.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L113) - -___ - -### AddClaimPercentageTransferRestrictionParams - -Ƭ **AddClaimPercentageTransferRestrictionParams**: [`ClaimPercentageTransferRestrictionInput`](../../../../interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md) & \{ `type`: [`ClaimPercentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimpercentage) } - -#### Defined in - -[api/procedures/types.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L209) - -___ - -### AddCountStatParams - -Ƭ **AddCountStatParams**: [`AddCountStatInput`](../../../../interfaces/Types/AddCountStatInput/AddCountStatInput.md) & \{ `type`: [`Count`](../../../../enums/Types/StatType/StatType.md#count) } - -#### Defined in - -[api/procedures/types.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L101) - -___ - -### AddCountTransferRestrictionParams - -Ƭ **AddCountTransferRestrictionParams**: [`CountTransferRestrictionInput`](../../../../interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md) & \{ `type`: [`Count`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) } - -#### Defined in - -[api/procedures/types.ts:197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L197) - -___ - -### AddInstructionParams - -Ƭ **AddInstructionParams**: \{ `legs`: [`InstructionLeg`](Types.md#instructionleg)[] ; `memo?`: `string` ; `tradeDate?`: `Date` ; `valueDate?`: `Date` } & \{ `endBlock?`: `BigNumber` } \| \{ `endAfterBlock?`: `BigNumber` } - -#### Defined in - -[api/procedures/types.ts:523](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L523) - -___ - -### AddInstructionWithVenueIdParams - -Ƭ **AddInstructionWithVenueIdParams**: [`AddInstructionParams`](Types.md#addinstructionparams) & \{ `venueId`: `BigNumber` } - -#### Defined in - -[api/procedures/types.ts:562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L562) - -___ - -### AddPercentageStatParams - -Ƭ **AddPercentageStatParams**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`Balance`](../../../../enums/Types/StatType/StatType.md#balance) | - -#### Defined in - -[api/procedures/types.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L105) - -___ - -### AddPercentageTransferRestrictionParams - -Ƭ **AddPercentageTransferRestrictionParams**: [`PercentageTransferRestrictionInput`](../../../../interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md) & \{ `type`: [`Percentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) } - -#### Defined in - -[api/procedures/types.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L201) - -___ - -### AddRestrictionParams - -Ƭ **AddRestrictionParams**\<`T`\>: `Omit`\<`T` extends [`Count`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) ? [`AddCountTransferRestrictionParams`](Types.md#addcounttransferrestrictionparams) : `T` extends [`Percentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) ? [`AddPercentageTransferRestrictionParams`](Types.md#addpercentagetransferrestrictionparams) : `T` extends [`ClaimCount`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) ? [`AddClaimCountTransferRestrictionParams`](Types.md#addclaimcounttransferrestrictionparams) : [`AddClaimPercentageTransferRestrictionParams`](Types.md#addclaimpercentagetransferrestrictionparams), ``"type"``\> - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Defined in - -[api/procedures/types.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L62) - -___ - -### AffirmOrWithdrawInstructionParams - -Ƭ **AffirmOrWithdrawInstructionParams**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `portfolios?` | [`PortfolioLike`](../../../Types/Types.md#portfoliolike)[] | (optional) Portfolios that the signer controls and wants to affirm the instruction or withdraw affirmation **`Note`** if empty, all the legs containing any custodied Portfolios of the signer will be affirmed/affirmation will be withdrawn, based on the operation. | - -#### Defined in - -[api/procedures/types.ts:583](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L583) - -___ - -### CollectionKeyInput - -Ƭ **CollectionKeyInput**: [`GlobalCollectionKeyInput`](../../../../interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md) \| [`LocalCollectionKeyInput`](../../../../interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md) - -Global key must be registered. local keys must provide a specification as they are created with the NftCollection - -#### Defined in - -[api/procedures/types.ts:353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L353) - -___ - -### GetTransferRestrictionReturnType - -Ƭ **GetTransferRestrictionReturnType**\<`T`\>: [`ActiveTransferRestrictions`](../../../../interfaces/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<`T` extends [`Count`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) ? [`CountTransferRestriction`](../../../../interfaces/Types/CountTransferRestriction/CountTransferRestriction.md) : `T` extends [`Percentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) ? [`PercentageTransferRestriction`](../../../../interfaces/Types/PercentageTransferRestriction/PercentageTransferRestriction.md) : `T` extends [`ClaimCount`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) ? [`ClaimCountTransferRestriction`](../../../../interfaces/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md) : [`ClaimPercentageTransferRestriction`](../../../../interfaces/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md)\> - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Defined in - -[api/procedures/types.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L84) - -___ - -### InstructionLeg - -Ƭ **InstructionLeg**: [`InstructionFungibleLeg`](../../../../interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md) \| [`InstructionNftLeg`](../../../../interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md) - -#### Defined in - -[api/procedures/types.ts:521](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L521) - -___ - -### IssueNftParams - -Ƭ **IssueNftParams**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `metadata` | [`NftMetadataInput`](Types.md#nftmetadatainput)[] | - | -| `portfolioId?` | `BigNumber` | portfolio to which the NFTCollection will be issued (optional, default is the default portfolio) | - -#### Defined in - -[api/procedures/types.ts:662](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L662) - -___ - -### ModifyAssetParams - -Ƭ **ModifyAssetParams**: \{ `fundingRound?`: `string` ; `identifiers?`: [`SecurityIdentifier`](../../../../interfaces/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible?`: ``true`` ; `name`: `string` } \| \{ `fundingRound?`: `string` ; `identifiers?`: [`SecurityIdentifier`](../../../../interfaces/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible`: ``true`` ; `name?`: `string` } \| \{ `fundingRound`: `string` ; `identifiers?`: [`SecurityIdentifier`](../../../../interfaces/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible?`: ``true`` ; `name?`: `string` } \| \{ `fundingRound?`: `string` ; `identifiers`: [`SecurityIdentifier`](../../../../interfaces/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible?`: ``true`` ; `name?`: `string` } - -#### Defined in - -[api/procedures/types.ts:627](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L627) - -___ - -### ModifyCaDefaultConfigParams - -Ƭ **ModifyCaDefaultConfigParams**: \{ `defaultTaxWithholding`: `BigNumber` ; `targets?`: [`InputTargets`](../../Entities/CorporateActionBase/Types/Types.md#inputtargets) ; `taxWithholdings?`: [`InputTaxWithholding`](../../Entities/CorporateActionBase/Types/Types.md#inputtaxwithholding)[] } \| \{ `defaultTaxWithholding?`: `BigNumber` ; `targets`: [`InputTargets`](../../Entities/CorporateActionBase/Types/Types.md#inputtargets) ; `taxWithholdings?`: [`InputTaxWithholding`](../../Entities/CorporateActionBase/Types/Types.md#inputtaxwithholding)[] } \| \{ `defaultTaxWithholding?`: `BigNumber` ; `targets?`: [`InputTargets`](../../Entities/CorporateActionBase/Types/Types.md#inputtargets) ; `taxWithholdings`: [`InputTaxWithholding`](../../Entities/CorporateActionBase/Types/Types.md#inputtaxwithholding)[] } - -#### Defined in - -[api/procedures/types.ts:778](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L778) - -___ - -### ModifyClaimsParams - -Ƭ **ModifyClaimsParams**: [`AddClaimsParams`](../../../../interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md) \| [`EditClaimsParams`](../../../../interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md) \| [`RevokeClaimsParams`](../../../../interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md) - -#### Defined in - -[api/procedures/types.ts:424](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L424) - -___ - -### ModifyComplianceRequirementParams - -Ƭ **ModifyComplianceRequirementParams**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `conditions` | [`InputCondition`](../../../Types/Types.md#inputcondition)[] | array of conditions to replace the existing array of conditions for the requirement (identified by `id`). Conditions within a requirement are *AND* between them. This means that in order for a transfer to comply with this requirement, it must fulfill *ALL* conditions | -| `id` | `BigNumber` | ID of the Compliance Requirement | - -#### Defined in - -[api/procedures/types.ts:727](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L727) - -___ - -### ModifyInstructionAffirmationParams - -Ƭ **ModifyInstructionAffirmationParams**: [`InstructionIdParams`](../../../../interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md) & \{ `operation`: [`Affirm`](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md#affirm) \| [`Withdraw`](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md#withdraw) } & [`AffirmOrWithdrawInstructionParams`](Types.md#affirmorwithdrawinstructionparams) \| \{ `operation`: [`Reject`](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md#reject) } & [`RejectInstructionParams`](Types.md#rejectinstructionparams) - -#### Defined in - -[api/procedures/types.ts:592](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L592) - -___ - -### ModifyOfferingTimesParams - -Ƭ **ModifyOfferingTimesParams**: \{ `end`: `Date` \| ``null`` ; `start?`: `Date` } \| \{ `end?`: `Date` \| ``null`` ; `start`: `Date` } \| \{ `end`: `Date` \| ``null`` ; `start`: `Date` } - -#### Defined in - -[api/procedures/types.ts:1001](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1001) - -___ - -### ModifyVenueParams - -Ƭ **ModifyVenueParams**: \{ `description?`: `string` ; `type`: [`VenueType`](../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) } \| \{ `description`: `string` ; `type?`: [`VenueType`](../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) } \| \{ `description`: `string` ; `type`: [`VenueType`](../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) } - -#### Defined in - -[api/procedures/types.ts:949](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L949) - -___ - -### NftMetadataInput - -Ƭ **NftMetadataInput**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `id` | `BigNumber` | -| `type` | [`MetadataType`](../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) | -| `value` | `string` | - -#### Defined in - -[api/procedures/types.ts:656](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L656) - -___ - -### RegisterMetadataParams - -Ƭ **RegisterMetadataParams**: \{ `name`: `string` ; `specs`: [`MetadataSpec`](../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md) } \| \{ `details?`: [`MetadataValueDetails`](../../Entities/MetadataEntry/Types/Types.md#metadatavaluedetails) ; `name`: `string` ; `specs`: [`MetadataSpec`](../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md) ; `value`: `string` } - -#### Defined in - -[api/procedures/types.ts:1120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1120) - -___ - -### RejectInstructionParams - -Ƭ **RejectInstructionParams**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `portfolio?` | [`PortfolioLike`](../../../Types/Types.md#portfoliolike) | (optional) Portfolio that the signer controls and wants to reject the instruction | - -#### Defined in - -[api/procedures/types.ts:576](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L576) - -___ - -### RemoveAssetStatParams - -Ƭ **RemoveAssetStatParams**: \{ `ticker`: `string` } & [`RemoveCountStatParams`](Types.md#removecountstatparams) \| [`RemoveBalanceStatParams`](Types.md#removebalancestatparams) \| [`RemoveScopedCountParams`](Types.md#removescopedcountparams) \| [`RemoveScopedBalanceParams`](Types.md#removescopedbalanceparams) - -#### Defined in - -[api/procedures/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L94) - -___ - -### RemoveBalanceStatParams - -Ƭ **RemoveBalanceStatParams**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`Balance`](../../../../enums/Types/StatType/StatType.md#balance) | - -#### Defined in - -[api/procedures/types.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L128) - -___ - -### RemoveCountStatParams - -Ƭ **RemoveCountStatParams**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`Count`](../../../../enums/Types/StatType/StatType.md#count) | - -#### Defined in - -[api/procedures/types.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L124) - -___ - -### RemoveScopedBalanceParams - -Ƭ **RemoveScopedBalanceParams**: [`StatClaimIssuer`](../../../../interfaces/Types/StatClaimIssuer/StatClaimIssuer.md) & \{ `type`: [`ScopedBalance`](../../../../enums/Types/StatType/StatType.md#scopedbalance) } - -#### Defined in - -[api/procedures/types.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L136) - -___ - -### RemoveScopedCountParams - -Ƭ **RemoveScopedCountParams**: [`StatClaimIssuer`](../../../../interfaces/Types/StatClaimIssuer/StatClaimIssuer.md) & \{ `type`: [`ScopedCount`](../../../../enums/Types/StatType/StatType.md#scopedcount) } - -#### Defined in - -[api/procedures/types.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L132) - -___ - -### SetAssetStatParams - -Ƭ **SetAssetStatParams**\<`T`\>: `Omit`\<`T` extends [`Count`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) ? [`AddCountStatParams`](Types.md#addcountstatparams) : `T` extends [`Percentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) ? [`AddPercentageStatParams`](Types.md#addpercentagestatparams) : `T` extends [`ClaimCount`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) ? [`AddClaimCountStatParams`](Types.md#addclaimcountstatparams) : [`AddClaimPercentageStatParams`](Types.md#addclaimpercentagestatparams), ``"type"``\> - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Defined in - -[api/procedures/types.ts:140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L140) - -___ - -### SetMetadataParams - -Ƭ **SetMetadataParams**: \{ `details?`: [`MetadataValueDetails`](../../Entities/MetadataEntry/Types/Types.md#metadatavaluedetails) ; `value`: `string` } \| \{ `details`: [`MetadataValueDetails`](../../Entities/MetadataEntry/Types/Types.md#metadatavaluedetails) } - -#### Defined in - -[api/procedures/types.ts:1116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1116) - -___ - -### SetRestrictionsParams - -Ƭ **SetRestrictionsParams**\<`T`\>: `Omit`\<`T` extends [`Count`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) ? [`SetCountTransferRestrictionsParams`](../../../../interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md) : `T` extends [`Percentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) ? [`SetPercentageTransferRestrictionsParams`](../../../../interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md) : `T` extends [`ClaimCount`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) ? [`SetClaimCountTransferRestrictionsParams`](../../../../interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md) : [`SetClaimPercentageTransferRestrictionsParams`](../../../../interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md), ``"type"``\> - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Defined in - -[api/procedures/types.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L73) - -___ - -### SetVenueFilteringParams - -Ƭ **SetVenueFilteringParams**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `allowedVenues?` | `BigNumber`[] | -| `disallowedVenues?` | `BigNumber`[] | -| `enabled?` | `boolean` | - -#### Defined in - -[api/procedures/types.ts:1132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/api/procedures/types.ts#L1132) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/Base/Types/Types.md b/sdk-docs_versioned_docs/version-23.2.x/modules/Base/Types/Types.md deleted file mode 100644 index 6f58edc92e..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/Base/Types/Types.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -id: "Types" -title: "Module: Base Types" -sidebar_label: "Types" ---- - -## Type Aliases - -### PolymeshError - -Ƭ **PolymeshError**: [`PolymeshError`](../../../classes/Base/PolymeshError/PolymeshError.md) - -#### Defined in - -[base/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/types.ts#L17) - -___ - -### PolymeshTransaction - -Ƭ **PolymeshTransaction**\<`ReturnValue`, `TransformedReturnValue`, `Args`\>: [`PolymeshTransaction`](../../../classes/Base/PolymeshTransaction/PolymeshTransaction.md)\<`ReturnValue`, `TransformedReturnValue`, `Args`\> - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValue` | `unknown` | -| `TransformedReturnValue` | `ReturnValue` | -| `Args` | extends `unknown`[] \| [] = `unknown`[] | - -#### Defined in - -[base/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/types.ts#L7) - -___ - -### PolymeshTransactionBatch - -Ƭ **PolymeshTransactionBatch**\<`ReturnValue`, `TransformedReturnValue`, `Args`\>: [`PolymeshTransactionBatch`](../../../classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md)\<`ReturnValue`, `TransformedReturnValue`, `Args`\> - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValue` | `unknown` | -| `TransformedReturnValue` | `ReturnValue` | -| `Args` | extends `unknown`[][] = `unknown`[][] | - -#### Defined in - -[base/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/types.ts#L12) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/Base/Utils/Utils.md b/sdk-docs_versioned_docs/version-23.2.x/modules/Base/Utils/Utils.md deleted file mode 100644 index b7173535ff..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/Base/Utils/Utils.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -id: "Utils" -title: "Module: utils" -sidebar_label: "Utils" ---- - -## Functions - -### processType - -▸ **processType**(`rawType`, `name`): [`TransactionArgument`](../../Types/Types.md#transactionargument) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `rawType` | `TypeDef` | -| `name` | `string` | - -#### Returns - -[`TransactionArgument`](../../Types/Types.md#transactionargument) - -#### Defined in - -[base/utils.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/base/utils.ts#L56) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/Generated/Types/Types.md b/sdk-docs_versioned_docs/version-23.2.x/modules/Generated/Types/Types.md deleted file mode 100644 index 2688e29389..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/Generated/Types/Types.md +++ /dev/null @@ -1,123 +0,0 @@ ---- -id: "Types" -title: "Module: Generated Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [AssetTx](../../../enums/Generated/Types/AssetTx/AssetTx.md) -- [AuthorshipTx](../../../enums/Generated/Types/AuthorshipTx/AuthorshipTx.md) -- [BabeTx](../../../enums/Generated/Types/BabeTx/BabeTx.md) -- [BalancesTx](../../../enums/Generated/Types/BalancesTx/BalancesTx.md) -- [BridgeTx](../../../enums/Generated/Types/BridgeTx/BridgeTx.md) -- [CapitalDistributionTx](../../../enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md) -- [CddServiceProvidersTx](../../../enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md) -- [CheckpointTx](../../../enums/Generated/Types/CheckpointTx/CheckpointTx.md) -- [CommitteeMembershipTx](../../../enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md) -- [ComplianceManagerTx](../../../enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md) -- [ContractsTx](../../../enums/Generated/Types/ContractsTx/ContractsTx.md) -- [CorporateActionTx](../../../enums/Generated/Types/CorporateActionTx/CorporateActionTx.md) -- [CorporateBallotTx](../../../enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md) -- [CountryCode](../../../enums/Generated/Types/CountryCode/CountryCode.md) -- [ExternalAgentsTx](../../../enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md) -- [GrandpaTx](../../../enums/Generated/Types/GrandpaTx/GrandpaTx.md) -- [IdentityTx](../../../enums/Generated/Types/IdentityTx/IdentityTx.md) -- [ImOnlineTx](../../../enums/Generated/Types/ImOnlineTx/ImOnlineTx.md) -- [IndicesTx](../../../enums/Generated/Types/IndicesTx/IndicesTx.md) -- [ModuleName](../../../enums/Generated/Types/ModuleName/ModuleName.md) -- [MultiSigTx](../../../enums/Generated/Types/MultiSigTx/MultiSigTx.md) -- [NftTx](../../../enums/Generated/Types/NftTx/NftTx.md) -- [PipsTx](../../../enums/Generated/Types/PipsTx/PipsTx.md) -- [PolymeshCommitteeTx](../../../enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md) -- [PolymeshContractsTx](../../../enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md) -- [PortfolioTx](../../../enums/Generated/Types/PortfolioTx/PortfolioTx.md) -- [PreimageTx](../../../enums/Generated/Types/PreimageTx/PreimageTx.md) -- [ProtocolFeeTx](../../../enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md) -- [RelayerTx](../../../enums/Generated/Types/RelayerTx/RelayerTx.md) -- [RewardsTx](../../../enums/Generated/Types/RewardsTx/RewardsTx.md) -- [SchedulerTx](../../../enums/Generated/Types/SchedulerTx/SchedulerTx.md) -- [SessionTx](../../../enums/Generated/Types/SessionTx/SessionTx.md) -- [SettlementTx](../../../enums/Generated/Types/SettlementTx/SettlementTx.md) -- [StakingTx](../../../enums/Generated/Types/StakingTx/StakingTx.md) -- [StatisticsTx](../../../enums/Generated/Types/StatisticsTx/StatisticsTx.md) -- [StoTx](../../../enums/Generated/Types/StoTx/StoTx.md) -- [SudoTx](../../../enums/Generated/Types/SudoTx/SudoTx.md) -- [SystemTx](../../../enums/Generated/Types/SystemTx/SystemTx.md) -- [TechnicalCommitteeMembershipTx](../../../enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md) -- [TechnicalCommitteeTx](../../../enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md) -- [TestUtilsTx](../../../enums/Generated/Types/TestUtilsTx/TestUtilsTx.md) -- [TimestampTx](../../../enums/Generated/Types/TimestampTx/TimestampTx.md) -- [TreasuryTx](../../../enums/Generated/Types/TreasuryTx/TreasuryTx.md) -- [UpgradeCommitteeMembershipTx](../../../enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md) -- [UpgradeCommitteeTx](../../../enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md) -- [UtilityTx](../../../enums/Generated/Types/UtilityTx/UtilityTx.md) - -## Type Aliases - -### TxTag - -Ƭ **TxTag**: [`SystemTx`](../../../enums/Generated/Types/SystemTx/SystemTx.md) \| [`BabeTx`](../../../enums/Generated/Types/BabeTx/BabeTx.md) \| [`TimestampTx`](../../../enums/Generated/Types/TimestampTx/TimestampTx.md) \| [`IndicesTx`](../../../enums/Generated/Types/IndicesTx/IndicesTx.md) \| [`AuthorshipTx`](../../../enums/Generated/Types/AuthorshipTx/AuthorshipTx.md) \| [`BalancesTx`](../../../enums/Generated/Types/BalancesTx/BalancesTx.md) \| [`IdentityTx`](../../../enums/Generated/Types/IdentityTx/IdentityTx.md) \| [`CddServiceProvidersTx`](../../../enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md) \| [`PolymeshCommitteeTx`](../../../enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md) \| [`CommitteeMembershipTx`](../../../enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md) \| [`TechnicalCommitteeTx`](../../../enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md) \| [`TechnicalCommitteeMembershipTx`](../../../enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md) \| [`UpgradeCommitteeTx`](../../../enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md) \| [`UpgradeCommitteeMembershipTx`](../../../enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md) \| [`MultiSigTx`](../../../enums/Generated/Types/MultiSigTx/MultiSigTx.md) \| [`BridgeTx`](../../../enums/Generated/Types/BridgeTx/BridgeTx.md) \| [`StakingTx`](../../../enums/Generated/Types/StakingTx/StakingTx.md) \| [`SessionTx`](../../../enums/Generated/Types/SessionTx/SessionTx.md) \| [`GrandpaTx`](../../../enums/Generated/Types/GrandpaTx/GrandpaTx.md) \| [`ImOnlineTx`](../../../enums/Generated/Types/ImOnlineTx/ImOnlineTx.md) \| [`SudoTx`](../../../enums/Generated/Types/SudoTx/SudoTx.md) \| [`AssetTx`](../../../enums/Generated/Types/AssetTx/AssetTx.md) \| [`CapitalDistributionTx`](../../../enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md) \| [`CheckpointTx`](../../../enums/Generated/Types/CheckpointTx/CheckpointTx.md) \| [`ComplianceManagerTx`](../../../enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md) \| [`CorporateActionTx`](../../../enums/Generated/Types/CorporateActionTx/CorporateActionTx.md) \| [`CorporateBallotTx`](../../../enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md) \| [`PipsTx`](../../../enums/Generated/Types/PipsTx/PipsTx.md) \| [`PortfolioTx`](../../../enums/Generated/Types/PortfolioTx/PortfolioTx.md) \| [`ProtocolFeeTx`](../../../enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md) \| [`SchedulerTx`](../../../enums/Generated/Types/SchedulerTx/SchedulerTx.md) \| [`SettlementTx`](../../../enums/Generated/Types/SettlementTx/SettlementTx.md) \| [`StatisticsTx`](../../../enums/Generated/Types/StatisticsTx/StatisticsTx.md) \| [`StoTx`](../../../enums/Generated/Types/StoTx/StoTx.md) \| [`TreasuryTx`](../../../enums/Generated/Types/TreasuryTx/TreasuryTx.md) \| [`UtilityTx`](../../../enums/Generated/Types/UtilityTx/UtilityTx.md) \| [`ExternalAgentsTx`](../../../enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md) \| [`RelayerTx`](../../../enums/Generated/Types/RelayerTx/RelayerTx.md) \| [`RewardsTx`](../../../enums/Generated/Types/RewardsTx/RewardsTx.md) \| [`TestUtilsTx`](../../../enums/Generated/Types/TestUtilsTx/TestUtilsTx.md) \| [`PolymeshContractsTx`](../../../enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md) \| [`PreimageTx`](../../../enums/Generated/Types/PreimageTx/PreimageTx.md) \| [`ContractsTx`](../../../enums/Generated/Types/ContractsTx/ContractsTx.md) \| [`NftTx`](../../../enums/Generated/Types/NftTx/NftTx.md) - -#### Defined in - -[generated/types.ts:835](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L835) - -## Variables - -### TxTags - -• `Const` **TxTags**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `asset` | typeof [`AssetTx`](../../../enums/Generated/Types/AssetTx/AssetTx.md) | -| `authorship` | typeof [`AuthorshipTx`](../../../enums/Generated/Types/AuthorshipTx/AuthorshipTx.md) | -| `babe` | typeof [`BabeTx`](../../../enums/Generated/Types/BabeTx/BabeTx.md) | -| `balances` | typeof [`BalancesTx`](../../../enums/Generated/Types/BalancesTx/BalancesTx.md) | -| `bridge` | typeof [`BridgeTx`](../../../enums/Generated/Types/BridgeTx/BridgeTx.md) | -| `capitalDistribution` | typeof [`CapitalDistributionTx`](../../../enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md) | -| `cddServiceProviders` | typeof [`CddServiceProvidersTx`](../../../enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md) | -| `checkpoint` | typeof [`CheckpointTx`](../../../enums/Generated/Types/CheckpointTx/CheckpointTx.md) | -| `committeeMembership` | typeof [`CommitteeMembershipTx`](../../../enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md) | -| `complianceManager` | typeof [`ComplianceManagerTx`](../../../enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md) | -| `contracts` | typeof [`ContractsTx`](../../../enums/Generated/Types/ContractsTx/ContractsTx.md) | -| `corporateAction` | typeof [`CorporateActionTx`](../../../enums/Generated/Types/CorporateActionTx/CorporateActionTx.md) | -| `corporateBallot` | typeof [`CorporateBallotTx`](../../../enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md) | -| `externalAgents` | typeof [`ExternalAgentsTx`](../../../enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md) | -| `grandpa` | typeof [`GrandpaTx`](../../../enums/Generated/Types/GrandpaTx/GrandpaTx.md) | -| `identity` | typeof [`IdentityTx`](../../../enums/Generated/Types/IdentityTx/IdentityTx.md) | -| `imOnline` | typeof [`ImOnlineTx`](../../../enums/Generated/Types/ImOnlineTx/ImOnlineTx.md) | -| `indices` | typeof [`IndicesTx`](../../../enums/Generated/Types/IndicesTx/IndicesTx.md) | -| `multiSig` | typeof [`MultiSigTx`](../../../enums/Generated/Types/MultiSigTx/MultiSigTx.md) | -| `nft` | typeof [`NftTx`](../../../enums/Generated/Types/NftTx/NftTx.md) | -| `pips` | typeof [`PipsTx`](../../../enums/Generated/Types/PipsTx/PipsTx.md) | -| `polymeshCommittee` | typeof [`PolymeshCommitteeTx`](../../../enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md) | -| `polymeshContracts` | typeof [`PolymeshContractsTx`](../../../enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md) | -| `portfolio` | typeof [`PortfolioTx`](../../../enums/Generated/Types/PortfolioTx/PortfolioTx.md) | -| `preimage` | typeof [`PreimageTx`](../../../enums/Generated/Types/PreimageTx/PreimageTx.md) | -| `protocolFee` | typeof [`ProtocolFeeTx`](../../../enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md) | -| `relayer` | typeof [`RelayerTx`](../../../enums/Generated/Types/RelayerTx/RelayerTx.md) | -| `rewards` | typeof [`RewardsTx`](../../../enums/Generated/Types/RewardsTx/RewardsTx.md) | -| `scheduler` | typeof [`SchedulerTx`](../../../enums/Generated/Types/SchedulerTx/SchedulerTx.md) | -| `session` | typeof [`SessionTx`](../../../enums/Generated/Types/SessionTx/SessionTx.md) | -| `settlement` | typeof [`SettlementTx`](../../../enums/Generated/Types/SettlementTx/SettlementTx.md) | -| `staking` | typeof [`StakingTx`](../../../enums/Generated/Types/StakingTx/StakingTx.md) | -| `statistics` | typeof [`StatisticsTx`](../../../enums/Generated/Types/StatisticsTx/StatisticsTx.md) | -| `sto` | typeof [`StoTx`](../../../enums/Generated/Types/StoTx/StoTx.md) | -| `sudo` | typeof [`SudoTx`](../../../enums/Generated/Types/SudoTx/SudoTx.md) | -| `system` | typeof [`SystemTx`](../../../enums/Generated/Types/SystemTx/SystemTx.md) | -| `technicalCommittee` | typeof [`TechnicalCommitteeTx`](../../../enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md) | -| `technicalCommitteeMembership` | typeof [`TechnicalCommitteeMembershipTx`](../../../enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md) | -| `testUtils` | typeof [`TestUtilsTx`](../../../enums/Generated/Types/TestUtilsTx/TestUtilsTx.md) | -| `timestamp` | typeof [`TimestampTx`](../../../enums/Generated/Types/TimestampTx/TimestampTx.md) | -| `treasury` | typeof [`TreasuryTx`](../../../enums/Generated/Types/TreasuryTx/TreasuryTx.md) | -| `upgradeCommittee` | typeof [`UpgradeCommitteeTx`](../../../enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md) | -| `upgradeCommitteeMembership` | typeof [`UpgradeCommitteeMembershipTx`](../../../enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md) | -| `utility` | typeof [`UtilityTx`](../../../enums/Generated/Types/UtilityTx/UtilityTx.md) | - -#### Defined in - -[generated/types.ts:882](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/generated/types.ts#L882) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/Types/Types.md b/sdk-docs_versioned_docs/version-23.2.x/modules/Types/Types.md deleted file mode 100644 index 8fba868b62..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/Types/Types.md +++ /dev/null @@ -1,2364 +0,0 @@ ---- -id: "Types" -title: "Module: Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [AssetHoldersOrderBy](../../enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md) -- [AuthTypeEnum](../../enums/Types/AuthTypeEnum/AuthTypeEnum.md) -- [AuthorizationStatusEnum](../../enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md) -- [AuthorizationType](../../enums/Types/AuthorizationType/AuthorizationType.md) -- [BalanceTypeEnum](../../enums/Types/BalanceTypeEnum/BalanceTypeEnum.md) -- [CallIdEnum](../../enums/Types/CallIdEnum/CallIdEnum.md) -- [ClaimScopeTypeEnum](../../enums/Types/ClaimScopeTypeEnum/ClaimScopeTypeEnum.md) -- [ClaimType](../../enums/Types/ClaimType/ClaimType.md) -- [ConditionTarget](../../enums/Types/ConditionTarget/ConditionTarget.md) -- [ConditionType](../../enums/Types/ConditionType/ConditionType.md) -- [ErrorCode](../../enums/Types/ErrorCode/ErrorCode.md) -- [EventIdEnum](../../enums/Types/EventIdEnum/EventIdEnum.md) -- [ExtrinsicsOrderBy](../../enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md) -- [InstructionStatusEnum](../../enums/Types/InstructionStatusEnum/InstructionStatusEnum.md) -- [KnownAssetType](../../enums/Types/KnownAssetType/KnownAssetType.md) -- [KnownNftType](../../enums/Types/KnownNftType/KnownNftType.md) -- [ModuleIdEnum](../../enums/Types/ModuleIdEnum/ModuleIdEnum.md) -- [MultiSigProposalVoteActionEnum](../../enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md) -- [NftHoldersOrderBy](../../enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md) -- [PayingAccountType](../../enums/Types/PayingAccountType/PayingAccountType.md) -- [PermissionGroupType](../../enums/Types/PermissionGroupType/PermissionGroupType.md) -- [PermissionType](../../enums/Types/PermissionType/PermissionType.md) -- [RoleType](../../enums/Types/RoleType/RoleType.md) -- [ScopeType](../../enums/Types/ScopeType/ScopeType.md) -- [SecurityIdentifierType](../../enums/Types/SecurityIdentifierType/SecurityIdentifierType.md) -- [SettlementDirectionEnum](../../enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md) -- [SettlementResultEnum](../../enums/Types/SettlementResultEnum/SettlementResultEnum.md) -- [SignerType](../../enums/Types/SignerType/SignerType.md) -- [StatType](../../enums/Types/StatType/StatType.md) -- [TransactionArgumentType](../../enums/Types/TransactionArgumentType/TransactionArgumentType.md) -- [TransactionStatus](../../enums/Types/TransactionStatus/TransactionStatus.md) -- [TransferError](../../enums/Types/TransferError/TransferError.md) -- [TransferRestrictionType](../../enums/Types/TransferRestrictionType/TransferRestrictionType.md) -- [TransferStatus](../../enums/Types/TransferStatus/TransferStatus.md) -- [TxGroup](../../enums/Types/TxGroup/TxGroup.md) - -## Interfaces - -- [AccreditedClaim](../../interfaces/Types/AccreditedClaim/AccreditedClaim.md) -- [ActiveTransferRestrictions](../../interfaces/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md) -- [AddCountStatInput](../../interfaces/Types/AddCountStatInput/AddCountStatInput.md) -- [AffiliateClaim](../../interfaces/Types/AffiliateClaim/AffiliateClaim.md) -- [ArrayTransactionArgument](../../interfaces/Types/ArrayTransactionArgument/ArrayTransactionArgument.md) -- [AssetDocument](../../interfaces/Types/AssetDocument/AssetDocument.md) -- [AssetWithGroup](../../interfaces/Types/AssetWithGroup/AssetWithGroup.md) -- [Balance](../../interfaces/Types/Balance/Balance.md) -- [BlockedClaim](../../interfaces/Types/BlockedClaim/BlockedClaim.md) -- [BuyLockupClaim](../../interfaces/Types/BuyLockupClaim/BuyLockupClaim.md) -- [CddClaim](../../interfaces/Types/CddClaim/CddClaim.md) -- [CddProviderRole](../../interfaces/Types/CddProviderRole/CddProviderRole.md) -- [CheckPermissionsResult](../../interfaces/Types/CheckPermissionsResult/CheckPermissionsResult.md) -- [CheckRolesResult](../../interfaces/Types/CheckRolesResult/CheckRolesResult.md) -- [CheckpointWithData](../../interfaces/Types/CheckpointWithData/CheckpointWithData.md) -- [ClaimCountRestrictionValue](../../interfaces/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md) -- [ClaimCountTransferRestriction](../../interfaces/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md) -- [ClaimData](../../interfaces/Types/ClaimData/ClaimData.md) -- [ClaimPercentageRestrictionValue](../../interfaces/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md) -- [ClaimPercentageTransferRestriction](../../interfaces/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md) -- [ClaimScope](../../interfaces/Types/ClaimScope/ClaimScope.md) -- [ClaimTarget](../../interfaces/Types/ClaimTarget/ClaimTarget.md) -- [ComplexTransactionArgument](../../interfaces/Types/ComplexTransactionArgument/ComplexTransactionArgument.md) -- [Compliance](../../interfaces/Types/Compliance/Compliance.md) -- [ComplianceRequirements](../../interfaces/Types/ComplianceRequirements/ComplianceRequirements.md) -- [ConditionBase](../../interfaces/Types/ConditionBase/ConditionBase.md) -- [ConditionCompliance](../../interfaces/Types/ConditionCompliance/ConditionCompliance.md) -- [CountTransferRestriction](../../interfaces/Types/CountTransferRestriction/CountTransferRestriction.md) -- [CreateTransactionBatchProcedureMethod](../../interfaces/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md) -- [CustomClaim](../../interfaces/Types/CustomClaim/CustomClaim.md) -- [DistributionPayment](../../interfaces/Types/DistributionPayment/DistributionPayment.md) -- [DistributionWithDetails](../../interfaces/Types/DistributionWithDetails/DistributionWithDetails.md) -- [EventIdentifier](../../interfaces/Types/EventIdentifier/EventIdentifier.md) -- [ExemptedClaim](../../interfaces/Types/ExemptedClaim/ExemptedClaim.md) -- [ExternalAgentCondition](../../interfaces/Types/ExternalAgentCondition/ExternalAgentCondition.md) -- [ExtrinsicData](../../interfaces/Types/ExtrinsicData/ExtrinsicData.md) -- [ExtrinsicDataWithFees](../../interfaces/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md) -- [Fees](../../interfaces/Types/Fees/Fees.md) -- [FungiblePortfolioMovement](../../interfaces/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md) -- [GroupedInstructions](../../interfaces/Types/GroupedInstructions/GroupedInstructions.md) -- [GroupedInvolvedInstructions](../../interfaces/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md) -- [HeldNfts](../../interfaces/Types/HeldNfts/HeldNfts.md) -- [HistoricAgentOperation](../../interfaces/Types/HistoricAgentOperation/HistoricAgentOperation.md) -- [IdentityCondition](../../interfaces/Types/IdentityCondition/IdentityCondition.md) -- [IdentityRole](../../interfaces/Types/IdentityRole/IdentityRole.md) -- [IdentityWithClaims](../../interfaces/Types/IdentityWithClaims/IdentityWithClaims.md) -- [ImmortalProcedureOptValue](../../interfaces/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md) -- [JurisdictionClaim](../../interfaces/Types/JurisdictionClaim/JurisdictionClaim.md) -- [KycClaim](../../interfaces/Types/KycClaim/KycClaim.md) -- [MiddlewareConfig](../../interfaces/Types/MiddlewareConfig/MiddlewareConfig.md) -- [MiddlewareMetadata](../../interfaces/Types/MiddlewareMetadata/MiddlewareMetadata.md) -- [MortalProcedureOptValue](../../interfaces/Types/MortalProcedureOptValue/MortalProcedureOptValue.md) -- [MultiClaimCondition](../../interfaces/Types/MultiClaimCondition/MultiClaimCondition.md) -- [NetworkProperties](../../interfaces/Types/NetworkProperties/NetworkProperties.md) -- [NoArgsProcedureMethod](../../interfaces/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md) -- [OfferingWithDetails](../../interfaces/Types/OfferingWithDetails/OfferingWithDetails.md) -- [OptionalArgsProcedureMethod](../../interfaces/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md) -- [PaginationOptions](../../interfaces/Types/PaginationOptions/PaginationOptions.md) -- [PayingAccountFees](../../interfaces/Types/PayingAccountFees/PayingAccountFees.md) -- [PercentageTransferRestriction](../../interfaces/Types/PercentageTransferRestriction/PercentageTransferRestriction.md) -- [PermissionGroups](../../interfaces/Types/PermissionGroups/PermissionGroups.md) -- [PermissionedAccount](../../interfaces/Types/PermissionedAccount/PermissionedAccount.md) -- [Permissions](../../interfaces/Types/Permissions/Permissions.md) -- [PlainTransactionArgument](../../interfaces/Types/PlainTransactionArgument/PlainTransactionArgument.md) -- [PolkadotConfig](../../interfaces/Types/PolkadotConfig/PolkadotConfig.md) -- [PortfolioCustodianRole](../../interfaces/Types/PortfolioCustodianRole/PortfolioCustodianRole.md) -- [PortfolioId](../../interfaces/Types/PortfolioId/PortfolioId.md) -- [ProcedureAuthorizationStatus](../../interfaces/Types/ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md) -- [ProcedureMethod](../../interfaces/Types/ProcedureMethod/ProcedureMethod.md) -- [ProcedureOpts](../../interfaces/Types/ProcedureOpts/ProcedureOpts.md) -- [ProtocolFees](../../interfaces/Types/ProtocolFees/ProtocolFees.md) -- [Requirement](../../interfaces/Types/Requirement/Requirement.md) -- [RequirementCompliance](../../interfaces/Types/RequirementCompliance/RequirementCompliance.md) -- [ResultSet](../../interfaces/Types/ResultSet/ResultSet.md) -- [ScheduleWithDetails](../../interfaces/Types/ScheduleWithDetails/ScheduleWithDetails.md) -- [Scope](../../interfaces/Types/Scope/Scope.md) -- [SectionPermissions](../../interfaces/Types/SectionPermissions/SectionPermissions.md) -- [SecurityIdentifier](../../interfaces/Types/SecurityIdentifier/SecurityIdentifier.md) -- [SellLockupClaim](../../interfaces/Types/SellLockupClaim/SellLockupClaim.md) -- [SignerValue](../../interfaces/Types/SignerValue/SignerValue.md) -- [SimpleEnumTransactionArgument](../../interfaces/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md) -- [SimplePermissions](../../interfaces/Types/SimplePermissions/SimplePermissions.md) -- [SingleClaimCondition](../../interfaces/Types/SingleClaimCondition/SingleClaimCondition.md) -- [SpWeightV2](../../interfaces/Types/SpWeightV2/SpWeightV2.md) -- [StatAccreditedClaimInput](../../interfaces/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md) -- [StatAffiliateClaimInput](../../interfaces/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md) -- [StatClaimIssuer](../../interfaces/Types/StatClaimIssuer/StatClaimIssuer.md) -- [StatJurisdictionClaimInput](../../interfaces/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md) -- [TickerOwnerRole](../../interfaces/Types/TickerOwnerRole/TickerOwnerRole.md) -- [TransactionPermissions](../../interfaces/Types/TransactionPermissions/TransactionPermissions.md) -- [TrustedClaimIssuer](../../interfaces/Types/TrustedClaimIssuer/TrustedClaimIssuer.md) -- [TxData](../../interfaces/Types/TxData/TxData.md) -- [VenueOwnerRole](../../interfaces/Types/VenueOwnerRole/VenueOwnerRole.md) - -## References - -### AcceptPrimaryKeyRotationParams - -Re-exports [AcceptPrimaryKeyRotationParams](../../interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md) - -___ - -### Account - -Re-exports [Account](../API/Entities/Types/Types.md#account) - -___ - -### AddAssetRequirementParams - -Re-exports [AddAssetRequirementParams](../../interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md) - -___ - -### AddAssetStatParams - -Re-exports [AddAssetStatParams](../API/Procedures/Types/Types.md#addassetstatparams) - -___ - -### AddClaimCountStatParams - -Re-exports [AddClaimCountStatParams](../API/Procedures/Types/Types.md#addclaimcountstatparams) - -___ - -### AddClaimCountTransferRestrictionParams - -Re-exports [AddClaimCountTransferRestrictionParams](../API/Procedures/Types/Types.md#addclaimcounttransferrestrictionparams) - -___ - -### AddClaimPercentageStatParams - -Re-exports [AddClaimPercentageStatParams](../API/Procedures/Types/Types.md#addclaimpercentagestatparams) - -___ - -### AddClaimPercentageTransferRestrictionParams - -Re-exports [AddClaimPercentageTransferRestrictionParams](../API/Procedures/Types/Types.md#addclaimpercentagetransferrestrictionparams) - -___ - -### AddClaimsParams - -Re-exports [AddClaimsParams](../../interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md) - -___ - -### AddCountStatParams - -Re-exports [AddCountStatParams](../API/Procedures/Types/Types.md#addcountstatparams) - -___ - -### AddCountTransferRestrictionParams - -Re-exports [AddCountTransferRestrictionParams](../API/Procedures/Types/Types.md#addcounttransferrestrictionparams) - -___ - -### AddInstructionParams - -Re-exports [AddInstructionParams](../API/Procedures/Types/Types.md#addinstructionparams) - -___ - -### AddInstructionWithVenueIdParams - -Re-exports [AddInstructionWithVenueIdParams](../API/Procedures/Types/Types.md#addinstructionwithvenueidparams) - -___ - -### AddInstructionsParams - -Re-exports [AddInstructionsParams](../../interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md) - -___ - -### AddInvestorUniquenessClaimParams - -Re-exports [AddInvestorUniquenessClaimParams](../../interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md) - -___ - -### AddPercentageStatParams - -Re-exports [AddPercentageStatParams](../API/Procedures/Types/Types.md#addpercentagestatparams) - -___ - -### AddPercentageTransferRestrictionParams - -Re-exports [AddPercentageTransferRestrictionParams](../API/Procedures/Types/Types.md#addpercentagetransferrestrictionparams) - -___ - -### AddRestrictionParams - -Re-exports [AddRestrictionParams](../API/Procedures/Types/Types.md#addrestrictionparams) - -___ - -### AffirmOrWithdrawInstructionParams - -Re-exports [AffirmOrWithdrawInstructionParams](../API/Procedures/Types/Types.md#affirmorwithdrawinstructionparams) - -___ - -### AffirmationStatus - -Re-exports [AffirmationStatus](../../enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md) - -___ - -### AgentWithGroup - -Re-exports [AgentWithGroup](../../interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md) - -___ - -### AllowanceOperation - -Re-exports [AllowanceOperation](../../enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md) - -___ - -### Asset - -Re-exports [Asset](../API/Entities/Asset/Types/Types.md#asset) - -___ - -### AssetBase - -Re-exports [AssetBase](../../interfaces/API/Procedures/Types/AssetBase/AssetBase.md) - -___ - -### AssetDetails - -Re-exports [AssetDetails](../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md) - -___ - -### AssetTx - -Re-exports [AssetTx](../../enums/Generated/Types/AssetTx/AssetTx.md) - -___ - -### AttestPrimaryKeyRotationParams - -Re-exports [AttestPrimaryKeyRotationParams](../../interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md) - -___ - -### AuthorizationRequest - -Re-exports [AuthorizationRequest](../API/Entities/Types/Types.md#authorizationrequest) - -___ - -### AuthorshipTx - -Re-exports [AuthorshipTx](../../enums/Generated/Types/AuthorshipTx/AuthorshipTx.md) - -___ - -### BabeTx - -Re-exports [BabeTx](../../enums/Generated/Types/BabeTx/BabeTx.md) - -___ - -### BalancesTx - -Re-exports [BalancesTx](../../enums/Generated/Types/BalancesTx/BalancesTx.md) - -___ - -### BridgeTx - -Re-exports [BridgeTx](../../enums/Generated/Types/BridgeTx/BridgeTx.md) - -___ - -### CaCheckpointType - -Re-exports [CaCheckpointType](../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md) - -___ - -### CapitalDistributionTx - -Re-exports [CapitalDistributionTx](../../enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md) - -___ - -### CddServiceProvidersTx - -Re-exports [CddServiceProvidersTx](../../enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md) - -___ - -### Checkpoint - -Re-exports [Checkpoint](../API/Entities/Types/Types.md#checkpoint) - -___ - -### CheckpointSchedule - -Re-exports [CheckpointSchedule](../API/Entities/Types/Types.md#checkpointschedule) - -___ - -### CheckpointScheduleParams - -Re-exports [CheckpointScheduleParams](../API/Entities/CheckpointSchedule/Types/Types.md#checkpointscheduleparams) - -___ - -### CheckpointTx - -Re-exports [CheckpointTx](../../enums/Generated/Types/CheckpointTx/CheckpointTx.md) - -___ - -### ChildIdentity - -Re-exports [ChildIdentity](../API/Entities/Types/Types.md#childidentity) - -___ - -### ClaimCountTransferRestrictionInput - -Re-exports [ClaimCountTransferRestrictionInput](../../interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md) - -___ - -### ClaimOperation - -Re-exports [ClaimOperation](../../enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md) - -___ - -### ClaimPercentageTransferRestrictionInput - -Re-exports [ClaimPercentageTransferRestrictionInput](../../interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md) - -___ - -### CollectionKey - -Re-exports [CollectionKey](../API/Entities/Asset/Types/Types.md#collectionkey) - -___ - -### CollectionKeyInput - -Re-exports [CollectionKeyInput](../API/Procedures/Types/Types.md#collectionkeyinput) - -___ - -### CommitteeMembershipTx - -Re-exports [CommitteeMembershipTx](../../enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md) - -___ - -### ComplianceManagerTx - -Re-exports [ComplianceManagerTx](../../enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md) - -___ - -### ConfigureDividendDistributionParams - -Re-exports [ConfigureDividendDistributionParams](../../interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md) - -___ - -### ConnectParams - -Re-exports [ConnectParams](../../interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md) - -___ - -### ContractsTx - -Re-exports [ContractsTx](../../enums/Generated/Types/ContractsTx/ContractsTx.md) - -___ - -### ControllerTransferParams - -Re-exports [ControllerTransferParams](../../interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md) - -___ - -### CorporateAction - -Re-exports [CorporateAction](../API/Entities/Types/Types.md#corporateaction) - -___ - -### CorporateActionDefaultConfig - -Re-exports [CorporateActionDefaultConfig](../../interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md) - -___ - -### CorporateActionKind - -Re-exports [CorporateActionKind](../../enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md) - -___ - -### CorporateActionParams - -Renames and re-exports [Params](../../interfaces/API/Entities/CorporateActionBase/Params/Params.md) - -___ - -### CorporateActionTargets - -Re-exports [CorporateActionTargets](../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) - -___ - -### CorporateActionTx - -Re-exports [CorporateActionTx](../../enums/Generated/Types/CorporateActionTx/CorporateActionTx.md) - -___ - -### CorporateBallotTx - -Re-exports [CorporateBallotTx](../../enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md) - -___ - -### CountTransferRestrictionInput - -Re-exports [CountTransferRestrictionInput](../../interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md) - -___ - -### CountryCode - -Re-exports [CountryCode](../../enums/Generated/Types/CountryCode/CountryCode.md) - -___ - -### CreateAssetParams - -Re-exports [CreateAssetParams](../../interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md) - -___ - -### CreateAssetWithTickerParams - -Re-exports [CreateAssetWithTickerParams](../../interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md) - -___ - -### CreateCheckpointScheduleParams - -Re-exports [CreateCheckpointScheduleParams](../../interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md) - -___ - -### CreateChildIdentitiesParams - -Re-exports [CreateChildIdentitiesParams](../../interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md) - -___ - -### CreateChildIdentityParams - -Re-exports [CreateChildIdentityParams](../../interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md) - -___ - -### CreateGroupParams - -Re-exports [CreateGroupParams](../../interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md) - -___ - -### CreateMultiSigParams - -Re-exports [CreateMultiSigParams](../../interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md) - -___ - -### CreateNftCollectionParams - -Re-exports [CreateNftCollectionParams](../../interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md) - -___ - -### CreateTransactionBatchParams - -Re-exports [CreateTransactionBatchParams](../../interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md) - -___ - -### CreateVenueParams - -Re-exports [CreateVenueParams](../../interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md) - -___ - -### CustomPermissionGroup - -Re-exports [CustomPermissionGroup](../API/Entities/Types/Types.md#custompermissiongroup) - -___ - -### DecreaseAllowanceParams - -Re-exports [DecreaseAllowanceParams](../../interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md) - -___ - -### DefaultPortfolio - -Re-exports [DefaultPortfolio](../API/Entities/Types/Types.md#defaultportfolio) - -___ - -### DefaultTrustedClaimIssuer - -Re-exports [DefaultTrustedClaimIssuer](../API/Entities/Types/Types.md#defaulttrustedclaimissuer) - -___ - -### DistributionParticipant - -Re-exports [DistributionParticipant](../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md) - -___ - -### DividendDistribution - -Re-exports [DividendDistribution](../API/Entities/Types/Types.md#dividenddistribution) - -___ - -### DividendDistributionDetails - -Re-exports [DividendDistributionDetails](../../interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md) - -___ - -### DividendDistributionParams - -Re-exports [DividendDistributionParams](../../interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md) - -___ - -### EditClaimsParams - -Re-exports [EditClaimsParams](../../interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md) - -___ - -### ExecuteManualInstructionParams - -Re-exports [ExecuteManualInstructionParams](../../interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md) - -___ - -### ExternalAgentsTx - -Re-exports [ExternalAgentsTx](../../enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md) - -___ - -### FungibleAsset - -Re-exports [FungibleAsset](../API/Entities/Types/Types.md#fungibleasset) - -___ - -### FungibleLeg - -Re-exports [FungibleLeg](../../interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md) - -___ - -### GetTransferRestrictionReturnType - -Re-exports [GetTransferRestrictionReturnType](../API/Procedures/Types/Types.md#gettransferrestrictionreturntype) - -___ - -### GlobalCollectionKeyInput - -Re-exports [GlobalCollectionKeyInput](../../interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md) - -___ - -### GlobalMetadataKey - -Re-exports [GlobalMetadataKey](../API/Entities/MetadataEntry/Types/Types.md#globalmetadatakey) - -___ - -### GrandpaTx - -Re-exports [GrandpaTx](../../enums/Generated/Types/GrandpaTx/GrandpaTx.md) - -___ - -### HistoricAssetTransaction - -Re-exports [HistoricAssetTransaction](../../interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md) - -___ - -### HistoricInstruction - -Re-exports [HistoricInstruction](../API/Entities/Venue/Types/Types.md#historicinstruction) - -___ - -### HistoricSettlement - -Re-exports [HistoricSettlement](../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md) - -___ - -### Identity - -Re-exports [Identity](../API/Entities/Types/Types.md#identity) - -___ - -### IdentityBalance - -Re-exports [IdentityBalance](../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md) - -___ - -### IdentityTx - -Re-exports [IdentityTx](../../enums/Generated/Types/IdentityTx/IdentityTx.md) - -___ - -### ImOnlineTx - -Re-exports [ImOnlineTx](../../enums/Generated/Types/ImOnlineTx/ImOnlineTx.md) - -___ - -### IncreaseAllowanceParams - -Re-exports [IncreaseAllowanceParams](../../interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md) - -___ - -### IndicesTx - -Re-exports [IndicesTx](../../enums/Generated/Types/IndicesTx/IndicesTx.md) - -___ - -### InputCaCheckpoint - -Re-exports [InputCaCheckpoint](../API/Entities/Asset/Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) - -___ - -### InputTargets - -Re-exports [InputTargets](../API/Entities/CorporateActionBase/Types/Types.md#inputtargets) - -___ - -### InputTaxWithholding - -Re-exports [InputTaxWithholding](../API/Entities/CorporateActionBase/Types/Types.md#inputtaxwithholding) - -___ - -### Instruction - -Re-exports [Instruction](../API/Entities/Types/Types.md#instruction) - -___ - -### InstructionAffirmation - -Re-exports [InstructionAffirmation](../../interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md) - -___ - -### InstructionAffirmationOperation - -Re-exports [InstructionAffirmationOperation](../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md) - -___ - -### InstructionDetails - -Re-exports [InstructionDetails](../API/Entities/Instruction/Types/Types.md#instructiondetails) - -___ - -### InstructionEndCondition - -Re-exports [InstructionEndCondition](../API/Entities/Instruction/Types/Types.md#instructionendcondition) - -___ - -### InstructionFungibleLeg - -Re-exports [InstructionFungibleLeg](../../interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md) - -___ - -### InstructionIdParams - -Re-exports [InstructionIdParams](../../interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md) - -___ - -### InstructionLeg - -Re-exports [InstructionLeg](../API/Procedures/Types/Types.md#instructionleg) - -___ - -### InstructionNftLeg - -Re-exports [InstructionNftLeg](../../interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md) - -___ - -### InstructionStatus - -Re-exports [InstructionStatus](../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md) - -___ - -### InstructionStatusResult - -Re-exports [InstructionStatusResult](../API/Entities/Instruction/Types/Types.md#instructionstatusresult) - -___ - -### InstructionType - -Re-exports [InstructionType](../../enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md) - -___ - -### InvestInOfferingParams - -Re-exports [InvestInOfferingParams](../../interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md) - -___ - -### Investment - -Re-exports [Investment](../../interfaces/API/Entities/Offering/Types/Investment/Investment.md) - -___ - -### InviteAccountParams - -Re-exports [InviteAccountParams](../../interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md) - -___ - -### InviteExternalAgentParams - -Re-exports [InviteExternalAgentParams](../../interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md) - -___ - -### IssueNftParams - -Re-exports [IssueNftParams](../API/Procedures/Types/Types.md#issuenftparams) - -___ - -### IssueTokensParams - -Re-exports [IssueTokensParams](../../interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md) - -___ - -### KnownPermissionGroup - -Re-exports [KnownPermissionGroup](../API/Entities/Types/Types.md#knownpermissiongroup) - -___ - -### LaunchOfferingParams - -Re-exports [LaunchOfferingParams](../../interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md) - -___ - -### Leg - -Re-exports [Leg](../API/Entities/Instruction/Types/Types.md#leg) - -___ - -### LinkCaDocsParams - -Re-exports [LinkCaDocsParams](../../interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md) - -___ - -### LocalCollectionKeyInput - -Re-exports [LocalCollectionKeyInput](../../interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md) - -___ - -### MetadataDetails - -Re-exports [MetadataDetails](../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md) - -___ - -### MetadataEntry - -Re-exports [MetadataEntry](../API/Entities/Types/Types.md#metadataentry) - -___ - -### MetadataKeyId - -Re-exports [MetadataKeyId](../API/Entities/Asset/Types/Types.md#metadatakeyid) - -___ - -### MetadataLockStatus - -Re-exports [MetadataLockStatus](../../enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md) - -___ - -### MetadataSpec - -Re-exports [MetadataSpec](../../interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md) - -___ - -### MetadataType - -Re-exports [MetadataType](../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) - -___ - -### MetadataValue - -Re-exports [MetadataValue](../API/Entities/MetadataEntry/Types/Types.md#metadatavalue) - -___ - -### MetadataValueDetails - -Re-exports [MetadataValueDetails](../API/Entities/MetadataEntry/Types/Types.md#metadatavaluedetails) - -___ - -### ModifyAssetParams - -Re-exports [ModifyAssetParams](../API/Procedures/Types/Types.md#modifyassetparams) - -___ - -### ModifyAssetTrustedClaimIssuersAddSetParams - -Re-exports [ModifyAssetTrustedClaimIssuersAddSetParams](../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md) - -___ - -### ModifyAssetTrustedClaimIssuersRemoveParams - -Re-exports [ModifyAssetTrustedClaimIssuersRemoveParams](../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md) - -___ - -### ModifyCaCheckpointParams - -Re-exports [ModifyCaCheckpointParams](../../interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md) - -___ - -### ModifyCaDefaultConfigParams - -Re-exports [ModifyCaDefaultConfigParams](../API/Procedures/Types/Types.md#modifycadefaultconfigparams) - -___ - -### ModifyClaimsParams - -Re-exports [ModifyClaimsParams](../API/Procedures/Types/Types.md#modifyclaimsparams) - -___ - -### ModifyComplianceRequirementParams - -Re-exports [ModifyComplianceRequirementParams](../API/Procedures/Types/Types.md#modifycompliancerequirementparams) - -___ - -### ModifyCorporateActionsAgentParams - -Re-exports [ModifyCorporateActionsAgentParams](../../interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md) - -___ - -### ModifyInstructionAffirmationParams - -Re-exports [ModifyInstructionAffirmationParams](../API/Procedures/Types/Types.md#modifyinstructionaffirmationparams) - -___ - -### ModifyMultiSigParams - -Re-exports [ModifyMultiSigParams](../../interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md) - -___ - -### ModifyOfferingTimesParams - -Re-exports [ModifyOfferingTimesParams](../API/Procedures/Types/Types.md#modifyofferingtimesparams) - -___ - -### ModifyPrimaryIssuanceAgentParams - -Re-exports [ModifyPrimaryIssuanceAgentParams](../../interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md) - -___ - -### ModifySignerPermissionsParams - -Re-exports [ModifySignerPermissionsParams](../../interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md) - -___ - -### ModifyVenueParams - -Re-exports [ModifyVenueParams](../API/Procedures/Types/Types.md#modifyvenueparams) - -___ - -### ModuleName - -Re-exports [ModuleName](../../enums/Generated/Types/ModuleName/ModuleName.md) - -___ - -### MoveFundsParams - -Re-exports [MoveFundsParams](../../interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md) - -___ - -### MultiSig - -Re-exports [MultiSig](../API/Entities/Types/Types.md#multisig) - -___ - -### MultiSigDetails - -Re-exports [MultiSigDetails](../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md) - -___ - -### MultiSigProposalAction - -Re-exports [MultiSigProposalAction](../../enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md) - -___ - -### MultiSigProposalDetails - -Re-exports [MultiSigProposalDetails](../../interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md) - -___ - -### MultiSigProposalVote - -Re-exports [MultiSigProposalVote](../API/Entities/MultiSigProposal/Types/Types.md#multisigproposalvote) - -___ - -### MultiSigTx - -Re-exports [MultiSigTx](../../enums/Generated/Types/MultiSigTx/MultiSigTx.md) - -___ - -### Nft - -Re-exports [Nft](../API/Entities/Types/Types.md#nft) - -___ - -### NftCollection - -Re-exports [NftCollection](../API/Entities/Types/Types.md#nftcollection) - -___ - -### NftLeg - -Re-exports [NftLeg](../../interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md) - -___ - -### NftMetadata - -Re-exports [NftMetadata](../../interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md) - -___ - -### NftMetadataInput - -Re-exports [NftMetadataInput](../API/Procedures/Types/Types.md#nftmetadatainput) - -___ - -### NftTx - -Re-exports [NftTx](../../enums/Generated/Types/NftTx/NftTx.md) - -___ - -### NumberedPortfolio - -Re-exports [NumberedPortfolio](../API/Entities/Types/Types.md#numberedportfolio) - -___ - -### Offering - -Re-exports [Offering](../API/Entities/Types/Types.md#offering) - -___ - -### OfferingBalanceStatus - -Re-exports [OfferingBalanceStatus](../../enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md) - -___ - -### OfferingDetails - -Re-exports [OfferingDetails](../../interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md) - -___ - -### OfferingSaleStatus - -Re-exports [OfferingSaleStatus](../../enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md) - -___ - -### OfferingStatus - -Re-exports [OfferingStatus](../../interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md) - -___ - -### OfferingTier - -Re-exports [OfferingTier](../../interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md) - -___ - -### OfferingTimingStatus - -Re-exports [OfferingTimingStatus](../../enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md) - -___ - -### PayDividendsParams - -Re-exports [PayDividendsParams](../../interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md) - -___ - -### PercentageTransferRestrictionInput - -Re-exports [PercentageTransferRestrictionInput](../../interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md) - -___ - -### PipsTx - -Re-exports [PipsTx](../../enums/Generated/Types/PipsTx/PipsTx.md) - -___ - -### PolymeshCommitteeTx - -Re-exports [PolymeshCommitteeTx](../../enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md) - -___ - -### PolymeshContractsTx - -Re-exports [PolymeshContractsTx](../../enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md) - -___ - -### PolymeshError - -Re-exports [PolymeshError](../Base/Types/Types.md#polymesherror) - -___ - -### PolymeshTransaction - -Re-exports [PolymeshTransaction](../Base/Types/Types.md#polymeshtransaction) - -___ - -### PolymeshTransactionBatch - -Re-exports [PolymeshTransactionBatch](../Base/Types/Types.md#polymeshtransactionbatch) - -___ - -### PortfolioBalance - -Re-exports [PortfolioBalance](../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md) - -___ - -### PortfolioCollection - -Re-exports [PortfolioCollection](../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md) - -___ - -### PortfolioTx - -Re-exports [PortfolioTx](../../enums/Generated/Types/PortfolioTx/PortfolioTx.md) - -___ - -### PreimageTx - -Re-exports [PreimageTx](../../enums/Generated/Types/PreimageTx/PreimageTx.md) - -___ - -### ProposalStatus - -Re-exports [ProposalStatus](../../enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md) - -___ - -### ProtocolFeeTx - -Re-exports [ProtocolFeeTx](../../enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md) - -___ - -### RedeemNftParams - -Re-exports [RedeemNftParams](../../interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md) - -___ - -### RedeemTokensParams - -Re-exports [RedeemTokensParams](../../interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md) - -___ - -### RegisterCustomClaimTypeParams - -Re-exports [RegisterCustomClaimTypeParams](../../interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md) - -___ - -### RegisterIdentityParams - -Re-exports [RegisterIdentityParams](../../interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md) - -___ - -### RegisterMetadataParams - -Re-exports [RegisterMetadataParams](../API/Procedures/Types/Types.md#registermetadataparams) - -___ - -### RejectInstructionParams - -Re-exports [RejectInstructionParams](../API/Procedures/Types/Types.md#rejectinstructionparams) - -___ - -### RelayerTx - -Re-exports [RelayerTx](../../enums/Generated/Types/RelayerTx/RelayerTx.md) - -___ - -### RemoveAssetRequirementParams - -Re-exports [RemoveAssetRequirementParams](../../interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md) - -___ - -### RemoveAssetStatParams - -Re-exports [RemoveAssetStatParams](../API/Procedures/Types/Types.md#removeassetstatparams) - -___ - -### RemoveBalanceStatParams - -Re-exports [RemoveBalanceStatParams](../API/Procedures/Types/Types.md#removebalancestatparams) - -___ - -### RemoveCheckpointScheduleParams - -Re-exports [RemoveCheckpointScheduleParams](../../interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md) - -___ - -### RemoveCorporateActionParams - -Re-exports [RemoveCorporateActionParams](../../interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md) - -___ - -### RemoveCountStatParams - -Re-exports [RemoveCountStatParams](../API/Procedures/Types/Types.md#removecountstatparams) - -___ - -### RemoveExternalAgentParams - -Re-exports [RemoveExternalAgentParams](../../interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md) - -___ - -### RemoveScopedBalanceParams - -Re-exports [RemoveScopedBalanceParams](../API/Procedures/Types/Types.md#removescopedbalanceparams) - -___ - -### RemoveScopedCountParams - -Re-exports [RemoveScopedCountParams](../API/Procedures/Types/Types.md#removescopedcountparams) - -___ - -### RemoveSecondaryAccountsParams - -Re-exports [RemoveSecondaryAccountsParams](../../interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md) - -___ - -### RenamePortfolioParams - -Re-exports [RenamePortfolioParams](../../interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md) - -___ - -### ReserveTickerParams - -Re-exports [ReserveTickerParams](../../interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md) - -___ - -### RevokeClaimsParams - -Re-exports [RevokeClaimsParams](../../interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md) - -___ - -### RewardsTx - -Re-exports [RewardsTx](../../enums/Generated/Types/RewardsTx/RewardsTx.md) - -___ - -### RotatePrimaryKeyParams - -Re-exports [RotatePrimaryKeyParams](../../interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md) - -___ - -### ScheduleDetails - -Re-exports [ScheduleDetails](../../interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md) - -___ - -### SchedulerTx - -Re-exports [SchedulerTx](../../enums/Generated/Types/SchedulerTx/SchedulerTx.md) - -___ - -### ScopeClaimProof - -Re-exports [ScopeClaimProof](../../interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md) - -___ - -### SessionTx - -Re-exports [SessionTx](../../enums/Generated/Types/SessionTx/SessionTx.md) - -___ - -### SetAllowanceParams - -Re-exports [SetAllowanceParams](../../interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md) - -___ - -### SetAssetDocumentsParams - -Re-exports [SetAssetDocumentsParams](../../interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md) - -___ - -### SetAssetRequirementsParams - -Re-exports [SetAssetRequirementsParams](../../interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md) - -___ - -### SetAssetStatParams - -Re-exports [SetAssetStatParams](../API/Procedures/Types/Types.md#setassetstatparams) - -___ - -### SetClaimCountTransferRestrictionsParams - -Re-exports [SetClaimCountTransferRestrictionsParams](../../interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md) - -___ - -### SetClaimPercentageTransferRestrictionsParams - -Re-exports [SetClaimPercentageTransferRestrictionsParams](../../interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md) - -___ - -### SetCountTransferRestrictionsParams - -Re-exports [SetCountTransferRestrictionsParams](../../interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md) - -___ - -### SetCustodianParams - -Re-exports [SetCustodianParams](../../interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md) - -___ - -### SetGroupPermissionsParams - -Re-exports [SetGroupPermissionsParams](../../interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md) - -___ - -### SetMetadataParams - -Re-exports [SetMetadataParams](../API/Procedures/Types/Types.md#setmetadataparams) - -___ - -### SetPercentageTransferRestrictionsParams - -Re-exports [SetPercentageTransferRestrictionsParams](../../interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md) - -___ - -### SetPermissionGroupParams - -Re-exports [SetPermissionGroupParams](../../interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md) - -___ - -### SetRestrictionsParams - -Re-exports [SetRestrictionsParams](../API/Procedures/Types/Types.md#setrestrictionsparams) - -___ - -### SetVenueFilteringParams - -Re-exports [SetVenueFilteringParams](../API/Procedures/Types/Types.md#setvenuefilteringparams) - -___ - -### SettlementLeg - -Re-exports [SettlementLeg](../API/Entities/Portfolio/Types/Types.md#settlementleg) - -___ - -### SettlementTx - -Re-exports [SettlementTx](../../enums/Generated/Types/SettlementTx/SettlementTx.md) - -___ - -### StakingTx - -Re-exports [StakingTx](../../enums/Generated/Types/StakingTx/StakingTx.md) - -___ - -### StatisticsTx - -Re-exports [StatisticsTx](../../enums/Generated/Types/StatisticsTx/StatisticsTx.md) - -___ - -### StoTx - -Re-exports [StoTx](../../enums/Generated/Types/StoTx/StoTx.md) - -___ - -### SubsidizeAccountParams - -Re-exports [SubsidizeAccountParams](../../interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md) - -___ - -### Subsidy - -Re-exports [Subsidy](../API/Entities/Types/Types.md#subsidy) - -___ - -### SubsidyData - -Re-exports [SubsidyData](../../interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md) - -___ - -### SubsidyWithAllowance - -Re-exports [SubsidyWithAllowance](../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md) - -___ - -### SudoTx - -Re-exports [SudoTx](../../enums/Generated/Types/SudoTx/SudoTx.md) - -___ - -### SystemTx - -Re-exports [SystemTx](../../enums/Generated/Types/SystemTx/SystemTx.md) - -___ - -### TargetTreatment - -Re-exports [TargetTreatment](../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) - -___ - -### TaxWithholding - -Re-exports [TaxWithholding](../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md) - -___ - -### TechnicalCommitteeMembershipTx - -Re-exports [TechnicalCommitteeMembershipTx](../../enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md) - -___ - -### TechnicalCommitteeTx - -Re-exports [TechnicalCommitteeTx](../../enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md) - -___ - -### TestUtilsTx - -Re-exports [TestUtilsTx](../../enums/Generated/Types/TestUtilsTx/TestUtilsTx.md) - -___ - -### TickerReservation - -Re-exports [TickerReservation](../API/Entities/Types/Types.md#tickerreservation) - -___ - -### TickerReservationDetails - -Re-exports [TickerReservationDetails](../../interfaces/API/Entities/TickerReservation/Types/TickerReservationDetails/TickerReservationDetails.md) - -___ - -### TickerReservationStatus - -Re-exports [TickerReservationStatus](../../enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md) - -___ - -### Tier - -Re-exports [Tier](../../interfaces/API/Entities/Offering/Types/Tier/Tier.md) - -___ - -### TimestampTx - -Re-exports [TimestampTx](../../enums/Generated/Types/TimestampTx/TimestampTx.md) - -___ - -### TransactionsParams - -Re-exports [TransactionsParams](../../interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md) - -___ - -### TransferAssetOwnershipParams - -Re-exports [TransferAssetOwnershipParams](../../interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md) - -___ - -### TransferBreakdown - -Re-exports [TransferBreakdown](../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md) - -___ - -### TransferPolyxParams - -Re-exports [TransferPolyxParams](../../interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md) - -___ - -### TransferRestrictionResult - -Re-exports [TransferRestrictionResult](../../interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md) - -___ - -### TransferTickerOwnershipParams - -Re-exports [TransferTickerOwnershipParams](../../interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md) - -___ - -### TreasuryTx - -Re-exports [TreasuryTx](../../enums/Generated/Types/TreasuryTx/TreasuryTx.md) - -___ - -### TxGroupParams - -Re-exports [TxGroupParams](../../interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md) - -___ - -### TxTag - -Re-exports [TxTag](../Generated/Types/Types.md#txtag) - -___ - -### TxTags - -Re-exports [TxTags](../Generated/Types/Types.md#txtags) - -___ - -### UniqueIdentifiers - -Re-exports [UniqueIdentifiers](../../interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md) - -___ - -### UnlinkChildParams - -Re-exports [UnlinkChildParams](../../interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md) - -___ - -### UpgradeCommitteeMembershipTx - -Re-exports [UpgradeCommitteeMembershipTx](../../enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md) - -___ - -### UpgradeCommitteeTx - -Re-exports [UpgradeCommitteeTx](../../enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md) - -___ - -### UtilityTx - -Re-exports [UtilityTx](../../enums/Generated/Types/UtilityTx/UtilityTx.md) - -___ - -### Venue - -Re-exports [Venue](../API/Entities/Types/Types.md#venue) - -___ - -### VenueDetails - -Re-exports [VenueDetails](../../interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md) - -___ - -### VenueType - -Re-exports [VenueType](../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) - -___ - -### WaivePermissionsParams - -Re-exports [WaivePermissionsParams](../../interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md) - -## Type Aliases - -### AccountBalance - -Ƭ **AccountBalance**: [`Balance`](../../interfaces/Types/Balance/Balance.md) - -#### Defined in - -[types/index.ts:774](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L774) - -___ - -### AddRelayerPayingKeyAuthorizationData - -Ƭ **AddRelayerPayingKeyAuthorizationData**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`AddRelayerPayingKey`](../../enums/Types/AuthorizationType/AuthorizationType.md#addrelayerpayingkey) | -| `value` | [`SubsidyData`](../../interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md) | - -#### Defined in - -[types/index.ts:1161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1161) - -___ - -### AnyJson - -Ƭ **AnyJson**: `string` \| `number` \| `boolean` \| ``null`` \| `undefined` \| [`AnyJson`](Types.md#anyjson)[] \| \{ `[index: string]`: [`AnyJson`](Types.md#anyjson); } - -Represents JSON serializable data. Used for cases when the value can take on many types, like args for a MultiSig proposal. - -#### Defined in - -[types/index.ts:1738](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1738) - -___ - -### AttestPrimaryKeyRotationAuthorizationData - -Ƭ **AttestPrimaryKeyRotationAuthorizationData**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`AttestPrimaryKeyRotation`](../../enums/Types/AuthorizationType/AuthorizationType.md#attestprimarykeyrotation) | -| `value` | [`Identity`](../../classes/API/Entities/Identity/Identity.md) | - -#### Defined in - -[types/index.ts:1132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1132) - -___ - -### Authorization - -Ƭ **Authorization**: [`AttestPrimaryKeyRotationAuthorizationData`](Types.md#attestprimarykeyrotationauthorizationdata) \| [`RotatePrimaryKeyAuthorizationData`](Types.md#rotateprimarykeyauthorizationdata) \| [`JoinIdentityAuthorizationData`](Types.md#joinidentityauthorizationdata) \| [`PortfolioCustodyAuthorizationData`](Types.md#portfoliocustodyauthorizationdata) \| [`BecomeAgentAuthorizationData`](Types.md#becomeagentauthorizationdata) \| [`AddRelayerPayingKeyAuthorizationData`](Types.md#addrelayerpayingkeyauthorizationdata) \| [`RotatePrimaryKeyToSecondaryData`](Types.md#rotateprimarykeytosecondarydata) \| [`GenericAuthorizationData`](Types.md#genericauthorizationdata) - -Authorization request data corresponding to type - -#### Defined in - -[types/index.ts:1182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1182) - -___ - -### BecomeAgentAuthorizationData - -Ƭ **BecomeAgentAuthorizationData**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`BecomeAgent`](../../enums/Types/AuthorizationType/AuthorizationType.md#becomeagent) | -| `value` | [`KnownPermissionGroup`](../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md) \| [`CustomPermissionGroup`](../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md) | - -#### Defined in - -[types/index.ts:1156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1156) - -___ - -### Claim - -Ƭ **Claim**: [`ScopedClaim`](Types.md#scopedclaim) \| [`UnscopedClaim`](Types.md#unscopedclaim) - -#### Defined in - -[types/index.ts:308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L308) - -___ - -### ClaimCountStatInput - -Ƭ **ClaimCountStatInput**: \{ `claimType`: [`Accredited`](../../enums/Types/ClaimType/ClaimType.md#accredited) ; `issuer`: [`Identity`](../../classes/API/Entities/Identity/Identity.md) ; `value`: \{ `accredited`: `BigNumber` ; `nonAccredited`: `BigNumber` } } \| \{ `claimType`: [`Affiliate`](../../enums/Types/ClaimType/ClaimType.md#affiliate) ; `issuer`: [`Identity`](../../classes/API/Entities/Identity/Identity.md) ; `value`: \{ `affiliate`: `BigNumber` ; `nonAffiliate`: `BigNumber` } } \| \{ `claimType`: [`Jurisdiction`](../../enums/Types/ClaimType/ClaimType.md#jurisdiction) ; `issuer`: [`Identity`](../../classes/API/Entities/Identity/Identity.md) ; `value`: \{ `count`: `BigNumber` ; `countryCode`: [`CountryCode`](../../enums/Generated/Types/CountryCode/CountryCode.md) }[] } - -#### Defined in - -[types/index.ts:1458](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1458) - -___ - -### Condition - -Ƭ **Condition**: [`SingleClaimCondition`](../../interfaces/Types/SingleClaimCondition/SingleClaimCondition.md) \| [`MultiClaimCondition`](../../interfaces/Types/MultiClaimCondition/MultiClaimCondition.md) \| [`IdentityCondition`](../../interfaces/Types/IdentityCondition/IdentityCondition.md) \| [`ExternalAgentCondition`](../../interfaces/Types/ExternalAgentCondition/ExternalAgentCondition.md) & [`ConditionBase`](../../interfaces/Types/ConditionBase/ConditionBase.md) - -#### Defined in - -[types/index.ts:471](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L471) - -___ - -### CustomClaimType - -Ƭ **CustomClaimType**: `Object` - -CustomClaimType - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `id` | `BigNumber` | -| `name` | `string` | - -#### Defined in - -[types/index.ts:1730](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1730) - -___ - -### CustomClaimTypeWithDid - -Ƭ **CustomClaimTypeWithDid**: [`CustomClaimType`](Types.md#customclaimtype) & \{ `did?`: `string` } - -CustomClaimType with DID that registered the CustomClaimType - -#### Defined in - -[types/index.ts:1760](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1760) - -___ - -### GenericAuthorizationData - -Ƭ **GenericAuthorizationData**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | `Exclude`\<[`AuthorizationType`](../../enums/Types/AuthorizationType/AuthorizationType.md), [`RotatePrimaryKey`](../../enums/Types/AuthorizationType/AuthorizationType.md#rotateprimarykey) \| [`JoinIdentity`](../../enums/Types/AuthorizationType/AuthorizationType.md#joinidentity) \| [`PortfolioCustody`](../../enums/Types/AuthorizationType/AuthorizationType.md#portfoliocustody) \| [`BecomeAgent`](../../enums/Types/AuthorizationType/AuthorizationType.md#becomeagent) \| [`AddRelayerPayingKey`](../../enums/Types/AuthorizationType/AuthorizationType.md#addrelayerpayingkey) \| [`RotatePrimaryKeyToSecondary`](../../enums/Types/AuthorizationType/AuthorizationType.md#rotateprimarykeytosecondary) \| [`AttestPrimaryKeyRotation`](../../enums/Types/AuthorizationType/AuthorizationType.md#attestprimarykeyrotation)\> | -| `value` | `string` | - -#### Defined in - -[types/index.ts:1166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1166) - -___ - -### GenericPolymeshTransaction - -Ƭ **GenericPolymeshTransaction**\<`ProcedureReturnValue`, `ReturnValue`\>: [`PolymeshTransaction`](../../classes/Base/PolymeshTransaction/PolymeshTransaction.md)\<`ProcedureReturnValue`, `ReturnValue`\> \| [`PolymeshTransactionBatch`](../../classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md)\<`ProcedureReturnValue`, `ReturnValue`\> - -#### Type parameters - -| Name | -| :------ | -| `ProcedureReturnValue` | -| `ReturnValue` | - -#### Defined in - -[types/index.ts:1678](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1678) - -___ - -### GroupPermissions - -Ƭ **GroupPermissions**: `Pick`\<[`Permissions`](../../interfaces/Types/Permissions/Permissions.md), ``"transactions"`` \| ``"transactionGroups"``\> - -Asset permissions shared by agents in a group - -#### Defined in - -[types/index.ts:1039](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1039) - -___ - -### InputCondition - -Ƭ **InputCondition**: [`SingleClaimCondition`](../../interfaces/Types/SingleClaimCondition/SingleClaimCondition.md) \| [`MultiClaimCondition`](../../interfaces/Types/MultiClaimCondition/MultiClaimCondition.md) \| [`Modify`](Utils/Utils.md#modify)\<[`IdentityCondition`](../../interfaces/Types/IdentityCondition/IdentityCondition.md), \{ `identity`: `string` \| [`Identity`](../../classes/API/Entities/Identity/Identity.md) }\> \| [`ExternalAgentCondition`](../../interfaces/Types/ExternalAgentCondition/ExternalAgentCondition.md) & [`InputConditionBase`](Types.md#inputconditionbase) - -#### Defined in - -[types/index.ts:479](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L479) - -___ - -### InputConditionBase - -Ƭ **InputConditionBase**: [`Modify`](Utils/Utils.md#modify)\<[`ConditionBase`](../../interfaces/Types/ConditionBase/ConditionBase.md), \{ `trustedClaimIssuers?`: [`InputTrustedClaimIssuer`](Types.md#inputtrustedclaimissuer)[] }\> - -#### Defined in - -[types/index.ts:442](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L442) - -___ - -### InputCorporateActionTargets - -Ƭ **InputCorporateActionTargets**: [`Modify`](Utils/Utils.md#modify)\<[`CorporateActionTargets`](../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md), \{ `identities`: (`string` \| [`Identity`](../../classes/API/Entities/Identity/Identity.md))[] }\> - -Targets of a corporate action in a flexible structure for input purposes - -#### Defined in - -[types/index.ts:1661](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1661) - -___ - -### InputCorporateActionTaxWithholdings - -Ƭ **InputCorporateActionTaxWithholdings**: [`Modify`](Utils/Utils.md#modify)\<[`TaxWithholding`](../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md), \{ `identity`: `string` \| [`Identity`](../../classes/API/Entities/Identity/Identity.md) }\>[] - -Per-Identity tax withholdings of a corporate action in a flexible structure for input purposes - -#### Defined in - -[types/index.ts:1671](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1671) - -___ - -### InputRequirement - -Ƭ **InputRequirement**: [`Modify`](Utils/Utils.md#modify)\<[`Requirement`](../../interfaces/Types/Requirement/Requirement.md), \{ `conditions`: [`InputCondition`](Types.md#inputcondition)[] }\> - -#### Defined in - -[types/index.ts:505](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L505) - -___ - -### InputStatClaim - -Ƭ **InputStatClaim**: [`StatJurisdictionClaimInput`](../../interfaces/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md) \| [`StatAccreditedClaimInput`](../../interfaces/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md) \| [`StatAffiliateClaimInput`](../../interfaces/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md) - -#### Defined in - -[types/index.ts:336](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L336) - -___ - -### InputStatType - -Ƭ **InputStatType**: \{ `type`: [`Count`](../../enums/Types/StatType/StatType.md#count) \| [`Balance`](../../enums/Types/StatType/StatType.md#balance) } \| \{ `claimIssuer`: [`StatClaimIssuer`](../../interfaces/Types/StatClaimIssuer/StatClaimIssuer.md) ; `type`: [`ScopedCount`](../../enums/Types/StatType/StatType.md#scopedcount) \| [`ScopedBalance`](../../enums/Types/StatType/StatType.md#scopedbalance) } - -#### Defined in - -[types/index.ts:341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L341) - -___ - -### InputTrustedClaimIssuer - -Ƭ **InputTrustedClaimIssuer**: [`Modify`](Utils/Utils.md#modify)\<[`TrustedClaimIssuer`](../../interfaces/Types/TrustedClaimIssuer/TrustedClaimIssuer.md), \{ `identity`: `string` \| [`Identity`](../../classes/API/Entities/Identity/Identity.md) }\> - -#### Defined in - -[types/index.ts:418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L418) - -___ - -### InstructionsByStatus - -Ƭ **InstructionsByStatus**: [`GroupedInstructions`](../../interfaces/Types/GroupedInstructions/GroupedInstructions.md) & \{ `partiallyAffirmed`: [`Instruction`](../../classes/API/Entities/Instruction/Instruction.md)[] } - -#### Defined in - -[types/index.ts:1604](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1604) - -___ - -### JoinIdentityAuthorizationData - -Ƭ **JoinIdentityAuthorizationData**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`JoinIdentity`](../../enums/Types/AuthorizationType/AuthorizationType.md#joinidentity) | -| `value` | [`Permissions`](../../interfaces/Types/Permissions/Permissions.md) | - -#### Defined in - -[types/index.ts:1146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1146) - -___ - -### MapTxData - -Ƭ **MapTxData**\<`ArgsArray`\>: \{ [K in keyof ArgsArray]: ArgsArray[K] extends unknown[] ? TxData\ : never } - -Apply the [TxData](../../interfaces/Types/TxData/TxData.md) type to all args in an array - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `ArgsArray` | extends `unknown`[][] | - -#### Defined in - -[types/index.ts:1715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1715) - -___ - -### MiddlewareScope - -Ƭ **MiddlewareScope**: [`Scalars`](Types.md#scalars)[``"JSON"``][``"input"``] - -#### Defined in - -[middleware/typesV1.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/typesV1.ts#L9) - -___ - -### MortalityProcedureOpt - -Ƭ **MortalityProcedureOpt**: [`ImmortalProcedureOptValue`](../../interfaces/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md) \| [`MortalProcedureOptValue`](../../interfaces/Types/MortalProcedureOptValue/MortalProcedureOptValue.md) - -#### Defined in - -[types/index.ts:1541](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1541) - -___ - -### NextKey - -Ƭ **NextKey**: `string` \| `BigNumber` \| ``null`` - -#### Defined in - -[types/index.ts:781](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L781) - -___ - -### NonFungiblePortfolioMovement - -Ƭ **NonFungiblePortfolioMovement**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `asset` | [`NftCollection`](../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) \| `string` | - | -| `memo?` | `string` | identifier string to help differentiate transfers | -| `nfts` | ([`Nft`](../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md) \| `BigNumber`)[] | - | - -#### Defined in - -[types/index.ts:1311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1311) - -___ - -### PayingAccount - -Ƭ **PayingAccount**: \{ `account`: [`Account`](../../classes/API/Entities/Account/Account.md) ; `allowance`: `BigNumber` ; `type`: [`Subsidy`](../../enums/Types/PayingAccountType/PayingAccountType.md#subsidy) } \| \{ `account`: [`Account`](../../classes/API/Entities/Account/Account.md) ; `type`: [`Caller`](../../enums/Types/PayingAccountType/PayingAccountType.md#caller) \| [`Other`](../../enums/Types/PayingAccountType/PayingAccountType.md#other) } - -Data representing the Account responsible for paying fees for a transaction - -#### Defined in - -[types/index.ts:835](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L835) - -___ - -### PermissionsLike - -Ƭ **PermissionsLike**: \{ `assets?`: [`SectionPermissions`](../../interfaces/Types/SectionPermissions/SectionPermissions.md)\<`string` \| [`FungibleAsset`](../../classes/API/Entities/Asset/Fungible/FungibleAsset.md)\> \| ``null`` ; `portfolios?`: [`SectionPermissions`](../../interfaces/Types/SectionPermissions/SectionPermissions.md)\<[`PortfolioLike`](Types.md#portfoliolike)\> \| ``null`` } & \{ `transactions?`: [`TransactionPermissions`](../../interfaces/Types/TransactionPermissions/TransactionPermissions.md) \| ``null`` } \| \{ `transactionGroups?`: [`TxGroup`](../../enums/Types/TxGroup/TxGroup.md)[] } - -Permissions to grant to a Signer over an Identity - -[Permissions](../../interfaces/Types/Permissions/Permissions.md) - -**`Note`** - -TxGroups in the `transactionGroups` array will be transformed into their corresponding `TxTag`s - -#### Defined in - -[types/index.ts:1281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1281) - -___ - -### PortfolioCustodyAuthorizationData - -Ƭ **PortfolioCustodyAuthorizationData**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`PortfolioCustody`](../../enums/Types/AuthorizationType/AuthorizationType.md#portfoliocustody) | -| `value` | [`NumberedPortfolio`](../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) | - -#### Defined in - -[types/index.ts:1151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1151) - -___ - -### PortfolioLike - -Ƭ **PortfolioLike**: `string` \| [`Identity`](../../classes/API/Entities/Identity/Identity.md) \| [`NumberedPortfolio`](../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) \| \{ `id`: `BigNumber` ; `identity`: `string` \| [`Identity`](../../classes/API/Entities/Identity/Identity.md) } - -#### Defined in - -[types/index.ts:1267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1267) - -___ - -### PortfolioMovement - -Ƭ **PortfolioMovement**: [`FungiblePortfolioMovement`](../../interfaces/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md) \| [`NonFungiblePortfolioMovement`](Types.md#nonfungibleportfoliomovement) - -#### Defined in - -[types/index.ts:1320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1320) - -___ - -### PrivateKey - -Ƭ **PrivateKey**: \{ `uri`: `string` } \| \{ `mnemonic`: `string` } \| \{ `seed`: `string` } - -URI|mnemonic|hex representation of a private key - -#### Defined in - -[types/index.ts:1647](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1647) - -___ - -### Role - -Ƭ **Role**: [`TickerOwnerRole`](../../interfaces/Types/TickerOwnerRole/TickerOwnerRole.md) \| [`CddProviderRole`](../../interfaces/Types/CddProviderRole/CddProviderRole.md) \| [`VenueOwnerRole`](../../interfaces/Types/VenueOwnerRole/VenueOwnerRole.md) \| [`PortfolioCustodianRole`](../../interfaces/Types/PortfolioCustodianRole/PortfolioCustodianRole.md) \| [`IdentityRole`](../../interfaces/Types/IdentityRole/IdentityRole.md) - -#### Defined in - -[types/index.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L137) - -___ - -### RotatePrimaryKeyAuthorizationData - -Ƭ **RotatePrimaryKeyAuthorizationData**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`RotatePrimaryKey`](../../enums/Types/AuthorizationType/AuthorizationType.md#rotateprimarykey) | - -#### Defined in - -[types/index.ts:1137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1137) - -___ - -### RotatePrimaryKeyToSecondaryData - -Ƭ **RotatePrimaryKeyToSecondaryData**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`RotatePrimaryKeyToSecondary`](../../enums/Types/AuthorizationType/AuthorizationType.md#rotateprimarykeytosecondary) | -| `value` | [`Permissions`](../../interfaces/Types/Permissions/Permissions.md) | - -#### Defined in - -[types/index.ts:1141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1141) - -___ - -### Scalars - -Ƭ **Scalars**: `Object` - -All built-in and custom scalars, mapped to their actual values - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `BigFloat` | \{ `input`: `any` ; `output`: `any` } | -| `BigFloat.input` | `any` | -| `BigFloat.output` | `any` | -| `BigInt` | \{ `input`: `any` ; `output`: `any` } | -| `BigInt.input` | `any` | -| `BigInt.output` | `any` | -| `Boolean` | \{ `input`: `boolean` ; `output`: `boolean` } | -| `Boolean.input` | `boolean` | -| `Boolean.output` | `boolean` | -| `Cursor` | \{ `input`: `any` ; `output`: `any` } | -| `Cursor.input` | `any` | -| `Cursor.output` | `any` | -| `Date` | \{ `input`: `any` ; `output`: `any` } | -| `Date.input` | `any` | -| `Date.output` | `any` | -| `Datetime` | \{ `input`: `any` ; `output`: `any` } | -| `Datetime.input` | `any` | -| `Datetime.output` | `any` | -| `Float` | \{ `input`: `number` ; `output`: `number` } | -| `Float.input` | `number` | -| `Float.output` | `number` | -| `ID` | \{ `input`: `string` ; `output`: `string` } | -| `ID.input` | `string` | -| `ID.output` | `string` | -| `Int` | \{ `input`: `number` ; `output`: `number` } | -| `Int.input` | `number` | -| `Int.output` | `number` | -| `JSON` | \{ `input`: `any` ; `output`: `any` } | -| `JSON.input` | `any` | -| `JSON.output` | `any` | -| `String` | \{ `input`: `string` ; `output`: `string` } | -| `String.input` | `string` | -| `String.output` | `string` | - -#### Defined in - -[middleware/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/middleware/types.ts#L13) - -___ - -### ScopedClaim - -Ƭ **ScopedClaim**: [`JurisdictionClaim`](../../interfaces/Types/JurisdictionClaim/JurisdictionClaim.md) \| [`AccreditedClaim`](../../interfaces/Types/AccreditedClaim/AccreditedClaim.md) \| [`AffiliateClaim`](../../interfaces/Types/AffiliateClaim/AffiliateClaim.md) \| [`BuyLockupClaim`](../../interfaces/Types/BuyLockupClaim/BuyLockupClaim.md) \| [`SellLockupClaim`](../../interfaces/Types/SellLockupClaim/SellLockupClaim.md) \| [`KycClaim`](../../interfaces/Types/KycClaim/KycClaim.md) \| [`ExemptedClaim`](../../interfaces/Types/ExemptedClaim/ExemptedClaim.md) \| [`BlockedClaim`](../../interfaces/Types/BlockedClaim/BlockedClaim.md) \| [`CustomClaim`](../../interfaces/Types/CustomClaim/CustomClaim.md) - -#### Defined in - -[types/index.ts:295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L295) - -___ - -### Signer - -Ƭ **Signer**: [`Identity`](../../classes/API/Entities/Identity/Identity.md) \| [`Account`](../../classes/API/Entities/Account/Account.md) - -#### Defined in - -[types/index.ts:1249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1249) - -___ - -### StatClaimType - -Ƭ **StatClaimType**: [`Accredited`](../../enums/Types/ClaimType/ClaimType.md#accredited) \| [`Affiliate`](../../enums/Types/ClaimType/ClaimType.md#affiliate) \| [`Jurisdiction`](../../enums/Types/ClaimType/ClaimType.md#jurisdiction) - -#### Defined in - -[types/index.ts:319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L319) - -___ - -### SubCallback - -Ƭ **SubCallback**\<`T`\>: (`result`: `T`) => `void` \| `Promise`\<`void`\> - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Type declaration - -▸ (`result`): `void` \| `Promise`\<`void`\> - -##### Parameters - -| Name | Type | -| :------ | :------ | -| `result` | `T` | - -##### Returns - -`void` \| `Promise`\<`void`\> - -#### Defined in - -[types/index.ts:709](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L709) - -___ - -### TransactionArgument - -Ƭ **TransactionArgument**: \{ `_rawType`: `TypeDef` ; `name`: `string` ; `optional`: `boolean` } & [`PlainTransactionArgument`](../../interfaces/Types/PlainTransactionArgument/PlainTransactionArgument.md) \| [`ArrayTransactionArgument`](../../interfaces/Types/ArrayTransactionArgument/ArrayTransactionArgument.md) \| [`SimpleEnumTransactionArgument`](../../interfaces/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md) \| [`ComplexTransactionArgument`](../../interfaces/Types/ComplexTransactionArgument/ComplexTransactionArgument.md) - -#### Defined in - -[types/index.ts:1238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1238) - -___ - -### TransactionArray - -Ƭ **TransactionArray**\<`ReturnValues`\>: \{ [K in keyof ReturnValues]: GenericPolymeshTransaction\ } - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValues` | extends readonly [...unknown[]] | - -#### Defined in - -[types/index.ts:1682](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1682) - -___ - -### TransferRestriction - -Ƭ **TransferRestriction**: \{ `type`: [`Count`](../../enums/Types/TransferRestrictionType/TransferRestrictionType.md#count) ; `value`: `BigNumber` } \| \{ `type`: [`Percentage`](../../enums/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) ; `value`: `BigNumber` } \| \{ `type`: [`ClaimCount`](../../enums/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) ; `value`: [`ClaimCountRestrictionValue`](../../interfaces/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md) } \| \{ `type`: [`ClaimPercentage`](../../enums/Types/TransferRestrictionType/TransferRestrictionType.md#claimpercentage) ; `value`: [`ClaimPercentageRestrictionValue`](../../interfaces/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md) } - -#### Defined in - -[types/index.ts:1420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L1420) - -___ - -### UnscopedClaim - -Ƭ **UnscopedClaim**: [`CddClaim`](../../interfaces/Types/CddClaim/CddClaim.md) - -#### Defined in - -[types/index.ts:306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L306) - -___ - -### UnsubCallback - -Ƭ **UnsubCallback**: () => `void` - -#### Type declaration - -▸ (): `void` - -##### Returns - -`void` - -#### Defined in - -[types/index.ts:711](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/index.ts#L711) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/Types/Utils/Utils.md b/sdk-docs_versioned_docs/version-23.2.x/modules/Types/Utils/Utils.md deleted file mode 100644 index 778e660a25..0000000000 --- a/sdk-docs_versioned_docs/version-23.2.x/modules/Types/Utils/Utils.md +++ /dev/null @@ -1,132 +0,0 @@ ---- -id: "Utils" -title: "Module: utils" -sidebar_label: "Utils" ---- - -## Type Aliases - -### ArgsType - -Ƭ **ArgsType**\<`T`\>: `T` extends (...`args`: infer A) => `unknown` ? `A` : `never` - -Less strict version of `Parameters` - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Defined in - -[types/utils/index.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/utils/index.ts#L29) - -___ - -### Ensured - -Ƭ **Ensured**\<`T`, `K`\>: `Required`\<`Pick`\<`T`, `K`\>\> & \{ [SubKey in K]: NonNullable\ } - -Pick a single property from T and ensure it is defined - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `T` | `T` | -| `K` | extends keyof `T` | - -#### Defined in - -[types/utils/index.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/utils/index.ts#L87) - -___ - -### HumanReadableType - -Ƭ **HumanReadableType**\<`T`\>: `T` extends [`Entity`](../../../classes/API/Entities/Entity/Entity.md)\<`unknown`, infer H\> ? [`HumanReadableType`](Utils.md#humanreadabletype)\<`H`\> : `T` extends `BigNumber` ? `string` : `T` extends `Date` ? `string` : `T` extends `object` ? \{ [K in keyof T]: T[K] extends Entity\ ? HumanReadableType\ : HumanReadableType\ } : `T` - -Recursively traverse a type and transform its Entity properties into their - human readable version (as if `.toHuman` had been called on all of them) - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Defined in - -[types/utils/index.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/utils/index.ts#L35) - -___ - -### Modify - -Ƭ **Modify**\<`T`, `R`\>: `Omit`\<`T`, keyof `R`\> & `R` - -Override T with the properties of R - -#### Type parameters - -| Name | -| :------ | -| `T` | -| `R` | - -#### Defined in - -[types/utils/index.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/utils/index.ts#L76) - -___ - -### PaginatedQueryArgs - -Ƭ **PaginatedQueryArgs**\<`T`\>: `T` & \{ `size?`: `number` ; `start?`: `number` } - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Defined in - -[types/utils/index.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/utils/index.ts#L91) - -___ - -### QueryArgs - -Ƭ **QueryArgs**\<`T`, `K`\>: \{ [P in K]?: T[P] } - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `T` | `T` | -| `K` | extends keyof `T` | - -#### Defined in - -[types/utils/index.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/utils/index.ts#L96) - -___ - -### WithRequired - -Ƭ **WithRequired**\<`T`, `K`\>: `T` & \{ [P in K]-?: T[P] } - -Ensure a specific property of T is defined - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `T` | `T` | -| `K` | extends keyof `T` | - -#### Defined in - -[types/utils/index.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/daafaa68f/src/types/utils/index.ts#L82) diff --git a/sdk-docs_versioned_docs/version-24.7.x/README.md b/sdk-docs_versioned_docs/version-24.7.x/README.md deleted file mode 100644 index 1eb31419ed..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/README.md +++ /dev/null @@ -1,157 +0,0 @@ ---- -id: 'README' -title: 'Polymesh SDK Readme' -sidebar_label: 'SDK Readme' -sidebar_position: 0 ---- - -[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) -[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square)](https://github.com/standard/semistandard) -[![Types](https://img.shields.io/npm/types/@polymeshassociation/polymesh-sdk)] -[![npm](https://img.shields.io/npm/v/@polymeshassociation/polymesh-sdk)](https://www.npmjs.com/package/@polymeshassociation/polymesh-sdk) -[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=PolymeshAssociation_polymesh-sdk&metric=coverage)](https://sonarcloud.io/summary/new_code?id=PolymeshAssociation_polymesh-sdk) -[![Github Actions Workflow](https://github.com/PolymeshAssociation/polymesh-sdk/actions/workflows/main.yml/badge.svg)](https://github.com/PolymeshAssociation/polymesh-sdk/actions) -[![Sonar Status](https://sonarcloud.io/api/project_badges/measure?project=PolymeshAssociation_polymesh-sdk&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=PolymeshAssociation_polymesh-sdk) -[![Issues](https://img.shields.io/github/issues/PolymeshAssociation/polymesh-sdk)](https://github.com/PolymeshAssociation/polymesh-sdk/issues) - -## @polymeshassociation/polymesh-sdk - - - -## Polymesh version - -This release is compatible with Polymesh v6.2 and v6.3, - - - -## Getting Started - -### Purpose - -The Polymesh SDK's main goal is to provide external developers with a set of tools that will allow them to build powerful applications that interact with the Polymesh protocol. It focuses on abstracting away all the complexities of the Polymesh blockchain and expose a simple but complete interface. The result is a feature-rich, user-friendly node.js library. - -### Technical Pre-requisites - -In order to use the Polymesh SDK, you must install [node](https://nodejs.org/) \(version 16\) and [npm](https://www.npmjs.com/). The library is written in [typescript](https://www.typescriptlang.org/), but can also be used in plain javascript. This document will assume you are using typescript, but the translation to javascript is very simple. - -### Documentation - -Polymesh SDK API Reference: - -https://developers.polymesh.network/sdk-docs/ - -### How to use - -#### Installation - -`npm i @polymeshassociation/polymesh-sdk --save` - -Or, if you're using yarn - -`yarn add @polymeshassociation/polymesh-sdk` - -Or, if using pnpm - -`pnpm add @polymeshassociation/polymesh-sdk` - -**NOTE** it is _highly_ recommended that you use one of these three package managers. This project uses package resolutions/overrides to pin certain problematic dependencies, and these are only supported by the aforementioned package managers. Using a different package manager may result in unexpected behavior - -**NOTE** if using TypeScript the compiler option "skipLibCheck" should be set to true in your tsconfig.json file - -#### Initializing the client - -Before you can start registering Tickers and creating Assets, you have to connect the Polymesh SDK client to a Polymesh node. This is a pretty straightforward process: - -```typescript -import { Polymesh } from '@polymeshassociation/polymesh-sdk'; -import { LocalSigningManager } from '@polymeshassociation/local-signing-manager'; - -async function run() { - const signingManager = await LocalSigningManager.create({ - accounts: [ - { - mnemonic: '//Alice', //A "well known" mnemonic, often with sudo privileges on development chains - }, - { - mnemonic: - 'forest end mail art wish leave truth else ignore royal knife river', // most mnemonics are 12 words - }, - ], - }); - const polyClient = await Polymesh.connect({ - nodeUrl: 'wss://some-node-url.com', - signingManager, - }); - - // do stuff with the client -} -``` - -Here is an overview of the parameters passed to the `connect` function: - -- `nodeUrl` is a URL that points to a running Polymesh node -- `signingManager` is an object that complies with the `SigningManager` interface. It holds the Accounts capable of signing transactions, and the signing logic itself. In this example, `LocalSigningManager` is a simple signing manager that holds private keys in memory and signs with them - -**NOTE:** if using the SDK on a browser environment \(i.e. with the Polymesh wallet browser extension\), you would use the `BrowserExtensionSigningManager` provided by `@polymeshassociation/browser-extension-signing-manager` - -```typescript -import { Polymesh } from '@polymeshassociation/polymesh-sdk'; -import { BrowserExtensionSigningManager } from '@polymeshassociation/browser-extension-signing-manager'; - -async function run() { - const signingManager = await BrowserExtensionSigningManager.create( - 'MY_APP_NAME' - ); // The Polymesh wallet extension will ask the user to authorize MY_APP_NAME for access - - const polyClient = await Polymesh.connect({ - nodeUrl: 'wss://some-node-url.com', - signingManager, - }); - - // do stuff with the client -} -``` - -#### Creating Transactions - -Creating transactions is a two-step process. First a procedure is created, which validates the chain is likely to accept the transaction and returns a Procedure object. This procedure is then executed. This includes having the signing manager generate a signature and waiting for block finalization. Some procedures resolve to a relevant entity, such as `createAsset` resolving to the created asset. - -```typescript - /** - * This step performs validations, and will throw an error if the transaction isn't expected to proceed, e.g., if the `ticker` is already in use - */ - const createAssetProc = await polyClient.assets.createAsset({ - name: 'My new asset' - ticker: 'TICKER', - // ... (args omitted for brevity) - }) - - /** - * The promise will resolve when the transaction is in a finalized block which takes on average 15 seconds. It will throw an error if the transaction fails to finalize. - * For example, if the `ticker` was claimed after the procedure was created, but before it was executed, or the signing manager didn't generate a correct signature. - */ - const newAsset = await createAssetProc.run() -``` - -#### Reading Data - -The SDK exposes getter functions that will return entities, which may have their own functions: - -```typescript -const assetsPage = await polyClient.assets.get({ size: new BigNumber(20) }); -const asset = assetsPage.data[0]; - -const assetDetails = await asset.details(); -console.log('asset details:', assetDetails); -``` - -Note: Some getters require "middleware" to be configured, which is a chain indexer that aids in historical queries. All such methods will have a comment indicating this requirement. - -### Terminology - -The SDK uses the class `Account` as an abstraction for a public/private key pair that is used to sign transactions. Although consistent with [Substrate](https://substrate.io/vision/substrate-and-polkadot/) (the chain's framework) naming conventions, it can be a source of confusion considering the domain. What the SDK calls an account is often referred to as a key. Public keys are often represented in [SS58 format](https://docs.substrate.io/reference/address-formats/) which is a special encoding that indicates if the key is intended for mainnet or not. In this form, it is referred to as an address and looks like: `5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY` (non-mainnet keys begin with **5**, mainnet addresses will instead begin with **2**). - -The only thing an `Account` holds is the POLYX utility token. Ownership of any asset on the Polymesh chain requires an `Identity`. This process involves a trusted provider writing a claim to the chain, stating that this person has completed a "customer due diligence" (CDD) process. For development chains, the mnemonic `//Alice` can create CDD claims by default. - -Polymesh uses an `Identity` to provide flexibility in managing permissions. Portfolios can be created, and secondary keys can be granted permission to provide fine grained authorization. diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/AccountManagement/AccountManagement.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/AccountManagement/AccountManagement.md deleted file mode 100644 index 61553eca94..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/AccountManagement/AccountManagement.md +++ /dev/null @@ -1,487 +0,0 @@ ---- -id: "AccountManagement" -title: "Class: AccountManagement" -sidebar_label: "AccountManagement" ---- - -[api/client/AccountManagement](../../../../modules/API/Client/AccountManagement/AccountManagement.md).AccountManagement - -Handles functionality related to Account Management - -## Methods - -### acceptPrimaryKey - -▸ **acceptPrimaryKey**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Accepts the authorization to become the new primary key of the issuing identity. - -If a CDD service provider approved this change (or this is not required), primary key of the Identity is updated. - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AcceptPrimaryKeyRotationParams`](../../../../interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -The caller (new primary key) must be either a secondary key of the issuing identity, or -unlinked to any identity. - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [acceptPrimaryKey.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/AccountManagement.ts#L342) - -___ - -### createMultiSigAccount - -▸ **createMultiSigAccount**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`MultiSig`](../../Entities/Account/MultiSig/MultiSig.md), [`MultiSig`](../../Entities/Account/MultiSig/MultiSig.md)\>\> - -Create a MultiSig Account - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateMultiSigParams`](../../../../interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`MultiSig`](../../Entities/Account/MultiSig/MultiSig.md), [`MultiSig`](../../Entities/Account/MultiSig/MultiSig.md)\>\> - -**`Note`** - -this will create an [Authorization Request](../../Entities/AuthorizationRequest/AuthorizationRequest.md) for each signing Account which will have to be accepted before they can approve transactions. None of the signing Accounts can be associated with an Identity when accepting the Authorization - An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createMultiSigAccount.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/AccountManagement.ts#L218) - -___ - -### freezeSecondaryAccounts - -▸ **freezeSecondaryAccounts**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Freeze all of the secondary Accounts in the signing Identity. This means revoking their permission to perform any operation on the blockchain and freezing their funds until the Accounts are unfrozen via [unfreezeSecondaryAccounts](AccountManagement.md#unfreezesecondaryaccounts) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [freezeSecondaryAccounts.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/AccountManagement.ts#L180) - -___ - -### getAccount - -▸ **getAccount**(`args`): `Promise`\<[`Account`](../../Entities/Account/Account.md) \| [`MultiSig`](../../Entities/Account/MultiSig/MultiSig.md)\> - -Return an Account instance from an address. If the Account has multiSig signers, the returned value will be a [MultiSig](../../Entities/Account/MultiSig/MultiSig.md) instance - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.address` | `string` | - -#### Returns - -`Promise`\<[`Account`](../../Entities/Account/Account.md) \| [`MultiSig`](../../Entities/Account/MultiSig/MultiSig.md)\> - -#### Defined in - -[api/client/AccountManagement.ts:277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/AccountManagement.ts#L277) - -___ - -### getAccountBalance - -▸ **getAccountBalance**(`args?`): `Promise`\<[`Balance`](../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> - -Get the free/locked POLYX balance of an Account - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.account` | `string` \| [`Account`](../../Entities/Account/Account.md) | defaults to the signing Account | - -#### Returns - -`Promise`\<[`Balance`](../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Defined in - -[api/client/AccountManagement.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/AccountManagement.ts#L229) - -▸ **getAccountBalance**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`Balance`](../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/client/AccountManagement.ts:230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/AccountManagement.ts#L230) - -▸ **getAccountBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.account` | `string` \| [`Account`](../../Entities/Account/Account.md) | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`Balance`](../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/client/AccountManagement.ts:231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/AccountManagement.ts#L231) - -___ - -### getSigningAccount - -▸ **getSigningAccount**(): ``null`` \| [`Account`](../../Entities/Account/Account.md) - -Return the signing Account, or null if no signing Account has been set - -#### Returns - -``null`` \| [`Account`](../../Entities/Account/Account.md) - -#### Defined in - -[api/client/AccountManagement.ts:284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/AccountManagement.ts#L284) - -___ - -### getSigningAccounts - -▸ **getSigningAccounts**(): `Promise`\<[`Account`](../../Entities/Account/Account.md)[]\> - -Return a list that contains all the signing Accounts associated to the SDK instance's Signing Manager - -#### Returns - -`Promise`\<[`Account`](../../Entities/Account/Account.md)[]\> - -**`Throws`** - -— if there is no Signing Manager attached to the SDK - -#### Defined in - -[api/client/AccountManagement.ts:297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/AccountManagement.ts#L297) - -___ - -### getSubsidy - -▸ **getSubsidy**(`args`): [`Subsidy`](../../Entities/Subsidy/Subsidy.md) - -Return an Subsidy instance for a pair of beneficiary and subsidizer Account - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.beneficiary` | `string` \| [`Account`](../../Entities/Account/Account.md) | -| `args.subsidizer` | `string` \| [`Account`](../../Entities/Account/Account.md) | - -#### Returns - -[`Subsidy`](../../Entities/Subsidy/Subsidy.md) - -#### Defined in - -[api/client/AccountManagement.ts:304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/AccountManagement.ts#L304) - -___ - -### inviteAccount - -▸ **inviteAccount**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> - -Send an invitation to an Account to join the signing Identity as a secondary Account - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`InviteAccountParams`](../../../../interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create an [Authorization Request](../../Entities/AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `targetAccount`. - An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [inviteAccount.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/AccountManagement.ts#L170) - -___ - -### isValidAddress - -▸ **isValidAddress**(`args`): `boolean` - -Returns `true` - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args` | `Object` | - | -| `args.address` | `string` | is a valid ss58 address for the connected network | - -#### Returns - -`boolean` - -#### Defined in - -[api/client/AccountManagement.ts:321](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/AccountManagement.ts#L321) - -___ - -### leaveIdentity - -▸ **leaveIdentity**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Disassociate the signing Account from its Identity. This operation can only be done if the signing Account is a secondary Account - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [leaveIdentity.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/AccountManagement.ts#L122) - -___ - -### modifyPermissions - -▸ **modifyPermissions**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Modify all permissions of a list of secondary Accounts associated with the signing Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifySignerPermissionsParams`](../../../../interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -if the signing Account is not the primary Account of the Identity whose secondary Account permissions are being modified - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modifyPermissions.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/AccountManagement.ts#L156) - -___ - -### removeSecondaryAccounts - -▸ **removeSecondaryAccounts**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Remove a list of secondary Accounts associated with the signing Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RemoveSecondaryAccountsParams`](../../../../interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [removeSecondaryAccounts.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/AccountManagement.ts#L132) - -___ - -### revokePermissions - -▸ **revokePermissions**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Revoke all permissions of a list of secondary Accounts associated with the signing Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.secondaryAccounts` | (`string` \| [`Account`](../../Entities/Account/Account.md))[] | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -if the signing Account is not the primary Account of the Identity whose secondary Account permissions are being revoked - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [revokePermissions.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/AccountManagement.ts#L144) - -___ - -### subsidizeAccount - -▸ **subsidizeAccount**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> - -Send an Authorization Request to an Account to subsidize its transaction fees - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SubsidizeAccountParams`](../../../../interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create an [Authorization Request](../../Entities/AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `beneficiary` Account. - An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [subsidizeAccount.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/AccountManagement.ts#L204) - -___ - -### unfreezeSecondaryAccounts - -▸ **unfreezeSecondaryAccounts**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Unfreeze all of the secondary Accounts in the signing Identity. This will restore their permissions as they were before being frozen - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unfreezeSecondaryAccounts.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/AccountManagement.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/AccountManagement.ts#L190) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/Assets/Assets.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/Assets/Assets.md deleted file mode 100644 index 87c0eaa76e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/Assets/Assets.md +++ /dev/null @@ -1,342 +0,0 @@ ---- -id: "Assets" -title: "Class: Assets" -sidebar_label: "Assets" ---- - -[api/client/Assets](../../../../modules/API/Client/Assets/Assets.md).Assets - -Handles all Asset related functionality - -## Methods - -### createAsset - -▸ **createAsset**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md), [`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md)\>\> - -Create an Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateAssetWithTickerParams`](../../../../interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md), [`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md)\>\> - -**`Note`** - -if ticker is already reserved, then required role: - - Ticker Owner - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createAsset.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Assets.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Assets.ts#L99) - -___ - -### createNftCollection - -▸ **createNftCollection**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md), [`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md)\>\> - -Create an NftCollection - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateNftCollectionParams`](../../../../interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md), [`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md)\>\> - -**`Note`** - -if ticker is already reserved, then required role: - - Ticker Owner - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createNftCollection.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Assets.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Assets.ts#L112) - -___ - -### get - -▸ **get**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> - -Retrieve all the Assets on chain - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> - -**`Note`** - -supports pagination - -#### Defined in - -[api/client/Assets.ts:296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Assets.ts#L296) - -___ - -### getAsset - -▸ **getAsset**(`args`): `Promise`\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\> - -Retrieve a FungibleAsset or NftCollection - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.ticker` | `string` | - -#### Returns - -`Promise`\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\> - -**`Note`** - -`getFungibleAsset` and `getNftCollection` are similar to this method, but return a more specific type - -#### Defined in - -[api/client/Assets.ts:202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Assets.ts#L202) - -___ - -### getAssets - -▸ **getAssets**(`args?`): `Promise`\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)[]\> - -Retrieve all of the Assets owned by an Identity - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.owner` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | Identity representation or Identity ID as stored in the blockchain | - -#### Returns - -`Promise`\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)[]\> - -**`Note`** - -Assets with unreadable characters in their tickers will be left out - -#### Defined in - -[api/client/Assets.ts:216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Assets.ts#L216) - -___ - -### getFungibleAsset - -▸ **getFungibleAsset**(`args`): `Promise`\<[`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md)\> - -Retrieve a FungibleAsset - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args` | `Object` | - | -| `args.ticker` | `string` | Asset ticker | - -#### Returns - -`Promise`\<[`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md)\> - -#### Defined in - -[api/client/Assets.ts:254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Assets.ts#L254) - -___ - -### getGlobalMetadataKeys - -▸ **getGlobalMetadataKeys**(): `Promise`\<[`GlobalMetadataKey`](../../../../modules/API/Entities/MetadataEntry/Types/Types.md#globalmetadatakey)[]\> - -Retrieve all the Asset Global Metadata on chain. This includes metadata id, name and specs - -#### Returns - -`Promise`\<[`GlobalMetadataKey`](../../../../modules/API/Entities/MetadataEntry/Types/Types.md#globalmetadatakey)[]\> - -#### Defined in - -[api/client/Assets.ts:339](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Assets.ts#L339) - -___ - -### getNftCollection - -▸ **getNftCollection**(`args`): `Promise`\<[`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md)\> - -Retrieve an NftCollection - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args` | `Object` | - | -| `args.ticker` | `string` | NftCollection ticker | - -#### Returns - -`Promise`\<[`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md)\> - -#### Defined in - -[api/client/Assets.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Assets.ts#L275) - -___ - -### getTickerReservation - -▸ **getTickerReservation**(`args`): [`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md) - -Retrieve a Ticker Reservation - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args` | `Object` | - | -| `args.ticker` | `string` | Asset ticker | - -#### Returns - -[`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md) - -#### Defined in - -[api/client/Assets.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Assets.ts#L190) - -___ - -### getTickerReservations - -▸ **getTickerReservations**(`args?`): `Promise`\<[`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md)[]\> - -Retrieve all the ticker reservations currently owned by an Identity. This doesn't include Assets that - have already been launched - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.owner` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | defaults to the signing Identity | - -#### Returns - -`Promise`\<[`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md)[]\> - -**`Note`** - -reservations with unreadable characters in their tickers will be left out - -#### Defined in - -[api/client/Assets.ts:156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Assets.ts#L156) - -___ - -### isTickerAvailable - -▸ **isTickerAvailable**(`args`): `Promise`\<`boolean`\> - -Check if a ticker hasn't been reserved - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.ticker` | `string` | - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Defined in - -[api/client/Assets.ts:121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Assets.ts#L121) - -▸ **isTickerAvailable**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.ticker` | `string` | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<`boolean`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/client/Assets.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Assets.ts#L122) - -___ - -### reserveTicker - -▸ **reserveTicker**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md), [`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md)\>\> - -Reserve a ticker symbol under the ownership of the signing Identity to later use in the creation of an Asset. - The ticker will expire after a set amount of time, after which other users can reserve it - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ReserveTickerParams`](../../../../interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md), [`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md)\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [reserveTicker.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Assets.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Assets.ts#L86) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/Claims/Claims.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/Claims/Claims.md deleted file mode 100644 index adb805cffd..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/Claims/Claims.md +++ /dev/null @@ -1,374 +0,0 @@ ---- -id: "Claims" -title: "Class: Claims" -sidebar_label: "Claims" ---- - -[api/client/Claims](../../../../modules/API/Client/Claims/Claims.md).Claims - -Handles all Claims related functionality - -## Methods - -### addClaims - -▸ **addClaims**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Add claims to Identities - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Pick`\<[`ModifyClaimsParams`](../../../../modules/API/Procedures/Types/Types.md#modifyclaimsparams), ``"claims"``\> | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required roles: - - Customer Due Diligence Provider: if there is at least one CDD claim in the arguments - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addClaims.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Claims.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Claims.ts#L129) - -___ - -### editClaims - -▸ **editClaims**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Edit claims associated to Identities (only the expiry date can be modified) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Pick`\<[`ModifyClaimsParams`](../../../../modules/API/Procedures/Types/Types.md#modifyclaimsparams), ``"claims"``\> | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required roles: - - Customer Due Diligence Provider: if there is at least one CDD claim in the arguments - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [editClaims.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Claims.ts:142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Claims.ts#L142) - -___ - -### getAllCustomClaimTypes - -▸ **getAllCustomClaimTypes**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`CustomClaimTypeWithDid`](../../../../modules/API/Client/Types/Types.md#customclaimtypewithdid)\>\> - -Retrieve registered CustomClaimTypes - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.dids?` | `string`[] | Fetch CustomClaimTypes issued by the given `dids` | -| `opts.size?` | `BigNumber` | - | -| `opts.start?` | `BigNumber` | - | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`CustomClaimTypeWithDid`](../../../../modules/API/Client/Types/Types.md#customclaimtypewithdid)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -uses the middlewareV2 (Required) - -#### Defined in - -[api/client/Claims.ts:574](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Claims.ts#L574) - -___ - -### getCddClaims - -▸ **getCddClaims**(`opts?`): `Promise`\<[`ClaimData`](../../../../interfaces/API/Entities/Types/ClaimData/ClaimData.md)\<[`CddClaim`](../../../../interfaces/API/Entities/Types/CddClaim/CddClaim.md)\>[]\> - -Retrieve the list of CDD claims for a target Identity - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.includeExpired?` | `boolean` | whether to include expired claims. Defaults to true | -| `opts.target?` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | Identity for which to fetch CDD claims (optional, defaults to the signing Identity) | - -#### Returns - -`Promise`\<[`ClaimData`](../../../../interfaces/API/Entities/Types/ClaimData/ClaimData.md)\<[`CddClaim`](../../../../interfaces/API/Entities/Types/CddClaim/CddClaim.md)\>[]\> - -#### Defined in - -[api/client/Claims.ts:337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Claims.ts#L337) - -___ - -### getClaimScopes - -▸ **getClaimScopes**(`opts?`): `Promise`\<[`ClaimScope`](../../../../interfaces/API/Entities/Types/ClaimScope/ClaimScope.md)[]\> - -Retrieve all scopes in which claims have been made for the target Identity. - If the scope is an asset DID, the corresponding ticker is returned as well - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.target?` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | Identity for which to fetch claim scopes (optional, defaults to the signing Identity) | - -#### Returns - -`Promise`\<[`ClaimScope`](../../../../interfaces/API/Entities/Types/ClaimScope/ClaimScope.md)[]\> - -#### Defined in - -[api/client/Claims.ts:288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Claims.ts#L288) - -___ - -### getCustomClaimTypeById - -▸ **getCustomClaimTypeById**(`id`): `Promise`\<``null`` \| [`CustomClaimType`](../../../../modules/API/Client/Types/Types.md#customclaimtype)\> - -Retrieves a custom claim type based on its ID - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `BigNumber` | The ID of the custom claim type to retrieve | - -#### Returns - -`Promise`\<``null`` \| [`CustomClaimType`](../../../../modules/API/Client/Types/Types.md#customclaimtype)\> - -#### Defined in - -[api/client/Claims.ts:549](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Claims.ts#L549) - -___ - -### getCustomClaimTypeByName - -▸ **getCustomClaimTypeByName**(`name`): `Promise`\<``null`` \| [`CustomClaimType`](../../../../modules/API/Client/Types/Types.md#customclaimtype)\> - -Retrieves a custom claim type based on its name - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `name` | `string` | The name of the custom claim type to retrieve | - -#### Returns - -`Promise`\<``null`` \| [`CustomClaimType`](../../../../modules/API/Client/Types/Types.md#customclaimtype)\> - -#### Defined in - -[api/client/Claims.ts:526](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Claims.ts#L526) - -___ - -### getIdentitiesWithClaims - -▸ **getIdentitiesWithClaims**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityWithClaims`](../../../../interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md)\>\> - -Retrieve a list of Identities with claims associated to them. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.claimTypes?` | [`ClaimType`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md)[] | types of the claims to fetch. Defaults to any type | -| `opts.includeExpired?` | `boolean` | whether to include expired claims. Defaults to true | -| `opts.scope?` | [`Scope`](../../../../interfaces/API/Entities/Types/Scope/Scope.md) | scope of the claims to fetch. Defaults to any scope | -| `opts.size?` | `BigNumber` | page size | -| `opts.start?` | `BigNumber` | page offset | -| `opts.targets?` | (`string` \| [`Identity`](../../Entities/Identity/Identity.md))[] | Identities (or Identity IDs) for which to fetch targeting claims. Defaults to all targets | -| `opts.trustedClaimIssuers?` | (`string` \| [`Identity`](../../Entities/Identity/Identity.md))[] | Identity IDs of claim issuers. Defaults to all claim issuers | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityWithClaims`](../../../../interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -uses the middleware V2 - -#### Defined in - -[api/client/Claims.ts:203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Claims.ts#L203) - -___ - -### getIssuedClaims - -▸ **getIssuedClaims**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`ClaimData`](../../../../interfaces/API/Entities/Types/ClaimData/ClaimData.md)\<[`Claim`](../../../../modules/API/Entities/Types/Types.md#claim)\>\>\> - -Retrieve all claims issued by an Identity - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.includeExpired?` | `boolean` | whether to include expired claims. Defaults to true | -| `opts.size?` | `BigNumber` | - | -| `opts.start?` | `BigNumber` | - | -| `opts.target?` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | Identity (optional, defaults to the signing Identity) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`ClaimData`](../../../../interfaces/API/Entities/Types/ClaimData/ClaimData.md)\<[`Claim`](../../../../modules/API/Entities/Types/Types.md#claim)\>\>\> - -**`Note`** - -supports pagination - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/client/Claims.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Claims.ts#L168) - -___ - -### getTargetingClaims - -▸ **getTargetingClaims**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityWithClaims`](../../../../interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md)\>\> - -Retrieve all claims issued about an Identity, grouped by claim issuer - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.includeExpired?` | `boolean` | whether to include expired claims. Defaults to true | -| `opts.scope?` | [`Scope`](../../../../interfaces/API/Entities/Types/Scope/Scope.md) | - | -| `opts.size?` | `BigNumber` | - | -| `opts.start?` | `BigNumber` | - | -| `opts.target?` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | Identity for which to fetch targeting claims (optional, defaults to the signing Identity) | -| `opts.trustedClaimIssuers?` | (`string` \| [`Identity`](../../Entities/Identity/Identity.md))[] | - | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityWithClaims`](../../../../interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -uses the middlewareV2 (optional) - -#### Defined in - -[api/client/Claims.ts:429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Claims.ts#L429) - -___ - -### registerCustomClaimType - -▸ **registerCustomClaimType**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> - -Creates a custom claim type using the `name` and returns the `id` of the created claim type - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RegisterCustomClaimTypeParams`](../../../../interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> - -**`Throws`** - -if - - the `name` is longer than allowed - - a custom claim type with the same `name` already exists - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [registerCustomClaimType.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Claims.ts:517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Claims.ts#L517) - -___ - -### revokeClaims - -▸ **revokeClaims**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Revoke claims from Identities - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Pick`\<[`ModifyClaimsParams`](../../../../modules/API/Procedures/Types/Types.md#modifyclaimsparams), ``"claims"``\> | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required roles: - - Customer Due Diligence Provider: if there is at least one CDD claim in the arguments - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [revokeClaims.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Claims.ts:155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Claims.ts#L155) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/Identities/Identities.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/Identities/Identities.md deleted file mode 100644 index e0b383c9eb..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/Identities/Identities.md +++ /dev/null @@ -1,459 +0,0 @@ ---- -id: "Identities" -title: "Class: Identities" -sidebar_label: "Identities" ---- - -[api/client/Identities](../../../../modules/API/Client/Identities/Identities.md).Identities - -Handles all Identity related functionality - -## Methods - -### allowIdentityToCreatePortfolios - -▸ **allowIdentityToCreatePortfolios**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Gives permission to the Identity to create Portfolios on behalf of the signing Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AllowIdentityToCreatePortfoliosParams`](../../../../modules/API/Procedures/Types/Types.md#allowidentitytocreateportfoliosparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -if - - the provided Identity already has permissions to create portfolios for signing Identity - - the provided Identity does not exist - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [allowIdentityToCreatePortfolios.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Identities.ts:247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Identities.ts#L247) - -___ - -### attestPrimaryKeyRotation - -▸ **attestPrimaryKeyRotation**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> - -Get CDD Provider's attestation to change primary key - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AttestPrimaryKeyRotationParams`](../../../../interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -the transaction signer must be a CDD provider - -**`Note`** - -this creates an [Authorization Requests](../../Entities/AuthorizationRequest/AuthorizationRequest.md) which have to be accepted by the `targetAccount` along with the authorization for `RotatingPrimaryKey`. - An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -required role: - - Customer Due Diligence Provider - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [attestPrimaryKeyRotation.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Identities.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Identities.ts#L136) - -___ - -### createChild - -▸ **createChild**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md), [`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md)\>\> - -Creates a child identity and makes the `secondaryKey` as the primary key of the child identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateChildIdentityParams`](../../../../interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md), [`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md)\>\> - -**`Note`** - -the given `secondaryKey` is removed as secondary key from the signing Identity - -**`Throws`** - -if - - the transaction signer is not the primary account of which the `secondaryKey` is a secondary key - - the `secondaryKey` can't be unlinked (can happen when it's part of a multisig with some balance) - - the signing account is not a primary key - - the signing Identity is already a child of some other identity - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createChild.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Identities.ts:233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Identities.ts#L233) - -___ - -### createPortfolio - -▸ **createPortfolio**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)[], [`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)\>\> - -Create a new Portfolio under the ownership of the signing Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.name` | `string` | -| `args.ownerDid?` | `string` | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)[], [`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)\>\> - -**`Note`** - -the `ownerDid` is optional. If provided portfolios will be created as Custody Portfolios under the `ownerDid` - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createPortfolio.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Identities.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Identities.ts#L179) - -___ - -### createPortfolios - -▸ **createPortfolios**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)[], [`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)[]\>\> - -Creates a set of new Portfolios under the ownership of the signing Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.names` | `string`[] | -| `args.ownerDid?` | `string` | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)[], [`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)[]\>\> - -**`Note`** - -the `ownerDid` is optional. If provided portfolios will be created as Custody Portfolios under the `ownerDid` - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createPortfolios.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Identities.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Identities.ts#L190) - -___ - -### getAllowedCustodians - -▸ **getAllowedCustodians**(`did`): `Promise`\<`string`[]\> - -Returns a list of allowed custodian did(s) for Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `did` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | - -#### Returns - -`Promise`\<`string`[]\> - -**`Throws`** - -if -- the provided Identity does not exist - -#### Defined in - -[api/client/Identities.ts:270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Identities.ts#L270) - -___ - -### getChildIdentity - -▸ **getChildIdentity**(`args`): `Promise`\<[`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md)\> - -Create a ChildIdentity instance from a DID - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.did` | `string` | - -#### Returns - -`Promise`\<[`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md)\> - -**`Throws`** - -if there is no ChildIdentity with the passed DID - -#### Defined in - -[api/client/Identities.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Identities.ts#L208) - -___ - -### getIdentity - -▸ **getIdentity**(`args`): `Promise`\<[`Identity`](../../Entities/Identity/Identity.md)\> - -Create an Identity instance from a DID - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.did` | `string` | - -#### Returns - -`Promise`\<[`Identity`](../../Entities/Identity/Identity.md)\> - -**`Throws`** - -if there is no Identity with the passed DID - -#### Defined in - -[api/client/Identities.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Identities.ts#L199) - -___ - -### isIdentityValid - -▸ **isIdentityValid**(`args`): `Promise`\<`boolean`\> - -Return whether the supplied Identity/DID exists - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.identity` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/client/Identities.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Identities.ts#L215) - -___ - -### registerIdentity - -▸ **registerIdentity**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Identity`](../../Entities/Identity/Identity.md), [`Identity`](../../Entities/Identity/Identity.md)\>\> - -Register an Identity, possibly with a CDD claim - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RegisterIdentityParams`](../../../../interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Identity`](../../Entities/Identity/Identity.md), [`Identity`](../../Entities/Identity/Identity.md)\>\> - -**`Note`** - -the transaction signer must be a CDD provider - -**`Note`** - -this may create [Authorization Requests](../../Entities/AuthorizationRequest/AuthorizationRequest.md) which have to be accepted by the `targetAccount`. - An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -required role: - - Customer Due Diligence Provider - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [registerIdentity.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Identities.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Identities.ts#L118) - -___ - -### revokeIdentityToCreatePortfolios - -▸ **revokeIdentityToCreatePortfolios**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Revokes permission from the Identity to create Portfolios on behalf of the signing Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RevokeIdentityToCreatePortfoliosParams`](../../../../modules/API/Procedures/Types/Types.md#revokeidentitytocreateportfoliosparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -if - - the provided Identity already does not have permissions to create portfolios for signing Identity - - the provided Identity does not exist - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [revokeIdentityToCreatePortfolios.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Identities.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Identities.ts#L261) - -___ - -### rotatePrimaryKey - -▸ **rotatePrimaryKey**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> - -Creates an Authorization to rotate primary key of the signing Identity by the `targetAccount` - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RotatePrimaryKeyParams`](../../../../interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this creates an [Authorization Requests](../../Entities/AuthorizationRequest/AuthorizationRequest.md) which have to be accepted by the `targetAccount` along with the optional CDD authorization generated by CDD provider attesting the rotation of primary key - An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [rotatePrimaryKey.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Identities.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Identities.ts#L150) - -___ - -### rotatePrimaryKeyToSecondary - -▸ **rotatePrimaryKeyToSecondary**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> - -Creates an Authorization to rotate primary key of the signing Identity to an existing secondary key identified by the `targetAccount` - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RotatePrimaryKeyToSecondaryParams`](../../../../modules/API/Procedures/Types/Types.md#rotateprimarykeytosecondaryparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -the given `targetAccount` must be an existing secondaryKey or unlinked to any other Identity - -**`Note`** - -this creates an [Authorization Requests](../../Entities/AuthorizationRequest/AuthorizationRequest.md) which have to be accepted by the `targetAccount` along with the optional CDD authorization generated by CDD provider attesting the rotation of primary key - An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Throws`** - -if the given `targetAccount` is linked with another Identity - -**`Throws`** - -if the given `targetAccount` is already the primary key of the signing Identity - -**`Throws`** - -if the given `targetAccount` already has a pending invitation to become the primary key of the signing Identity - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [rotatePrimaryKeyToSecondary.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Identities.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Identities.ts#L168) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/Network/Network.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/Network/Network.md deleted file mode 100644 index 3c061f2bb3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/Network/Network.md +++ /dev/null @@ -1,371 +0,0 @@ ---- -id: "Network" -title: "Class: Network" -sidebar_label: "Network" ---- - -[api/client/Network](../../../../modules/API/Client/Network/Network.md).Network - -Handles all Network related functionality, including querying for historical events from middleware - -## Methods - -### getEventByIndexedArgs - -▸ **getEventByIndexedArgs**(`opts`): `Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> - -Retrieve a single event by any of its indexed arguments. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.eventArg0?` | `string` | event parameter value to filter by in position 0 | -| `opts.eventArg1?` | `string` | event parameter value to filter by in position 1 | -| `opts.eventArg2?` | `string` | event parameter value to filter by in position 2 | -| `opts.eventId` | [`EventIdEnum`](../../../../enums/Types/EventIdEnum/EventIdEnum.md) | type of the event to fetch | -| `opts.moduleId` | [`ModuleIdEnum`](../../../../enums/Types/ModuleIdEnum/ModuleIdEnum.md) | type of the module to fetch | - -#### Returns - -`Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/client/Network.ts:166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Network.ts#L166) - -___ - -### getEventsByIndexedArgs - -▸ **getEventsByIndexedArgs**(`opts`): `Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)[]\> - -Retrieve a list of events. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.eventArg0?` | `string` | event parameter value to filter by in position 0 | -| `opts.eventArg1?` | `string` | event parameter value to filter by in position 1 | -| `opts.eventArg2?` | `string` | event parameter value to filter by in position 2 | -| `opts.eventId` | [`EventIdEnum`](../../../../enums/Types/EventIdEnum/EventIdEnum.md) | type of the event to fetch | -| `opts.moduleId` | [`ModuleIdEnum`](../../../../enums/Types/ModuleIdEnum/ModuleIdEnum.md) | type of the module to fetch | -| `opts.size?` | `BigNumber` | page size | -| `opts.start?` | `BigNumber` | page offset | - -#### Returns - -`Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)[]\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/client/Network.ts:323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Network.ts#L323) - -___ - -### getLatestBlock - -▸ **getLatestBlock**(): `Promise`\<`BigNumber`\> - -Retrieve the number of the latest finalized block in the chain - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Defined in - -[api/client/Network.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Network.ts#L59) - -___ - -### getMiddlewareLag - -▸ **getMiddlewareLag**(): `Promise`\<`BigNumber`\> - -Get the number of blocks the middleware needs to process to be synced with chain. -The lag can be around somewhere upto 15 blocks, but this can increase if the block size being processed by the Middleware is too large. -If the lag is too large, its recommended to check the indexer health to make sure the Middleware is processing the blocks. - -#### Returns - -`Promise`\<`BigNumber`\> - -**`Note`** - -uses the middleware V2 - -#### Defined in - -[api/client/Network.ts:474](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Network.ts#L474) - -___ - -### getMiddlewareMetadata - -▸ **getMiddlewareMetadata**(): `Promise`\<``null`` \| [`MiddlewareMetadata`](../../../../interfaces/API/Client/Types/MiddlewareMetadata/MiddlewareMetadata.md)\> - -Retrieve middleware metadata. -Returns null if middleware is disabled - -#### Returns - -`Promise`\<``null`` \| [`MiddlewareMetadata`](../../../../interfaces/API/Client/Types/MiddlewareMetadata/MiddlewareMetadata.md)\> - -**`Note`** - -uses the middleware V2 - -#### Defined in - -[api/client/Network.ts:463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Network.ts#L463) - -___ - -### getNetworkProperties - -▸ **getNetworkProperties**(): `Promise`\<[`NetworkProperties`](../../../../interfaces/API/Client/Types/NetworkProperties/NetworkProperties.md)\> - -Retrieve information for the current network - -#### Returns - -`Promise`\<[`NetworkProperties`](../../../../interfaces/API/Client/Types/NetworkProperties/NetworkProperties.md)\> - -#### Defined in - -[api/client/Network.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Network.ts#L80) - -___ - -### getProtocolFees - -▸ **getProtocolFees**(`args`): `Promise`\<[`ProtocolFees`](../../../../interfaces/API/Client/Types/ProtocolFees/ProtocolFees.md)[]\> - -Retrieve the protocol fees associated with running specific transactions - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args` | `Object` | - | -| `args.tags` | [`TxTag`](../../../../modules/Generated/Types/Types.md#txtag)[] | list of transaction tags (e.g. [TxTags.asset.CreateAsset, TxTags.asset.RegisterTicker] or ["asset.createAsset", "asset.registerTicker"]) | - -#### Returns - -`Promise`\<[`ProtocolFees`](../../../../interfaces/API/Client/Types/ProtocolFees/ProtocolFees.md)[]\> - -#### Defined in - -[api/client/Network.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Network.ts#L104) - -___ - -### getSs58Format - -▸ **getSs58Format**(): `BigNumber` - -Retrieve the chain's SS58 format - -#### Returns - -`BigNumber` - -#### Defined in - -[api/client/Network.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Network.ts#L73) - -___ - -### getTransactionByHash - -▸ **getTransactionByHash**(`opts`): `Promise`\<``null`` \| [`ExtrinsicDataWithFees`](../../../../interfaces/API/Client/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md)\> - -Retrieve a transaction by hash - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.txHash` | `string` | hash of the transaction | - -#### Returns - -`Promise`\<``null`` \| [`ExtrinsicDataWithFees`](../../../../interfaces/API/Client/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md)\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/client/Network.ts:371](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Network.ts#L371) - -___ - -### getTreasuryAccount - -▸ **getTreasuryAccount**(): [`Account`](../../Entities/Account/Account.md) - -Get the treasury wallet address - -#### Returns - -[`Account`](../../Entities/Account/Account.md) - -#### Defined in - -[api/client/Network.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Network.ts#L111) - -___ - -### getTreasuryBalance - -▸ **getTreasuryBalance**(): `Promise`\<`BigNumber`\> - -Get the Treasury POLYX balance - -#### Returns - -`Promise`\<`BigNumber`\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Defined in - -[api/client/Network.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Network.ts#L124) - -▸ **getTreasuryBalance**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<`BigNumber`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/client/Network.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Network.ts#L125) - -___ - -### getVersion - -▸ **getVersion**(): `Promise`\<`string`\> - -Fetch the current network version (e.g. 3.1.0) - -#### Returns - -`Promise`\<`string`\> - -#### Defined in - -[api/client/Network.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Network.ts#L66) - -___ - -### submitTransaction - -▸ **submitTransaction**(`txPayload`, `signature`): `Promise`\<[`SubmissionDetails`](../../../../interfaces/API/Client/Types/SubmissionDetails/SubmissionDetails.md)\> - -Submits a transaction payload with its signature to the chain. `signature` should be hex encoded - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `txPayload` | [`TransactionPayload`](../../../../interfaces/Base/Types/TransactionPayload/TransactionPayload.md) | -| `signature` | `string` | - -#### Returns - -`Promise`\<[`SubmissionDetails`](../../../../interfaces/API/Client/Types/SubmissionDetails/SubmissionDetails.md)\> - -**`Throws`** - -if the signature is not hex encoded - -#### Defined in - -[api/client/Network.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Network.ts#L204) - -___ - -### supportsConfidentialAssets - -▸ **supportsConfidentialAssets**(): `boolean` - -Returns whether or not the connected chain node as support for confidential assets - -#### Returns - -`boolean` - -#### Defined in - -[api/client/Network.ts:491](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Network.ts#L491) - -___ - -### supportsSubscription - -▸ **supportsSubscription**(): `boolean` - -Returns if functions can be subscribed. - -#### Returns - -`boolean` - -`true` if connected over ws(s)://, otherwise `false` - -#### Defined in - -[api/client/Network.ts:507](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Network.ts#L507) - -___ - -### transferPolyx - -▸ **transferPolyx**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Transfer an amount of POLYX to a specified Account - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`TransferPolyxParams`](../../../../interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [transferPolyx.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Network.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Network.ts#L151) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/Polymesh/Polymesh.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/Polymesh/Polymesh.md deleted file mode 100644 index b58fa32fd3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/Polymesh/Polymesh.md +++ /dev/null @@ -1,367 +0,0 @@ ---- -id: "Polymesh" -title: "Class: Polymesh" -sidebar_label: "Polymesh" ---- - -[api/client/Polymesh](../../../../modules/API/Client/Polymesh/Polymesh.md).Polymesh - -Main entry point of the Polymesh SDK - -## Properties - -### accountManagement - -• **accountManagement**: [`AccountManagement`](../AccountManagement/AccountManagement.md) - -A set of methods for managing a Polymesh Identity's Accounts and their permissions - -#### Defined in - -[api/client/Polymesh.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L107) - -___ - -### assets - -• **assets**: [`Assets`](../Assets/Assets.md) - -A set of methods for interacting with Assets - -#### Defined in - -[api/client/Polymesh.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L115) - -___ - -### claims - -• **claims**: [`Claims`](../Claims/Claims.md) - -A set of methods to deal with Claims - -#### Defined in - -[api/client/Polymesh.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L95) - -___ - -### identities - -• **identities**: [`Identities`](../Identities/Identities.md) - -A set of methods for interacting with Polymesh Identities. - -#### Defined in - -[api/client/Polymesh.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L111) - -___ - -### network - -• **network**: [`Network`](../Network/Network.md) - -A set of methods to interact with the Polymesh network. This includes transferring POLYX, reading network properties and querying for historical events - -#### Defined in - -[api/client/Polymesh.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L99) - -___ - -### settlements - -• **settlements**: [`Settlements`](../Settlements/Settlements.md) - -A set of methods for exchanging Assets - -#### Defined in - -[api/client/Polymesh.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L103) - -## Accessors - -### \_middlewareApiV2 - -• `get` **_middlewareApiV2**(): `ApolloClient`\<`NormalizedCacheObject`\> - -MiddlewareV2 client - -#### Returns - -`ApolloClient`\<`NormalizedCacheObject`\> - -#### Defined in - -[api/client/Polymesh.ts:357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L357) - -___ - -### \_polkadotApi - -• `get` **_polkadotApi**(): `ApiPromise` - -Polkadot client - -#### Returns - -`ApiPromise` - -#### Defined in - -[api/client/Polymesh.ts:341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L341) - -___ - -### \_signingAddress - -• `get` **_signingAddress**(): `string` - -signing address (to manually submit transactions with the polkadot API) - -#### Returns - -`string` - -#### Defined in - -[api/client/Polymesh.ts:349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L349) - -## Methods - -### createTransactionBatch - -▸ **createTransactionBatch**\<`ReturnValues`\>(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ReturnValues`, `ReturnValues`\>\> - -Create a batch transaction from a list of separate transactions. The list can contain batch transactions as well. - The result of running this transaction will be an array of the results of each transaction in the list, in the same order. - Transactions with no return value will produce `undefined` in the resulting array - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValues` | extends readonly `unknown`[] | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateTransactionBatchParams`](../../../../interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md)\<`ReturnValues`\> | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ReturnValues`, `ReturnValues`\>\> - -**`Example`** - -Batching 3 ticker reservation transactions - -```typescript -const tx1 = await sdk.assets.reserveTicker({ ticker: 'FOO' }); -const tx2 = await sdk.assets.reserveTicker({ ticker: 'BAR' }); -const tx3 = await sdk.assets.reserveTicker({ ticker: 'BAZ' }); - -const batch = sdk.createTransactionBatch({ transactions: [tx1, tx2, tx3] as const }); - -const [res1, res2, res3] = await batch.run(); -``` - -**`Example`** - -Specifying the signer account for the whole batch - -```typescript -const batch = sdk.createTransactionBatch({ transactions: [tx1, tx2, tx3] as const }, { signingAccount: 'someAddress' }); - -const [res1, res2, res3] = await batch.run(); -``` - -**`Note`** - -it is mandatory to use the `as const` type assertion when passing in the transaction array to the method in order to get the correct types - for the results of running the batch - -**`Note`** - -if a signing Account is not specified, the default one will be used (the one returned by `sdk.accountManagement.getSigningAccount()`) - -**`Note`** - -all fees in the resulting batch must be paid by the calling Account, regardless of any exceptions that would normally be made for - the individual transactions (such as subsidies or accepting invitations to join an Identity) - -**`Note`** - -this method is of type [CreateTransactionBatchProcedureMethod](../../../../interfaces/API/Procedures/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md), which means you can call [createTransactionBatch.checkAuthorization](../../../../interfaces/API/Procedures/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Polymesh.ts:332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L332) - -___ - -### disconnect - -▸ **disconnect**(): `Promise`\<`void`\> - -Disconnect the client and close all open connections and subscriptions - -#### Returns - -`Promise`\<`void`\> - -**`Note`** - -the SDK will become unusable after this operation. It will throw an error when attempting to - access any chain or middleware data. If you wish to continue using the SDK, you must - create a new instance by calling [connect](Polymesh.md#connect) - -#### Defined in - -[api/client/Polymesh.ts:274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L274) - -___ - -### getSigningIdentity - -▸ **getSigningIdentity**(): `Promise`\<``null`` \| [`Identity`](../../Entities/Identity/Identity.md)\> - -Retrieve the Identity associated to the signing Account (null if there is none) - -#### Returns - -`Promise`\<``null`` \| [`Identity`](../../Entities/Identity/Identity.md)\> - -**`Throws`** - -if there is no signing Account associated to the SDK - -#### Defined in - -[api/client/Polymesh.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L229) - -___ - -### onConnectionError - -▸ **onConnectionError**(`callback`): [`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback) - -Handle connection errors - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | (...`args`: `unknown`[]) => `unknown` | - -#### Returns - -[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback) - -an unsubscribe callback - -#### Defined in - -[api/client/Polymesh.ts:238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L238) - -___ - -### onDisconnect - -▸ **onDisconnect**(`callback`): [`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback) - -Handle disconnection - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | (...`args`: `unknown`[]) => `unknown` | - -#### Returns - -[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback) - -an unsubscribe callback - -#### Defined in - -[api/client/Polymesh.ts:255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L255) - -___ - -### setSigningAccount - -▸ **setSigningAccount**(`signer`): `Promise`\<`void`\> - -Set the SDK's signing Account to the provided one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `signer` | `string` \| [`Account`](../../Entities/Account/Account.md) | - -#### Returns - -`Promise`\<`void`\> - -**`Throws`** - -if the passed Account is not present in the Signing Manager (or there is no Signing Manager) - -#### Defined in - -[api/client/Polymesh.ts:283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L283) - -___ - -### setSigningManager - -▸ **setSigningManager**(`signingManager`): `Promise`\<`void`\> - -Set the SDK's Signing Manager to the provided one. - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `signingManager` | ``null`` \| `SigningManager` | - -#### Returns - -`Promise`\<`void`\> - -**`Note`** - -Pass `null` to unset the current signing manager - -#### Defined in - -[api/client/Polymesh.ts:292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L292) - -___ - -### connect - -▸ `Static` **connect**(`params`): `Promise`\<[`Polymesh`](Polymesh.md)\> - -Create an SDK instance and connect to a Polymesh node - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `params` | [`ConnectParams`](../../../../interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md) | - -#### Returns - -`Promise`\<[`Polymesh`](Polymesh.md)\> - -#### Defined in - -[api/client/Polymesh.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L148) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/Settlements/Settlements.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/Settlements/Settlements.md deleted file mode 100644 index f7661d23f5..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Client/Settlements/Settlements.md +++ /dev/null @@ -1,139 +0,0 @@ ---- -id: "Settlements" -title: "Class: Settlements" -sidebar_label: "Settlements" ---- - -[api/client/Settlements](../../../../modules/API/Client/Settlements/Settlements.md).Settlements - -Handles all Settlement related functionality - -## Methods - -### addInstruction - -▸ **addInstruction**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../../Entities/Instruction/Instruction.md)[], [`Instruction`](../../Entities/Instruction/Instruction.md)\>\> - -Create an Instruction to exchange Assets - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AddInstructionWithVenueIdParams`](../../../../modules/API/Procedures/Types/Types.md#addinstructionwithvenueidparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../../Entities/Instruction/Instruction.md)[], [`Instruction`](../../Entities/Instruction/Instruction.md)\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addInstruction.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Settlements.ts:121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Settlements.ts#L121) - -___ - -### affirmInstruction - -▸ **affirmInstruction**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../../Entities/Instruction/Instruction.md), [`Instruction`](../../Entities/Instruction/Instruction.md)\>\> - -Affirm an Instruction (authorize) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`InstructionIdParams`](../../../../interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../../Entities/Instruction/Instruction.md), [`Instruction`](../../Entities/Instruction/Instruction.md)\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [affirmInstruction.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Settlements.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Settlements.ts#L131) - -___ - -### createVenue - -▸ **createVenue**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Venue`](../../Entities/Venue/Venue.md), [`Venue`](../../Entities/Venue/Venue.md)\>\> - -Create a Venue under the ownership of the signing Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateVenueParams`](../../../../interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Venue`](../../Entities/Venue/Venue.md), [`Venue`](../../Entities/Venue/Venue.md)\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createVenue.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/client/Settlements.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Settlements.ts#L111) - -___ - -### getInstruction - -▸ **getInstruction**(`args`): `Promise`\<[`Instruction`](../../Entities/Instruction/Instruction.md)\> - -Retrieve an Instruction by its ID - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args` | `Object` | - | -| `args.id` | `BigNumber` | identifier number of the Instruction | - -#### Returns - -`Promise`\<[`Instruction`](../../Entities/Instruction/Instruction.md)\> - -#### Defined in - -[api/client/Settlements.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Settlements.ts#L89) - -___ - -### getVenue - -▸ **getVenue**(`args`): `Promise`\<[`Venue`](../../Entities/Venue/Venue.md)\> - -Retrieve a Venue by its ID - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args` | `Object` | - | -| `args.id` | `BigNumber` | identifier number of the Venue | - -#### Returns - -`Promise`\<[`Venue`](../../Entities/Venue/Venue.md)\> - -#### Defined in - -[api/client/Settlements.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Settlements.ts#L68) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Account/Account.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Account/Account.md deleted file mode 100644 index 072b461b84..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Account/Account.md +++ /dev/null @@ -1,502 +0,0 @@ ---- -id: "Account" -title: "Class: Account" -sidebar_label: "Account" ---- - -[api/entities/Account](../../../../modules/API/Entities/Account/Account.md).Account - -Represents an Account in the Polymesh blockchain. Accounts can hold POLYX, control Identities and vote on proposals (among other things) - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<`UniqueIdentifiers`, `string`\> - - ↳ **`Account`** - - ↳↳ [`MultiSig`](MultiSig/MultiSig.md) - -## Properties - -### address - -• **address**: `string` - -Polymesh-specific address of the Account. Serves as an identifier - -#### Defined in - -[api/entities/Account/index.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L82) - -___ - -### authorizations - -• **authorizations**: [`Authorizations`](../Common/Namespaces/Authorizations/Authorizations.md)\<[`Account`](Account.md)\> - -#### Defined in - -[api/entities/Account/index.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L91) - -___ - -### key - -• **key**: `string` - -A hex representation of the cryptographic public key of the Account. This is consistent across -Substrate chains, while the address depends on the chain as well. - -#### Defined in - -[api/entities/Account/index.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L88) - -___ - -### subsidies - -• **subsidies**: [`Subsidies`](../Subsidies/Subsidies.md) - -#### Defined in - -[api/entities/Account/index.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L92) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### checkPermissions - -▸ **checkPermissions**(`permissions`): `Promise`\<[`CheckPermissionsResult`](../../../../interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Account`](../../../../enums/API/Entities/Types/SignerType/SignerType.md#account)\>\> - -Check if this Account possesses certain Permissions to act on behalf of its corresponding Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `permissions` | [`SimplePermissions`](../../../../interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md) | - -#### Returns - -`Promise`\<[`CheckPermissionsResult`](../../../../interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Account`](../../../../enums/API/Entities/Types/SignerType/SignerType.md#account)\>\> - -which permissions the Account is missing (if any) and the final result - -#### Defined in - -[api/entities/Account/index.ts:372](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L372) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Account exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Account/index.ts:455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L455) - -___ - -### getBalance - -▸ **getBalance**(): `Promise`\<[`Balance`](../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> - -Get the free/locked POLYX balance of the Account - -#### Returns - -`Promise`\<[`Balance`](../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Defined in - -[api/entities/Account/index.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L115) - -▸ **getBalance**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`Balance`](../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Account/index.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L116) - -___ - -### getCurrentNonce - -▸ **getCurrentNonce**(): `Promise`\<`BigNumber`\> - -Retrieve the current nonce for this Account - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Defined in - -[api/entities/Account/index.ts:469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L469) - -___ - -### getIdentity - -▸ **getIdentity**(): `Promise`\<``null`` \| [`Identity`](../Identity/Identity.md)\> - -Retrieve the Identity associated to this Account (null if there is none) - -#### Returns - -`Promise`\<``null`` \| [`Identity`](../Identity/Identity.md)\> - -#### Defined in - -[api/entities/Account/index.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L160) - -___ - -### getMultiSig - -▸ **getMultiSig**(): `Promise`\<``null`` \| [`MultiSig`](MultiSig/MultiSig.md)\> - -Fetch the MultiSig this Account is part of. If this Account is not a signer on any MultiSig, return null - -#### Returns - -`Promise`\<``null`` \| [`MultiSig`](MultiSig/MultiSig.md)\> - -#### Defined in - -[api/entities/Account/index.ts:427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L427) - -___ - -### getPendingProposals - -▸ **getPendingProposals**(): `Promise`\<[`MultiSigProposal`](../MultiSigProposal/MultiSigProposal.md)[]\> - -Returns pending MultiSig proposals for this Account - -#### Returns - -`Promise`\<[`MultiSigProposal`](../MultiSigProposal/MultiSigProposal.md)[]\> - -**`Note`** - -uses the middleware - -**`Throws`** - -if the Account is not a signer on any MultiSig - -#### Defined in - -[api/entities/Account/index.ts:571](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L571) - -___ - -### getPermissions - -▸ **getPermissions**(): `Promise`\<[`Permissions`](../../../../interfaces/API/Entities/Types/Permissions/Permissions.md)\> - -Retrieve the Permissions this Account has as a Permissioned Account for its corresponding Identity - -#### Returns - -`Promise`\<[`Permissions`](../../../../interfaces/API/Entities/Types/Permissions/Permissions.md)\> - -**`Throws`** - -if there is no Identity associated with the Account - -#### Defined in - -[api/entities/Account/index.ts:333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L333) - -___ - -### getPolyxTransactions - -▸ **getPolyxTransactions**(`filters`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricPolyxTransaction`](../../../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md)\>\> - -Returns POLYX transactions associated with this account - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `filters` | `Object` | - | -| `filters.size?` | `BigNumber` | page size | -| `filters.start?` | `BigNumber` | page offset | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricPolyxTransaction`](../../../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md)\>\> - -**`Note`** - -uses the middleware - -#### Defined in - -[api/entities/Account/index.ts:553](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L553) - -___ - -### getSubsidy - -▸ **getSubsidy**(): `Promise`\<``null`` \| [`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> - -Get the subsidized balance of this Account and the subsidizer Account. If - this Account isn't being subsidized, return null - -#### Returns - -`Promise`\<``null`` \| [`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -**`Deprecated`** - -in favour of [subsidies.getSubsidizer](../Subsidies/Subsidies.md#getsubsidizer) - -#### Defined in - -[api/entities/Account/index.ts:140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L140) - -▸ **getSubsidy**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<``null`` \| [`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Account/index.ts:141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L141) - -___ - -### getTransactionHistory - -▸ **getTransactionHistory**(`filters?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`ExtrinsicData`](../../../../interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md)\>\> - -Retrieve a list of transactions signed by this Account. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `filters` | `Object` | - | -| `filters.blockHash?` | `string` | - | -| `filters.blockNumber?` | `BigNumber` | - | -| `filters.orderBy?` | [`ExtrinsicsOrderBy`](../../../../enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md) | - | -| `filters.size?` | `BigNumber` | page size | -| `filters.start?` | `BigNumber` | page offset | -| `filters.success?` | `boolean` | whether the transaction was successful or not | -| `filters.tag?` | [`TxTag`](../../../../modules/Generated/Types/Types.md#txtag) | tag associated with the transaction | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`ExtrinsicData`](../../../../interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md)\>\> - -**`Note`** - -if both `blockNumber` and `blockHash` are passed, only `blockNumber` is taken into account. -Also, for ordering by block_id, one should pass `ExtrinsicsOrderBy.CreatedAtAsc` or `ExtrinsicsOrderBy.CreatedAtDesc` -in order of their choice (since block ID is a string field in middleware v2) - -**`Note`** - -uses the middleware v2 - -#### Defined in - -[api/entities/Account/index.ts:196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L196) - -___ - -### getTypeInfo - -▸ **getTypeInfo**(): `Promise`\<[`AccountTypeInfo`](../../../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md)\> - -Retrieve the type of Account, and its relation to an Identity, if applicable - -#### Returns - -`Promise`\<[`AccountTypeInfo`](../../../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md)\> - -#### Defined in - -[api/entities/Account/index.ts:490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L490) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### isFrozen - -▸ **isFrozen**(): `Promise`\<`boolean`\> - -Check whether this Account is frozen. If frozen, it cannot perform any Identity related action until the primary Account of the Identity unfreezes all secondary Accounts - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -returns false if the Account isn't associated to any Identity - -#### Defined in - -[api/entities/Account/index.ts:312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L312) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the Account's address - -#### Returns - -`string` - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Account/index.ts:462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L462) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Account/MultiSig/MultiSig.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Account/MultiSig/MultiSig.md deleted file mode 100644 index bd6246938b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Account/MultiSig/MultiSig.md +++ /dev/null @@ -1,703 +0,0 @@ ---- -id: "MultiSig" -title: "Class: MultiSig" -sidebar_label: "MultiSig" ---- - -[api/entities/Account/MultiSig](../../../../../modules/API/Entities/Account/MultiSig/MultiSig.md).MultiSig - -Represents a MultiSig Account. A MultiSig Account is composed of one or more signing Accounts. In order to submit a transaction, a specific amount of those signing Accounts must approve it first - -## Hierarchy - -- [`Account`](../Account.md) - - ↳ **`MultiSig`** - -## Properties - -### address - -• **address**: `string` - -Polymesh-specific address of the Account. Serves as an identifier - -#### Inherited from - -[Account](../Account.md).[address](../Account.md#address) - -#### Defined in - -[api/entities/Account/index.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L82) - -___ - -### authorizations - -• **authorizations**: [`Authorizations`](../../Common/Namespaces/Authorizations/Authorizations.md)\<[`Account`](../Account.md)\> - -#### Inherited from - -[Account](../Account.md).[authorizations](../Account.md#authorizations) - -#### Defined in - -[api/entities/Account/index.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L91) - -___ - -### key - -• **key**: `string` - -A hex representation of the cryptographic public key of the Account. This is consistent across -Substrate chains, while the address depends on the chain as well. - -#### Inherited from - -[Account](../Account.md).[key](../Account.md#key) - -#### Defined in - -[api/entities/Account/index.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L88) - -___ - -### subsidies - -• **subsidies**: [`Subsidies`](../../Subsidies/Subsidies.md) - -#### Inherited from - -[Account](../Account.md).[subsidies](../Account.md#subsidies) - -#### Defined in - -[api/entities/Account/index.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L92) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Account](../Account.md).[uuid](../Account.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### checkPermissions - -▸ **checkPermissions**(`permissions`): `Promise`\<[`CheckPermissionsResult`](../../../../../interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Account`](../../../../../enums/API/Entities/Types/SignerType/SignerType.md#account)\>\> - -Check if this Account possesses certain Permissions to act on behalf of its corresponding Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `permissions` | [`SimplePermissions`](../../../../../interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md) | - -#### Returns - -`Promise`\<[`CheckPermissionsResult`](../../../../../interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Account`](../../../../../enums/API/Entities/Types/SignerType/SignerType.md#account)\>\> - -which permissions the Account is missing (if any) and the final result - -#### Inherited from - -[Account](../Account.md).[checkPermissions](../Account.md#checkpermissions) - -#### Defined in - -[api/entities/Account/index.ts:372](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L372) - -___ - -### details - -▸ **details**(): `Promise`\<[`MultiSigDetails`](../../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md)\> - -Return details about this MultiSig such as the signing Accounts and the required number of signatures to execute a MultiSigProposal - -#### Returns - -`Promise`\<[`MultiSigDetails`](../../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md)\> - -#### Defined in - -[api/entities/Account/MultiSig/index.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/MultiSig/index.ts#L50) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Account exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Account](../Account.md).[exists](../Account.md#exists) - -#### Defined in - -[api/entities/Account/index.ts:455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L455) - -___ - -### getBalance - -▸ **getBalance**(): `Promise`\<[`Balance`](../../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> - -Get the free/locked POLYX balance of the Account - -#### Returns - -`Promise`\<[`Balance`](../../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Inherited from - -[Account](../Account.md).[getBalance](../Account.md#getbalance) - -#### Defined in - -[api/entities/Account/index.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L115) - -▸ **getBalance**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`Balance`](../../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Account](../Account.md).[getBalance](../Account.md#getbalance) - -#### Defined in - -[api/entities/Account/index.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L116) - -___ - -### getCreator - -▸ **getCreator**(): `Promise`\<[`Identity`](../../Identity/Identity.md)\> - -Returns the Identity of the MultiSig creator. This Identity can add or remove signers directly without creating a MultiSigProposal first. - -#### Returns - -`Promise`\<[`Identity`](../../Identity/Identity.md)\> - -#### Defined in - -[api/entities/Account/MultiSig/index.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/MultiSig/index.ts#L194) - -___ - -### getCurrentNonce - -▸ **getCurrentNonce**(): `Promise`\<`BigNumber`\> - -Retrieve the current nonce for this Account - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Inherited from - -[Account](../Account.md).[getCurrentNonce](../Account.md#getcurrentnonce) - -#### Defined in - -[api/entities/Account/index.ts:469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L469) - -___ - -### getHistoricalProposals - -▸ **getHistoricalProposals**(`opts`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`MultiSigProposal`](../../MultiSigProposal/MultiSigProposal.md)\>\> - -Return all [MultiSigProposal](../../MultiSigProposal/MultiSigProposal.md) for this MultiSig Account - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`MultiSigProposal`](../../MultiSigProposal/MultiSigProposal.md)\>\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/Account/MultiSig/index.ts:156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/MultiSig/index.ts#L156) - -___ - -### getIdentity - -▸ **getIdentity**(): `Promise`\<``null`` \| [`Identity`](../../Identity/Identity.md)\> - -Retrieve the Identity associated to this Account (null if there is none) - -#### Returns - -`Promise`\<``null`` \| [`Identity`](../../Identity/Identity.md)\> - -#### Inherited from - -[Account](../Account.md).[getIdentity](../Account.md#getidentity) - -#### Defined in - -[api/entities/Account/index.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L160) - -___ - -### getMultiSig - -▸ **getMultiSig**(): `Promise`\<``null`` \| [`MultiSig`](MultiSig.md)\> - -Fetch the MultiSig this Account is part of. If this Account is not a signer on any MultiSig, return null - -#### Returns - -`Promise`\<``null`` \| [`MultiSig`](MultiSig.md)\> - -#### Inherited from - -[Account](../Account.md).[getMultiSig](../Account.md#getmultisig) - -#### Defined in - -[api/entities/Account/index.ts:427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L427) - -___ - -### getPendingProposals - -▸ **getPendingProposals**(): `Promise`\<[`MultiSigProposal`](../../MultiSigProposal/MultiSigProposal.md)[]\> - -Returns pending MultiSig proposals for this Account - -#### Returns - -`Promise`\<[`MultiSigProposal`](../../MultiSigProposal/MultiSigProposal.md)[]\> - -**`Note`** - -uses the middleware - -**`Throws`** - -if the Account is not a signer on any MultiSig - -#### Inherited from - -[Account](../Account.md).[getPendingProposals](../Account.md#getpendingproposals) - -#### Defined in - -[api/entities/Account/index.ts:571](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L571) - -___ - -### getPermissions - -▸ **getPermissions**(): `Promise`\<[`Permissions`](../../../../../interfaces/API/Entities/Types/Permissions/Permissions.md)\> - -Retrieve the Permissions this Account has as a Permissioned Account for its corresponding Identity - -#### Returns - -`Promise`\<[`Permissions`](../../../../../interfaces/API/Entities/Types/Permissions/Permissions.md)\> - -**`Throws`** - -if there is no Identity associated with the Account - -#### Inherited from - -[Account](../Account.md).[getPermissions](../Account.md#getpermissions) - -#### Defined in - -[api/entities/Account/index.ts:333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L333) - -___ - -### getPolyxTransactions - -▸ **getPolyxTransactions**(`filters`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricPolyxTransaction`](../../../../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md)\>\> - -Returns POLYX transactions associated with this account - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `filters` | `Object` | - | -| `filters.size?` | `BigNumber` | page size | -| `filters.start?` | `BigNumber` | page offset | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricPolyxTransaction`](../../../../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md)\>\> - -**`Note`** - -uses the middleware - -#### Inherited from - -[Account](../Account.md).[getPolyxTransactions](../Account.md#getpolyxtransactions) - -#### Defined in - -[api/entities/Account/index.ts:553](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L553) - -___ - -### getProposal - -▸ **getProposal**(`args`): `Promise`\<[`MultiSigProposal`](../../MultiSigProposal/MultiSigProposal.md)\> - -Given an ID, fetch a [MultiSigProposal](../../MultiSigProposal/MultiSigProposal.md) for this MultiSig - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.id` | `BigNumber` | - -#### Returns - -`Promise`\<[`MultiSigProposal`](../../MultiSigProposal/MultiSigProposal.md)\> - -**`Throws`** - -if the MultiSigProposal is not found - -#### Defined in - -[api/entities/Account/MultiSig/index.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/MultiSig/index.ts#L85) - -___ - -### getProposals - -▸ **getProposals**(): `Promise`\<[`MultiSigProposal`](../../MultiSigProposal/MultiSigProposal.md)[]\> - -Return all active [MultiSigProposal](../../MultiSigProposal/MultiSigProposal.md) for this MultiSig Account - -#### Returns - -`Promise`\<[`MultiSigProposal`](../../MultiSigProposal/MultiSigProposal.md)[]\> - -#### Defined in - -[api/entities/Account/MultiSig/index.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/MultiSig/index.ts#L105) - -___ - -### getSubsidy - -▸ **getSubsidy**(): `Promise`\<``null`` \| [`SubsidyWithAllowance`](../../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> - -Get the subsidized balance of this Account and the subsidizer Account. If - this Account isn't being subsidized, return null - -#### Returns - -`Promise`\<``null`` \| [`SubsidyWithAllowance`](../../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -**`Deprecated`** - -in favour of [subsidies.getSubsidizer](../../Subsidies/Subsidies.md#getsubsidizer) - -#### Inherited from - -[Account](../Account.md).[getSubsidy](../Account.md#getsubsidy) - -#### Defined in - -[api/entities/Account/index.ts:140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L140) - -▸ **getSubsidy**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<``null`` \| [`SubsidyWithAllowance`](../../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Account](../Account.md).[getSubsidy](../Account.md#getsubsidy) - -#### Defined in - -[api/entities/Account/index.ts:141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L141) - -___ - -### getTransactionHistory - -▸ **getTransactionHistory**(`filters?`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`ExtrinsicData`](../../../../../interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md)\>\> - -Retrieve a list of transactions signed by this Account. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `filters` | `Object` | - | -| `filters.blockHash?` | `string` | - | -| `filters.blockNumber?` | `BigNumber` | - | -| `filters.orderBy?` | [`ExtrinsicsOrderBy`](../../../../../enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md) | - | -| `filters.size?` | `BigNumber` | page size | -| `filters.start?` | `BigNumber` | page offset | -| `filters.success?` | `boolean` | whether the transaction was successful or not | -| `filters.tag?` | [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag) | tag associated with the transaction | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`ExtrinsicData`](../../../../../interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md)\>\> - -**`Note`** - -if both `blockNumber` and `blockHash` are passed, only `blockNumber` is taken into account. -Also, for ordering by block_id, one should pass `ExtrinsicsOrderBy.CreatedAtAsc` or `ExtrinsicsOrderBy.CreatedAtDesc` -in order of their choice (since block ID is a string field in middleware v2) - -**`Note`** - -uses the middleware v2 - -#### Inherited from - -[Account](../Account.md).[getTransactionHistory](../Account.md#gettransactionhistory) - -#### Defined in - -[api/entities/Account/index.ts:196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L196) - -___ - -### getTypeInfo - -▸ **getTypeInfo**(): `Promise`\<[`AccountTypeInfo`](../../../../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md)\> - -Retrieve the type of Account, and its relation to an Identity, if applicable - -#### Returns - -`Promise`\<[`AccountTypeInfo`](../../../../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md)\> - -#### Inherited from - -[Account](../Account.md).[getTypeInfo](../Account.md#gettypeinfo) - -#### Defined in - -[api/entities/Account/index.ts:490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L490) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Account](../Account.md).[isEqual](../Account.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### isFrozen - -▸ **isFrozen**(): `Promise`\<`boolean`\> - -Check whether this Account is frozen. If frozen, it cannot perform any Identity related action until the primary Account of the Identity unfreezes all secondary Accounts - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -returns false if the Account isn't associated to any Identity - -#### Inherited from - -[Account](../Account.md).[isFrozen](../Account.md#isfrozen) - -#### Defined in - -[api/entities/Account/index.ts:312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L312) - -___ - -### modify - -▸ **modify**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Modify the signers for the MultiSig. The signing Account must belong to the Identity of the creator of the MultiSig - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Pick`\<[`ModifyMultiSigParams`](../../../../../interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md), ``"signers"``\> | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Account/MultiSig/index.ts:225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/MultiSig/index.ts#L225) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the Account's address - -#### Returns - -`string` - -#### Inherited from - -[Account](../Account.md).[toHuman](../Account.md#tohuman) - -#### Defined in - -[api/entities/Account/index.ts:462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/index.ts#L462) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Account](../Account.md).[generateUuid](../Account.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Account](../Account.md).[unserialize](../Account.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md deleted file mode 100644 index 5010464869..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md +++ /dev/null @@ -1,588 +0,0 @@ ---- -id: "BaseAsset" -title: "Class: BaseAsset" -sidebar_label: "BaseAsset" ---- - -[api/entities/Asset/Base/BaseAsset](../../../../../../modules/API/Entities/Asset/Base/BaseAsset/BaseAsset.md).BaseAsset - -Class used to manage functionality common to all assets. - -## Hierarchy - -- [`Entity`](../../../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../../../interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md), `string`\> - - ↳ **`BaseAsset`** - - ↳↳ [`FungibleAsset`](../../Fungible/FungibleAsset.md) - - ↳↳ [`NftCollection`](../../NonFungible/NftCollection/NftCollection.md) - -## Properties - -### compliance - -• **compliance**: [`Compliance`](../Compliance/Compliance.md) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L66) - -___ - -### did - -• **did**: `string` - -Identity ID of the Asset (used for Claims) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L74) - -___ - -### documents - -• **documents**: [`Documents`](../Documents/Documents.md) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L67) - -___ - -### metadata - -• **metadata**: [`Metadata`](../Metadata/Metadata.md) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L68) - -___ - -### permissions - -• **permissions**: [`Permissions`](../Permissions/Permissions.md) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L69) - -___ - -### ticker - -• **ticker**: `string` - -ticker of the Asset - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L79) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../../../Entity/Entity.md).[uuid](../../../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### addRequiredMediators - -▸ **addRequiredMediators**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Add required mediators. Mediators must approve any trades involving the asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AssetMediatorParams`](../../../../../../interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addRequiredMediators.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L218) - -___ - -### currentFundingRound - -▸ **currentFundingRound**(): `Promise`\<``null`` \| `string`\> - -Retrieve the Asset's funding round - -#### Returns - -`Promise`\<``null`` \| `string`\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L457) - -▸ **currentFundingRound**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<``null`` \| `string`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:458](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L458) - -___ - -### details - -▸ **details**(): `Promise`\<[`AssetDetails`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> - -Retrieve the Asset's data - -#### Returns - -`Promise`\<[`AssetDetails`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L309) - -▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`AssetDetails`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L310) - -___ - -### freeze - -▸ **freeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Freeze transfers of the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [freeze.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L198) - -___ - -### getIdentifiers - -▸ **getIdentifiers**(): `Promise`\<[`SecurityIdentifier`](../../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> - -Retrieve the Asset's identifiers list - -#### Returns - -`Promise`\<[`SecurityIdentifier`](../../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L237) - -▸ **getIdentifiers**(`callback?`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback?` | [`SubCallback`](../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`SecurityIdentifier`](../../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L238) - -___ - -### getRequiredMediators - -▸ **getRequiredMediators**(): `Promise`\<[`Identity`](../../../Identity/Identity.md)[]\> - -Get required Asset mediators. These Identities must approve any Instruction involving the asset - -#### Returns - -`Promise`\<[`Identity`](../../../Identity/Identity.md)[]\> - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L403) - -___ - -### getVenueFilteringDetails - -▸ **getVenueFilteringDetails**(): `Promise`\<[`VenueFilteringDetails`](../../../../../../interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md)\> - -Get venue filtering details - -#### Returns - -`Promise`\<[`VenueFilteringDetails`](../../../../../../interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md)\> - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L422) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../../../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../../../Entity/Entity.md).[isEqual](../../../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### isFrozen - -▸ **isFrozen**(): `Promise`\<`boolean`\> - -Check whether transfers are frozen for the Asset - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L274) - -▸ **isFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<`boolean`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L275) - -___ - -### modify - -▸ **modify**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Asset`](../../../../../../modules/API/Entities/Asset/Types/Types.md#asset), [`Asset`](../../../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> - -Modify some properties of the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyAssetParams`](../../../../../../modules/API/Procedures/Types/Types.md#modifyassetparams) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Asset`](../../../../../../modules/API/Entities/Asset/Types/Types.md#asset), [`Asset`](../../../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> - -**`Throws`** - -if the passed values result in no changes being made to the Asset - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L124) - -___ - -### removeRequiredMediators - -▸ **removeRequiredMediators**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Remove required mediators - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AssetMediatorParams`](../../../../../../interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [removeRequiredMediators.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L228) - -___ - -### setVenueFiltering - -▸ **setVenueFiltering**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Enable/disable venue filtering for this Asset and/or set allowed/disallowed venues - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetVenueFilteringParams`](../../../../../../modules/API/Procedures/Types/Types.md#setvenuefilteringparams) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setVenueFiltering.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L102) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the NftCollection's ticker - -#### Returns - -`string` - -#### Overrides - -[Entity](../../../Entity/Entity.md).[toHuman](../../../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L514) - -___ - -### transferOwnership - -▸ **transferOwnership**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Transfer ownership of the Asset to another Identity. This generates an authorization request that must be accepted - by the recipient - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`TransferAssetOwnershipParams`](../../../../../../interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create [Authorization Request](../../../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `target` Identity. - An [Account](../../../Account/Account.md) or [Identity](../../../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../../Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../../Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [transferOwnership.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L92) - -___ - -### unfreeze - -▸ **unfreeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Unfreeze transfers of the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unfreeze.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L208) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../../../Entity/Entity.md).[generateUuid](../../../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../../../Entity/Entity.md).[unserialize](../../../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Compliance/Compliance.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Compliance/Compliance.md deleted file mode 100644 index 16440837fd..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Compliance/Compliance.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -id: "Compliance" -title: "Class: Compliance" -sidebar_label: "Compliance" ---- - -[api/entities/Asset/Base/Compliance](../../../../../../modules/API/Entities/Asset/Base/Compliance/Compliance.md).Compliance - -Handles all Asset Compliance related functionality - -## Hierarchy - -- `Namespace`\<[`BaseAsset`](../BaseAsset/BaseAsset.md)\> - - ↳ **`Compliance`** - -## Properties - -### requirements - -• **requirements**: [`Requirements`](Requirements/Requirements.md) - -#### Defined in - -[api/entities/Asset/Base/Compliance/index.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Compliance/index.ts#L11) - -___ - -### trustedClaimIssuers - -• **trustedClaimIssuers**: [`TrustedClaimIssuers`](TrustedClaimIssuers/TrustedClaimIssuers.md) - -#### Defined in - -[api/entities/Asset/Base/Compliance/index.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Compliance/index.ts#L10) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md deleted file mode 100644 index 4984c2d0dc..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md +++ /dev/null @@ -1,267 +0,0 @@ ---- -id: "Requirements" -title: "Class: Requirements" -sidebar_label: "Requirements" ---- - -[api/entities/Asset/Base/Compliance/Requirements](../../../../../../../modules/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md).Requirements - -Handles all Asset Compliance Requirements related functionality - -## Hierarchy - -- `Namespace`\<[`BaseAsset`](../../BaseAsset/BaseAsset.md)\> - - ↳ **`Requirements`** - -## Methods - -### add - -▸ **add**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Add a new compliance requirement to the the Asset. This doesn't modify existing requirements - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AddAssetRequirementParams`](../../../../../../../interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [add.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Compliance/Requirements.ts#L94) - -___ - -### arePaused - -▸ **arePaused**(): `Promise`\<`boolean`\> - -Check whether Asset compliance requirements are paused or not - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Compliance/Requirements.ts#L221) - -___ - -### get - -▸ **get**(): `Promise`\<[`ComplianceRequirements`](../../../../../../../interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md)\> - -Retrieve all of the Asset's compliance requirements, together with the Default Trusted Claim Issuers - -#### Returns - -`Promise`\<[`ComplianceRequirements`](../../../../../../../interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md)\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Compliance/Requirements.ts#L126) - -▸ **get**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`ComplianceRequirements`](../../../../../../../interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Compliance/Requirements.ts#L127) - -___ - -### modify - -▸ **modify**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Modify a compliance requirement for the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyComplianceRequirementParams`](../../../../../../../modules/API/Procedures/Types/Types.md#modifycompliancerequirementparams) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Compliance/Requirements.ts#L245) - -___ - -### pause - -▸ **pause**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Pause all the Asset's requirements. This means that all transfers will be allowed until requirements are unpaused - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [pause.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Compliance/Requirements.ts#L204) - -___ - -### remove - -▸ **remove**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Remove an existing compliance requirement from the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RemoveAssetRequirementParams`](../../../../../../../interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [remove.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Compliance/Requirements.ts#L104) - -___ - -### reset - -▸ **reset**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Delete all the current requirements for the Asset. - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [reset.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Compliance/Requirements.ts#L194) - -___ - -### set - -▸ **set**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Configure compliance requirements for the Asset. This operation will replace all existing requirements with a new requirement set - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetAssetRequirementsParams`](../../../../../../../interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Example`** - -```ts -Say A, B, C, D and E are requirements and we arrange them as `[[A, B], [C, D], [E]]`. -For a transfer to succeed, it must either comply with A AND B, C AND D, OR E. -``` - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [set.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Compliance/Requirements.ts#L117) - -___ - -### unpause - -▸ **unpause**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Un-pause all the Asset's current requirements - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unpause.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/Requirements.ts:214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Compliance/Requirements.ts#L214) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md deleted file mode 100644 index dad5274a83..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md +++ /dev/null @@ -1,137 +0,0 @@ ---- -id: "TrustedClaimIssuers" -title: "Class: TrustedClaimIssuers" -sidebar_label: "TrustedClaimIssuers" ---- - -[api/entities/Asset/Base/Compliance/TrustedClaimIssuers](../../../../../../../modules/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md).TrustedClaimIssuers - -Handles all Asset Default Trusted Claim Issuers related functionality - -## Hierarchy - -- `Namespace`\<[`BaseAsset`](../../BaseAsset/BaseAsset.md)\> - - ↳ **`TrustedClaimIssuers`** - -## Methods - -### add - -▸ **add**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Add the supplied Identities to the Asset's list of trusted claim issuers - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyAssetTrustedClaimIssuersAddSetParams`](../../../../../../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [add.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L95) - -___ - -### get - -▸ **get**(): `Promise`\<[`TrustedClaimIssuer`](../../../../../../../interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md)\<``true``\>[]\> - -Retrieve the current Default Trusted Claim Issuers of the Asset - -#### Returns - -`Promise`\<[`TrustedClaimIssuer`](../../../../../../../interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md)\<``true``\>[]\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Defined in - -[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L114) - -▸ **get**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`TrustedClaimIssuer`](../../../../../../../interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md)\<``true``\>[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L115) - -___ - -### remove - -▸ **remove**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Remove the supplied Identities from the Asset's list of trusted claim issuers * - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyAssetTrustedClaimIssuersRemoveParams`](../../../../../../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [remove.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L105) - -___ - -### set - -▸ **set**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Assign a new default list of trusted claim issuers to the Asset by replacing the existing ones with the list passed as a parameter - -This requires two transactions - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyAssetTrustedClaimIssuersAddSetParams`](../../../../../../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [set.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L85) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Documents/Documents.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Documents/Documents.md deleted file mode 100644 index 7b2a873b71..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Documents/Documents.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -id: "Documents" -title: "Class: Documents" -sidebar_label: "Documents" ---- - -[api/entities/Asset/Base/Documents](../../../../../../modules/API/Entities/Asset/Base/Documents/Documents.md).Documents - -Handles all Asset Document related functionality - -## Hierarchy - -- `Namespace`\<[`BaseAsset`](../BaseAsset/BaseAsset.md)\> - - ↳ **`Documents`** - -## Methods - -### get - -▸ **get**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`AssetDocument`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md)\>\> - -Retrieve all documents linked to the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`AssetDocument`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md)\>\> - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Asset/Base/Documents/index.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Documents/index.ts#L47) - -___ - -### set - -▸ **set**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Assign a new list of documents to the Asset by replacing the existing list of documents with the ones passed in the parameters - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetAssetDocumentsParams`](../../../../../../interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [set.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Documents/index.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Documents/index.ts#L38) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Metadata/Metadata.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Metadata/Metadata.md deleted file mode 100644 index 887357c0d9..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Metadata/Metadata.md +++ /dev/null @@ -1,112 +0,0 @@ ---- -id: "Metadata" -title: "Class: Metadata" -sidebar_label: "Metadata" ---- - -[api/entities/Asset/Base/Metadata](../../../../../../modules/API/Entities/Asset/Base/Metadata/Metadata.md).Metadata - -Handles all Asset Metadata related functionality - -## Hierarchy - -- `Namespace`\<[`BaseAsset`](../BaseAsset/BaseAsset.md)\> - - ↳ **`Metadata`** - -## Methods - -### get - -▸ **get**(): `Promise`\<[`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md)[]\> - -Retrieve all (global + local) the MetadataEntry for this Asset - -#### Returns - -`Promise`\<[`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md)[]\> - -**`Note`** - -this returns all available metadata entries for this Asset, with or without any value being associated with the metadata - -#### Defined in - -[api/entities/Asset/Base/Metadata/index.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Metadata/index.ts#L71) - -___ - -### getDetails - -▸ **getDetails**(): `Promise`\<[`MetadataWithValue`](../../../../../../modules/API/Entities/MetadataEntry/Types/Types.md#metadatawithvalue)[]\> - -Retrieve all (local + global) the MetadataEntry details whose value is set for this Asset - -#### Returns - -`Promise`\<[`MetadataWithValue`](../../../../../../modules/API/Entities/MetadataEntry/Types/Types.md#metadatawithvalue)[]\> - -#### Defined in - -[api/entities/Asset/Base/Metadata/index.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Metadata/index.ts#L178) - -___ - -### getOne - -▸ **getOne**(`args`): `Promise`\<[`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md)\> - -Retrieve a single MetadataEntry by its ID and type - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.id` | `BigNumber` | -| `args.type` | [`MetadataType`](../../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) | - -#### Returns - -`Promise`\<[`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md)\> - -**`Throws`** - -if there is no MetadataEntry with the passed ID and specified type - -#### Defined in - -[api/entities/Asset/Base/Metadata/index.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Metadata/index.ts#L117) - -___ - -### register - -▸ **register**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md), [`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md)\>\> - -Register a metadata for this Asset and optionally set its value. -The metadata value can be set by passing `value` parameter and specifying other optional `details` about the value - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RegisterMetadataParams`](../../../../../../modules/API/Procedures/Types/Types.md#registermetadataparams) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md), [`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md)\>\> - -**`Note`** - -This registers a metadata of type `Local` - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [register.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Metadata/index.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Metadata/index.ts#L62) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Permissions/Permissions.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Permissions/Permissions.md deleted file mode 100644 index 7cf4985877..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Permissions/Permissions.md +++ /dev/null @@ -1,183 +0,0 @@ ---- -id: "Permissions" -title: "Class: Permissions" -sidebar_label: "Permissions" ---- - -[api/entities/Asset/Base/Permissions](../../../../../../modules/API/Entities/Asset/Base/Permissions/Permissions.md).Permissions - -Handles all Asset Permissions related functionality - -## Hierarchy - -- `Namespace`\<[`BaseAsset`](../BaseAsset/BaseAsset.md)\> - - ↳ **`Permissions`** - -## Methods - -### createGroup - -▸ **createGroup**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`CustomPermissionGroup`](../../../CustomPermissionGroup/CustomPermissionGroup.md), [`CustomPermissionGroup`](../../../CustomPermissionGroup/CustomPermissionGroup.md)\>\> - -Create a Permission Group for this Asset. Identities can be assigned to Permission Groups as agents. Agents assigned to a Permission Group have said group's permissions over the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateGroupParams`](../../../../../../interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`CustomPermissionGroup`](../../../CustomPermissionGroup/CustomPermissionGroup.md), [`CustomPermissionGroup`](../../../CustomPermissionGroup/CustomPermissionGroup.md)\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createGroup.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Permissions/index.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Permissions/index.ts#L69) - -___ - -### getAgents - -▸ **getAgents**(): `Promise`\<[`AgentWithGroup`](../../../../../../interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md)[]\> - -Retrieve a list of agents (Identities which have permissions over the Asset) and - their respective Permission Groups - -#### Returns - -`Promise`\<[`AgentWithGroup`](../../../../../../interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md)[]\> - -#### Defined in - -[api/entities/Asset/Base/Permissions/index.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Permissions/index.ts#L170) - -___ - -### getGroup - -▸ **getGroup**(`args`): `Promise`\<[`CustomPermissionGroup`](../../../CustomPermissionGroup/CustomPermissionGroup.md)\> - -Retrieve a single Permission Group by its ID (or type). Passing an ID will fetch a Custom Permission Group, - while passing a type will fetch a Known Permission Group - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.id` | `BigNumber` | - -#### Returns - -`Promise`\<[`CustomPermissionGroup`](../../../CustomPermissionGroup/CustomPermissionGroup.md)\> - -**`Throws`** - -if there is no Permission Group with the passed ID - -#### Defined in - -[api/entities/Asset/Base/Permissions/index.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Permissions/index.ts#L103) - -▸ **getGroup**(`args`): `Promise`\<[`KnownPermissionGroup`](../../../KnownPermissionGroup/KnownPermissionGroup.md)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.type` | [`PermissionGroupType`](../../../../../../enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md) | - -#### Returns - -`Promise`\<[`KnownPermissionGroup`](../../../KnownPermissionGroup/KnownPermissionGroup.md)\> - -#### Defined in - -[api/entities/Asset/Base/Permissions/index.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Permissions/index.ts#L104) - -___ - -### getGroups - -▸ **getGroups**(): `Promise`\<[`PermissionGroups`](../../../../../../interfaces/API/Entities/Types/PermissionGroups/PermissionGroups.md)\> - -Retrieve all Permission Groups of this Asset - -#### Returns - -`Promise`\<[`PermissionGroups`](../../../../../../interfaces/API/Entities/Types/PermissionGroups/PermissionGroups.md)\> - -#### Defined in - -[api/entities/Asset/Base/Permissions/index.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Permissions/index.ts#L136) - -___ - -### inviteAgent - -▸ **inviteAgent**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Invite an Identity to be an agent with permissions over this Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`InviteExternalAgentParams`](../../../../../../interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create an [Authorization Request](../../../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `target` Identity. - An [Account](../../../Account/Account.md) or [Identity](../../../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../../Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../../Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [inviteAgent.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Permissions/index.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Permissions/index.ts#L83) - -___ - -### removeAgent - -▸ **removeAgent**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Revoke an agent's permissions over this Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RemoveExternalAgentParams`](../../../../../../interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [removeAgent.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Base/Permissions/index.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Permissions/index.ts#L93) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Settlements/FungibleSettlements.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Settlements/FungibleSettlements.md deleted file mode 100644 index 44a1fde5a7..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Settlements/FungibleSettlements.md +++ /dev/null @@ -1,111 +0,0 @@ ---- -id: "FungibleSettlements" -title: "Class: FungibleSettlements" -sidebar_label: "FungibleSettlements" ---- - -[api/entities/Asset/Base/Settlements](../../../../../../modules/API/Entities/Asset/Base/Settlements/Settlements.md).FungibleSettlements - -Handles all Asset Settlements related functionality - -## Hierarchy - -- `BaseSettlements`\<[`FungibleAsset`](../../Fungible/FungibleAsset.md)\> - - ↳ **`FungibleSettlements`** - -## Methods - -### canTransfer - -▸ **canTransfer**(`args`): `Promise`\<[`TransferBreakdown`](../../../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md)\> - -Check whether it is possible to create a settlement instruction to transfer a certain amount of this asset between two Portfolios. Returns a breakdown of - the transaction containing general errors (such as insufficient balance or invalid receiver), any broken transfer restrictions, and any compliance - failures - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args` | `Object` | - | -| `args.amount` | `BigNumber` | amount of tokens to transfer | -| `args.from?` | [`PortfolioLike`](../../../../../../modules/API/Entities/Types/Types.md#portfoliolike) | sender Portfolio (optional, defaults to the signing Identity's Default Portfolio) | -| `args.to` | [`PortfolioLike`](../../../../../../modules/API/Entities/Types/Types.md#portfoliolike) | receiver Portfolio | - -#### Returns - -`Promise`\<[`TransferBreakdown`](../../../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md)\> - -**`Note`** - -this takes locked tokens into account. For example, if portfolio A has 1000 tokens and this function is called to check if 700 of them can be - transferred to portfolio B (assuming everything else checks out) the result will be success. If an instruction is created and authorized to transfer those 700 tokens, - they would become locked. From that point, further calls to this function would return failed results because of the funds being locked, even though they haven't been - transferred yet - -#### Defined in - -[api/entities/Asset/Base/Settlements/index.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Settlements/index.ts#L206) - -___ - -### preApprove - -▸ **preApprove**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Pre-approves receiving this asset for the signing identity. Receiving this asset in a settlement will not require manual affirmation - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [preApprove.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -BaseSettlements.preApprove - -#### Defined in - -[api/entities/Asset/Base/Settlements/index.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Settlements/index.ts#L39) - -___ - -### removePreApproval - -▸ **removePreApproval**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Removes pre-approval for this asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [removePreApproval.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -BaseSettlements.removePreApproval - -#### Defined in - -[api/entities/Asset/Base/Settlements/index.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Settlements/index.ts#L49) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Settlements/NonFungibleSettlements.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Settlements/NonFungibleSettlements.md deleted file mode 100644 index 24bc609d11..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Base/Settlements/NonFungibleSettlements.md +++ /dev/null @@ -1,111 +0,0 @@ ---- -id: "NonFungibleSettlements" -title: "Class: NonFungibleSettlements" -sidebar_label: "NonFungibleSettlements" ---- - -[api/entities/Asset/Base/Settlements](../../../../../../modules/API/Entities/Asset/Base/Settlements/Settlements.md).NonFungibleSettlements - -Handles all Asset Settlements related functionality - -## Hierarchy - -- `BaseSettlements`\<[`NftCollection`](../../../../../../modules/API/Entities/Types/Types.md#nftcollection)\> - - ↳ **`NonFungibleSettlements`** - -## Methods - -### canTransfer - -▸ **canTransfer**(`args`): `Promise`\<[`TransferBreakdown`](../../../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md)\> - -Check whether it is possible to create a settlement instruction to transfer an NFT between two Portfolios. Returns a breakdown of - the transaction containing general errors (such as insufficient balance or invalid receiver), any broken transfer restrictions, and any compliance - failures - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args` | `Object` | - | -| `args.from?` | [`PortfolioLike`](../../../../../../modules/API/Entities/Types/Types.md#portfoliolike) | sender Portfolio (optional, defaults to the signing Identity's Default Portfolio) | -| `args.nfts` | (`BigNumber` \| [`Nft`](../../NonFungible/Nft/Nft.md))[] | the NFTs to transfer | -| `args.to` | [`PortfolioLike`](../../../../../../modules/API/Entities/Types/Types.md#portfoliolike) | receiver Portfolio | - -#### Returns - -`Promise`\<[`TransferBreakdown`](../../../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md)\> - -**`Note`** - -this takes locked tokens into account. For example, if portfolio A has NFTs 1, 2 and 3 of a collection and this function is called to check if 1 of them can be - transferred to portfolio B (assuming everything else checks out) the result will be success. If an instruction is created and authorized to transfer that token, - they would become locked. From that point, further calls to this function would return failed results because of the funds being locked, even though it hasn't been - transferred yet - -#### Defined in - -[api/entities/Asset/Base/Settlements/index.ts:234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Settlements/index.ts#L234) - -___ - -### preApprove - -▸ **preApprove**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Pre-approves receiving this asset for the signing identity. Receiving this asset in a settlement will not require manual affirmation - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [preApprove.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -BaseSettlements.preApprove - -#### Defined in - -[api/entities/Asset/Base/Settlements/index.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Settlements/index.ts#L39) - -___ - -### removePreApproval - -▸ **removePreApproval**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Removes pre-approval for this asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [removePreApproval.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -BaseSettlements.removePreApproval - -#### Defined in - -[api/entities/Asset/Base/Settlements/index.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/Settlements/index.ts#L49) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md deleted file mode 100644 index a53b2a99ad..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -id: "AssetHolders" -title: "Class: AssetHolders" -sidebar_label: "AssetHolders" ---- - -[api/entities/Asset/Fungible/AssetHolders](../../../../../../modules/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md).AssetHolders - -Handles all Asset Holders related functionality - -## Hierarchy - -- `Namespace`\<[`FungibleAsset`](../FungibleAsset.md)\> - - ↳ **`AssetHolders`** - -## Methods - -### get - -▸ **get**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityBalance`](../../../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md)\>\> - -Retrieve all the Asset Holders with their respective balance - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityBalance`](../../../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md)\>\> - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Asset/Fungible/AssetHolders/index.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/AssetHolders/index.ts#L17) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md deleted file mode 100644 index 4d4c5a23bb..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md +++ /dev/null @@ -1,105 +0,0 @@ ---- -id: "Checkpoints" -title: "Class: Checkpoints" -sidebar_label: "Checkpoints" ---- - -[api/entities/Asset/Fungible/Checkpoints](../../../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md).Checkpoints - -Handles all Asset Checkpoints related functionality - -## Hierarchy - -- `Namespace`\<[`FungibleAsset`](../FungibleAsset.md)\> - - ↳ **`Checkpoints`** - -## Properties - -### schedules - -• **schedules**: [`Schedules`](Schedules/Schedules.md) - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/index.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L36) - -## Methods - -### create - -▸ **create**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Checkpoint`](../../../Checkpoint/Checkpoint.md), [`Checkpoint`](../../../Checkpoint/Checkpoint.md)\>\> - -Create a snapshot of Asset Holders and their respective balances at this moment - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Checkpoint`](../../../Checkpoint/Checkpoint.md), [`Checkpoint`](../../../Checkpoint/Checkpoint.md)\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [create.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/index.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L60) - -___ - -### get - -▸ **get**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`CheckpointWithData`](../../../../../../interfaces/API/Entities/Types/CheckpointWithData/CheckpointWithData.md)\>\> - -Retrieve all Checkpoints created on this Asset, together with their corresponding creation Date and Total Supply - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`CheckpointWithData`](../../../../../../interfaces/API/Entities/Types/CheckpointWithData/CheckpointWithData.md)\>\> - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/index.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L94) - -___ - -### getOne - -▸ **getOne**(`args`): `Promise`\<[`Checkpoint`](../../../Checkpoint/Checkpoint.md)\> - -Retrieve a single Checkpoint for this Asset by its ID - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.id` | `BigNumber` | - -#### Returns - -`Promise`\<[`Checkpoint`](../../../Checkpoint/Checkpoint.md)\> - -**`Throws`** - -if there is no Checkpoint with the passed ID - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/index.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L69) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md deleted file mode 100644 index 7c559851de..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md +++ /dev/null @@ -1,140 +0,0 @@ ---- -id: "Schedules" -title: "Class: Schedules" -sidebar_label: "Schedules" ---- - -[api/entities/Asset/Fungible/Checkpoints/Schedules](../../../../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md).Schedules - -Handles all Asset Checkpoint Schedules related functionality - -## Hierarchy - -- `Namespace`\<[`FungibleAsset`](../../FungibleAsset.md)\> - - ↳ **`Schedules`** - -## Methods - -### create - -▸ **create**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`CheckpointSchedule`](../../../../CheckpointSchedule/CheckpointSchedule.md), [`CheckpointSchedule`](../../../../CheckpointSchedule/CheckpointSchedule.md)\>\> - -Create a schedule for Checkpoint creation (e.g. "Create a checkpoint every week for 5 weeks, starting next tuesday") - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateCheckpointScheduleParams`](../../../../../../../interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`CheckpointSchedule`](../../../../CheckpointSchedule/CheckpointSchedule.md), [`CheckpointSchedule`](../../../../CheckpointSchedule/CheckpointSchedule.md)\>\> - -**`Note`** - -⚠️ Chain v6 introduces changes in how checkpoints are created. Only a set amount of points can be specified, infinitely repeating schedules are deprecated - -**`Note`** - -due to chain limitations, schedules are advanced and (if appropriate) executed whenever the Asset is - redeemed, issued or transferred between portfolios. This means that on an Asset without much movement, there may be disparities between intended Checkpoint creation dates - and the actual date when they are created. This, however, has no effect on the Checkpoint's accuracy regarding to balances - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [create.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L57) - -___ - -### get - -▸ **get**(): `Promise`\<[`ScheduleWithDetails`](../../../../../../../interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md)[]\> - -Retrieve all active Checkpoint Schedules - -#### Returns - -`Promise`\<[`ScheduleWithDetails`](../../../../../../../interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md)[]\> - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L94) - -___ - -### getOne - -▸ **getOne**(`«destructured»`): `Promise`\<[`ScheduleWithDetails`](../../../../../../../interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md)\> - -Retrieve a single Checkpoint Schedule associated to this Asset by its ID - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `«destructured»` | `Object` | -| › `id` | `BigNumber` | - -#### Returns - -`Promise`\<[`ScheduleWithDetails`](../../../../../../../interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md)\> - -**`Throws`** - -if there is no Schedule with the passed ID - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L76) - -___ - -### maxComplexity - -▸ **maxComplexity**(): `Promise`\<`BigNumber`\> - -Retrieve the maximum allowed Schedule complexity for this Asset - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L137) - -___ - -### remove - -▸ **remove**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Remove the supplied Checkpoint Schedule for a given Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RemoveCheckpointScheduleParams`](../../../../../../../interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [remove.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L67) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md deleted file mode 100644 index 0015c4a754..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md +++ /dev/null @@ -1,125 +0,0 @@ ---- -id: "CorporateActions" -title: "Class: CorporateActions" -sidebar_label: "CorporateActions" ---- - -[api/entities/Asset/Fungible/CorporateActions](../../../../../../modules/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md).CorporateActions - -Handles all Asset Corporate Actions related functionality - -## Hierarchy - -- `Namespace`\<[`FungibleAsset`](../FungibleAsset.md)\> - - ↳ **`CorporateActions`** - -## Properties - -### distributions - -• **distributions**: [`Distributions`](Distributions/Distributions.md) - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/index.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L26) - -## Methods - -### getAgents - -▸ **getAgents**(): `Promise`\<[`Identity`](../../../Identity/Identity.md)[]\> - -Retrieve a list of agent Identities - -#### Returns - -`Promise`\<[`Identity`](../../../Identity/Identity.md)[]\> - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/index.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L76) - -___ - -### getDefaultConfig - -▸ **getDefaultConfig**(): `Promise`\<[`CorporateActionDefaultConfig`](../../../../../../interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md)\> - -Retrieve default config comprising of targets, global tax withholding percentage and per-Identity tax withholding percentages. - -#### Returns - -`Promise`\<[`CorporateActionDefaultConfig`](../../../../../../interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md)\> - -**`Note`** - -This config is applied to every Corporate Action that is created until they are modified. Modifying the default config - does not impact existing Corporate Actions. - When creating a Corporate Action, values passed explicitly will override this default config - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/index.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L111) - -___ - -### remove - -▸ **remove**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Remove a Corporate Action - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RemoveCorporateActionParams`](../../../../../../interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [remove.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/index.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L69) - -___ - -### setDefaultConfig - -▸ **setDefaultConfig**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Assign default config values(targets, global tax withholding percentage and per-Identity tax withholding percentages) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyCaDefaultConfigParams`](../../../../../../modules/API/Procedures/Types/Types.md#modifycadefaultconfigparams) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -These config values are applied to every Corporate Action that is created until they are modified. Modifying these values - does not impact existing Corporate Actions. - When creating a Corporate Action, values passed explicitly will override these default config values - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setDefaultConfig.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/index.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L59) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md deleted file mode 100644 index 9402cf1ab1..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md +++ /dev/null @@ -1,91 +0,0 @@ ---- -id: "Distributions" -title: "Class: Distributions" -sidebar_label: "Distributions" ---- - -[api/entities/Asset/Fungible/CorporateActions/Distributions](../../../../../../../modules/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md).Distributions - -Handles all Asset Distributions related functionality - -## Hierarchy - -- `Namespace`\<[`FungibleAsset`](../../FungibleAsset.md)\> - - ↳ **`Distributions`** - -## Methods - -### configureDividendDistribution - -▸ **configureDividendDistribution**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`DividendDistribution`](../../../../DividendDistribution/DividendDistribution.md), [`DividendDistribution`](../../../../DividendDistribution/DividendDistribution.md)\>\> - -Create a Dividend Distribution for a subset of the Asset Holders at a certain (existing or future) Checkpoint - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ConfigureDividendDistributionParams`](../../../../../../../interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`DividendDistribution`](../../../../DividendDistribution/DividendDistribution.md), [`DividendDistribution`](../../../../DividendDistribution/DividendDistribution.md)\>\> - -**`Note`** - -required role: - - Origin Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [configureDividendDistribution.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/Distributions.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/CorporateActions/Distributions.ts#L42) - -___ - -### get - -▸ **get**(): `Promise`\<[`DistributionWithDetails`](../../../../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> - -Retrieve all Dividend Distributions associated to this Asset, along with their details - -#### Returns - -`Promise`\<[`DistributionWithDetails`](../../../../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/Distributions.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/CorporateActions/Distributions.ts#L117) - -___ - -### getOne - -▸ **getOne**(`args`): `Promise`\<[`DistributionWithDetails`](../../../../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)\> - -Retrieve a single Dividend Distribution associated to this Asset by its ID - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.id` | `BigNumber` | - -#### Returns - -`Promise`\<[`DistributionWithDetails`](../../../../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)\> - -**`Throws`** - -if there is no Distribution with the passed ID - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/Distributions.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/CorporateActions/Distributions.ts#L65) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/FungibleAsset.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/FungibleAsset.md deleted file mode 100644 index 0be3259952..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/FungibleAsset.md +++ /dev/null @@ -1,914 +0,0 @@ ---- -id: "FungibleAsset" -title: "Class: FungibleAsset" -sidebar_label: "FungibleAsset" ---- - -[api/entities/Asset/Fungible](../../../../../modules/API/Entities/Asset/Fungible/Fungible.md).FungibleAsset - -Class used to manage all Fungible Asset functionality - -## Hierarchy - -- [`BaseAsset`](../Base/BaseAsset/BaseAsset.md) - - ↳ **`FungibleAsset`** - -## Properties - -### assetHolders - -• **assetHolders**: [`AssetHolders`](AssetHolders/AssetHolders.md) - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/index.ts#L46) - -___ - -### checkpoints - -• **checkpoints**: [`Checkpoints`](Checkpoints/Checkpoints.md) - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/index.ts#L50) - -___ - -### compliance - -• **compliance**: [`Compliance`](../Base/Compliance/Compliance.md) - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[compliance](../Base/BaseAsset/BaseAsset.md#compliance) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L66) - -___ - -### corporateActions - -• **corporateActions**: [`CorporateActions`](CorporateActions/CorporateActions.md) - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/index.ts#L51) - -___ - -### did - -• **did**: `string` - -Identity ID of the Asset (used for Claims) - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[did](../Base/BaseAsset/BaseAsset.md#did) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L74) - -___ - -### documents - -• **documents**: [`Documents`](../Base/Documents/Documents.md) - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[documents](../Base/BaseAsset/BaseAsset.md#documents) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L67) - -___ - -### issuance - -• **issuance**: [`Issuance`](Issuance/Issuance.md) - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/index.ts#L47) - -___ - -### metadata - -• **metadata**: [`Metadata`](../Base/Metadata/Metadata.md) - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[metadata](../Base/BaseAsset/BaseAsset.md#metadata) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L68) - -___ - -### offerings - -• **offerings**: [`Offerings`](Offerings/Offerings.md) - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/index.ts#L49) - -___ - -### permissions - -• **permissions**: [`Permissions`](../Base/Permissions/Permissions.md) - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[permissions](../Base/BaseAsset/BaseAsset.md#permissions) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L69) - -___ - -### settlements - -• **settlements**: [`FungibleSettlements`](../Base/Settlements/FungibleSettlements.md) - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/index.ts#L45) - -___ - -### ticker - -• **ticker**: `string` - -ticker of the Asset - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[ticker](../Base/BaseAsset/BaseAsset.md#ticker) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L79) - -___ - -### transferRestrictions - -• **transferRestrictions**: [`TransferRestrictions`](TransferRestrictions/TransferRestrictions.md) - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/index.ts#L48) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[uuid](../Base/BaseAsset/BaseAsset.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### addRequiredMediators - -▸ **addRequiredMediators**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Add required mediators. Mediators must approve any trades involving the asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AssetMediatorParams`](../../../../../interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addRequiredMediators.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[addRequiredMediators](../Base/BaseAsset/BaseAsset.md#addrequiredmediators) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L218) - -___ - -### controllerTransfer - -▸ **controllerTransfer**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Force a transfer from a given Portfolio to the caller’s default Portfolio - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ControllerTransferParams`](../../../../../interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [controllerTransfer.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/index.ts#L149) - -___ - -### createdAt - -▸ **createdAt**(): `Promise`\<``null`` \| [`EventIdentifier`](../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> - -Retrieve the identifier data (block number, date and event index) of the event that was emitted when the token was created - -#### Returns - -`Promise`\<``null`` \| [`EventIdentifier`](../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/index.ts#L88) - -___ - -### currentFundingRound - -▸ **currentFundingRound**(): `Promise`\<``null`` \| `string`\> - -Retrieve the Asset's funding round - -#### Returns - -`Promise`\<``null`` \| `string`\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[currentFundingRound](../Base/BaseAsset/BaseAsset.md#currentfundinground) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L457) - -▸ **currentFundingRound**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<``null`` \| `string`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[currentFundingRound](../Base/BaseAsset/BaseAsset.md#currentfundinground) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:458](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L458) - -___ - -### details - -▸ **details**(): `Promise`\<[`AssetDetails`](../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> - -Retrieve the Asset's data - -#### Returns - -`Promise`\<[`AssetDetails`](../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[details](../Base/BaseAsset/BaseAsset.md#details) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L309) - -▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`AssetDetails`](../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[details](../Base/BaseAsset/BaseAsset.md#details) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L310) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this FungibleAsset exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -BaseAsset.exists - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/index.ts#L252) - -___ - -### freeze - -▸ **freeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Freeze transfers of the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [freeze.checkAuthorization](../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[freeze](../Base/BaseAsset/BaseAsset.md#freeze) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L198) - -___ - -### getIdentifiers - -▸ **getIdentifiers**(): `Promise`\<[`SecurityIdentifier`](../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> - -Retrieve the Asset's identifiers list - -#### Returns - -`Promise`\<[`SecurityIdentifier`](../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[getIdentifiers](../Base/BaseAsset/BaseAsset.md#getidentifiers) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L237) - -▸ **getIdentifiers**(`callback?`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback?` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`SecurityIdentifier`](../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[getIdentifiers](../Base/BaseAsset/BaseAsset.md#getidentifiers) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L238) - -___ - -### getOperationHistory - -▸ **getOperationHistory**(): `Promise`\<[`HistoricAgentOperation`](../../../../../interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md)[]\> - -Retrieve this Asset's Operation History - -#### Returns - -`Promise`\<[`HistoricAgentOperation`](../../../../../interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md)[]\> - -**`Note`** - -Operations are grouped by the agent Identity who performed them - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/index.ts#L160) - -___ - -### getRequiredMediators - -▸ **getRequiredMediators**(): `Promise`\<[`Identity`](../../Identity/Identity.md)[]\> - -Get required Asset mediators. These Identities must approve any Instruction involving the asset - -#### Returns - -`Promise`\<[`Identity`](../../Identity/Identity.md)[]\> - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[getRequiredMediators](../Base/BaseAsset/BaseAsset.md#getrequiredmediators) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L403) - -___ - -### getTransactionHistory - -▸ **getTransactionHistory**(`opts`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricAssetTransaction`](../../../../../interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md)\>\> - -Retrieve this Asset's transaction History - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricAssetTransaction`](../../../../../interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md)\>\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/index.ts#L189) - -___ - -### getVenueFilteringDetails - -▸ **getVenueFilteringDetails**(): `Promise`\<[`VenueFilteringDetails`](../../../../../interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md)\> - -Get venue filtering details - -#### Returns - -`Promise`\<[`VenueFilteringDetails`](../../../../../interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md)\> - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[getVenueFilteringDetails](../Base/BaseAsset/BaseAsset.md#getvenuefilteringdetails) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L422) - -___ - -### investorCount - -▸ **investorCount**(): `Promise`\<`BigNumber`\> - -Retrieve the amount of unique investors that hold this Asset - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/index.ts#L119) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[isEqual](../Base/BaseAsset/BaseAsset.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### isFrozen - -▸ **isFrozen**(): `Promise`\<`boolean`\> - -Check whether transfers are frozen for the Asset - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[isFrozen](../Base/BaseAsset/BaseAsset.md#isfrozen) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L274) - -▸ **isFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<`boolean`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[isFrozen](../Base/BaseAsset/BaseAsset.md#isfrozen) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L275) - -___ - -### modify - -▸ **modify**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Asset`](../../../../../modules/API/Entities/Asset/Types/Types.md#asset), [`Asset`](../../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> - -Modify some properties of the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyAssetParams`](../../../../../modules/API/Procedures/Types/Types.md#modifyassetparams) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Asset`](../../../../../modules/API/Entities/Asset/Types/Types.md#asset), [`Asset`](../../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> - -**`Throws`** - -if the passed values result in no changes being made to the Asset - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[modify](../Base/BaseAsset/BaseAsset.md#modify) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L124) - -___ - -### redeem - -▸ **redeem**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Redeem (burn) an amount of this Asset's tokens - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RedeemTokensParams`](../../../../../interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [redeem.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/index.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/index.ts#L112) - -___ - -### removeRequiredMediators - -▸ **removeRequiredMediators**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Remove required mediators - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AssetMediatorParams`](../../../../../interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [removeRequiredMediators.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[removeRequiredMediators](../Base/BaseAsset/BaseAsset.md#removerequiredmediators) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L228) - -___ - -### setVenueFiltering - -▸ **setVenueFiltering**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Enable/disable venue filtering for this Asset and/or set allowed/disallowed venues - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetVenueFilteringParams`](../../../../../modules/API/Procedures/Types/Types.md#setvenuefilteringparams) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setVenueFiltering.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[setVenueFiltering](../Base/BaseAsset/BaseAsset.md#setvenuefiltering) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L102) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the NftCollection's ticker - -#### Returns - -`string` - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[toHuman](../Base/BaseAsset/BaseAsset.md#tohuman) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L514) - -___ - -### transferOwnership - -▸ **transferOwnership**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Transfer ownership of the Asset to another Identity. This generates an authorization request that must be accepted - by the recipient - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`TransferAssetOwnershipParams`](../../../../../interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create [Authorization Request](../../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `target` Identity. - An [Account](../../Account/Account.md) or [Identity](../../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [transferOwnership.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[transferOwnership](../Base/BaseAsset/BaseAsset.md#transferownership) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L92) - -___ - -### unfreeze - -▸ **unfreeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Unfreeze transfers of the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unfreeze.checkAuthorization](../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[unfreeze](../Base/BaseAsset/BaseAsset.md#unfreeze) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L208) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[generateUuid](../Base/BaseAsset/BaseAsset.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[BaseAsset](../Base/BaseAsset/BaseAsset.md).[unserialize](../Base/BaseAsset/BaseAsset.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/Issuance/Issuance.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/Issuance/Issuance.md deleted file mode 100644 index 803731a0d4..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/Issuance/Issuance.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -id: "Issuance" -title: "Class: Issuance" -sidebar_label: "Issuance" ---- - -[api/entities/Asset/Fungible/Issuance](../../../../../../modules/API/Entities/Asset/Fungible/Issuance/Issuance.md).Issuance - -Handles all Asset Issuance related functionality - -## Hierarchy - -- `Namespace`\<[`FungibleAsset`](../FungibleAsset.md)\> - - ↳ **`Issuance`** - -## Methods - -### issue - -▸ **issue**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](../FungibleAsset.md), [`FungibleAsset`](../FungibleAsset.md)\>\> - -Issue a certain amount of Asset tokens to the caller's default portfolio - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`IssueTokensParams`](../../../../../../interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](../FungibleAsset.md), [`FungibleAsset`](../FungibleAsset.md)\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [issue.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/Issuance/index.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/Issuance/index.ts#L30) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/Offerings/Offerings.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/Offerings/Offerings.md deleted file mode 100644 index 2a4ca12ec6..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/Offerings/Offerings.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -id: "Offerings" -title: "Class: Offerings" -sidebar_label: "Offerings" ---- - -[api/entities/Asset/Fungible/Offerings](../../../../../../modules/API/Entities/Asset/Fungible/Offerings/Offerings.md).Offerings - -Handles all Asset Offering related functionality - -## Hierarchy - -- `Namespace`\<[`FungibleAsset`](../FungibleAsset.md)\> - - ↳ **`Offerings`** - -## Methods - -### get - -▸ **get**(`opts?`): `Promise`\<[`OfferingWithDetails`](../../../../../../interfaces/API/Entities/Types/OfferingWithDetails/OfferingWithDetails.md)[]\> - -Retrieve all of the Asset's Offerings and their details. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.status?` | `Partial`\<[`OfferingStatus`](../../../../../../interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md)\> | status of the Offerings to fetch. If defined, only Offerings that have all passed statuses will be returned | - -#### Returns - -`Promise`\<[`OfferingWithDetails`](../../../../../../interfaces/API/Entities/Types/OfferingWithDetails/OfferingWithDetails.md)[]\> - -#### Defined in - -[api/entities/Asset/Fungible/Offerings/index.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/Offerings/index.ts#L85) - -___ - -### getOne - -▸ **getOne**(`args`): `Promise`\<[`Offering`](../../../Offering/Offering.md)\> - -Retrieve a single Offering associated to this Asset by its ID - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.id` | `BigNumber` | - -#### Returns - -`Promise`\<[`Offering`](../../../Offering/Offering.md)\> - -**`Throws`** - -if there is no Offering with the passed ID - -#### Defined in - -[api/entities/Asset/Fungible/Offerings/index.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/Offerings/index.ts#L60) - -___ - -### launch - -▸ **launch**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Offering`](../../../Offering/Offering.md), [`Offering`](../../../Offering/Offering.md)\>\> - -Launch an Asset Offering - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`LaunchOfferingParams`](../../../../../../interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Offering`](../../../Offering/Offering.md), [`Offering`](../../../Offering/Offering.md)\>\> - -**`Note`** - -required roles: - - Offering Portfolio Custodian - - Raising Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [launch.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/Offerings/index.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/Offerings/index.ts#L51) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md deleted file mode 100644 index e46dadf112..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md +++ /dev/null @@ -1,165 +0,0 @@ ---- -id: "ClaimCount" -title: "Class: ClaimCount" -sidebar_label: "ClaimCount" ---- - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount](../../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md).ClaimCount - -Handles all Claim Count Transfer Restriction related functionality - -## Hierarchy - -- [`TransferRestrictionBase`](../TransferRestrictionBase/TransferRestrictionBase.md)\<[`ClaimCount`](../../../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount)\> - - ↳ **`ClaimCount`** - -## Properties - -### addRestriction - -• **addRestriction**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`AddClaimCountTransferRestrictionParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addclaimcounttransferrestrictionparams), ``"type"``\>, `BigNumber`, `BigNumber`\> - -Add a ClaimCount Transfer Restriction to this Asset. This limits to total number of individual -investors that may hold the Asset scoped by some Claim. This can limit the number of holders that -are non accredited, or ensure all holders are of a certain nationality - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -**`Throws`** - -if the appropriate count statistic (matching ClaimType and issuer) is not enabled for the Asset. [enableStat](ClaimCount.md#enablestat) should be called with appropriate arguments before this method - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[addRestriction](../TransferRestrictionBase/TransferRestrictionBase.md#addrestriction) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L31) - -___ - -### disableStat - -• **disableStat**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`RemoveScopedCountParams`](../../../../../../../modules/API/Procedures/Types/Types.md#removescopedcountparams), ``"type"``\>, `void`, `void`\> - -Disables a claim count statistic for the Asset. Since statistics introduce slight overhead to each transaction -involving the Asset, disabling unused stats will reduce gas fees for investors - -**`Throws`** - -if the stat is being used by a restriction or is not set - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[disableStat](../TransferRestrictionBase/TransferRestrictionBase.md#disablestat) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L77) - -___ - -### enableStat - -• **enableStat**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`AddClaimCountStatParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addclaimcountstatparams), ``"type"``\>, `void`, `void`\> - -Enables an investor count statistic for the Asset to be scoped by a claim, which is required before creating restrictions - -The counter is only updated automatically with each transfer of tokens after the stat has been enabled. -As such the initial values for the stat should be passed in. -For `Affiliate` and `Accredited` scoped stats the both the number of investors who have the Claim and who do not have the claim -should be given. For `Jurisdiction` scoped stats the amount of holders for each CountryCode need to be given. - -**`Note`** - -Currently there is a potential race condition if passing in counts values when the Asset is being traded. -It is recommended to call this method during the initial configuration of the Asset, before people are trading it. -Otherwise the Asset should be frozen, or the stat checked after being set to ensure the correct value is used. Future -versions of the chain may expose a new extrinsic to avoid this issue - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[enableStat](../TransferRestrictionBase/TransferRestrictionBase.md#enablestat) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L69) - -___ - -### get - -• **get**: () => `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`ClaimCountTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md)\>\> - -#### Type declaration - -▸ (): `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`ClaimCountTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md)\>\> - -Retrieve all active Claim Count Transfer Restrictions - -##### Returns - -`Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`ClaimCountTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md)\>\> - -**`Note`** - -there is a maximum number of restrictions allowed across all types. - The `availableSlots` property of the result represents how many more restrictions can be added - before reaching that limit - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[get](../TransferRestrictionBase/TransferRestrictionBase.md#get) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L86) - -___ - -### removeRestrictions - -• **removeRestrictions**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`BigNumber`, `BigNumber`\> - -Removes all Claim Count Transfer Restrictions from this Asset - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[removeRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#removerestrictions) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L54) - -___ - -### setRestrictions - -• **setRestrictions**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`SetClaimCountTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md), ``"type"``\>, `BigNumber`, `BigNumber`\> - -Sets all Claim Count Transfer Restrictions on this Asset - -**`Note`** - -this method sets exempted Identities for restrictions as well. If an Identity is currently exempted from a Claim Count Transfer Restriction -but not passed into this call then it will be removed - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[setRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#setrestrictions) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L44) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md deleted file mode 100644 index 6f850b845c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md +++ /dev/null @@ -1,150 +0,0 @@ ---- -id: "ClaimPercentage" -title: "Class: ClaimPercentage" -sidebar_label: "ClaimPercentage" ---- - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage](../../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md).ClaimPercentage - -Handles all Claim Percentage Transfer Restriction related functionality - -## Hierarchy - -- [`TransferRestrictionBase`](../TransferRestrictionBase/TransferRestrictionBase.md)\<[`ClaimPercentage`](../../../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimpercentage)\> - - ↳ **`ClaimPercentage`** - -## Properties - -### addRestriction - -• **addRestriction**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`AddClaimPercentageTransferRestrictionParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addclaimpercentagetransferrestrictionparams), ``"type"``\>, `BigNumber`, `BigNumber`\> - -Add a Percentage Transfer Restriction to this Asset. This can be used to limit the total amount of supply -investors who share a ClaimType may hold. For example a restriction can be made so Canadian investors must hold -at least 50% of the supply. - -**`Throws`** - -if the appropriately scoped Balance statistic (by ClaimType and issuer) is not enabled for this Asset. [enableStat](ClaimPercentage.md#enablestat) with appropriate arguments should be called before this method - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[addRestriction](../TransferRestrictionBase/TransferRestrictionBase.md#addrestriction) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L31) - -___ - -### disableStat - -• **disableStat**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`RemoveScopedBalanceParams`](../../../../../../../modules/API/Procedures/Types/Types.md#removescopedbalanceparams), ``"type"``\>, `void`, `void`\> - -Disables an investor balance statistic for the Asset. Since statistics introduce slight overhead to each transaction -involving the Asset, disabling unused stats will reduce gas fees for investors - -**`Throws`** - -if the stat is being used by a restriction or is not set - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[disableStat](../TransferRestrictionBase/TransferRestrictionBase.md#disablestat) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L68) - -___ - -### enableStat - -• **enableStat**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`AddClaimPercentageStatParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addclaimpercentagestatparams), ``"type"``\>, `void`, `void`\> - -Enables investor balance statistic for the Asset, which is required before creating restrictions -that limit the total ownership the Asset's supply - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[enableStat](../TransferRestrictionBase/TransferRestrictionBase.md#enablestat) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L60) - -___ - -### get - -• **get**: () => `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`ClaimPercentageTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md)\>\> - -#### Type declaration - -▸ (): `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`ClaimPercentageTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md)\>\> - -Retrieve all active Claim Percentage Transfer Restrictions - -##### Returns - -`Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`ClaimPercentageTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md)\>\> - -**`Note`** - -there is a maximum number of restrictions allowed across all types. - The `availableSlots` property of the result represents how many more restrictions can be added - before reaching that limit - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[get](../TransferRestrictionBase/TransferRestrictionBase.md#get) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L77) - -___ - -### removeRestrictions - -• **removeRestrictions**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`BigNumber`, `BigNumber`\> - -Removes all Claim Percentage Transfer Restrictions from this Asset - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[removeRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#removerestrictions) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L54) - -___ - -### setRestrictions - -• **setRestrictions**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`SetClaimPercentageTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md), ``"type"``\>, `BigNumber`, `BigNumber`\> - -Sets all Claim Percentage Transfer Restrictions on this Asset - -**`Note`** - -this method sets exempted Identities for restrictions as well. If an Identity is currently exempted from a Claim Percentage Transfer Restriction -but not passed into this call then it will be removed - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[setRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#setrestrictions) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L44) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md deleted file mode 100644 index df95ea23e3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md +++ /dev/null @@ -1,188 +0,0 @@ ---- -id: "Count" -title: "Class: Count" -sidebar_label: "Count" ---- - -[api/entities/Asset/Fungible/TransferRestrictions/Count](../../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md).Count - -Handles all Count Transfer Restriction related functionality - -## Hierarchy - -- [`TransferRestrictionBase`](../TransferRestrictionBase/TransferRestrictionBase.md)\<[`Count`](../../../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count)\> - - ↳ **`Count`** - -## Properties - -### addRestriction - -• **addRestriction**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`AddCountTransferRestrictionParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addcounttransferrestrictionparams), ``"type"``\>, `BigNumber`, `BigNumber`\> - -Add a Count Transfer Restriction to this Asset. This limits to total number of individual -investors that may hold the Asset. In some jurisdictions once a threshold of investors is -passed, different regulations may apply. Count Transfer Restriction can ensure such limits are not exceeded - -**`Throws`** - -if a count statistic is not enabled for the Asset. [Count.enableStat](Count.md#enablestat) should be called before this method - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[addRestriction](../TransferRestrictionBase/TransferRestrictionBase.md#addrestriction) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L38) - -___ - -### disableStat - -• **disableStat**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`void`, `void`\> - -Disables the investor count statistic for the Asset. Since statistics introduce slight overhead to each transaction -involving the Asset, disabling unused stats will reduce gas fees for investors when they transact with the Asset - -**`Throws`** - -if the stat is being used by a restriction or is not set - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[disableStat](../TransferRestrictionBase/TransferRestrictionBase.md#disablestat) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L82) - -___ - -### enableStat - -• **enableStat**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Pick`\<[`AddCountStatParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addcountstatparams), ``"count"``\>, `void`, `void`\> - -Enables an investor count statistic for the Asset, which is required before creating restrictions - -The counter is only updated automatically with each transfer of tokens after the stat has been enabled. -As such the initial value for the stat should be passed in, which can be fetched with [Count.investorCount](Count.md#investorcount) - -**`Note`** - -Currently there is a potential race condition if passing in counts values when the Asset is being traded. -It is recommended to call this method during the initial configuration of the Asset, before people are trading it. -Otherwise the Asset should be frozen, or the stat checked after being set to ensure the correct value is used. Future -versions of the chain may expose a new extrinsic to avoid this issue - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[enableStat](../TransferRestrictionBase/TransferRestrictionBase.md#enablestat) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L74) - -___ - -### get - -• **get**: () => `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`CountTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md)\>\> - -#### Type declaration - -▸ (): `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`CountTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md)\>\> - -/** - * Retrieve all active Count Transfer Restrictions - * - * - -##### Returns - -`Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`CountTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md)\>\> - -**`Note`** - -there is a maximum number of restrictions allowed across all types. - * The `availableSlots` property of the result represents how many more restrictions can be added - * before reaching that limit - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[get](../TransferRestrictionBase/TransferRestrictionBase.md#get) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L93) - -___ - -### investorCount - -• **investorCount**: () => `Promise`\<`BigNumber`\> - -#### Type declaration - -▸ (): `Promise`\<`BigNumber`\> - -Returns the count of individual holders of the Asset - -##### Returns - -`Promise`\<`BigNumber`\> - -**`Note`** - -This value can be used to initialize `enableStat`. If used for this purpose there is a potential race condition -if Asset transfers happen between the time of check and time of use. Either pause Asset transfers, or check after stat -creation and try again if a race occurred. Future versions of the chain should introduce an extrinsic to avoid this issue - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L102) - -___ - -### removeRestrictions - -• **removeRestrictions**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`BigNumber`, `BigNumber`\> - -Removes all Count Transfer Restrictions from this Asset - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[removeRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#removerestrictions) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L61) - -___ - -### setRestrictions - -• **setRestrictions**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`SetCountTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md), ``"type"``\>, `BigNumber`, `BigNumber`\> - -Sets all Count Transfer Restrictions on this Asset - -**`Note`** - -this method sets exempted Identities for restrictions as well. If an Identity is currently exempted from a Count Transfer Restriction -but not passed into this call then it will be removed - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[setRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#setrestrictions) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L51) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md deleted file mode 100644 index c5d7212e20..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md +++ /dev/null @@ -1,149 +0,0 @@ ---- -id: "Percentage" -title: "Class: Percentage" -sidebar_label: "Percentage" ---- - -[api/entities/Asset/Fungible/TransferRestrictions/Percentage](../../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md).Percentage - -Handles all Percentage Transfer Restriction related functionality - -## Hierarchy - -- [`TransferRestrictionBase`](../TransferRestrictionBase/TransferRestrictionBase.md)\<[`Percentage`](../../../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage)\> - - ↳ **`Percentage`** - -## Properties - -### addRestriction - -• **addRestriction**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`AddPercentageTransferRestrictionParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addpercentagetransferrestrictionparams), ``"type"``\>, `BigNumber`, `BigNumber`\> - -Add a Percentage Transfer Restriction to this Asset. This limits the total percentage of the supply -a single investor can acquire without an exemption - -**`Throws`** - -if the Balance statistic is not enabled for this Asset. [enableStat](Percentage.md#enablestat) should be called before this method - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[addRestriction](../TransferRestrictionBase/TransferRestrictionBase.md#addrestriction) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L28) - -___ - -### disableStat - -• **disableStat**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`void`, `void`\> - -Disables the investor balance statistic for the Asset. Since statistics introduce slight overhead to each transaction -involving the Asset, disabling unused stats will reduce gas fees for investors when they transact with the Asset - -**`Throws`** - -if the stat is being used by a restriction or is not set - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[disableStat](../TransferRestrictionBase/TransferRestrictionBase.md#disablestat) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L65) - -___ - -### enableStat - -• **enableStat**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`void`, `void`\> - -Enables investor balance statistic for the Asset, which is required before creating restrictions -that limit the total ownership of the Assets' supply - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[enableStat](../TransferRestrictionBase/TransferRestrictionBase.md#enablestat) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L57) - -___ - -### get - -• **get**: () => `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`PercentageTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md)\>\> - -#### Type declaration - -▸ (): `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`PercentageTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md)\>\> - -Retrieve all active Percentage Transfer Restrictions - -##### Returns - -`Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`PercentageTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md)\>\> - -**`Note`** - -there is a maximum number of restrictions allowed across all types. - The `availableSlots` property of the result represents how many more restrictions can be added - before reaching that limit - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[get](../TransferRestrictionBase/TransferRestrictionBase.md#get) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L74) - -___ - -### removeRestrictions - -• **removeRestrictions**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`BigNumber`, `BigNumber`\> - -Removes all Percentage Transfer Restrictions from this Asset - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[removeRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#removerestrictions) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L51) - -___ - -### setRestrictions - -• **setRestrictions**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`SetPercentageTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md), ``"type"``\>, `BigNumber`, `BigNumber`\> - -Sets all Percentage Transfer Restrictions on this Asset - -**`Note`** - -this method sets exempted Identities for restrictions as well. If an Identity is currently exempted from a Percentage Transfer Restriction -but not passed into this call then it will be removed - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -#### Overrides - -[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[setRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#setrestrictions) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L41) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md deleted file mode 100644 index dfa46c3f4f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md +++ /dev/null @@ -1,206 +0,0 @@ ---- -id: "TransferRestrictionBase" -title: "Class: TransferRestrictionBase" -sidebar_label: "TransferRestrictionBase" ---- - -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase](../../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md).TransferRestrictionBase - -Base class for managing Transfer Restrictions - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `T` | extends [`TransferRestrictionType`](../../../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md) | - -## Hierarchy - -- `Namespace`\<[`FungibleAsset`](../../FungibleAsset.md)\> - - ↳ **`TransferRestrictionBase`** - - ↳↳ [`ClaimCount`](../ClaimCount/ClaimCount.md) - - ↳↳ [`ClaimPercentage`](../ClaimPercentage/ClaimPercentage.md) - - ↳↳ [`Count`](../Count/Count.md) - - ↳↳ [`Percentage`](../Percentage/Percentage.md) - -## Methods - -### addRestriction - -▸ **addRestriction**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> - -Add a Transfer Restriction of the corresponding type to this Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AddRestrictionParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addrestrictionparams)\<`T`\> | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addRestriction.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L174) - -___ - -### disableStat - -▸ **disableStat**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Removes an Asset statistic - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RemoveAssetStatParamsBase`](../../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md#removeassetstatparamsbase)\<`T`\> | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -if the statistic is being used or is not set - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [disableStat.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L220) - -___ - -### enableStat - -▸ **enableStat**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Enables statistic of the corresponding type for this Asset, which are required for restrictions to be created - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetAssetStatParams`](../../../../../../../modules/API/Procedures/Types/Types.md#setassetstatparams)\<`T`\> | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [enableStat.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L208) - -___ - -### get - -▸ **get**(): `Promise`\<[`GetTransferRestrictionReturnType`](../../../../../../../modules/API/Procedures/Types/Types.md#gettransferrestrictionreturntype)\<`T`\>\> - -Retrieve all active Transfer Restrictions of the corresponding type - -#### Returns - -`Promise`\<[`GetTransferRestrictionReturnType`](../../../../../../../modules/API/Procedures/Types/Types.md#gettransferrestrictionreturntype)\<`T`\>\> - -**`Note`** - -there is a maximum number of restrictions allowed across all types. - The `availableSlots` property of the result represents how many more restrictions can be added - before reaching that limit - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L231) - -___ - -### removeRestrictions - -▸ **removeRestrictions**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> - -Removes all Transfer Restrictions of the corresponding type from this Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [removeRestrictions.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L198) - -___ - -### setRestrictions - -▸ **setRestrictions**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> - -Sets all Transfer Restrictions of the corresponding type on this Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetRestrictionsParams`](../../../../../../../modules/API/Procedures/Types/Types.md#setrestrictionsparams)\<`T`\> | -| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> - -**`Note`** - -the result is the total amount of restrictions after the procedure has run - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setRestrictions.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L186) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md deleted file mode 100644 index 25cb648faf..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -id: "TransferRestrictions" -title: "Class: TransferRestrictions" -sidebar_label: "TransferRestrictions" ---- - -[api/entities/Asset/Fungible/TransferRestrictions](../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md).TransferRestrictions - -Handles all Asset Transfer Restrictions related functionality - -## Hierarchy - -- `Namespace`\<[`FungibleAsset`](../FungibleAsset.md)\> - - ↳ **`TransferRestrictions`** - -## Properties - -### claimCount - -• **claimCount**: [`ClaimCount`](ClaimCount/ClaimCount.md) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/index.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L14) - -___ - -### claimPercentage - -• **claimPercentage**: [`ClaimPercentage`](ClaimPercentage/ClaimPercentage.md) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/index.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L15) - -___ - -### count - -• **count**: [`Count`](Count/Count.md) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/index.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L12) - -___ - -### percentage - -• **percentage**: [`Percentage`](Percentage/Percentage.md) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/index.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L13) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/NonFungible/AssetHolders/AssetHolders.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/NonFungible/AssetHolders/AssetHolders.md deleted file mode 100644 index 656c9a3d7c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/NonFungible/AssetHolders/AssetHolders.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -id: "AssetHolders" -title: "Class: AssetHolders" -sidebar_label: "AssetHolders" ---- - -[api/entities/Asset/NonFungible/AssetHolders](../../../../../../modules/API/Entities/Asset/NonFungible/AssetHolders/AssetHolders.md).AssetHolders - -Handles all NFT Holders related functionality - -## Hierarchy - -- `Namespace`\<[`NftCollection`](../../../../../../modules/API/Entities/Types/Types.md#nftcollection)\> - - ↳ **`AssetHolders`** - -## Methods - -### get - -▸ **get**(`opts`): `Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityHeldNfts`](../../../../../../interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md)\>\> - -Retrieve all the NFT Holders with their holdings - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityHeldNfts`](../../../../../../interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md)\>\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/Asset/NonFungible/AssetHolders/index.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/AssetHolders/index.ts#L19) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/NonFungible/Nft/Nft.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/NonFungible/Nft/Nft.md deleted file mode 100644 index 8942cf6da3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/NonFungible/Nft/Nft.md +++ /dev/null @@ -1,303 +0,0 @@ ---- -id: "Nft" -title: "Class: Nft" -sidebar_label: "Nft" ---- - -[api/entities/Asset/NonFungible/Nft](../../../../../../modules/API/Entities/Asset/NonFungible/Nft/Nft.md).Nft - -Class used to manage Nft functionality. Each NFT belongs to an NftCollection, which specifies the expected metadata values for each NFT - -## Hierarchy - -- [`Entity`](../../../Entity/Entity.md)\<[`NftUniqueIdentifiers`](../../../../../../modules/API/Entities/Asset/NonFungible/Nft/Nft.md#nftuniqueidentifiers), [`HumanReadable`](../../../../../../interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md)\> - - ↳ **`Nft`** - -## Properties - -### collection - -• **collection**: [`NftCollection`](../NftCollection/NftCollection.md) - -The [NftCollection](../../../../../../modules/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) this NFT belongs to - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/Nft.ts#L50) - -___ - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/Nft.ts#L45) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../../../Entity/Entity.md).[uuid](../../../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine if the NFT exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../../../Entity/Entity.md).[exists](../../../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/Nft.ts#L124) - -___ - -### getImageUri - -▸ **getImageUri**(): `Promise`\<``null`` \| `string`\> - -Get the conventional image URI for the NFT - -This function will check for a token level value and a collection level value. Token level values take precedence over base values in case of a conflict. - -When creating a collection an issuer can either require per token images by specifying global metadata key `imageUri` as a collection key or by -setting a collection base image URL by setting a value on the collection corresponding to the global metadata key `baseImageUri`. - -This method will return `null` if the NFT issuer did not configure the collection according to the convention. - -Per token URIs provide the most flexibility, but require more chain space to store, increasing the POLYX fee to issue each token. - -The URI values can include `{tokenId}` that will be replaced with the NFTs ID. If a base URI does not specify this the ID will be appended onto the URL. Examples: - - `https://example.com/nfts/{tokenId}/image.png` becomes `https://example.com/nfts/1/image.png` - - `https://example.com/nfts` becomes `https://example.com/nfts/1` if used a base value, but remain unchanged as a local value - -#### Returns - -`Promise`\<``null`` \| `string`\> - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/Nft.ts#L146) - -___ - -### getMetadata - -▸ **getMetadata**(): `Promise`\<[`NftMetadata`](../../../../../../interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md)[]\> - -Get metadata associated with this token - -#### Returns - -`Promise`\<[`NftMetadata`](../../../../../../interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md)[]\> - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/Nft.ts#L95) - -___ - -### getOwner - -▸ **getOwner**(): `Promise`\<``null`` \| [`NumberedPortfolio`](../../../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../DefaultPortfolio/DefaultPortfolio.md)\> - -Get owner of the NFT - -#### Returns - -`Promise`\<``null`` \| [`NumberedPortfolio`](../../../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../DefaultPortfolio/DefaultPortfolio.md)\> - -**`Note`** - -This method returns `null` if there is no existing holder for the token. This may happen even if the token has been redeemed/burned - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/Nft.ts#L207) - -___ - -### getTokenUri - -▸ **getTokenUri**(): `Promise`\<``null`` \| `string`\> - -Get the conventional token URI for the NFT - -This function will check for a token level value and a collection level value. Token level values take precedence over base values in case of a conflict. - -When creating a collection an issuer can either require per token URL by specifying global metadata key `tokenURI` as a collection key or by -setting a collection base URL by setting a value on the collection corresponding to the global metadata key `baseTokenUri` on the collection. - -This method will return `null` if the NFT issuer did not configure the collection according to the convention. - -Per token URIs provide the most flexibility, but require more chain space to store, increasing the POLYX fee to issue each token. - -The URI values can include `{tokenId}` that will be replaced with the NFTs ID. If a base URI does not specify this the ID will be appended onto the URL. Examples: - - `https://example.com/nfts/{tokenId}/info.json` becomes `https://example.com/nfts/1/info.json` - - `https://example.com/nfts` becomes `https://example.com/nfts/1` if used a base value, but remain unchanged as a local value - -#### Returns - -`Promise`\<``null`` \| `string`\> - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/Nft.ts#L182) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../../../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../../../Entity/Entity.md).[isEqual](../../../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### isLocked - -▸ **isLocked**(): `Promise`\<`boolean`\> - -Check if the NFT is locked in any settlement instruction - -#### Returns - -`Promise`\<`boolean`\> - -**`Throws`** - -if NFT has no owner (has been redeemed) - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/Nft.ts#L238) - -___ - -### redeem - -▸ **redeem**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Redeem (or "burns") the NFT, removing it from circulation - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | [`RedeemNftParams`](../../../../../../interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [OptionalArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md), which means you can call [redeem.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/Nft.ts#L58) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../../../Entity/Entity.md).[generateUuid](../../../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../../../Entity/Entity.md).[unserialize](../../../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md deleted file mode 100644 index 5b99ceec8b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md +++ /dev/null @@ -1,908 +0,0 @@ ---- -id: "NftCollection" -title: "Class: NftCollection" -sidebar_label: "NftCollection" ---- - -[api/entities/Asset/NonFungible/NftCollection](../../../../../../modules/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md).NftCollection - -Class used to manage NFT functionality - -## Hierarchy - -- [`BaseAsset`](../../Base/BaseAsset/BaseAsset.md) - - ↳ **`NftCollection`** - -## Properties - -### assetHolders - -• **assetHolders**: [`AssetHolders`](../AssetHolders/AssetHolders.md) - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/NftCollection.ts#L61) - -___ - -### compliance - -• **compliance**: [`Compliance`](../../Base/Compliance/Compliance.md) - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[compliance](../../Base/BaseAsset/BaseAsset.md#compliance) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L66) - -___ - -### did - -• **did**: `string` - -Identity ID of the Asset (used for Claims) - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[did](../../Base/BaseAsset/BaseAsset.md#did) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L74) - -___ - -### documents - -• **documents**: [`Documents`](../../Base/Documents/Documents.md) - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[documents](../../Base/BaseAsset/BaseAsset.md#documents) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L67) - -___ - -### metadata - -• **metadata**: [`Metadata`](../../Base/Metadata/Metadata.md) - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[metadata](../../Base/BaseAsset/BaseAsset.md#metadata) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L68) - -___ - -### permissions - -• **permissions**: [`Permissions`](../../Base/Permissions/Permissions.md) - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[permissions](../../Base/BaseAsset/BaseAsset.md#permissions) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L69) - -___ - -### settlements - -• **settlements**: [`NonFungibleSettlements`](../../Base/Settlements/NonFungibleSettlements.md) - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/NftCollection.ts#L62) - -___ - -### ticker - -• **ticker**: `string` - -ticker of the Asset - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[ticker](../../Base/BaseAsset/BaseAsset.md#ticker) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L79) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[uuid](../../Base/BaseAsset/BaseAsset.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### addRequiredMediators - -▸ **addRequiredMediators**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Add required mediators. Mediators must approve any trades involving the asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AssetMediatorParams`](../../../../../../interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addRequiredMediators.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[addRequiredMediators](../../Base/BaseAsset/BaseAsset.md#addrequiredmediators) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L218) - -___ - -### collectionKeys - -▸ **collectionKeys**(): `Promise`\<[`CollectionKey`](../../../../../../modules/API/Entities/Asset/Types/Types.md#collectionkey)[]\> - -Retrieve the metadata that defines the NFT collection. Every `issue` call for this collection must provide a value for each element returned - -#### Returns - -`Promise`\<[`CollectionKey`](../../../../../../modules/API/Entities/Asset/Types/Types.md#collectionkey)[]\> - -**`Note`** - -Each NFT **must** have an entry for each value, it **should** comply with the spec. -In other words, the SDK only validates the presence of metadata keys, additional validation should be used when issuing - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/NftCollection.ts#L178) - -___ - -### controllerTransfer - -▸ **controllerTransfer**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Force a transfer from the origin portfolio to one of the caller's portfolios - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`NftControllerTransferParams`](../../../../../../interfaces/API/Procedures/Types/NftControllerTransferParams/NftControllerTransferParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [controllerTransfer.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/NftCollection.ts#L81) - -___ - -### createdAt - -▸ **createdAt**(): `Promise`\<``null`` \| [`EventIdentifier`](../../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> - -Retrieve the identifier data (block number, date and event index) of the event that was emitted when the token was created - -#### Returns - -`Promise`\<``null`` \| [`EventIdentifier`](../../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/NftCollection.ts#L266) - -___ - -### currentFundingRound - -▸ **currentFundingRound**(): `Promise`\<``null`` \| `string`\> - -Retrieve the Asset's funding round - -#### Returns - -`Promise`\<``null`` \| `string`\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[currentFundingRound](../../Base/BaseAsset/BaseAsset.md#currentfundinground) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L457) - -▸ **currentFundingRound**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<``null`` \| `string`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[currentFundingRound](../../Base/BaseAsset/BaseAsset.md#currentfundinground) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:458](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L458) - -___ - -### details - -▸ **details**(): `Promise`\<[`AssetDetails`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> - -Retrieve the NftCollection's data - -#### Returns - -`Promise`\<[`AssetDetails`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Overrides - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[details](../../Base/BaseAsset/BaseAsset.md#details) - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/NftCollection.ts#L127) - -▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`AssetDetails`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Overrides - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[details](../../Base/BaseAsset/BaseAsset.md#details) - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/NftCollection.ts#L128) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this NftCollection exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -BaseAsset.exists - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/NftCollection.ts#L287) - -___ - -### freeze - -▸ **freeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Freeze transfers of the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [freeze.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[freeze](../../Base/BaseAsset/BaseAsset.md#freeze) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L198) - -___ - -### getCollectionId - -▸ **getCollectionId**(): `Promise`\<`BigNumber`\> - -Returns the collection's on chain numeric ID. Used primarily to access NFT specific storage values - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/NftCollection.ts#L300) - -___ - -### getIdentifiers - -▸ **getIdentifiers**(): `Promise`\<[`SecurityIdentifier`](../../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> - -Retrieve the Asset's identifiers list - -#### Returns - -`Promise`\<[`SecurityIdentifier`](../../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[getIdentifiers](../../Base/BaseAsset/BaseAsset.md#getidentifiers) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L237) - -▸ **getIdentifiers**(`callback?`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback?` | [`SubCallback`](../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`SecurityIdentifier`](../../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[getIdentifiers](../../Base/BaseAsset/BaseAsset.md#getidentifiers) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L238) - -___ - -### getNft - -▸ **getNft**(`args`): `Promise`\<[`Nft`](../Nft/Nft.md)\> - -Get an NFT belonging to this collection - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.id` | `BigNumber` | - -#### Returns - -`Promise`\<[`Nft`](../Nft/Nft.md)\> - -**`Throws`** - -if the given NFT does not exist - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/NftCollection.ts#L242) - -___ - -### getRequiredMediators - -▸ **getRequiredMediators**(): `Promise`\<[`Identity`](../../../Identity/Identity.md)[]\> - -Get required Asset mediators. These Identities must approve any Instruction involving the asset - -#### Returns - -`Promise`\<[`Identity`](../../../Identity/Identity.md)[]\> - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[getRequiredMediators](../../Base/BaseAsset/BaseAsset.md#getrequiredmediators) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L403) - -___ - -### getTransactionHistory - -▸ **getTransactionHistory**(`opts`): `Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricNftTransaction`](../../../../../../interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md)\>\> - -Retrieve this Collection's transaction history - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricNftTransaction`](../../../../../../interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md)\>\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/NftCollection.ts#L326) - -___ - -### getVenueFilteringDetails - -▸ **getVenueFilteringDetails**(): `Promise`\<[`VenueFilteringDetails`](../../../../../../interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md)\> - -Get venue filtering details - -#### Returns - -`Promise`\<[`VenueFilteringDetails`](../../../../../../interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md)\> - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[getVenueFilteringDetails](../../Base/BaseAsset/BaseAsset.md#getvenuefilteringdetails) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L422) - -___ - -### investorCount - -▸ **investorCount**(): `Promise`\<`BigNumber`\> - -Retrieve the amount of unique investors that hold this Nft - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/NftCollection.ts#L219) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../../../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[isEqual](../../Base/BaseAsset/BaseAsset.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### isFrozen - -▸ **isFrozen**(): `Promise`\<`boolean`\> - -Check whether transfers are frozen for the Asset - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[isFrozen](../../Base/BaseAsset/BaseAsset.md#isfrozen) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L274) - -▸ **isFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<`boolean`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[isFrozen](../../Base/BaseAsset/BaseAsset.md#isfrozen) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L275) - -___ - -### issue - -▸ **issue**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Nft`](../Nft/Nft.md), [`Nft`](../Nft/Nft.md)\>\> - -Issues a new NFT for the collection - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`IssueNftParams`](../../../../../../modules/API/Procedures/Types/Types.md#issuenftparams) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Nft`](../Nft/Nft.md), [`Nft`](../Nft/Nft.md)\>\> - -**`Note`** - -Each NFT requires metadata for each value returned by `collectionKeys`. The SDK and chain only validate the presence of these fields. Additional validation may be needed to ensure each value complies with the specification. - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [issue.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Asset/NonFungible/NftCollection.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/NftCollection.ts#L71) - -___ - -### modify - -▸ **modify**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Asset`](../../../../../../modules/API/Entities/Asset/Types/Types.md#asset), [`Asset`](../../../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> - -Modify some properties of the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyAssetParams`](../../../../../../modules/API/Procedures/Types/Types.md#modifyassetparams) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Asset`](../../../../../../modules/API/Entities/Asset/Types/Types.md#asset), [`Asset`](../../../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> - -**`Throws`** - -if the passed values result in no changes being made to the Asset - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[modify](../../Base/BaseAsset/BaseAsset.md#modify) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L124) - -___ - -### removeRequiredMediators - -▸ **removeRequiredMediators**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Remove required mediators - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AssetMediatorParams`](../../../../../../interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [removeRequiredMediators.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[removeRequiredMediators](../../Base/BaseAsset/BaseAsset.md#removerequiredmediators) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L228) - -___ - -### setVenueFiltering - -▸ **setVenueFiltering**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Enable/disable venue filtering for this Asset and/or set allowed/disallowed venues - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetVenueFilteringParams`](../../../../../../modules/API/Procedures/Types/Types.md#setvenuefilteringparams) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setVenueFiltering.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[setVenueFiltering](../../Base/BaseAsset/BaseAsset.md#setvenuefiltering) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L102) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the NftCollection's ticker - -#### Returns - -`string` - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[toHuman](../../Base/BaseAsset/BaseAsset.md#tohuman) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L514) - -___ - -### transferOwnership - -▸ **transferOwnership**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Transfer ownership of the Asset to another Identity. This generates an authorization request that must be accepted - by the recipient - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`TransferAssetOwnershipParams`](../../../../../../interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create [Authorization Request](../../../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `target` Identity. - An [Account](../../../Account/Account.md) or [Identity](../../../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../../Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../../Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [transferOwnership.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[transferOwnership](../../Base/BaseAsset/BaseAsset.md#transferownership) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L92) - -___ - -### unfreeze - -▸ **unfreeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Unfreeze transfers of the Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unfreeze.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[unfreeze](../../Base/BaseAsset/BaseAsset.md#unfreeze) - -#### Defined in - -[api/entities/Asset/Base/BaseAsset.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Base/BaseAsset.ts#L208) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[generateUuid](../../Base/BaseAsset/BaseAsset.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[unserialize](../../Base/BaseAsset/BaseAsset.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md deleted file mode 100644 index 5edd4515c0..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md +++ /dev/null @@ -1,308 +0,0 @@ ---- -id: "AuthorizationRequest" -title: "Class: AuthorizationRequest" -sidebar_label: "AuthorizationRequest" ---- - -[api/entities/AuthorizationRequest](../../../../modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md).AuthorizationRequest - -Represents a request made by an Identity to another Identity (or Account) for some sort of authorization. This has multiple uses. For example, if Alice - wants to transfer ownership of one of her Assets to Bob, this method emits an authorization request for Bob, - who then has to accept it in order to complete the ownership transfer - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/AuthorizationRequest/UniqueIdentifiers/UniqueIdentifiers.md), [`HumanReadable`](../../../../interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md)\> - - ↳ **`AuthorizationRequest`** - -## Properties - -### authId - -• **authId**: `BigNumber` - -internal identifier for the Request (used to accept/reject/cancel) - -#### Defined in - -[api/entities/AuthorizationRequest.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L100) - -___ - -### data - -• **data**: [`Authorization`](../../../../modules/API/Entities/Types/Types.md#authorization) - -Authorization Request data corresponding to type of Authorization - -| Type | Data | -|---------------------------------|---------------------------------| -| Add Relayer Paying Key | Beneficiary, Relayer, Allowance | -| Become Agent | Permission Group | -| Attest Primary Key Rotation | DID | -| Rotate Primary Key | N/A | -| Rotate Primary Key to Secondary | Permissions | -| Transfer Ticker | Ticker | -| Add MultiSig Signer | Account | -| Transfer Asset Ownership | Ticker | -| Join Identity | Permissions | -| Portfolio Custody | Portfolio | - -#### Defined in - -[api/entities/AuthorizationRequest.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L89) - -___ - -### expiry - -• **expiry**: ``null`` \| `Date` - -date at which the Authorization Request expires and can no longer be accepted. - At this point, a new Authorization Request must be emitted. Null if the Request never expires - -#### Defined in - -[api/entities/AuthorizationRequest.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L95) - -___ - -### issuer - -• **issuer**: [`Identity`](../Identity/Identity.md) - -Identity that emitted the request - -#### Defined in - -[api/entities/AuthorizationRequest.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L71) - -___ - -### target - -• **target**: [`Signer`](../../../../modules/API/Entities/Types/Types.md#signer) - -Identity or Account to which the request was emitted - -#### Defined in - -[api/entities/AuthorizationRequest.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L66) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### accept - -▸ **accept**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Accept the Authorization Request. You must be the target of the Request to be able to accept it - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [accept.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/AuthorizationRequest.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L193) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Authorization Request exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/AuthorizationRequest.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L222) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### isExpired - -▸ **isExpired**(): `boolean` - -Returns whether the Authorization Request has expired - -#### Returns - -`boolean` - -#### Defined in - -[api/entities/AuthorizationRequest.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L213) - -___ - -### remove - -▸ **remove**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Remove the Authorization Request - -- If you are the Request issuer, this will cancel the Authorization -- If you are the Request target, this will reject the Authorization - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [remove.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/AuthorizationRequest.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L206) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md) - -Return the Authorization's static data - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md) - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/AuthorizationRequest.ts:236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L236) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Checkpoint/Checkpoint.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Checkpoint/Checkpoint.md deleted file mode 100644 index 31c73b020a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Checkpoint/Checkpoint.md +++ /dev/null @@ -1,280 +0,0 @@ ---- -id: "Checkpoint" -title: "Class: Checkpoint" -sidebar_label: "Checkpoint" ---- - -[api/entities/Checkpoint](../../../../modules/API/Entities/Checkpoint/Checkpoint.md).Checkpoint - -Represents a snapshot of the Asset's holders and their respective balances - at a certain point in time - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Checkpoint/UniqueIdentifiers/UniqueIdentifiers.md), [`HumanReadable`](../../../../interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md)\> - - ↳ **`Checkpoint`** - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset whose balances are being recorded in this Checkpoint - -#### Defined in - -[api/entities/Checkpoint.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Checkpoint.ts#L52) - -___ - -### id - -• **id**: `BigNumber` - -Checkpoint identifier number - -#### Defined in - -[api/entities/Checkpoint.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Checkpoint.ts#L47) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### allBalances - -▸ **allBalances**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityBalance`](../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md)\>\> - -Retrieve all Asset Holder balances at this Checkpoint - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityBalance`](../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -current Asset holders who didn't hold any tokens when the Checkpoint was created will be listed with a balance of 0. -This arises from a chain storage optimization and pagination. - -**`See`** - -[balance](Checkpoint.md#balance) for a more detailed explanation of the logic - -#### Defined in - -[api/entities/Checkpoint.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Checkpoint.ts#L109) - -___ - -### balance - -▸ **balance**(`args?`): `Promise`\<`BigNumber`\> - -Retrieve the balance of a specific Asset Holder Identity at this Checkpoint - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | defaults to the signing Identity | - -#### Returns - -`Promise`\<`BigNumber`\> - -**`Note`** - -A checkpoint only records balances when they change. The implementation is to query for all balance updates for [ticker, did] pair. -If no balance updates have happened since the Checkpoint has been created, then the storage will not have an entry for the user. Instead the current balance should be used. -The balance is stored only when the Identity makes a transaction after a Checkpoint is created. This helps keep storage usage to a minimum - -#### Defined in - -[api/entities/Checkpoint.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Checkpoint.ts#L201) - -___ - -### createdAt - -▸ **createdAt**(): `Promise`\<`Date`\> - -Retrieve this Checkpoint's creation date - -#### Returns - -`Promise`\<`Date`\> - -#### Defined in - -[api/entities/Checkpoint.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Checkpoint.ts#L87) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Checkpoint exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Checkpoint.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Checkpoint.ts#L245) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md) - -Return the Checkpoint's ticker and identifier - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md) - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Checkpoint.ts:265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Checkpoint.ts#L265) - -___ - -### totalSupply - -▸ **totalSupply**(): `Promise`\<`BigNumber`\> - -Retrieve the Asset's total supply at this checkpoint - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Defined in - -[api/entities/Checkpoint.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Checkpoint.ts#L69) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md deleted file mode 100644 index 9d6226dcd6..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md +++ /dev/null @@ -1,239 +0,0 @@ ---- -id: "CheckpointSchedule" -title: "Class: CheckpointSchedule" -sidebar_label: "CheckpointSchedule" ---- - -[api/entities/CheckpointSchedule](../../../../modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md).CheckpointSchedule - -Represents a Checkpoint Schedule for an Asset. Schedules can be set up to create Checkpoints at regular intervals - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md), [`HumanReadable`](../../../../interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md)\> - - ↳ **`CheckpointSchedule`** - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset for which Checkpoints are scheduled - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CheckpointSchedule/index.ts#L48) - -___ - -### expiryDate - -• **expiryDate**: `Date` - -date at which the last Checkpoint will be created with this Schedule. - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CheckpointSchedule/index.ts#L58) - -___ - -### id - -• **id**: `BigNumber` - -schedule identifier number - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CheckpointSchedule/index.ts#L43) - -___ - -### pendingPoints - -• **pendingPoints**: `Date`[] - -dates in the future where checkpoints are schedule to be created - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CheckpointSchedule/index.ts#L53) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### details - -▸ **details**(): `Promise`\<[`ScheduleDetails`](../../../../interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md)\> - -Retrieve information specific to this Schedule - -#### Returns - -`Promise`\<[`ScheduleDetails`](../../../../interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md)\> - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CheckpointSchedule/index.ts#L80) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Checkpoint Schedule exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CheckpointSchedule/index.ts#L150) - -___ - -### getCheckpoints - -▸ **getCheckpoints**(): `Promise`\<[`Checkpoint`](../Checkpoint/Checkpoint.md)[]\> - -Retrieve all Checkpoints created by this Schedule - -#### Returns - -`Promise`\<[`Checkpoint`](../Checkpoint/Checkpoint.md)[]\> - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CheckpointSchedule/index.ts#L118) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md) - -Return the Schedule's static data - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md) - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CheckpointSchedule/index.ts#L175) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Common/Namespaces/Authorizations/Authorizations.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Common/Namespaces/Authorizations/Authorizations.md deleted file mode 100644 index d0fd037bf8..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Common/Namespaces/Authorizations/Authorizations.md +++ /dev/null @@ -1,108 +0,0 @@ ---- -id: "Authorizations" -title: "Class: Authorizations" -sidebar_label: "Authorizations" ---- - -[api/entities/common/namespaces/Authorizations](../../../../../../modules/API/Entities/Common/Namespaces/Authorizations/Authorizations.md).Authorizations - -Handles all Authorization related functionality - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `Parent` | extends [`Signer`](../../../../../../modules/API/Entities/Types/Types.md#signer) | - -## Hierarchy - -- `Namespace`\<`Parent`\> - - ↳ **`Authorizations`** - - ↳↳ [`IdentityAuthorizations`](../../../Identity/IdentityAuthorizations/IdentityAuthorizations.md) - -## Methods - -### getHistoricalAuthorizations - -▸ **getHistoricalAuthorizations**(`opts?`): `Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Fetch all historical Authorization Requests for which this Signer is the target - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.size?` | `BigNumber` | page size | -| `opts.start?` | `BigNumber` | page offset | -| `opts.status?` | [`AuthorizationStatusEnum`](../../../../../../enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md) | fetch only authorizations with this status. Fetches all statuses if not passed | -| `opts.type?` | [`AuthTypeEnum`](../../../../../../enums/Types/AuthTypeEnum/AuthTypeEnum.md) | fetch only authorizations of this type. Fetches all types if not passed | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/common/namespaces/Authorizations.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/common/namespaces/Authorizations.ts#L150) - -___ - -### getOne - -▸ **getOne**(`args`): `Promise`\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\> - -Retrieve a single Authorization Request targeting this Signer by its ID - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.id` | `BigNumber` | - -#### Returns - -`Promise`\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\> - -**`Throws`** - -if there is no Authorization Request with the passed ID targeting this Signer - -#### Defined in - -[api/entities/common/namespaces/Authorizations.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/common/namespaces/Authorizations.ts#L80) - -___ - -### getReceived - -▸ **getReceived**(`opts?`): `Promise`\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)[]\> - -Fetch all pending Authorization Requests for which this Signer is the target - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts?` | `Object` | - | -| `opts.includeExpired?` | `boolean` | whether to include expired authorizations. Defaults to true | -| `opts.type?` | [`AuthorizationType`](../../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md) | fetch only authorizations of this type. Fetches all types if not passed | - -#### Returns - -`Promise`\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)[]\> - -#### Defined in - -[api/entities/common/namespaces/Authorizations.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/common/namespaces/Authorizations.ts#L42) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/CorporateAction/CorporateAction.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/CorporateAction/CorporateAction.md deleted file mode 100644 index 54760659a3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/CorporateAction/CorporateAction.md +++ /dev/null @@ -1,364 +0,0 @@ ---- -id: "CorporateAction" -title: "Class: CorporateAction" -sidebar_label: "CorporateAction" ---- - -[api/entities/CorporateAction](../../../../modules/API/Entities/CorporateAction/CorporateAction.md).CorporateAction - -Represents an action initiated by the issuer of an Asset which may affect the positions of - the Asset Holders - -## Hierarchy - -- [`CorporateActionBase`](../CorporateActionBase/CorporateActionBase.md) - - ↳ **`CorporateAction`** - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset affected by this Corporate Action - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[asset](../CorporateActionBase/CorporateActionBase.md#asset) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L75) - -___ - -### declarationDate - -• **declarationDate**: `Date` - -date at which the Corporate Action was created - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[declarationDate](../CorporateActionBase/CorporateActionBase.md#declarationdate) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L80) - -___ - -### defaultTaxWithholding - -• **defaultTaxWithholding**: `BigNumber` - -default percentage (0-100) of tax withholding for this Corporate Action - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[defaultTaxWithholding](../CorporateActionBase/CorporateActionBase.md#defaulttaxwithholding) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L96) - -___ - -### description - -• **description**: `string` - -brief text description of the Corporate Action - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[description](../CorporateActionBase/CorporateActionBase.md#description) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L85) - -___ - -### id - -• **id**: `BigNumber` - -internal Corporate Action ID - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[id](../CorporateActionBase/CorporateActionBase.md#id) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L70) - -___ - -### targets - -• **targets**: [`CorporateActionTargets`](../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) - -Asset Holder Identities related to this Corporate action. If the treatment is `Exclude`, the Identities - in the array will not be targeted by the Action, Identities not in the array will be targeted, and vice versa - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[targets](../CorporateActionBase/CorporateActionBase.md#targets) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L91) - -___ - -### taxWithholdings - -• **taxWithholdings**: [`TaxWithholding`](../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md)[] - -percentage (0-100) of tax withholding per Identity. Any Identity not present - in this array uses the default tax withholding percentage - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[taxWithholdings](../CorporateActionBase/CorporateActionBase.md#taxwithholdings) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L102) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[uuid](../CorporateActionBase/CorporateActionBase.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### checkpoint - -▸ **checkpoint**(): `Promise`\<``null`` \| [`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) \| [`Checkpoint`](../Checkpoint/Checkpoint.md)\> - -Retrieve the Checkpoint associated with this Corporate Action. If the Checkpoint is scheduled and has - not been created yet, the corresponding CheckpointSchedule is returned instead. A null value means - the Corporate Action was created without an associated Checkpoint - -#### Returns - -`Promise`\<``null`` \| [`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) \| [`Checkpoint`](../Checkpoint/Checkpoint.md)\> - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[checkpoint](../CorporateActionBase/CorporateActionBase.md#checkpoint) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L181) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Corporate Action exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[exists](../CorporateActionBase/CorporateActionBase.md#exists) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L170) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[isEqual](../CorporateActionBase/CorporateActionBase.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### linkDocuments - -▸ **linkDocuments**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Link a list of documents to this corporate action - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`LinkCaDocsParams`](../../../../interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -any previous links are removed in favor of the new list - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [linkDocuments.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[linkDocuments](../CorporateActionBase/CorporateActionBase.md#linkdocuments) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L150) - -___ - -### modifyCheckpoint - -▸ **modifyCheckpoint**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Modify the Corporate Action's Checkpoint - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyCaCheckpointParams`](../../../../interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modifyCheckpoint.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Overrides - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[modifyCheckpoint](../CorporateActionBase/CorporateActionBase.md#modifycheckpoint) - -#### Defined in - -[api/entities/CorporateAction.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L67) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md) - -Return the Corporate Action's static data - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md) - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[toHuman](../CorporateActionBase/CorporateActionBase.md#tohuman) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L260) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[generateUuid](../CorporateActionBase/CorporateActionBase.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[unserialize](../CorporateActionBase/CorporateActionBase.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/CorporateActionBase/CorporateActionBase.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/CorporateActionBase/CorporateActionBase.md deleted file mode 100644 index ebfcdcafc2..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/CorporateActionBase/CorporateActionBase.md +++ /dev/null @@ -1,328 +0,0 @@ ---- -id: "CorporateActionBase" -title: "Class: CorporateActionBase" -sidebar_label: "CorporateActionBase" ---- - -[api/entities/CorporateActionBase](../../../../modules/API/Entities/CorporateActionBase/CorporateActionBase.md).CorporateActionBase - -Represents an action initiated by the issuer of an Asset which may affect the positions of - the Asset Holders - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/CorporateActionBase/UniqueIdentifiers/UniqueIdentifiers.md), `unknown`\> - - ↳ **`CorporateActionBase`** - - ↳↳ [`CorporateAction`](../CorporateAction/CorporateAction.md) - - ↳↳ [`DividendDistribution`](../DividendDistribution/DividendDistribution.md) - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset affected by this Corporate Action - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L75) - -___ - -### declarationDate - -• **declarationDate**: `Date` - -date at which the Corporate Action was created - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L80) - -___ - -### defaultTaxWithholding - -• **defaultTaxWithholding**: `BigNumber` - -default percentage (0-100) of tax withholding for this Corporate Action - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L96) - -___ - -### description - -• **description**: `string` - -brief text description of the Corporate Action - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L85) - -___ - -### id - -• **id**: `BigNumber` - -internal Corporate Action ID - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L70) - -___ - -### targets - -• **targets**: [`CorporateActionTargets`](../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) - -Asset Holder Identities related to this Corporate action. If the treatment is `Exclude`, the Identities - in the array will not be targeted by the Action, Identities not in the array will be targeted, and vice versa - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L91) - -___ - -### taxWithholdings - -• **taxWithholdings**: [`TaxWithholding`](../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md)[] - -percentage (0-100) of tax withholding per Identity. Any Identity not present - in this array uses the default tax withholding percentage - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L102) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### checkpoint - -▸ **checkpoint**(): `Promise`\<``null`` \| [`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) \| [`Checkpoint`](../Checkpoint/Checkpoint.md)\> - -Retrieve the Checkpoint associated with this Corporate Action. If the Checkpoint is scheduled and has - not been created yet, the corresponding CheckpointSchedule is returned instead. A null value means - the Corporate Action was created without an associated Checkpoint - -#### Returns - -`Promise`\<``null`` \| [`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) \| [`Checkpoint`](../Checkpoint/Checkpoint.md)\> - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L181) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Corporate Action exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L170) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### linkDocuments - -▸ **linkDocuments**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Link a list of documents to this corporate action - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`LinkCaDocsParams`](../../../../interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -any previous links are removed in favor of the new list - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [linkDocuments.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L150) - -___ - -### modifyCheckpoint - -▸ `Abstract` **modifyCheckpoint**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Modify the Corporate Action's Checkpoint - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`Modify`](../../../../modules/Types/Utils/Utils.md#modify)\<[`ModifyCaCheckpointParams`](../../../../interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md), \{ `checkpoint`: [`InputCaCheckpoint`](../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) }\> | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modifyCheckpoint.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L160) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md) - -Return the Corporate Action's static data - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md) - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L260) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md deleted file mode 100644 index b8ebeb1908..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md +++ /dev/null @@ -1,233 +0,0 @@ ---- -id: "CustomPermissionGroup" -title: "Class: CustomPermissionGroup" -sidebar_label: "CustomPermissionGroup" ---- - -[api/entities/CustomPermissionGroup](../../../../modules/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md).CustomPermissionGroup - -Represents a group of custom permissions for an Asset - -## Hierarchy - -- [`PermissionGroup`](../PermissionGroup/PermissionGroup.md) - - ↳ **`CustomPermissionGroup`** - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset for which this group specifies permissions - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[asset](../PermissionGroup/PermissionGroup.md#asset) - -#### Defined in - -[api/entities/PermissionGroup.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/PermissionGroup.ts#L19) - -___ - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/CustomPermissionGroup.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CustomPermissionGroup.ts#L39) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[uuid](../PermissionGroup/PermissionGroup.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Custom Permission Group exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[exists](../PermissionGroup/PermissionGroup.md#exists) - -#### Defined in - -[api/entities/CustomPermissionGroup.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CustomPermissionGroup.ts#L100) - -___ - -### getPermissions - -▸ **getPermissions**(): `Promise`\<[`GroupPermissions`](../../../../modules/API/Entities/Types/Types.md#grouppermissions)\> - -Retrieve the list of permissions and transaction groups associated with this Permission Group - -#### Returns - -`Promise`\<[`GroupPermissions`](../../../../modules/API/Entities/Types/Types.md#grouppermissions)\> - -#### Overrides - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[getPermissions](../PermissionGroup/PermissionGroup.md#getpermissions) - -#### Defined in - -[api/entities/CustomPermissionGroup.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CustomPermissionGroup.ts#L70) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[isEqual](../PermissionGroup/PermissionGroup.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### setPermissions - -▸ **setPermissions**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Modify the group's permissions - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetGroupPermissionsParams`](../../../../interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setPermissions.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/CustomPermissionGroup.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CustomPermissionGroup.ts#L63) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md) - -Return the Group's static data - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md) - -#### Overrides - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[toHuman](../PermissionGroup/PermissionGroup.md#tohuman) - -#### Defined in - -[api/entities/CustomPermissionGroup.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CustomPermissionGroup.ts#L118) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[generateUuid](../PermissionGroup/PermissionGroup.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[unserialize](../PermissionGroup/PermissionGroup.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md deleted file mode 100644 index 80063417b2..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md +++ /dev/null @@ -1,455 +0,0 @@ ---- -id: "DefaultPortfolio" -title: "Class: DefaultPortfolio" -sidebar_label: "DefaultPortfolio" ---- - -[api/entities/DefaultPortfolio](../../../../modules/API/Entities/DefaultPortfolio/DefaultPortfolio.md).DefaultPortfolio - -Represents the default Portfolio for an Identity - -## Hierarchy - -- [`Portfolio`](../Portfolio/Portfolio.md) - - ↳ **`DefaultPortfolio`** - -## Properties - -### owner - -• **owner**: [`Identity`](../Identity/Identity.md) - -Identity of the Portfolio's owner - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[owner](../Portfolio/Portfolio.md#owner) - -#### Defined in - -[api/entities/Portfolio/index.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L76) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[uuid](../Portfolio/Portfolio.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Portfolio exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Portfolio](../Portfolio/Portfolio.md).[exists](../Portfolio/Portfolio.md#exists) - -#### Defined in - -[api/entities/DefaultPortfolio.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DefaultPortfolio.ts#L22) - -___ - -### getAssetBalances - -▸ **getAssetBalances**(`args?`): `Promise`\<[`PortfolioBalance`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md)[]\> - -Retrieve the balances of all fungible assets in this Portfolio - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.assets` | (`string` \| [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md))[] | array of FungibleAssets (or tickers) for which to fetch balances (optional, all balances are retrieved if not passed) | - -#### Returns - -`Promise`\<[`PortfolioBalance`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md)[]\> - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[getAssetBalances](../Portfolio/Portfolio.md#getassetbalances) - -#### Defined in - -[api/entities/Portfolio/index.ts:142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L142) - -___ - -### getCollections - -▸ **getCollections**(`args?`): `Promise`\<[`PortfolioCollection`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md)[]\> - -Retrieve the NFTs held in this portfolio - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | `Object` | -| `args.collections` | (`string` \| [`NftCollection`](../Asset/NonFungible/NftCollection/NftCollection.md))[] | - -#### Returns - -`Promise`\<[`PortfolioCollection`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md)[]\> - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[getCollections](../Portfolio/Portfolio.md#getcollections) - -#### Defined in - -[api/entities/Portfolio/index.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L221) - -___ - -### getCustodian - -▸ **getCustodian**(): `Promise`\<[`Identity`](../Identity/Identity.md)\> - -Retrieve the custodian Identity of this Portfolio - -#### Returns - -`Promise`\<[`Identity`](../Identity/Identity.md)\> - -**`Note`** - -if no custodian is set, the owner Identity is returned - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[getCustodian](../Portfolio/Portfolio.md#getcustodian) - -#### Defined in - -[api/entities/Portfolio/index.ts:362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L362) - -___ - -### getTransactionHistory - -▸ **getTransactionHistory**(`filters?`): `Promise`\<[`HistoricSettlement`](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> - -Retrieve a list of transactions where this portfolio was involved. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `filters` | `Object` | - | -| `filters.account?` | `string` | Account involved in the settlement | -| `filters.ticker?` | `string` | ticker involved in the transaction | - -#### Returns - -`Promise`\<[`HistoricSettlement`](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> - -**`Note`** - -uses the middlewareV2 - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[getTransactionHistory](../Portfolio/Portfolio.md#gettransactionhistory) - -#### Defined in - -[api/entities/Portfolio/index.ts:404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L404) - -___ - -### isCustodiedBy - -▸ **isCustodiedBy**(`args?`): `Promise`\<`boolean`\> - -Return whether an Identity is the Portfolio custodian - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | optional, defaults to the signing Identity | - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[isCustodiedBy](../Portfolio/Portfolio.md#iscustodiedby) - -#### Defined in - -[api/entities/Portfolio/index.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L126) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[isEqual](../Portfolio/Portfolio.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### isOwnedBy - -▸ **isOwnedBy**(`args?`): `Promise`\<`boolean`\> - -Return whether an Identity is the Portfolio owner - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | defaults to the signing Identity | - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[isOwnedBy](../Portfolio/Portfolio.md#isownedby) - -#### Defined in - -[api/entities/Portfolio/index.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L113) - -___ - -### moveFunds - -▸ **moveFunds**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Moves funds from this Portfolio to another one owned by the same Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`MoveFundsParams`](../../../../interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [moveFunds.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[moveFunds](../Portfolio/Portfolio.md#movefunds) - -#### Defined in - -[api/entities/Portfolio/index.ts:340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L340) - -___ - -### quitCustody - -▸ **quitCustody**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Returns the custody of the portfolio to the portfolio owner unilaterally - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [quitCustody.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[quitCustody](../Portfolio/Portfolio.md#quitcustody) - -#### Defined in - -[api/entities/Portfolio/index.ts:353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L353) - -___ - -### setCustodian - -▸ **setCustodian**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Send an invitation to an Identity to assign it as custodian for this Portfolio - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetCustodianParams`](../../../../interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create an [Authorization Request](../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `targetIdentity`. - An [Account](../Account/Account.md) or [Identity](../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setCustodian.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[setCustodian](../Portfolio/Portfolio.md#setcustodian) - -#### Defined in - -[api/entities/Portfolio/index.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L327) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) - -Return the Portfolio ID and owner DID - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[toHuman](../Portfolio/Portfolio.md#tohuman) - -#### Defined in - -[api/entities/Portfolio/index.ts:464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L464) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[generateUuid](../Portfolio/Portfolio.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[unserialize](../Portfolio/Portfolio.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md deleted file mode 100644 index b2034c54bd..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md +++ /dev/null @@ -1,971 +0,0 @@ ---- -id: "DefaultTrustedClaimIssuer" -title: "Class: DefaultTrustedClaimIssuer" -sidebar_label: "DefaultTrustedClaimIssuer" ---- - -[api/entities/DefaultTrustedClaimIssuer](../../../../modules/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md).DefaultTrustedClaimIssuer - -Represents a default trusted claim issuer for a specific Asset in the Polymesh blockchain - -## Hierarchy - -- [`Identity`](../Identity/Identity.md) - - ↳ **`DefaultTrustedClaimIssuer`** - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset for which this Identity is a Default Trusted Claim Issuer - -#### Defined in - -[api/entities/DefaultTrustedClaimIssuer.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DefaultTrustedClaimIssuer.ts#L35) - -___ - -### assetPermissions - -• **assetPermissions**: [`AssetPermissions`](../Identity/AssetPermissions/AssetPermissions.md) - -#### Inherited from - -[Identity](../Identity/Identity.md).[assetPermissions](../Identity/Identity.md#assetpermissions) - -#### Defined in - -[api/entities/Identity/index.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L131) - -___ - -### authorizations - -• **authorizations**: [`IdentityAuthorizations`](../Identity/IdentityAuthorizations/IdentityAuthorizations.md) - -#### Inherited from - -[Identity](../Identity/Identity.md).[authorizations](../Identity/Identity.md#authorizations) - -#### Defined in - -[api/entities/Identity/index.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L129) - -___ - -### did - -• **did**: `string` - -Identity ID as stored in the blockchain - -#### Inherited from - -[Identity](../Identity/Identity.md).[did](../Identity/Identity.md#did) - -#### Defined in - -[api/entities/Identity/index.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L126) - -___ - -### portfolios - -• **portfolios**: [`Portfolios`](../Identity/Portfolios/Portfolios.md) - -#### Inherited from - -[Identity](../Identity/Identity.md).[portfolios](../Identity/Identity.md#portfolios) - -#### Defined in - -[api/entities/Identity/index.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L130) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Identity](../Identity/Identity.md).[uuid](../Identity/Identity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### addedAt - -▸ **addedAt**(): `Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> - -Retrieve the identifier data (block number, date and event index) of the event that was emitted when the trusted claim issuer was added - -#### Returns - -`Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned - -#### Defined in - -[api/entities/DefaultTrustedClaimIssuer.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DefaultTrustedClaimIssuer.ts#L54) - -___ - -### areSecondaryAccountsFrozen - -▸ **areSecondaryAccountsFrozen**(): `Promise`\<`boolean`\> - -Check whether secondary Accounts are frozen - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Inherited from - -[Identity](../Identity/Identity.md).[areSecondaryAccountsFrozen](../Identity/Identity.md#aresecondaryaccountsfrozen) - -#### Defined in - -[api/entities/Identity/index.ts:681](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L681) - -▸ **areSecondaryAccountsFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<`boolean`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[areSecondaryAccountsFrozen](../Identity/Identity.md#aresecondaryaccountsfrozen) - -#### Defined in - -[api/entities/Identity/index.ts:682](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L682) - -___ - -### checkRoles - -▸ **checkRoles**(`roles`): `Promise`\<[`CheckRolesResult`](../../../../interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md)\> - -Check whether this Identity possesses all specified roles - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `roles` | [`Role`](../../../../modules/API/Procedures/Types/Types.md#role)[] | - -#### Returns - -`Promise`\<[`CheckRolesResult`](../../../../interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md)\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[checkRoles](../Identity/Identity.md#checkroles) - -#### Defined in - -[api/entities/Identity/index.ts:466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L466) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Identity exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -asset Identities aren't considered to exist for this check - -#### Inherited from - -[Identity](../Identity/Identity.md).[exists](../Identity/Identity.md#exists) - -#### Defined in - -[api/entities/Identity/index.ts:858](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L858) - -___ - -### getAssetBalance - -▸ **getAssetBalance**(`args`): `Promise`\<`BigNumber`\> - -Retrieve the balance of a particular Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.ticker` | `string` | - -#### Returns - -`Promise`\<`BigNumber`\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Inherited from - -[Identity](../Identity/Identity.md).[getAssetBalance](../Identity/Identity.md#getassetbalance) - -#### Defined in - -[api/entities/Identity/index.ts:207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L207) - -▸ **getAssetBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.ticker` | `string` | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<`BigNumber`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[getAssetBalance](../Identity/Identity.md#getassetbalance) - -#### Defined in - -[api/entities/Identity/index.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L208) - -___ - -### getChildIdentities - -▸ **getChildIdentities**(): `Promise`\<[`ChildIdentity`](../Identity/ChildIdentity/ChildIdentity.md)[]\> - -Returns the list of all child identities - -#### Returns - -`Promise`\<[`ChildIdentity`](../Identity/ChildIdentity/ChildIdentity.md)[]\> - -**`Note`** - -this query can be potentially **SLOW** depending on the number of parent Identities present on the chain - -#### Inherited from - -[Identity](../Identity/Identity.md).[getChildIdentities](../Identity/Identity.md#getchildidentities) - -#### Defined in - -[api/entities/Identity/index.ts:910](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L910) - -___ - -### getHeldAssets - -▸ **getHeldAssets**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)\>\> - -Retrieve a list of all Assets which were held at one point by this Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.order?` | [`AssetHoldersOrderBy`](../../../../enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md) | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)\>\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -supports pagination - -#### Inherited from - -[Identity](../Identity/Identity.md).[getHeldAssets](../Identity/Identity.md#getheldassets) - -#### Defined in - -[api/entities/Identity/index.ts:374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L374) - -___ - -### getHeldNfts - -▸ **getHeldNfts**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HeldNfts`](../../../../interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md)\>\> - -Retrieve a list of all NftCollections which were held at one point by this Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.order?` | [`NftHoldersOrderBy`](../../../../enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md) | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HeldNfts`](../../../../interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md)\>\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -supports pagination - -#### Inherited from - -[Identity](../Identity/Identity.md).[getHeldNfts](../Identity/Identity.md#getheldnfts) - -#### Defined in - -[api/entities/Identity/index.ts:419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L419) - -___ - -### getHistoricalInstructions - -▸ **getHistoricalInstructions**(): `Promise`\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> - -Retrieve all Instructions that have been associated with this Identity's DID - -#### Returns - -`Promise`\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> - -**`Note`** - -uses the middleware V2 - -#### Inherited from - -[Identity](../Identity/Identity.md).[getHistoricalInstructions](../Identity/Identity.md#gethistoricalinstructions) - -#### Defined in - -[api/entities/Identity/index.ts:890](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L890) - -___ - -### getInstructions - -▸ **getInstructions**(): `Promise`\<[`GroupedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md)\> - -Retrieve all Instructions where this Identity is a custodian of one or more portfolios in the legs, - grouped by status - -#### Returns - -`Promise`\<[`GroupedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md)\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[getInstructions](../Identity/Identity.md#getinstructions) - -#### Defined in - -[api/entities/Identity/index.ts:535](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L535) - -___ - -### getInvolvedInstructions - -▸ **getInvolvedInstructions**(): `Promise`\<[`GroupedInvolvedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md)\> - -Retrieve all Instructions where this Identity is a participant (owner/custodian), - grouped by the role of the Identity and Instruction status - -#### Returns - -`Promise`\<[`GroupedInvolvedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md)\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[getInvolvedInstructions](../Identity/Identity.md#getinvolvedinstructions) - -#### Defined in - -[api/entities/Identity/index.ts:622](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L622) - -___ - -### getMultiSigSigners - -▸ **getMultiSigSigners**(): `Promise`\<[`MultiSigSigners`](../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md)[]\> - -Returns the list of MultiSig accounts linked with this Identity along with the signatories - -#### Returns - -`Promise`\<[`MultiSigSigners`](../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md)[]\> - -**`Note`** - -this query can be potentially **SLOW** depending on the number of MultiSigs present on the chain - -#### Inherited from - -[Identity](../Identity/Identity.md).[getMultiSigSigners](../Identity/Identity.md#getmultisigsigners) - -#### Defined in - -[api/entities/Identity/index.ts:1025](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L1025) - -___ - -### getPendingDistributions - -▸ **getPendingDistributions**(): `Promise`\<[`DistributionWithDetails`](../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> - -Retrieve every Dividend Distribution for which this Identity is eligible and hasn't been paid - -#### Returns - -`Promise`\<[`DistributionWithDetails`](../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> - -**`Note`** - -uses the middleware - -**`Note`** - -this query can be potentially **SLOW** depending on which Assets this Identity has held - -#### Inherited from - -[Identity](../Identity/Identity.md).[getPendingDistributions](../Identity/Identity.md#getpendingdistributions) - -#### Defined in - -[api/entities/Identity/index.ts:720](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L720) - -___ - -### getPrimaryAccount - -▸ **getPrimaryAccount**(): `Promise`\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\> - -Retrieve the primary Account associated with the Identity - -#### Returns - -`Promise`\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Inherited from - -[Identity](../Identity/Identity.md).[getPrimaryAccount](../Identity/Identity.md#getprimaryaccount) - -#### Defined in - -[api/entities/Identity/index.ts:310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L310) - -▸ **getPrimaryAccount**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[getPrimaryAccount](../Identity/Identity.md#getprimaryaccount) - -#### Defined in - -[api/entities/Identity/index.ts:311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L311) - -___ - -### getSecondaryAccounts - -▸ **getSecondaryAccounts**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\>\> - -Get the list of secondary Accounts related to the Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Inherited from - -[Identity](../Identity/Identity.md).[getSecondaryAccounts](../Identity/Identity.md#getsecondaryaccounts) - -#### Defined in - -[api/entities/Identity/index.ts:775](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L775) - -▸ **getSecondaryAccounts**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[getSecondaryAccounts](../Identity/Identity.md#getsecondaryaccounts) - -#### Defined in - -[api/entities/Identity/index.ts:779](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L779) - -▸ **getSecondaryAccounts**(`paginationOpts`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[getSecondaryAccounts](../Identity/Identity.md#getsecondaryaccounts) - -#### Defined in - -[api/entities/Identity/index.ts:783](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L783) - -___ - -### getTrustingAssets - -▸ **getTrustingAssets**(): `Promise`\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)[]\> - -Get the list of Assets for which this Identity is a trusted claim issuer - -#### Returns - -`Promise`\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)[]\> - -**`Note`** - -uses the middlewareV2 - -#### Inherited from - -[Identity](../Identity/Identity.md).[getTrustingAssets](../Identity/Identity.md#gettrustingassets) - -#### Defined in - -[api/entities/Identity/index.ts:490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L490) - -___ - -### getVenues - -▸ **getVenues**(): `Promise`\<[`Venue`](../Venue/Venue.md)[]\> - -Retrieve all Venues created by this Identity - -#### Returns - -`Promise`\<[`Venue`](../Venue/Venue.md)[]\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[getVenues](../Identity/Identity.md#getvenues) - -#### Defined in - -[api/entities/Identity/index.ts:507](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L507) - -___ - -### hasRole - -▸ **hasRole**(`role`): `Promise`\<`boolean`\> - -Check whether this Identity possesses the specified Role - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `role` | [`Role`](../../../../modules/API/Procedures/Types/Types.md#role) | - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[hasRole](../Identity/Identity.md#hasrole) - -#### Defined in - -[api/entities/Identity/index.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L159) - -___ - -### hasValidCdd - -▸ **hasValidCdd**(): `Promise`\<`boolean`\> - -Check whether this Identity has a valid CDD claim - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[hasValidCdd](../Identity/Identity.md#hasvalidcdd) - -#### Defined in - -[api/entities/Identity/index.ts:258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L258) - -___ - -### isAssetPreApproved - -▸ **isAssetPreApproved**(`asset`): `Promise`\<`boolean`\> - -Returns whether or not this Identity has pre-approved a particular asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `asset` | `string` \| [`BaseAsset`](../Asset/Base/BaseAsset/BaseAsset.md) | - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[isAssetPreApproved](../Identity/Identity.md#isassetpreapproved) - -#### Defined in - -[api/entities/Identity/index.ts:998](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L998) - -___ - -### isCddProvider - -▸ **isCddProvider**(): `Promise`\<`boolean`\> - -Check whether this Identity is a CDD provider - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[isCddProvider](../Identity/Identity.md#iscddprovider) - -#### Defined in - -[api/entities/Identity/index.ts:291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L291) - -___ - -### isChild - -▸ **isChild**(): `Promise`\<`boolean`\> - -Check whether this Identity is a child Identity - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[isChild](../Identity/Identity.md#ischild) - -#### Defined in - -[api/entities/Identity/index.ts:951](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L951) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Identity](../Identity/Identity.md).[isEqual](../Identity/Identity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### isGcMember - -▸ **isGcMember**(): `Promise`\<`boolean`\> - -Check whether this Identity is Governance Committee member - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[isGcMember](../Identity/Identity.md#isgcmember) - -#### Defined in - -[api/entities/Identity/index.ts:274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L274) - -___ - -### preApprovedAssets - -▸ **preApprovedAssets**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> - -Returns a list of all assets this Identity has pre-approved. These assets will not require affirmation when being received in settlements - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> - -#### Inherited from - -[Identity](../Identity/Identity.md).[preApprovedAssets](../Identity/Identity.md#preapprovedassets) - -#### Defined in - -[api/entities/Identity/index.ts:962](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L962) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the Identity's DID - -#### Returns - -`string` - -#### Inherited from - -[Identity](../Identity/Identity.md).[toHuman](../Identity/Identity.md#tohuman) - -#### Defined in - -[api/entities/Identity/index.ts:881](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L881) - -___ - -### trustedFor - -▸ **trustedFor**(): `Promise`\<``null`` \| [`ClaimType`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md)[]\> - -Retrieve claim types for which this Claim Issuer is trusted. A null value means that the issuer is trusted for all claim types - -#### Returns - -`Promise`\<``null`` \| [`ClaimType`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md)[]\> - -#### Defined in - -[api/entities/DefaultTrustedClaimIssuer.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DefaultTrustedClaimIssuer.ts#L80) - -___ - -### unlinkChild - -▸ **unlinkChild**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Unlinks a child identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`UnlinkChildParams`](../../../../interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -if - - the `child` is not a child of this identity - - the transaction signer is not the primary key of the parent identity - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [unlinkChild.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[Identity](../Identity/Identity.md).[unlinkChild](../Identity/Identity.md#unlinkchild) - -#### Defined in - -[api/entities/Identity/index.ts:944](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L944) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Identity](../Identity/Identity.md).[generateUuid](../Identity/Identity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Identity](../Identity/Identity.md).[unserialize](../Identity/Identity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/DividendDistribution/DividendDistribution.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/DividendDistribution/DividendDistribution.md deleted file mode 100644 index a74fa1912b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/DividendDistribution/DividendDistribution.md +++ /dev/null @@ -1,662 +0,0 @@ ---- -id: "DividendDistribution" -title: "Class: DividendDistribution" -sidebar_label: "DividendDistribution" ---- - -[api/entities/DividendDistribution](../../../../modules/API/Entities/DividendDistribution/DividendDistribution.md).DividendDistribution - -Represents a Corporate Action via which an Asset issuer wishes to distribute dividends - between a subset of the Asset Holders (targets) - -## Hierarchy - -- [`CorporateActionBase`](../CorporateActionBase/CorporateActionBase.md) - - ↳ **`DividendDistribution`** - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset affected by this Corporate Action - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[asset](../CorporateActionBase/CorporateActionBase.md#asset) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L75) - -___ - -### currency - -• **currency**: `string` - -ticker of the currency in which dividends are being distributed - -#### Defined in - -[api/entities/DividendDistribution/index.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L97) - -___ - -### declarationDate - -• **declarationDate**: `Date` - -date at which the Corporate Action was created - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[declarationDate](../CorporateActionBase/CorporateActionBase.md#declarationdate) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L80) - -___ - -### defaultTaxWithholding - -• **defaultTaxWithholding**: `BigNumber` - -default percentage (0-100) of tax withholding for this Corporate Action - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[defaultTaxWithholding](../CorporateActionBase/CorporateActionBase.md#defaulttaxwithholding) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L96) - -___ - -### description - -• **description**: `string` - -brief text description of the Corporate Action - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[description](../CorporateActionBase/CorporateActionBase.md#description) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L85) - -___ - -### expiryDate - -• **expiryDate**: ``null`` \| `Date` - -date after which dividends can no longer be paid/reclaimed. A null value means the distribution never expires - -#### Defined in - -[api/entities/DividendDistribution/index.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L113) - -___ - -### id - -• **id**: `BigNumber` - -internal Corporate Action ID - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[id](../CorporateActionBase/CorporateActionBase.md#id) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L70) - -___ - -### maxAmount - -• **maxAmount**: `BigNumber` - -maximum amount of `currency` to be distributed. Distributions are "first come, first served", so funds can be depleted before - every Asset Holder receives their corresponding amount - -#### Defined in - -[api/entities/DividendDistribution/index.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L108) - -___ - -### origin - -• **origin**: [`NumberedPortfolio`](../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../DefaultPortfolio/DefaultPortfolio.md) - -Portfolio from which the dividends will be distributed - -#### Defined in - -[api/entities/DividendDistribution/index.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L92) - -___ - -### paymentDate - -• **paymentDate**: `Date` - -date starting from which dividends can be paid/reclaimed - -#### Defined in - -[api/entities/DividendDistribution/index.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L118) - -___ - -### perShare - -• **perShare**: `BigNumber` - -amount of `currency` to pay for each share held by the Asset Holders - -#### Defined in - -[api/entities/DividendDistribution/index.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L102) - -___ - -### targets - -• **targets**: [`CorporateActionTargets`](../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) - -Asset Holder Identities related to this Corporate action. If the treatment is `Exclude`, the Identities - in the array will not be targeted by the Action, Identities not in the array will be targeted, and vice versa - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[targets](../CorporateActionBase/CorporateActionBase.md#targets) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L91) - -___ - -### taxWithholdings - -• **taxWithholdings**: [`TaxWithholding`](../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md)[] - -percentage (0-100) of tax withholding per Identity. Any Identity not present - in this array uses the default tax withholding percentage - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[taxWithholdings](../CorporateActionBase/CorporateActionBase.md#taxwithholdings) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L102) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[uuid](../CorporateActionBase/CorporateActionBase.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### checkpoint - -▸ **checkpoint**(): `Promise`\<[`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) \| [`Checkpoint`](../Checkpoint/Checkpoint.md)\> - -Retrieve the Checkpoint associated with this Dividend Distribution. If the Checkpoint is scheduled and has not been created yet, - the corresponding CheckpointSchedule is returned instead - -#### Returns - -`Promise`\<[`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) \| [`Checkpoint`](../Checkpoint/Checkpoint.md)\> - -#### Overrides - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[checkpoint](../CorporateActionBase/CorporateActionBase.md#checkpoint) - -#### Defined in - -[api/entities/DividendDistribution/index.ts:252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L252) - -___ - -### claim - -▸ **claim**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Claim the Dividends corresponding to the signing Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -if `currency` is indivisible, the Identity's share will be rounded down to the nearest integer (after taxes are withheld) - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [claim.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/DividendDistribution/index.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L201) - -___ - -### details - -▸ **details**(): `Promise`\<[`DividendDistributionDetails`](../../../../interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md)\> - -Retrieve details associated with this Dividend Distribution - -#### Returns - -`Promise`\<[`DividendDistributionDetails`](../../../../interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md)\> - -#### Defined in - -[api/entities/DividendDistribution/index.ts:280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L280) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Retrieve whether the Distribution exists - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[exists](../CorporateActionBase/CorporateActionBase.md#exists) - -#### Defined in - -[api/entities/DividendDistribution/index.ts:271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L271) - -___ - -### getParticipant - -▸ **getParticipant**(`args?`): `Promise`\<``null`` \| [`DistributionParticipant`](../../../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md)\> - -Retrieve an Identity that is entitled to dividends in this Distribution (participant), - the amount it is entitled to and whether it has been paid or not - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | defaults to the signing Identity | - -#### Returns - -`Promise`\<``null`` \| [`DistributionParticipant`](../../../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md)\> - -**`Note`** - -if the Distribution Checkpoint hasn't been created yet, the result will be null. - This is because the Distribution participant's corresponding payment cannot be determined without a Checkpoint - -#### Defined in - -[api/entities/DividendDistribution/index.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L361) - -___ - -### getParticipants - -▸ **getParticipants**(): `Promise`\<[`DistributionParticipant`](../../../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md)[]\> - -Retrieve a comprehensive list of all Identities that are entitled to dividends in this Distribution (participants), - the amount they are entitled to and whether they have been paid or not - -#### Returns - -`Promise`\<[`DistributionParticipant`](../../../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md)[]\> - -**`Note`** - -this request can take a lot of time with large amounts of Asset Holders - -**`Note`** - -if the Distribution Checkpoint hasn't been created yet, the result will be an empty array. - This is because the Distribution participants cannot be determined without a Checkpoint - -#### Defined in - -[api/entities/DividendDistribution/index.ts:306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L306) - -___ - -### getPaymentHistory - -▸ **getPaymentHistory**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`DistributionPayment`](../../../../interfaces/API/Entities/Types/DistributionPayment/DistributionPayment.md)\>\> - -Retrieve the payment history for this Distribution - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`DistributionPayment`](../../../../interfaces/API/Entities/Types/DistributionPayment/DistributionPayment.md)\>\> - -**`Note`** - -uses the middleware V2 - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/DividendDistribution/index.ts:502](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L502) - -___ - -### getWithheldTax - -▸ **getWithheldTax**(): `Promise`\<`BigNumber`\> - -Retrieve the amount of taxes that have been withheld up to this point in this Distribution - -#### Returns - -`Promise`\<`BigNumber`\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/DividendDistribution/index.ts:463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L463) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[isEqual](../CorporateActionBase/CorporateActionBase.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### linkDocuments - -▸ **linkDocuments**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Link a list of documents to this corporate action - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`LinkCaDocsParams`](../../../../interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -any previous links are removed in favor of the new list - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [linkDocuments.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[linkDocuments](../CorporateActionBase/CorporateActionBase.md#linkdocuments) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L150) - -___ - -### modifyCheckpoint - -▸ **modifyCheckpoint**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Modify the Distribution's Checkpoint - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`Modify`](../../../../modules/Types/Utils/Utils.md#modify)\<[`ModifyCaCheckpointParams`](../../../../interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md), \{ `checkpoint`: [`InputCaCheckpoint`](../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) }\> | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modifyCheckpoint.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Overrides - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[modifyCheckpoint](../CorporateActionBase/CorporateActionBase.md#modifycheckpoint) - -#### Defined in - -[api/entities/DividendDistribution/index.ts:211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L211) - -___ - -### pay - -▸ **pay**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Transfer the corresponding share of the dividends to a list of Identities - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`PayDividendsParams`](../../../../interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -due to performance issues, we do not validate that the distribution has enough remaining funds to pay the corresponding amount to the supplied Identities - -**`Note`** - -if `currency` is indivisible, the Identity's share will be rounded down to the nearest integer (after taxes are withheld) - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [pay.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/DividendDistribution/index.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L229) - -___ - -### reclaimFunds - -▸ **reclaimFunds**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Reclaim any remaining funds back to the origin Portfolio. This can only be done after the Distribution has expired - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -withheld taxes are also reclaimed in the same transaction - -**`Note`** - -required roles: - - Origin Portfolio Custodian - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [reclaimFunds.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/DividendDistribution/index.ts:244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L244) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md) - -Return the Dividend Distribution's static data - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md) - -#### Overrides - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[toHuman](../CorporateActionBase/CorporateActionBase.md#tohuman) - -#### Defined in - -[api/entities/DividendDistribution/index.ts:615](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L615) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[generateUuid](../CorporateActionBase/CorporateActionBase.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[unserialize](../CorporateActionBase/CorporateActionBase.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Entity/Entity.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Entity/Entity.md deleted file mode 100644 index 5e1d2d2da3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Entity/Entity.md +++ /dev/null @@ -1,196 +0,0 @@ ---- -id: "Entity" -title: "Class: Entity" -sidebar_label: "Entity" ---- - -[api/entities/Entity](../../../../modules/API/Entities/Entity/Entity.md).Entity - -Represents an object or resource in the Polymesh Ecosystem with its own set of properties and functionality - -## Type parameters - -| Name | -| :------ | -| `UniqueIdentifiers` | -| `HumanReadable` | - -## Hierarchy - -- **`Entity`** - - ↳ [`Account`](../Account/Account.md) - - ↳ [`BaseAsset`](../Asset/Base/BaseAsset/BaseAsset.md) - - ↳ [`Nft`](../Asset/NonFungible/Nft/Nft.md) - - ↳ [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md) - - ↳ [`Checkpoint`](../Checkpoint/Checkpoint.md) - - ↳ [`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) - - ↳ [`CorporateActionBase`](../CorporateActionBase/CorporateActionBase.md) - - ↳ [`Identity`](../Identity/Identity.md) - - ↳ [`Instruction`](../Instruction/Instruction.md) - - ↳ [`MetadataEntry`](../MetadataEntry/MetadataEntry.md) - - ↳ [`MultiSigProposal`](../MultiSigProposal/MultiSigProposal.md) - - ↳ [`Offering`](../Offering/Offering.md) - - ↳ [`PermissionGroup`](../PermissionGroup/PermissionGroup.md) - - ↳ [`Portfolio`](../Portfolio/Portfolio.md) - - ↳ [`Subsidy`](../Subsidy/Subsidy.md) - - ↳ [`TickerReservation`](../TickerReservation/TickerReservation.md) - - ↳ [`Venue`](../Venue/Venue.md) - -## Properties - -### uuid - -• **uuid**: `string` - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### exists - -▸ `Abstract` **exists**(): `Promise`\<`boolean`\> - -Determine whether this Entity exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Entity.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L68) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### toHuman - -▸ `Abstract` **toHuman**(): `HumanReadable` - -Returns Entity data in a human readable (JSON) format - -#### Returns - -`HumanReadable` - -#### Defined in - -[api/entities/Entity.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L73) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### isUniqueIdentifiers - -▸ `Static` **isUniqueIdentifiers**(`identifiers`): `boolean` - -Typeguard that checks whether the object passed corresponds to the unique identifiers of the class. Must be overridden - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `identifiers` | `unknown` | object to type check | - -#### Returns - -`boolean` - -#### Defined in - -[api/entities/Entity.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L42) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Identity/AssetPermissions/AssetPermissions.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Identity/AssetPermissions/AssetPermissions.md deleted file mode 100644 index bc40348a5a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Identity/AssetPermissions/AssetPermissions.md +++ /dev/null @@ -1,201 +0,0 @@ ---- -id: "AssetPermissions" -title: "Class: AssetPermissions" -sidebar_label: "AssetPermissions" ---- - -[api/entities/Identity/AssetPermissions](../../../../../modules/API/Entities/Identity/AssetPermissions/AssetPermissions.md).AssetPermissions - -Handles all Asset Permissions (External Agents) related functionality on the Identity side - -## Hierarchy - -- `Namespace`\<[`Identity`](../Identity.md)\> - - ↳ **`AssetPermissions`** - -## Methods - -### checkPermissions - -▸ **checkPermissions**(`args`): `Promise`\<[`CheckPermissionsResult`](../../../../../interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Identity`](../../../../../enums/API/Entities/Types/SignerType/SignerType.md#identity)\>\> - -Check whether this Identity has specific transaction Permissions over an Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.asset` | `string` \| [`BaseAsset`](../../Asset/Base/BaseAsset/BaseAsset.md) | -| `args.transactions` | ``null`` \| [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag)[] | - -#### Returns - -`Promise`\<[`CheckPermissionsResult`](../../../../../interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Identity`](../../../../../enums/API/Entities/Types/SignerType/SignerType.md#identity)\>\> - -#### Defined in - -[api/entities/Identity/AssetPermissions.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/AssetPermissions.ts#L129) - -___ - -### enabledAt - -▸ **enabledAt**(`«destructured»`): `Promise`\<``null`` \| [`EventIdentifier`](../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> - -Retrieve the identifier data (block number, date and event index) of the event that was emitted when this Identity was enabled/added as - an Agent with permissions over a specific Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `«destructured»` | `Object` | -| › `asset` | `string` \| [`Asset`](../../../../../modules/API/Entities/Asset/Types/Types.md#asset) | - -#### Returns - -`Promise`\<``null`` \| [`EventIdentifier`](../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned - -#### Defined in - -[api/entities/Identity/AssetPermissions.ts:319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/AssetPermissions.ts#L319) - -___ - -### get - -▸ **get**(): `Promise`\<[`AssetWithGroup`](../../../../../interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md)[]\> - -Retrieve all the Assets over which this Identity has permissions, with the corresponding Permission Group - -#### Returns - -`Promise`\<[`AssetWithGroup`](../../../../../interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md)[]\> - -#### Defined in - -[api/entities/Identity/AssetPermissions.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/AssetPermissions.ts#L100) - -___ - -### getGroup - -▸ **getGroup**(`«destructured»`): `Promise`\<[`CustomPermissionGroup`](../../CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../KnownPermissionGroup/KnownPermissionGroup.md)\> - -Retrieve this Identity's Permission Group for a specific Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `«destructured»` | `Object` | -| › `asset` | `string` \| [`BaseAsset`](../../Asset/Base/BaseAsset/BaseAsset.md) | - -#### Returns - -`Promise`\<[`CustomPermissionGroup`](../../CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../KnownPermissionGroup/KnownPermissionGroup.md)\> - -#### Defined in - -[api/entities/Identity/AssetPermissions.ts:279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/AssetPermissions.ts#L279) - -___ - -### getOperationHistory - -▸ **getOperationHistory**(`opts`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`EventIdentifier`](../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\>\> - -Retrieve all Events triggered by Operations this Identity has performed on a specific Asset - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.asset` | `string` \| [`FungibleAsset`](../../Asset/Fungible/FungibleAsset.md) | - | -| `opts.eventId?` | [`EventIdEnum`](../../../../../enums/Types/EventIdEnum/EventIdEnum.md) | filters results by event | -| `opts.moduleId?` | [`ModuleIdEnum`](../../../../../enums/Types/ModuleIdEnum/ModuleIdEnum.md) | filters results by module | -| `opts.size?` | `BigNumber` | page size | -| `opts.start?` | `BigNumber` | page offset | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`EventIdentifier`](../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\>\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Identity/AssetPermissions.ts:369](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/AssetPermissions.ts#L369) - -___ - -### setGroup - -▸ **setGroup**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`CustomPermissionGroup`](../../CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../KnownPermissionGroup/KnownPermissionGroup.md), [`CustomPermissionGroup`](../../CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../KnownPermissionGroup/KnownPermissionGroup.md)\>\> - -Assign this Identity to a different Permission Group for a given Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetPermissionGroupParams`](../../../../../interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`CustomPermissionGroup`](../../CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../KnownPermissionGroup/KnownPermissionGroup.md), [`CustomPermissionGroup`](../../CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../KnownPermissionGroup/KnownPermissionGroup.md)\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setGroup.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Identity/AssetPermissions.ts:354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/AssetPermissions.ts#L354) - -___ - -### waive - -▸ **waive**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Abdicate from the current Permissions Group for a given Asset. This means that this Identity will no longer have any permissions over said Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`WaivePermissionsParams`](../../../../../interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [waive.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Identity/AssetPermissions.ts:344](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/AssetPermissions.ts#L344) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md deleted file mode 100644 index 60395a9b12..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md +++ /dev/null @@ -1,944 +0,0 @@ ---- -id: "ChildIdentity" -title: "Class: ChildIdentity" -sidebar_label: "ChildIdentity" ---- - -[api/entities/Identity/ChildIdentity](../../../../../modules/API/Entities/Identity/ChildIdentity/ChildIdentity.md).ChildIdentity - -Represents a child identity - -## Hierarchy - -- [`Identity`](../Identity.md) - - ↳ **`ChildIdentity`** - -## Properties - -### assetPermissions - -• **assetPermissions**: [`AssetPermissions`](../AssetPermissions/AssetPermissions.md) - -#### Inherited from - -[Identity](../Identity.md).[assetPermissions](../Identity.md#assetpermissions) - -#### Defined in - -[api/entities/Identity/index.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L131) - -___ - -### authorizations - -• **authorizations**: [`IdentityAuthorizations`](../IdentityAuthorizations/IdentityAuthorizations.md) - -#### Inherited from - -[Identity](../Identity.md).[authorizations](../Identity.md#authorizations) - -#### Defined in - -[api/entities/Identity/index.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L129) - -___ - -### did - -• **did**: `string` - -Identity ID as stored in the blockchain - -#### Inherited from - -[Identity](../Identity.md).[did](../Identity.md#did) - -#### Defined in - -[api/entities/Identity/index.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L126) - -___ - -### portfolios - -• **portfolios**: [`Portfolios`](../Portfolios/Portfolios.md) - -#### Inherited from - -[Identity](../Identity.md).[portfolios](../Identity.md#portfolios) - -#### Defined in - -[api/entities/Identity/index.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L130) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Identity](../Identity.md).[uuid](../Identity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### areSecondaryAccountsFrozen - -▸ **areSecondaryAccountsFrozen**(): `Promise`\<`boolean`\> - -Check whether secondary Accounts are frozen - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Inherited from - -[Identity](../Identity.md).[areSecondaryAccountsFrozen](../Identity.md#aresecondaryaccountsfrozen) - -#### Defined in - -[api/entities/Identity/index.ts:681](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L681) - -▸ **areSecondaryAccountsFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<`boolean`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity.md).[areSecondaryAccountsFrozen](../Identity.md#aresecondaryaccountsfrozen) - -#### Defined in - -[api/entities/Identity/index.ts:682](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L682) - -___ - -### checkRoles - -▸ **checkRoles**(`roles`): `Promise`\<[`CheckRolesResult`](../../../../../interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md)\> - -Check whether this Identity possesses all specified roles - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `roles` | [`Role`](../../../../../modules/API/Procedures/Types/Types.md#role)[] | - -#### Returns - -`Promise`\<[`CheckRolesResult`](../../../../../interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md)\> - -#### Inherited from - -[Identity](../Identity.md).[checkRoles](../Identity.md#checkroles) - -#### Defined in - -[api/entities/Identity/index.ts:466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L466) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this child Identity exists - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -asset Identities aren't considered to exist for this check - -#### Overrides - -[Identity](../Identity.md).[exists](../Identity.md#exists) - -#### Defined in - -[api/entities/Identity/ChildIdentity.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/ChildIdentity.ts#L67) - -___ - -### getAssetBalance - -▸ **getAssetBalance**(`args`): `Promise`\<`BigNumber`\> - -Retrieve the balance of a particular Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.ticker` | `string` | - -#### Returns - -`Promise`\<`BigNumber`\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Inherited from - -[Identity](../Identity.md).[getAssetBalance](../Identity.md#getassetbalance) - -#### Defined in - -[api/entities/Identity/index.ts:207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L207) - -▸ **getAssetBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.ticker` | `string` | -| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<`BigNumber`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity.md).[getAssetBalance](../Identity.md#getassetbalance) - -#### Defined in - -[api/entities/Identity/index.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L208) - -___ - -### getHeldAssets - -▸ **getHeldAssets**(`opts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../../Asset/Fungible/FungibleAsset.md)\>\> - -Retrieve a list of all Assets which were held at one point by this Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.order?` | [`AssetHoldersOrderBy`](../../../../../enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md) | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../../Asset/Fungible/FungibleAsset.md)\>\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -supports pagination - -#### Inherited from - -[Identity](../Identity.md).[getHeldAssets](../Identity.md#getheldassets) - -#### Defined in - -[api/entities/Identity/index.ts:374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L374) - -___ - -### getHeldNfts - -▸ **getHeldNfts**(`opts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HeldNfts`](../../../../../interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md)\>\> - -Retrieve a list of all NftCollections which were held at one point by this Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.order?` | [`NftHoldersOrderBy`](../../../../../enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md) | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HeldNfts`](../../../../../interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md)\>\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -supports pagination - -#### Inherited from - -[Identity](../Identity.md).[getHeldNfts](../Identity.md#getheldnfts) - -#### Defined in - -[api/entities/Identity/index.ts:419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L419) - -___ - -### getHistoricalInstructions - -▸ **getHistoricalInstructions**(): `Promise`\<[`HistoricInstruction`](../../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> - -Retrieve all Instructions that have been associated with this Identity's DID - -#### Returns - -`Promise`\<[`HistoricInstruction`](../../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> - -**`Note`** - -uses the middleware V2 - -#### Inherited from - -[Identity](../Identity.md).[getHistoricalInstructions](../Identity.md#gethistoricalinstructions) - -#### Defined in - -[api/entities/Identity/index.ts:890](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L890) - -___ - -### getInstructions - -▸ **getInstructions**(): `Promise`\<[`GroupedInstructions`](../../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md)\> - -Retrieve all Instructions where this Identity is a custodian of one or more portfolios in the legs, - grouped by status - -#### Returns - -`Promise`\<[`GroupedInstructions`](../../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md)\> - -#### Inherited from - -[Identity](../Identity.md).[getInstructions](../Identity.md#getinstructions) - -#### Defined in - -[api/entities/Identity/index.ts:535](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L535) - -___ - -### getInvolvedInstructions - -▸ **getInvolvedInstructions**(): `Promise`\<[`GroupedInvolvedInstructions`](../../../../../interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md)\> - -Retrieve all Instructions where this Identity is a participant (owner/custodian), - grouped by the role of the Identity and Instruction status - -#### Returns - -`Promise`\<[`GroupedInvolvedInstructions`](../../../../../interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md)\> - -#### Inherited from - -[Identity](../Identity.md).[getInvolvedInstructions](../Identity.md#getinvolvedinstructions) - -#### Defined in - -[api/entities/Identity/index.ts:622](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L622) - -___ - -### getMultiSigSigners - -▸ **getMultiSigSigners**(): `Promise`\<[`MultiSigSigners`](../../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md)[]\> - -Returns the list of MultiSig accounts linked with this Identity along with the signatories - -#### Returns - -`Promise`\<[`MultiSigSigners`](../../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md)[]\> - -**`Note`** - -this query can be potentially **SLOW** depending on the number of MultiSigs present on the chain - -#### Inherited from - -[Identity](../Identity.md).[getMultiSigSigners](../Identity.md#getmultisigsigners) - -#### Defined in - -[api/entities/Identity/index.ts:1025](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L1025) - -___ - -### getParentDid - -▸ **getParentDid**(): `Promise`\<``null`` \| [`Identity`](../Identity.md)\> - -Returns the parent of this Identity (if any) - -#### Returns - -`Promise`\<``null`` \| [`Identity`](../Identity.md)\> - -#### Defined in - -[api/entities/Identity/ChildIdentity.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/ChildIdentity.ts#L31) - -___ - -### getPendingDistributions - -▸ **getPendingDistributions**(): `Promise`\<[`DistributionWithDetails`](../../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> - -Retrieve every Dividend Distribution for which this Identity is eligible and hasn't been paid - -#### Returns - -`Promise`\<[`DistributionWithDetails`](../../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> - -**`Note`** - -uses the middleware - -**`Note`** - -this query can be potentially **SLOW** depending on which Assets this Identity has held - -#### Inherited from - -[Identity](../Identity.md).[getPendingDistributions](../Identity.md#getpendingdistributions) - -#### Defined in - -[api/entities/Identity/index.ts:720](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L720) - -___ - -### getPrimaryAccount - -▸ **getPrimaryAccount**(): `Promise`\<[`PermissionedAccount`](../../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\> - -Retrieve the primary Account associated with the Identity - -#### Returns - -`Promise`\<[`PermissionedAccount`](../../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Inherited from - -[Identity](../Identity.md).[getPrimaryAccount](../Identity.md#getprimaryaccount) - -#### Defined in - -[api/entities/Identity/index.ts:310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L310) - -▸ **getPrimaryAccount**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity.md).[getPrimaryAccount](../Identity.md#getprimaryaccount) - -#### Defined in - -[api/entities/Identity/index.ts:311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L311) - -___ - -### getSecondaryAccounts - -▸ **getSecondaryAccounts**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`PermissionedAccount`](../../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\>\> - -Get the list of secondary Accounts related to the Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`PermissionedAccount`](../../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Inherited from - -[Identity](../Identity.md).[getSecondaryAccounts](../Identity.md#getsecondaryaccounts) - -#### Defined in - -[api/entities/Identity/index.ts:775](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L775) - -▸ **getSecondaryAccounts**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity.md).[getSecondaryAccounts](../Identity.md#getsecondaryaccounts) - -#### Defined in - -[api/entities/Identity/index.ts:779](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L779) - -▸ **getSecondaryAccounts**(`paginationOpts`, `callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts` | [`PaginationOptions`](../../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | -| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Inherited from - -[Identity](../Identity.md).[getSecondaryAccounts](../Identity.md#getsecondaryaccounts) - -#### Defined in - -[api/entities/Identity/index.ts:783](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L783) - -___ - -### getTrustingAssets - -▸ **getTrustingAssets**(): `Promise`\<[`FungibleAsset`](../../Asset/Fungible/FungibleAsset.md)[]\> - -Get the list of Assets for which this Identity is a trusted claim issuer - -#### Returns - -`Promise`\<[`FungibleAsset`](../../Asset/Fungible/FungibleAsset.md)[]\> - -**`Note`** - -uses the middlewareV2 - -#### Inherited from - -[Identity](../Identity.md).[getTrustingAssets](../Identity.md#gettrustingassets) - -#### Defined in - -[api/entities/Identity/index.ts:490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L490) - -___ - -### getVenues - -▸ **getVenues**(): `Promise`\<[`Venue`](../../Venue/Venue.md)[]\> - -Retrieve all Venues created by this Identity - -#### Returns - -`Promise`\<[`Venue`](../../Venue/Venue.md)[]\> - -#### Inherited from - -[Identity](../Identity.md).[getVenues](../Identity.md#getvenues) - -#### Defined in - -[api/entities/Identity/index.ts:507](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L507) - -___ - -### hasRole - -▸ **hasRole**(`role`): `Promise`\<`boolean`\> - -Check whether this Identity possesses the specified Role - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `role` | [`Role`](../../../../../modules/API/Procedures/Types/Types.md#role) | - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity.md).[hasRole](../Identity.md#hasrole) - -#### Defined in - -[api/entities/Identity/index.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L159) - -___ - -### hasValidCdd - -▸ **hasValidCdd**(): `Promise`\<`boolean`\> - -Check whether this Identity has a valid CDD claim - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity.md).[hasValidCdd](../Identity.md#hasvalidcdd) - -#### Defined in - -[api/entities/Identity/index.ts:258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L258) - -___ - -### isAssetPreApproved - -▸ **isAssetPreApproved**(`asset`): `Promise`\<`boolean`\> - -Returns whether or not this Identity has pre-approved a particular asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `asset` | `string` \| [`BaseAsset`](../../Asset/Base/BaseAsset/BaseAsset.md) | - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity.md).[isAssetPreApproved](../Identity.md#isassetpreapproved) - -#### Defined in - -[api/entities/Identity/index.ts:998](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L998) - -___ - -### isCddProvider - -▸ **isCddProvider**(): `Promise`\<`boolean`\> - -Check whether this Identity is a CDD provider - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity.md).[isCddProvider](../Identity.md#iscddprovider) - -#### Defined in - -[api/entities/Identity/index.ts:291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L291) - -___ - -### isChild - -▸ **isChild**(): `Promise`\<`boolean`\> - -Check whether this Identity is a child Identity - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity.md).[isChild](../Identity.md#ischild) - -#### Defined in - -[api/entities/Identity/index.ts:951](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L951) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Identity](../Identity.md).[isEqual](../Identity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### isGcMember - -▸ **isGcMember**(): `Promise`\<`boolean`\> - -Check whether this Identity is Governance Committee member - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Identity](../Identity.md).[isGcMember](../Identity.md#isgcmember) - -#### Defined in - -[api/entities/Identity/index.ts:274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L274) - -___ - -### preApprovedAssets - -▸ **preApprovedAssets**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Asset`](../../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> - -Returns a list of all assets this Identity has pre-approved. These assets will not require affirmation when being received in settlements - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Asset`](../../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> - -#### Inherited from - -[Identity](../Identity.md).[preApprovedAssets](../Identity.md#preapprovedassets) - -#### Defined in - -[api/entities/Identity/index.ts:962](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L962) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the Identity's DID - -#### Returns - -`string` - -#### Inherited from - -[Identity](../Identity.md).[toHuman](../Identity.md#tohuman) - -#### Defined in - -[api/entities/Identity/index.ts:881](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L881) - -___ - -### unlinkChild - -▸ **unlinkChild**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Unlinks a child identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`UnlinkChildParams`](../../../../../interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -if - - the `child` is not a child of this identity - - the transaction signer is not the primary key of the parent identity - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [unlinkChild.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[Identity](../Identity.md).[unlinkChild](../Identity.md#unlinkchild) - -#### Defined in - -[api/entities/Identity/index.ts:944](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L944) - -___ - -### unlinkFromParent - -▸ **unlinkFromParent**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Unlinks this child identity from its parent - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -if - - this identity doesn't have a parent - - the transaction signer is not the primary key of the child identity - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unlinkFromParent.checkAuthorization](../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Identity/ChildIdentity.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/ChildIdentity.ts#L83) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Identity](../Identity.md).[generateUuid](../Identity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Identity](../Identity.md).[unserialize](../Identity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Identity/Identity.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Identity/Identity.md deleted file mode 100644 index 3bc8a65609..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Identity/Identity.md +++ /dev/null @@ -1,795 +0,0 @@ ---- -id: "Identity" -title: "Class: Identity" -sidebar_label: "Identity" ---- - -[api/entities/Identity](../../../../modules/API/Entities/Identity/Identity.md).Identity - -Represents an Identity in the Polymesh blockchain - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Identity/UniqueIdentifiers/UniqueIdentifiers.md), `string`\> - - ↳ **`Identity`** - - ↳↳ [`DefaultTrustedClaimIssuer`](../DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md) - - ↳↳ [`ChildIdentity`](ChildIdentity/ChildIdentity.md) - -## Properties - -### assetPermissions - -• **assetPermissions**: [`AssetPermissions`](AssetPermissions/AssetPermissions.md) - -#### Defined in - -[api/entities/Identity/index.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L131) - -___ - -### authorizations - -• **authorizations**: [`IdentityAuthorizations`](IdentityAuthorizations/IdentityAuthorizations.md) - -#### Defined in - -[api/entities/Identity/index.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L129) - -___ - -### did - -• **did**: `string` - -Identity ID as stored in the blockchain - -#### Defined in - -[api/entities/Identity/index.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L126) - -___ - -### portfolios - -• **portfolios**: [`Portfolios`](Portfolios/Portfolios.md) - -#### Defined in - -[api/entities/Identity/index.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L130) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### areSecondaryAccountsFrozen - -▸ **areSecondaryAccountsFrozen**(): `Promise`\<`boolean`\> - -Check whether secondary Accounts are frozen - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Defined in - -[api/entities/Identity/index.ts:681](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L681) - -▸ **areSecondaryAccountsFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<`boolean`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Identity/index.ts:682](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L682) - -___ - -### checkRoles - -▸ **checkRoles**(`roles`): `Promise`\<[`CheckRolesResult`](../../../../interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md)\> - -Check whether this Identity possesses all specified roles - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `roles` | [`Role`](../../../../modules/API/Procedures/Types/Types.md#role)[] | - -#### Returns - -`Promise`\<[`CheckRolesResult`](../../../../interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md)\> - -#### Defined in - -[api/entities/Identity/index.ts:466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L466) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Identity exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -**`Note`** - -asset Identities aren't considered to exist for this check - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Identity/index.ts:858](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L858) - -___ - -### getAssetBalance - -▸ **getAssetBalance**(`args`): `Promise`\<`BigNumber`\> - -Retrieve the balance of a particular Asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.ticker` | `string` | - -#### Returns - -`Promise`\<`BigNumber`\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Defined in - -[api/entities/Identity/index.ts:207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L207) - -▸ **getAssetBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.ticker` | `string` | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<`BigNumber`\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Identity/index.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L208) - -___ - -### getChildIdentities - -▸ **getChildIdentities**(): `Promise`\<[`ChildIdentity`](ChildIdentity/ChildIdentity.md)[]\> - -Returns the list of all child identities - -#### Returns - -`Promise`\<[`ChildIdentity`](ChildIdentity/ChildIdentity.md)[]\> - -**`Note`** - -this query can be potentially **SLOW** depending on the number of parent Identities present on the chain - -#### Defined in - -[api/entities/Identity/index.ts:910](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L910) - -___ - -### getHeldAssets - -▸ **getHeldAssets**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)\>\> - -Retrieve a list of all Assets which were held at one point by this Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.order?` | [`AssetHoldersOrderBy`](../../../../enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md) | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)\>\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Identity/index.ts:374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L374) - -___ - -### getHeldNfts - -▸ **getHeldNfts**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HeldNfts`](../../../../interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md)\>\> - -Retrieve a list of all NftCollections which were held at one point by this Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts` | `Object` | -| `opts.order?` | [`NftHoldersOrderBy`](../../../../enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md) | -| `opts.size?` | `BigNumber` | -| `opts.start?` | `BigNumber` | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HeldNfts`](../../../../interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md)\>\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Identity/index.ts:419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L419) - -___ - -### getHistoricalInstructions - -▸ **getHistoricalInstructions**(): `Promise`\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> - -Retrieve all Instructions that have been associated with this Identity's DID - -#### Returns - -`Promise`\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> - -**`Note`** - -uses the middleware V2 - -#### Defined in - -[api/entities/Identity/index.ts:890](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L890) - -___ - -### getInstructions - -▸ **getInstructions**(): `Promise`\<[`GroupedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md)\> - -Retrieve all Instructions where this Identity is a custodian of one or more portfolios in the legs, - grouped by status - -#### Returns - -`Promise`\<[`GroupedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md)\> - -#### Defined in - -[api/entities/Identity/index.ts:535](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L535) - -___ - -### getInvolvedInstructions - -▸ **getInvolvedInstructions**(): `Promise`\<[`GroupedInvolvedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md)\> - -Retrieve all Instructions where this Identity is a participant (owner/custodian), - grouped by the role of the Identity and Instruction status - -#### Returns - -`Promise`\<[`GroupedInvolvedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md)\> - -#### Defined in - -[api/entities/Identity/index.ts:622](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L622) - -___ - -### getMultiSigSigners - -▸ **getMultiSigSigners**(): `Promise`\<[`MultiSigSigners`](../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md)[]\> - -Returns the list of MultiSig accounts linked with this Identity along with the signatories - -#### Returns - -`Promise`\<[`MultiSigSigners`](../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md)[]\> - -**`Note`** - -this query can be potentially **SLOW** depending on the number of MultiSigs present on the chain - -#### Defined in - -[api/entities/Identity/index.ts:1025](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L1025) - -___ - -### getPendingDistributions - -▸ **getPendingDistributions**(): `Promise`\<[`DistributionWithDetails`](../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> - -Retrieve every Dividend Distribution for which this Identity is eligible and hasn't been paid - -#### Returns - -`Promise`\<[`DistributionWithDetails`](../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> - -**`Note`** - -uses the middleware - -**`Note`** - -this query can be potentially **SLOW** depending on which Assets this Identity has held - -#### Defined in - -[api/entities/Identity/index.ts:720](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L720) - -___ - -### getPrimaryAccount - -▸ **getPrimaryAccount**(): `Promise`\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\> - -Retrieve the primary Account associated with the Identity - -#### Returns - -`Promise`\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Defined in - -[api/entities/Identity/index.ts:310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L310) - -▸ **getPrimaryAccount**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Identity/index.ts:311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L311) - -___ - -### getSecondaryAccounts - -▸ **getSecondaryAccounts**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\>\> - -Get the list of secondary Accounts related to the Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Defined in - -[api/entities/Identity/index.ts:775](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L775) - -▸ **getSecondaryAccounts**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Identity/index.ts:779](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L779) - -▸ **getSecondaryAccounts**(`paginationOpts`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)[]\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Identity/index.ts:783](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L783) - -___ - -### getTrustingAssets - -▸ **getTrustingAssets**(): `Promise`\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)[]\> - -Get the list of Assets for which this Identity is a trusted claim issuer - -#### Returns - -`Promise`\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)[]\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/Identity/index.ts:490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L490) - -___ - -### getVenues - -▸ **getVenues**(): `Promise`\<[`Venue`](../Venue/Venue.md)[]\> - -Retrieve all Venues created by this Identity - -#### Returns - -`Promise`\<[`Venue`](../Venue/Venue.md)[]\> - -#### Defined in - -[api/entities/Identity/index.ts:507](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L507) - -___ - -### hasRole - -▸ **hasRole**(`role`): `Promise`\<`boolean`\> - -Check whether this Identity possesses the specified Role - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `role` | [`Role`](../../../../modules/API/Procedures/Types/Types.md#role) | - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Identity/index.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L159) - -___ - -### hasValidCdd - -▸ **hasValidCdd**(): `Promise`\<`boolean`\> - -Check whether this Identity has a valid CDD claim - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Identity/index.ts:258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L258) - -___ - -### isAssetPreApproved - -▸ **isAssetPreApproved**(`asset`): `Promise`\<`boolean`\> - -Returns whether or not this Identity has pre-approved a particular asset - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `asset` | `string` \| [`BaseAsset`](../Asset/Base/BaseAsset/BaseAsset.md) | - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Identity/index.ts:998](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L998) - -___ - -### isCddProvider - -▸ **isCddProvider**(): `Promise`\<`boolean`\> - -Check whether this Identity is a CDD provider - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Identity/index.ts:291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L291) - -___ - -### isChild - -▸ **isChild**(): `Promise`\<`boolean`\> - -Check whether this Identity is a child Identity - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Identity/index.ts:951](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L951) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### isGcMember - -▸ **isGcMember**(): `Promise`\<`boolean`\> - -Check whether this Identity is Governance Committee member - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Identity/index.ts:274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L274) - -___ - -### preApprovedAssets - -▸ **preApprovedAssets**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> - -Returns a list of all assets this Identity has pre-approved. These assets will not require affirmation when being received in settlements - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> - -#### Defined in - -[api/entities/Identity/index.ts:962](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L962) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the Identity's DID - -#### Returns - -`string` - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Identity/index.ts:881](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L881) - -___ - -### unlinkChild - -▸ **unlinkChild**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Unlinks a child identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`UnlinkChildParams`](../../../../interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -if - - the `child` is not a child of this identity - - the transaction signer is not the primary key of the parent identity - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [unlinkChild.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Identity/index.ts:944](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L944) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md deleted file mode 100644 index f7b705d44d..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md +++ /dev/null @@ -1,138 +0,0 @@ ---- -id: "IdentityAuthorizations" -title: "Class: IdentityAuthorizations" -sidebar_label: "IdentityAuthorizations" ---- - -[api/entities/Identity/IdentityAuthorizations](../../../../../modules/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md).IdentityAuthorizations - -Handles all Identity Authorization related functionality - -## Hierarchy - -- [`Authorizations`](../../Common/Namespaces/Authorizations/Authorizations.md)\<[`Identity`](../Identity.md)\> - - ↳ **`IdentityAuthorizations`** - -## Methods - -### getHistoricalAuthorizations - -▸ **getHistoricalAuthorizations**(`opts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Fetch all historical Authorization Requests for which this Signer is the target - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.size?` | `BigNumber` | page size | -| `opts.start?` | `BigNumber` | page offset | -| `opts.status?` | [`AuthorizationStatusEnum`](../../../../../enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md) | fetch only authorizations with this status. Fetches all statuses if not passed | -| `opts.type?` | [`AuthTypeEnum`](../../../../../enums/Types/AuthTypeEnum/AuthTypeEnum.md) | fetch only authorizations of this type. Fetches all types if not passed | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -uses the middlewareV2 - -#### Inherited from - -[Authorizations](../../Common/Namespaces/Authorizations/Authorizations.md).[getHistoricalAuthorizations](../../Common/Namespaces/Authorizations/Authorizations.md#gethistoricalauthorizations) - -#### Defined in - -[api/entities/common/namespaces/Authorizations.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/common/namespaces/Authorizations.ts#L150) - -___ - -### getOne - -▸ **getOne**(`args`): `Promise`\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\> - -Retrieve a single Authorization Request targeting or issued by this Identity by its ID - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.id` | `BigNumber` | - -#### Returns - -`Promise`\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\> - -**`Throws`** - -if there is no Authorization Request with the passed ID targeting or issued by this Identity - -#### Overrides - -[Authorizations](../../Common/Namespaces/Authorizations/Authorizations.md).[getOne](../../Common/Namespaces/Authorizations/Authorizations.md#getone) - -#### Defined in - -[api/entities/Identity/IdentityAuthorizations.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/IdentityAuthorizations.ts#L60) - -___ - -### getReceived - -▸ **getReceived**(`opts?`): `Promise`\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)[]\> - -Fetch all pending Authorization Requests for which this Signer is the target - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts?` | `Object` | - | -| `opts.includeExpired?` | `boolean` | whether to include expired authorizations. Defaults to true | -| `opts.type?` | [`AuthorizationType`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md) | fetch only authorizations of this type. Fetches all types if not passed | - -#### Returns - -`Promise`\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)[]\> - -#### Inherited from - -[Authorizations](../../Common/Namespaces/Authorizations/Authorizations.md).[getReceived](../../Common/Namespaces/Authorizations/Authorizations.md#getreceived) - -#### Defined in - -[api/entities/common/namespaces/Authorizations.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/common/namespaces/Authorizations.ts#L42) - -___ - -### getSent - -▸ **getSent**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Fetch all pending authorization requests issued by this Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Identity/IdentityAuthorizations.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/IdentityAuthorizations.ts#L18) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Identity/Portfolios/Portfolios.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Identity/Portfolios/Portfolios.md deleted file mode 100644 index 447179f6ff..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Identity/Portfolios/Portfolios.md +++ /dev/null @@ -1,154 +0,0 @@ ---- -id: "Portfolios" -title: "Class: Portfolios" -sidebar_label: "Portfolios" ---- - -[api/entities/Identity/Portfolios](../../../../../modules/API/Entities/Identity/Portfolios/Portfolios.md).Portfolios - -Handles all Portfolio related functionality on the Identity side - -## Hierarchy - -- `Namespace`\<[`Identity`](../Identity.md)\> - - ↳ **`Portfolios`** - -## Methods - -### delete - -▸ **delete**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Delete a Portfolio by ID - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.portfolio` | `BigNumber` \| [`NumberedPortfolio`](../../NumberedPortfolio/NumberedPortfolio.md) | -| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [delete.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Identity/Portfolios.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/Portfolios.ts#L178) - -___ - -### getCustodiedPortfolios - -▸ **getCustodiedPortfolios**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`NumberedPortfolio`](../../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../DefaultPortfolio/DefaultPortfolio.md)\>\> - -Retrieve all Portfolios custodied by this Identity. - This only includes portfolios owned by a different Identity but custodied by this one. - To fetch Portfolios owned by this Identity, use [getPortfolios](Portfolios.md#getportfolios) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`NumberedPortfolio`](../../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../DefaultPortfolio/DefaultPortfolio.md)\>\> - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Identity/Portfolios.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/Portfolios.ts#L91) - -___ - -### getPortfolio - -▸ **getPortfolio**(): `Promise`\<[`DefaultPortfolio`](../../DefaultPortfolio/DefaultPortfolio.md)\> - -Retrieve a Numbered Portfolio or the Default Portfolio if Portfolio ID is not passed - -#### Returns - -`Promise`\<[`DefaultPortfolio`](../../DefaultPortfolio/DefaultPortfolio.md)\> - -#### Defined in - -[api/entities/Identity/Portfolios.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/Portfolios.ts#L138) - -▸ **getPortfolio**(`args`): `Promise`\<[`NumberedPortfolio`](../../NumberedPortfolio/NumberedPortfolio.md)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.portfolioId` | `BigNumber` | - -#### Returns - -`Promise`\<[`NumberedPortfolio`](../../NumberedPortfolio/NumberedPortfolio.md)\> - -#### Defined in - -[api/entities/Identity/Portfolios.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/Portfolios.ts#L139) - -___ - -### getPortfolios - -▸ **getPortfolios**(): `Promise`\<[[`DefaultPortfolio`](../../DefaultPortfolio/DefaultPortfolio.md), ...NumberedPortfolio[]]\> - -Retrieve all the Portfolios owned by this Identity - -#### Returns - -`Promise`\<[[`DefaultPortfolio`](../../DefaultPortfolio/DefaultPortfolio.md), ...NumberedPortfolio[]]\> - -#### Defined in - -[api/entities/Identity/Portfolios.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/Portfolios.ts#L60) - -___ - -### getTransactionHistory - -▸ **getTransactionHistory**(`filters?`): `Promise`\<[`HistoricSettlement`](../../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> - -Retrieve a list of transactions where this identity was involved. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `filters` | `Object` | - | -| `filters.account?` | `string` | Account involved in the settlement | -| `filters.ticker?` | `string` | ticker involved in the transaction | - -#### Returns - -`Promise`\<[`HistoricSettlement`](../../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/Identity/Portfolios.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/Portfolios.ts#L190) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Instruction/Instruction.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Instruction/Instruction.md deleted file mode 100644 index 009bbcfcfd..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Instruction/Instruction.md +++ /dev/null @@ -1,580 +0,0 @@ ---- -id: "Instruction" -title: "Class: Instruction" -sidebar_label: "Instruction" ---- - -[api/entities/Instruction](../../../../modules/API/Entities/Instruction/Instruction.md).Instruction - -Represents a settlement Instruction to be executed on a certain Venue - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Instruction/UniqueIdentifiers/UniqueIdentifiers.md), `string`\> - - ↳ **`Instruction`** - -## Properties - -### id - -• **id**: `BigNumber` - -Unique identifier number of the instruction - -#### Defined in - -[api/entities/Instruction/index.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L93) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### affirm - -▸ **affirm**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -Affirm this instruction (authorize) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | [`AffirmOrWithdrawInstructionParams`](../../../../modules/API/Procedures/Types/Types.md#affirmorwithdrawinstructionparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -**`Note`** - -this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md), which means you can call [affirm.checkAuthorization](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Instruction/index.ts:518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L518) - -___ - -### affirmAsMediator - -▸ **affirmAsMediator**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -Affirm this instruction as a mediator (authorize) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | [`AffirmAsMediatorParams`](../../../../modules/API/Procedures/Types/Types.md#affirmasmediatorparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -**`Note`** - -this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md), which means you can call [affirmAsMediator.checkAuthorization](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Instruction/index.ts:552](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L552) - -___ - -### details - -▸ **details**(): `Promise`\<[`InstructionDetails`](../../../../modules/API/Entities/Instruction/Types/Types.md#instructiondetails)\> - -Retrieve information specific to this Instruction - -#### Returns - -`Promise`\<[`InstructionDetails`](../../../../modules/API/Entities/Instruction/Types/Types.md#instructiondetails)\> - -#### Defined in - -[api/entities/Instruction/index.ts:290](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L290) - -___ - -### executeManually - -▸ **executeManually**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -Executes an Instruction either of type `SettleManual` or a `Failed` instruction - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | [`ExecuteManualInstructionParams`](../../../../interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -**`Note`** - -this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md), which means you can call [executeManually.checkAuthorization](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Instruction/index.ts:572](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L572) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Instruction exists on chain (or existed and was pruned) - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Instruction/index.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L272) - -___ - -### getAffirmations - -▸ **getAffirmations**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`InstructionAffirmation`](../../../../interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md)\>\> - -Retrieve every authorization generated by this Instruction (status and authorizing Identity) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`InstructionAffirmation`](../../../../interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md)\>\> - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Instruction/index.ts:342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L342) - -___ - -### getInvolvedPortfolios - -▸ **getInvolvedPortfolios**(`args`): `Promise`\<([`NumberedPortfolio`](../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../DefaultPortfolio/DefaultPortfolio.md))[]\> - -Retrieve all the involved portfolios in this Instruction where the given identity is a custodian of - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Object` | -| `args.did` | `string` | - -#### Returns - -`Promise`\<([`NumberedPortfolio`](../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../DefaultPortfolio/DefaultPortfolio.md))[]\> - -#### Defined in - -[api/entities/Instruction/index.ts:618](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L618) - -___ - -### getLegs - -▸ **getLegs**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Leg`](../../../../modules/API/Entities/Instruction/Types/Types.md#leg)\>\> - -Retrieve all legs of this Instruction - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Leg`](../../../../modules/API/Entities/Instruction/Types/Types.md#leg)\>\> - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Instruction/index.ts:388](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L388) - -___ - -### getMediators - -▸ **getMediators**(): `Promise`\<[`MediatorAffirmation`](../../../../modules/API/Entities/Instruction/Types/Types.md#mediatoraffirmation)[]\> - -Returns the mediators for the Instruction, along with their affirmation status - -#### Returns - -`Promise`\<[`MediatorAffirmation`](../../../../modules/API/Entities/Instruction/Types/Types.md#mediatoraffirmation)[]\> - -#### Defined in - -[api/entities/Instruction/index.ts:663](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L663) - -___ - -### getStatus - -▸ **getStatus**(): `Promise`\<[`InstructionStatusResult`](../../../../modules/API/Entities/Instruction/Types/Types.md#instructionstatusresult)\> - -Retrieve current status of this Instruction - -#### Returns - -`Promise`\<[`InstructionStatusResult`](../../../../modules/API/Entities/Instruction/Types/Types.md#instructionstatusresult)\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/Instruction/index.ts:464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L464) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### isExecuted - -▸ **isExecuted**(): `Promise`\<`boolean`\> - -Retrieve whether the Instruction has already been executed and pruned from - the chain. - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Instruction/index.ts:184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L184) - -___ - -### isPending - -▸ **isPending**(): `Promise`\<`boolean`\> - -Retrieve whether the Instruction is still pending on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Instruction/index.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L213) - -___ - -### onStatusChange - -▸ **onStatusChange**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -Retrieve current status of the Instruction. This can be subscribed to know if instruction fails - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`InstructionStatus`](../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -**`Note`** - -current status as `Executed` means that the Instruction has been executed/rejected and pruned from - the chain. - -#### Defined in - -[api/entities/Instruction/index.ts:238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L238) - -___ - -### reject - -▸ **reject**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -Reject this instruction - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | [`RejectInstructionParams`](../../../../modules/API/Procedures/Types/Types.md#rejectinstructionparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -**`Note`** - -reject on `SettleOnAffirmation` will execute the settlement and it will fail immediately. - -**`Note`** - -reject on `SettleOnBlock` behaves just like unauthorize - -**`Note`** - -reject on `SettleManual` behaves just like unauthorize - -**`Note`** - -this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md), which means you can call [reject.checkAuthorization](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Instruction/index.ts:508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L508) - -___ - -### rejectAsMediator - -▸ **rejectAsMediator**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -Reject this instruction as a mediator - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -**`Note`** - -reject on `SettleOnAffirmation` will execute the settlement and it will fail immediately. - -**`Note`** - -reject on `SettleOnBlock` behaves just like unauthorize - -**`Note`** - -reject on `SettleManual` behaves just like unauthorize - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [rejectAsMediator.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Instruction/index.ts:542](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L542) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the Instruction's ID - -#### Returns - -`string` - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Instruction/index.ts:611](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L611) - -___ - -### withdraw - -▸ **withdraw**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -Withdraw affirmation from this instruction (unauthorize) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | [`AffirmOrWithdrawInstructionParams`](../../../../modules/API/Procedures/Types/Types.md#affirmorwithdrawinstructionparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -**`Note`** - -this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md), which means you can call [withdraw.checkAuthorization](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Instruction/index.ts:528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L528) - -___ - -### withdrawAsMediator - -▸ **withdrawAsMediator**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -Withdraw affirmation from this instruction as a mediator (unauthorize) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [withdrawAsMediator.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Instruction/index.ts:562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L562) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md deleted file mode 100644 index a6bcb691b3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md +++ /dev/null @@ -1,205 +0,0 @@ ---- -id: "KnownPermissionGroup" -title: "Class: KnownPermissionGroup" -sidebar_label: "KnownPermissionGroup" ---- - -[api/entities/KnownPermissionGroup](../../../../modules/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md).KnownPermissionGroup - -Represents a pre-defined group of permissions for an Asset - -## Hierarchy - -- [`PermissionGroup`](../PermissionGroup/PermissionGroup.md) - - ↳ **`KnownPermissionGroup`** - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset for which this group specifies permissions - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[asset](../PermissionGroup/PermissionGroup.md#asset) - -#### Defined in - -[api/entities/PermissionGroup.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/PermissionGroup.ts#L19) - -___ - -### type - -• **type**: [`PermissionGroupType`](../../../../enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md) - -#### Defined in - -[api/entities/KnownPermissionGroup.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/KnownPermissionGroup.ts#L30) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[uuid](../PermissionGroup/PermissionGroup.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Known Permission Group exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[exists](../PermissionGroup/PermissionGroup.md#exists) - -#### Defined in - -[api/entities/KnownPermissionGroup.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/KnownPermissionGroup.ts#L90) - -___ - -### getPermissions - -▸ **getPermissions**(): `Promise`\<[`GroupPermissions`](../../../../modules/API/Entities/Types/Types.md#grouppermissions)\> - -Retrieve the Permissions associated with this Permission Group - -#### Returns - -`Promise`\<[`GroupPermissions`](../../../../modules/API/Entities/Types/Types.md#grouppermissions)\> - -#### Overrides - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[getPermissions](../PermissionGroup/PermissionGroup.md#getpermissions) - -#### Defined in - -[api/entities/KnownPermissionGroup.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/KnownPermissionGroup.ts#L46) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[isEqual](../PermissionGroup/PermissionGroup.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md) - -Return the KnownPermissionGroup's static data - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md) - -#### Overrides - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[toHuman](../PermissionGroup/PermissionGroup.md#tohuman) - -#### Defined in - -[api/entities/KnownPermissionGroup.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/KnownPermissionGroup.ts#L97) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[generateUuid](../PermissionGroup/PermissionGroup.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[PermissionGroup](../PermissionGroup/PermissionGroup.md).[unserialize](../PermissionGroup/PermissionGroup.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/MetadataEntry/MetadataEntry.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/MetadataEntry/MetadataEntry.md deleted file mode 100644 index 62deb4cafc..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/MetadataEntry/MetadataEntry.md +++ /dev/null @@ -1,350 +0,0 @@ ---- -id: "MetadataEntry" -title: "Class: MetadataEntry" -sidebar_label: "MetadataEntry" ---- - -[api/entities/MetadataEntry](../../../../modules/API/Entities/MetadataEntry/MetadataEntry.md).MetadataEntry - -Represents an Asset MetadataEntry in the Polymesh blockchain - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/MetadataEntry/UniqueIdentifiers/UniqueIdentifiers.md), [`HumanReadable`](../../../../interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md)\> - - ↳ **`MetadataEntry`** - -## Properties - -### asset - -• **asset**: [`BaseAsset`](../Asset/Base/BaseAsset/BaseAsset.md) - -Asset for which this is the metadata - -#### Defined in - -[api/entities/MetadataEntry/index.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/index.ts#L46) - -___ - -### id - -• **id**: `BigNumber` - -identifier number of the MetadataEntry - -#### Defined in - -[api/entities/MetadataEntry/index.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/index.ts#L56) - -___ - -### type - -• **type**: [`MetadataType`](../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) - -Type of metadata represented by this instance - -#### Defined in - -[api/entities/MetadataEntry/index.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/index.ts#L51) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### clear - -▸ **clear**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Removes the asset metadata value - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -- if the Metadata doesn't exists - - if the Metadata value is locked - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [clear.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/MetadataEntry/index.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/index.ts#L116) - -___ - -### details - -▸ **details**(): `Promise`\<[`MetadataDetails`](../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md)\> - -Retrieve name and specs for this MetadataEntry - -#### Returns - -`Promise`\<[`MetadataDetails`](../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md)\> - -#### Defined in - -[api/entities/MetadataEntry/index.ts:141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/index.ts#L141) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this MetadataEntry exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/MetadataEntry/index.ts:217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/index.ts#L217) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### isModifiable - -▸ **isModifiable**(): `Promise`\<\{ `canModify`: `boolean` ; `reason?`: [`PolymeshError`](../../../Base/PolymeshError/PolymeshError.md) }\> - -Check if the MetadataEntry can be modified. -A MetadataEntry is modifiable if it exists and is not locked - -#### Returns - -`Promise`\<\{ `canModify`: `boolean` ; `reason?`: [`PolymeshError`](../../../Base/PolymeshError/PolymeshError.md) }\> - -#### Defined in - -[api/entities/MetadataEntry/index.ts:250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/index.ts#L250) - -___ - -### remove - -▸ **remove**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Removes a local Asset Metadata key along with its value - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -A global Metadata key cannot be deleted - -**`Throws`** - -- if the Metadata type is global - - if the Metadata doesn't exists - - if the Metadata value is locked - - if the Metadata is a mandatory key for any NFT Collection - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [remove.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/MetadataEntry/index.ts:134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/index.ts#L134) - -___ - -### set - -▸ **set**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`MetadataEntry`](MetadataEntry.md), [`MetadataEntry`](MetadataEntry.md)\>\> - -Assign new value for the MetadataEntry along with its details or optionally only set the details (expiry + lock status) of any Metadata value - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetMetadataParams`](../../../../modules/API/Procedures/Types/Types.md#setmetadataparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`MetadataEntry`](MetadataEntry.md), [`MetadataEntry`](MetadataEntry.md)\>\> - -**`Note`** - -- Value or the details can only be set if the MetadataEntry is not locked - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [set.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/MetadataEntry/index.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/index.ts#L102) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md) - -Return the MetadataEntry's ID, Asset ticker and Metadata type - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md) - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/MetadataEntry/index.ts:313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/index.ts#L313) - -___ - -### value - -▸ **value**(): `Promise`\<``null`` \| [`MetadataValue`](../../../../modules/API/Entities/MetadataEntry/Types/Types.md#metadatavalue)\> - -Retrieve the value and details (expiry + lock status) for this MetadataEntry - -#### Returns - -`Promise`\<``null`` \| [`MetadataValue`](../../../../modules/API/Entities/MetadataEntry/Types/Types.md#metadatavalue)\> - -**`Note`** - -- This returns `null` if no value is yet specified for this MetadataEntry - -#### Defined in - -[api/entities/MetadataEntry/index.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/index.ts#L188) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/MultiSigProposal/MultiSigProposal.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/MultiSigProposal/MultiSigProposal.md deleted file mode 100644 index 1f748e401e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/MultiSigProposal/MultiSigProposal.md +++ /dev/null @@ -1,343 +0,0 @@ ---- -id: "MultiSigProposal" -title: "Class: MultiSigProposal" -sidebar_label: "MultiSigProposal" ---- - -[api/entities/MultiSigProposal](../../../../modules/API/Entities/MultiSigProposal/MultiSigProposal.md).MultiSigProposal - -A proposal for a MultiSig transaction. This is a wrapper around an extrinsic that will be executed when the amount of approvals reaches the signature threshold set on the MultiSig Account - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<`UniqueIdentifiers`, [`HumanReadable`](../../../../interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md)\> - - ↳ **`MultiSigProposal`** - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/index.ts#L53) - -___ - -### multiSig - -• **multiSig**: [`MultiSig`](../Account/MultiSig/MultiSig.md) - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/index.ts#L52) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### approve - -▸ **approve**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Approve this MultiSig proposal - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [approve.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/index.ts#L97) - -___ - -### createdAt - -▸ **createdAt**(): `Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> - -Retrieve the identifier data (block number, date and event index) of the event that was emitted when this MultiSig Proposal was created - -#### Returns - -`Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/index.ts#L289) - -___ - -### creator - -▸ **creator**(): `Promise`\<``null`` \| [`Account`](../Account/Account.md)\> - -Retrieve the account which created this MultiSig Proposal - -#### Returns - -`Promise`\<``null`` \| [`Account`](../Account/Account.md)\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/index.ts#L304) - -___ - -### details - -▸ **details**(): `Promise`\<[`MultiSigProposalDetails`](../../../../interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md)\> - -Fetches the details of the Proposal. This includes the amount of approvals and rejections, the expiry, and details of the wrapped extrinsic - -#### Returns - -`Promise`\<[`MultiSigProposalDetails`](../../../../interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md)\> - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/index.ts#L114) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determines whether this Proposal exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/index.ts#L186) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### reject - -▸ **reject**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Reject this MultiSig proposal - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [reject.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/index.ts#L107) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md) - -Returns a human readable representation - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md) - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/index.ts#L208) - -___ - -### votes - -▸ **votes**(): `Promise`\<[`MultiSigProposalVote`](../../../../modules/API/Entities/MultiSigProposal/Types/Types.md#multisigproposalvote)[]\> - -Fetches the individual votes for this MultiSig proposal and their identifier data (block number, date and event index) of the event that was emitted when this MultiSig Proposal Vote was casted - -#### Returns - -`Promise`\<[`MultiSigProposalVote`](../../../../modules/API/Entities/MultiSigProposal/Types/Types.md#multisigproposalvote)[]\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/index.ts#L225) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### isUniqueIdentifiers - -▸ `Static` **isUniqueIdentifiers**(`identifiers`): `boolean` - -Typeguard that checks whether the object passed corresponds to the unique identifiers of the class. Must be overridden - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `identifiers` | `unknown` | object to type check | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isUniqueIdentifiers](../Entity/Entity.md#isuniqueidentifiers) - -#### Defined in - -[api/entities/Entity.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L42) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md deleted file mode 100644 index 8dd618552d..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md +++ /dev/null @@ -1,539 +0,0 @@ ---- -id: "NumberedPortfolio" -title: "Class: NumberedPortfolio" -sidebar_label: "NumberedPortfolio" ---- - -[api/entities/NumberedPortfolio](../../../../modules/API/Entities/NumberedPortfolio/NumberedPortfolio.md).NumberedPortfolio - -Represents a numbered (non-default) Portfolio for an Identity - -## Hierarchy - -- [`Portfolio`](../Portfolio/Portfolio.md) - - ↳ **`NumberedPortfolio`** - -## Properties - -### id - -• **id**: `BigNumber` - -Portfolio identifier number - -#### Defined in - -[api/entities/NumberedPortfolio.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/NumberedPortfolio.ts#L39) - -___ - -### owner - -• **owner**: [`Identity`](../Identity/Identity.md) - -Identity of the Portfolio's owner - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[owner](../Portfolio/Portfolio.md#owner) - -#### Defined in - -[api/entities/Portfolio/index.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L76) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[uuid](../Portfolio/Portfolio.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### createdAt - -▸ **createdAt**(): `Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> - -Retrieve the identifier data (block number, date and event index) of the event that was emitted when this Portfolio was created - -#### Returns - -`Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> - -**`Note`** - -uses the middlewareV2 - -**`Note`** - -there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned - -#### Defined in - -[api/entities/NumberedPortfolio.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/NumberedPortfolio.ts#L101) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Return whether this Portfolio exists - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Portfolio](../Portfolio/Portfolio.md).[exists](../Portfolio/Portfolio.md#exists) - -#### Defined in - -[api/entities/NumberedPortfolio.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/NumberedPortfolio.ts#L127) - -___ - -### getAssetBalances - -▸ **getAssetBalances**(`args?`): `Promise`\<[`PortfolioBalance`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md)[]\> - -Retrieve the balances of all fungible assets in this Portfolio - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.assets` | (`string` \| [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md))[] | array of FungibleAssets (or tickers) for which to fetch balances (optional, all balances are retrieved if not passed) | - -#### Returns - -`Promise`\<[`PortfolioBalance`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md)[]\> - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[getAssetBalances](../Portfolio/Portfolio.md#getassetbalances) - -#### Defined in - -[api/entities/Portfolio/index.ts:142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L142) - -___ - -### getCollections - -▸ **getCollections**(`args?`): `Promise`\<[`PortfolioCollection`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md)[]\> - -Retrieve the NFTs held in this portfolio - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | `Object` | -| `args.collections` | (`string` \| [`NftCollection`](../Asset/NonFungible/NftCollection/NftCollection.md))[] | - -#### Returns - -`Promise`\<[`PortfolioCollection`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md)[]\> - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[getCollections](../Portfolio/Portfolio.md#getcollections) - -#### Defined in - -[api/entities/Portfolio/index.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L221) - -___ - -### getCustodian - -▸ **getCustodian**(): `Promise`\<[`Identity`](../Identity/Identity.md)\> - -Retrieve the custodian Identity of this Portfolio - -#### Returns - -`Promise`\<[`Identity`](../Identity/Identity.md)\> - -**`Note`** - -if no custodian is set, the owner Identity is returned - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[getCustodian](../Portfolio/Portfolio.md#getcustodian) - -#### Defined in - -[api/entities/Portfolio/index.ts:362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L362) - -___ - -### getName - -▸ **getName**(): `Promise`\<`string`\> - -Return the Portfolio name - -#### Returns - -`Promise`\<`string`\> - -#### Defined in - -[api/entities/NumberedPortfolio.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/NumberedPortfolio.ts#L72) - -___ - -### getTransactionHistory - -▸ **getTransactionHistory**(`filters?`): `Promise`\<[`HistoricSettlement`](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> - -Retrieve a list of transactions where this portfolio was involved. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `filters` | `Object` | - | -| `filters.account?` | `string` | Account involved in the settlement | -| `filters.ticker?` | `string` | ticker involved in the transaction | - -#### Returns - -`Promise`\<[`HistoricSettlement`](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> - -**`Note`** - -uses the middlewareV2 - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[getTransactionHistory](../Portfolio/Portfolio.md#gettransactionhistory) - -#### Defined in - -[api/entities/Portfolio/index.ts:404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L404) - -___ - -### isCustodiedBy - -▸ **isCustodiedBy**(`args?`): `Promise`\<`boolean`\> - -Return whether an Identity is the Portfolio custodian - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | optional, defaults to the signing Identity | - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[isCustodiedBy](../Portfolio/Portfolio.md#iscustodiedby) - -#### Defined in - -[api/entities/Portfolio/index.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L126) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[isEqual](../Portfolio/Portfolio.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### isOwnedBy - -▸ **isOwnedBy**(`args?`): `Promise`\<`boolean`\> - -Return whether an Identity is the Portfolio owner - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | defaults to the signing Identity | - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[isOwnedBy](../Portfolio/Portfolio.md#isownedby) - -#### Defined in - -[api/entities/Portfolio/index.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L113) - -___ - -### modifyName - -▸ **modifyName**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`NumberedPortfolio`](NumberedPortfolio.md), [`NumberedPortfolio`](NumberedPortfolio.md)\>\> - -Rename portfolio - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`RenamePortfolioParams`](../../../../interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`NumberedPortfolio`](NumberedPortfolio.md), [`NumberedPortfolio`](NumberedPortfolio.md)\>\> - -**`Note`** - -Only the owner is allowed to rename the Portfolio. - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modifyName.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/NumberedPortfolio.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/NumberedPortfolio.ts#L65) - -___ - -### moveFunds - -▸ **moveFunds**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Moves funds from this Portfolio to another one owned by the same Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`MoveFundsParams`](../../../../interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [moveFunds.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[moveFunds](../Portfolio/Portfolio.md#movefunds) - -#### Defined in - -[api/entities/Portfolio/index.ts:340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L340) - -___ - -### quitCustody - -▸ **quitCustody**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Returns the custody of the portfolio to the portfolio owner unilaterally - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [quitCustody.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[quitCustody](../Portfolio/Portfolio.md#quitcustody) - -#### Defined in - -[api/entities/Portfolio/index.ts:353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L353) - -___ - -### setCustodian - -▸ **setCustodian**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Send an invitation to an Identity to assign it as custodian for this Portfolio - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetCustodianParams`](../../../../interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create an [Authorization Request](../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `targetIdentity`. - An [Account](../Account/Account.md) or [Identity](../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setCustodian.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[setCustodian](../Portfolio/Portfolio.md#setcustodian) - -#### Defined in - -[api/entities/Portfolio/index.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L327) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) - -Return the Portfolio ID and owner DID - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[toHuman](../Portfolio/Portfolio.md#tohuman) - -#### Defined in - -[api/entities/Portfolio/index.ts:464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L464) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[generateUuid](../Portfolio/Portfolio.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Portfolio](../Portfolio/Portfolio.md).[unserialize](../Portfolio/Portfolio.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Offering/Offering.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Offering/Offering.md deleted file mode 100644 index 4e2240271b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Offering/Offering.md +++ /dev/null @@ -1,401 +0,0 @@ ---- -id: "Offering" -title: "Class: Offering" -sidebar_label: "Offering" ---- - -[api/entities/Offering](../../../../modules/API/Entities/Offering/Offering.md).Offering - -Represents an Asset Offering in the Polymesh blockchain - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Offering/UniqueIdentifiers/UniqueIdentifiers.md), [`HumanReadable`](../../../../interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md)\> - - ↳ **`Offering`** - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset being offered - -#### Defined in - -[api/entities/Offering/index.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/index.ts#L65) - -___ - -### id - -• **id**: `BigNumber` - -identifier number of the Offering - -#### Defined in - -[api/entities/Offering/index.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/index.ts#L60) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### close - -▸ **close**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Close the Offering - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [close.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Offering/index.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/index.ts#L162) - -___ - -### details - -▸ **details**(): `Promise`\<[`OfferingDetails`](../../../../interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md)\> - -Retrieve the Offering's details - -#### Returns - -`Promise`\<[`OfferingDetails`](../../../../interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md)\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Defined in - -[api/entities/Offering/index.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/index.ts#L111) - -▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`OfferingDetails`](../../../../interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Offering/index.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/index.ts#L112) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Offering exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Offering/index.ts:273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/index.ts#L273) - -___ - -### freeze - -▸ **freeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Offering`](Offering.md), [`Offering`](Offering.md)\>\> - -Freeze the Offering - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Offering`](Offering.md), [`Offering`](Offering.md)\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [freeze.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Offering/index.ts:172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/index.ts#L172) - -___ - -### getInvestments - -▸ **getInvestments**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Investment`](../../../../interfaces/API/Entities/Offering/Types/Investment/Investment.md)\>\> - -Retrieve all investments made on this Offering - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.size?` | `BigNumber` | page size | -| `opts.start?` | `BigNumber` | page offset | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Investment`](../../../../interfaces/API/Entities/Offering/Types/Investment/Investment.md)\>\> - -**`Note`** - -supports pagination - -**`Note`** - -uses the middleware V2 - -#### Defined in - -[api/entities/Offering/index.ts:224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/index.ts#L224) - -___ - -### invest - -▸ **invest**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Invest in the Offering - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`InvestInOfferingParams`](../../../../interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required roles: - - Purchase Portfolio Custodian - - Funding Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [invest.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Offering/index.ts:211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/index.ts#L211) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### modifyTimes - -▸ **modifyTimes**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Modify the start/end time of the Offering - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyOfferingTimesParams`](../../../../modules/API/Procedures/Types/Types.md#modifyofferingtimesparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Throws`** - -if: - - Trying to modify the start time on an Offering that already started - - Trying to modify anything on an Offering that already ended - - Trying to change start or end time to a past date - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modifyTimes.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Offering/index.ts:197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/index.ts#L197) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md) - -Return the Offering's ID and Asset ticker - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md) - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Offering/index.ts:291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/index.ts#L291) - -___ - -### unfreeze - -▸ **unfreeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Offering`](Offering.md), [`Offering`](Offering.md)\>\> - -Unfreeze the Offering - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Offering`](Offering.md), [`Offering`](Offering.md)\>\> - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unfreeze.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Offering/index.ts:182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/index.ts#L182) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/PermissionGroup/PermissionGroup.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/PermissionGroup/PermissionGroup.md deleted file mode 100644 index 3c50b51043..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/PermissionGroup/PermissionGroup.md +++ /dev/null @@ -1,217 +0,0 @@ ---- -id: "PermissionGroup" -title: "Class: PermissionGroup" -sidebar_label: "PermissionGroup" ---- - -[api/entities/PermissionGroup](../../../../modules/API/Entities/PermissionGroup/PermissionGroup.md).PermissionGroup - -Represents a group of permissions for an Asset - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/PermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md), `unknown`\> - - ↳ **`PermissionGroup`** - - ↳↳ [`CustomPermissionGroup`](../CustomPermissionGroup/CustomPermissionGroup.md) - - ↳↳ [`KnownPermissionGroup`](../KnownPermissionGroup/KnownPermissionGroup.md) - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) - -Asset for which this group specifies permissions - -#### Defined in - -[api/entities/PermissionGroup.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/PermissionGroup.ts#L19) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### exists - -▸ `Abstract` **exists**(): `Promise`\<`boolean`\> - -Determine whether this Entity exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Entity.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L68) - -___ - -### getPermissions - -▸ `Abstract` **getPermissions**(): `Promise`\<[`GroupPermissions`](../../../../modules/API/Entities/Types/Types.md#grouppermissions)\> - -Retrieve the Permissions associated with this Permission Group - -#### Returns - -`Promise`\<[`GroupPermissions`](../../../../modules/API/Entities/Types/Types.md#grouppermissions)\> - -#### Defined in - -[api/entities/PermissionGroup.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/PermissionGroup.ts#L35) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### toHuman - -▸ `Abstract` **toHuman**(): `unknown` - -Returns Entity data in a human readable (JSON) format - -#### Returns - -`unknown` - -#### Inherited from - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Entity.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L73) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### isUniqueIdentifiers - -▸ `Static` **isUniqueIdentifiers**(`identifiers`): `boolean` - -Typeguard that checks whether the object passed corresponds to the unique identifiers of the class. Must be overridden - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `identifiers` | `unknown` | object to type check | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isUniqueIdentifiers](../Entity/Entity.md#isuniqueidentifiers) - -#### Defined in - -[api/entities/Entity.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L42) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Portfolio/Portfolio.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Portfolio/Portfolio.md deleted file mode 100644 index 9380f12ecf..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Portfolio/Portfolio.md +++ /dev/null @@ -1,419 +0,0 @@ ---- -id: "Portfolio" -title: "Class: Portfolio" -sidebar_label: "Portfolio" ---- - -[api/entities/Portfolio](../../../../modules/API/Entities/Portfolio/Portfolio.md).Portfolio - -Represents a base Portfolio for a specific Identity in the Polymesh blockchain - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Portfolio/UniqueIdentifiers/UniqueIdentifiers.md), [`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md)\> - - ↳ **`Portfolio`** - - ↳↳ [`DefaultPortfolio`](../DefaultPortfolio/DefaultPortfolio.md) - - ↳↳ [`NumberedPortfolio`](../NumberedPortfolio/NumberedPortfolio.md) - -## Properties - -### owner - -• **owner**: [`Identity`](../Identity/Identity.md) - -Identity of the Portfolio's owner - -#### Defined in - -[api/entities/Portfolio/index.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L76) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### exists - -▸ `Abstract` **exists**(): `Promise`\<`boolean`\> - -Determine whether this Entity exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Inherited from - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Entity.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L68) - -___ - -### getAssetBalances - -▸ **getAssetBalances**(`args?`): `Promise`\<[`PortfolioBalance`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md)[]\> - -Retrieve the balances of all fungible assets in this Portfolio - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.assets` | (`string` \| [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md))[] | array of FungibleAssets (or tickers) for which to fetch balances (optional, all balances are retrieved if not passed) | - -#### Returns - -`Promise`\<[`PortfolioBalance`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md)[]\> - -#### Defined in - -[api/entities/Portfolio/index.ts:142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L142) - -___ - -### getCollections - -▸ **getCollections**(`args?`): `Promise`\<[`PortfolioCollection`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md)[]\> - -Retrieve the NFTs held in this portfolio - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | `Object` | -| `args.collections` | (`string` \| [`NftCollection`](../Asset/NonFungible/NftCollection/NftCollection.md))[] | - -#### Returns - -`Promise`\<[`PortfolioCollection`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md)[]\> - -#### Defined in - -[api/entities/Portfolio/index.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L221) - -___ - -### getCustodian - -▸ **getCustodian**(): `Promise`\<[`Identity`](../Identity/Identity.md)\> - -Retrieve the custodian Identity of this Portfolio - -#### Returns - -`Promise`\<[`Identity`](../Identity/Identity.md)\> - -**`Note`** - -if no custodian is set, the owner Identity is returned - -#### Defined in - -[api/entities/Portfolio/index.ts:362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L362) - -___ - -### getTransactionHistory - -▸ **getTransactionHistory**(`filters?`): `Promise`\<[`HistoricSettlement`](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> - -Retrieve a list of transactions where this portfolio was involved. Can be filtered using parameters - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `filters` | `Object` | - | -| `filters.account?` | `string` | Account involved in the settlement | -| `filters.ticker?` | `string` | ticker involved in the transaction | - -#### Returns - -`Promise`\<[`HistoricSettlement`](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> - -**`Note`** - -uses the middlewareV2 - -#### Defined in - -[api/entities/Portfolio/index.ts:404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L404) - -___ - -### isCustodiedBy - -▸ **isCustodiedBy**(`args?`): `Promise`\<`boolean`\> - -Return whether an Identity is the Portfolio custodian - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | optional, defaults to the signing Identity | - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Portfolio/index.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L126) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### isOwnedBy - -▸ **isOwnedBy**(`args?`): `Promise`\<`boolean`\> - -Return whether an Identity is the Portfolio owner - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `args?` | `Object` | - | -| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | defaults to the signing Identity | - -#### Returns - -`Promise`\<`boolean`\> - -#### Defined in - -[api/entities/Portfolio/index.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L113) - -___ - -### moveFunds - -▸ **moveFunds**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Moves funds from this Portfolio to another one owned by the same Identity - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`MoveFundsParams`](../../../../interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [moveFunds.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Portfolio/index.ts:340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L340) - -___ - -### quitCustody - -▸ **quitCustody**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Returns the custody of the portfolio to the portfolio owner unilaterally - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [quitCustody.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Portfolio/index.ts:353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L353) - -___ - -### setCustodian - -▸ **setCustodian**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Send an invitation to an Identity to assign it as custodian for this Portfolio - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`SetCustodianParams`](../../../../interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create an [Authorization Request](../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `targetIdentity`. - An [Account](../Account/Account.md) or [Identity](../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -required role: - - Portfolio Custodian - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setCustodian.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Portfolio/index.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L327) - -___ - -### toHuman - -▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) - -Return the Portfolio ID and owner DID - -#### Returns - -[`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Portfolio/index.ts:464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L464) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Subsidies/Subsidies.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Subsidies/Subsidies.md deleted file mode 100644 index 4ffc717840..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Subsidies/Subsidies.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -id: "Subsidies" -title: "Class: Subsidies" -sidebar_label: "Subsidies" ---- - -[api/entities/Subsidies](../../../../modules/API/Entities/Subsidies/Subsidies.md).Subsidies - -Handles all Account Subsidies related functionality - -## Hierarchy - -- `Namespace`\<[`Account`](../Account/Account.md)\> - - ↳ **`Subsidies`** - -## Methods - -### getBeneficiaries - -▸ **getBeneficiaries**(): `Promise`\<[`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)[]\> - -Get the list of Subsidy relationship along with their subsidized amount for which this Account is the subsidizer - -#### Returns - -`Promise`\<[`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)[]\> - -#### Defined in - -[api/entities/Subsidies.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidies.ts#L12) - -___ - -### getSubsidizer - -▸ **getSubsidizer**(): `Promise`\<``null`` \| [`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> - -Get the Subsidy relationship along with the subsidized amount for this Account is the beneficiary. -If this Account isn't being subsidized, return null - -#### Returns - -`Promise`\<``null`` \| [`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Defined in - -[api/entities/Subsidies.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidies.ts#L61) - -▸ **getSubsidizer**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<``null`` \| [`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/Subsidies.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidies.ts#L62) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Subsidy/Subsidy.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Subsidy/Subsidy.md deleted file mode 100644 index 5c25899af9..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Subsidy/Subsidy.md +++ /dev/null @@ -1,338 +0,0 @@ ---- -id: "Subsidy" -title: "Class: Subsidy" -sidebar_label: "Subsidy" ---- - -[api/entities/Subsidy](../../../../modules/API/Entities/Subsidy/Subsidy.md).Subsidy - -Represents a Subsidy relationship on chain - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md), `HumanReadable`\> - - ↳ **`Subsidy`** - -## Properties - -### beneficiary - -• **beneficiary**: [`Account`](../Account/Account.md) - -Account whose transactions are being paid for - -#### Defined in - -[api/entities/Subsidy/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidy/index.ts#L54) - -___ - -### subsidizer - -• **subsidizer**: [`Account`](../Account/Account.md) - -Account that is paying for the transactions - -#### Defined in - -[api/entities/Subsidy/index.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidy/index.ts#L58) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### decreaseAllowance - -▸ **decreaseAllowance**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Decrease allowance for this Subsidy relationship - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Pick`\<[`DecreaseAllowanceParams`](../../../../interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md), ``"allowance"``\> | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -Only the subsidizer is allowed to decrease the allowance - -**`Throws`** - -if the amount to decrease by is more than the existing allowance - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [decreaseAllowance.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Subsidy/index.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidy/index.ts#L179) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Subsidy relationship exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Subsidy/index.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidy/index.ts#L186) - -___ - -### getAllowance - -▸ **getAllowance**(): `Promise`\<`BigNumber`\> - -Get amount of POLYX subsidized for this Subsidy relationship - -#### Returns - -`Promise`\<`BigNumber`\> - -**`Throws`** - -if the Subsidy does not exist - -#### Defined in - -[api/entities/Subsidy/index.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidy/index.ts#L205) - -___ - -### increaseAllowance - -▸ **increaseAllowance**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Increase allowance for this Subsidy relationship - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Pick`\<[`IncreaseAllowanceParams`](../../../../interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md), ``"allowance"``\> | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -Only the subsidizer is allowed to increase the allowance - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [increaseAllowance.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Subsidy/index.ts:165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidy/index.ts#L165) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### quit - -▸ **quit**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Terminate this Subsidy relationship. The beneficiary Account will be forced to pay for their own transactions - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -both the beneficiary and the subsidizer are allowed to unilaterally quit the Subsidy - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [quit.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Subsidy/index.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidy/index.ts#L139) - -___ - -### setAllowance - -▸ **setAllowance**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Set allowance for this Subsidy relationship - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `Pick`\<[`SetAllowanceParams`](../../../../interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md), ``"allowance"``\> | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -Only the subsidizer is allowed to set the allowance - -**`Throws`** - -if the allowance to set is equal to the current allowance - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setAllowance.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Subsidy/index.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidy/index.ts#L153) - -___ - -### toHuman - -▸ **toHuman**(): [`UniqueIdentifiers`](../../../../interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md) - -Return the Subsidy's static data - -#### Returns - -[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md) - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Subsidy/index.ts:227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidy/index.ts#L227) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/TickerReservation/TickerReservation.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/TickerReservation/TickerReservation.md deleted file mode 100644 index 81c21e07f8..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/TickerReservation/TickerReservation.md +++ /dev/null @@ -1,315 +0,0 @@ ---- -id: "TickerReservation" -title: "Class: TickerReservation" -sidebar_label: "TickerReservation" ---- - -[api/entities/TickerReservation](../../../../modules/API/Entities/TickerReservation/TickerReservation.md).TickerReservation - -Represents a reserved Asset symbol in the Polymesh blockchain. Ticker reservations expire - after a set length of time, after which they can be reserved by another Identity. - A Ticker must be previously reserved by an Identity for that Identity to be able create an Asset with it - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/TickerReservation/UniqueIdentifiers/UniqueIdentifiers.md), `string`\> - - ↳ **`TickerReservation`** - -## Properties - -### ticker - -• **ticker**: `string` - -reserved ticker - -#### Defined in - -[api/entities/TickerReservation/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/TickerReservation/index.ts#L54) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### createAsset - -▸ **createAsset**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md), [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)\>\> - -Create an Asset using the reserved ticker - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateAssetParams`](../../../../interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md), [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)\>\> - -**`Note`** - -required role: - - Ticker Owner - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createAsset.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/TickerReservation/index.ts:191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/TickerReservation/index.ts#L191) - -___ - -### details - -▸ **details**(): `Promise`\<[`TickerReservationDetails`](../../../../interfaces/API/Entities/TickerReservation/Types/TickerReservationDetails/TickerReservationDetails.md)\> - -Retrieve the Reservation's owner, expiry date and status - -#### Returns - -`Promise`\<[`TickerReservationDetails`](../../../../interfaces/API/Entities/TickerReservation/Types/TickerReservationDetails/TickerReservationDetails.md)\> - -**`Note`** - -can be subscribed to, if connected to node using a web socket - -#### Defined in - -[api/entities/TickerReservation/index.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/TickerReservation/index.ts#L94) - -▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`TickerReservationDetails`](../../../../interfaces/API/Entities/TickerReservation/Types/TickerReservationDetails/TickerReservationDetails.md)\> | - -#### Returns - -`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> - -#### Defined in - -[api/entities/TickerReservation/index.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/TickerReservation/index.ts#L95) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Ticker Reservation exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/TickerReservation/index.ts:216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/TickerReservation/index.ts#L216) - -___ - -### extend - -▸ **extend**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`TickerReservation`](TickerReservation.md), [`TickerReservation`](TickerReservation.md)\>\> - -Extend the Reservation time period of the ticker for 60 days from now -to later use it in the creation of an Asset. - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`TickerReservation`](TickerReservation.md), [`TickerReservation`](TickerReservation.md)\>\> - -**`Note`** - -required role: - - Ticker Owner - -**`Note`** - -this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [extend.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/TickerReservation/index.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/TickerReservation/index.ts#L178) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the Reservation's ticker - -#### Returns - -`string` - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/TickerReservation/index.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/TickerReservation/index.ts#L229) - -___ - -### transferOwnership - -▸ **transferOwnership**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> - -Transfer ownership of the Ticker Reservation to another Identity. This generates an authorization request that must be accepted - by the target - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`TransferTickerOwnershipParams`](../../../../interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> - -**`Note`** - -this will create [Authorization Request](../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `target` Identity. - An [Account](../Account/Account.md) or [Identity](../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../Common/Namespaces/Authorizations/Authorizations.md#getreceived). - Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../Common/Namespaces/Authorizations/Authorizations.md#getone) - -**`Note`** - -required role: - - Ticker Owner - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [transferOwnership.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/TickerReservation/index.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/TickerReservation/index.ts#L209) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Venue/Venue.md b/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Venue/Venue.md deleted file mode 100644 index d468c726ad..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/API/Entities/Venue/Venue.md +++ /dev/null @@ -1,334 +0,0 @@ ---- -id: "Venue" -title: "Class: Venue" -sidebar_label: "Venue" ---- - -[api/entities/Venue](../../../../modules/API/Entities/Venue/Venue.md).Venue - -Represents a Venue through which settlements are handled - -## Hierarchy - -- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Venue/UniqueIdentifiers/UniqueIdentifiers.md), `string`\> - - ↳ **`Venue`** - -## Properties - -### id - -• **id**: `BigNumber` - -identifier number of the Venue - -#### Defined in - -[api/entities/Venue/index.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Venue/index.ts#L66) - -___ - -### uuid - -• **uuid**: `string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) - -#### Defined in - -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L46) - -## Methods - -### addInstruction - -▸ **addInstruction**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../Instruction/Instruction.md)[], [`Instruction`](../Instruction/Instruction.md)\>\> - -Creates a settlement Instruction in this Venue - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AddInstructionParams`](../../../../modules/API/Procedures/Types/Types.md#addinstructionparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../Instruction/Instruction.md)[], [`Instruction`](../Instruction/Instruction.md)\>\> - -**`Note`** - -required role: - - Venue Owner - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addInstruction.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Venue/index.ts:256](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Venue/index.ts#L256) - -___ - -### addInstructions - -▸ **addInstructions**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../Instruction/Instruction.md)[], [`Instruction`](../Instruction/Instruction.md)[]\>\> - -Creates a batch of settlement Instructions in this Venue - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`AddInstructionsParams`](../../../../interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../Instruction/Instruction.md)[], [`Instruction`](../Instruction/Instruction.md)[]\>\> - -**`Note`** - -required role: - - Venue Owner - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addInstructions.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Venue/index.ts:269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Venue/index.ts#L269) - -___ - -### details - -▸ **details**(): `Promise`\<[`VenueDetails`](../../../../interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md)\> - -Retrieve information specific to this Venue - -#### Returns - -`Promise`\<[`VenueDetails`](../../../../interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md)\> - -#### Defined in - -[api/entities/Venue/index.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Venue/index.ts#L119) - -___ - -### exists - -▸ **exists**(): `Promise`\<`boolean`\> - -Determine whether this Venue exists on chain - -#### Returns - -`Promise`\<`boolean`\> - -#### Overrides - -[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) - -#### Defined in - -[api/entities/Venue/index.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Venue/index.ts#L100) - -___ - -### getHistoricalInstructions - -▸ **getHistoricalInstructions**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)\>\> - -Retrieve all Instructions that have been associated with this Venue instance - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `opts` | `Object` | - | -| `opts.size?` | `BigNumber` | page size | -| `opts.start?` | `BigNumber` | page offset | - -#### Returns - -`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)\>\> - -**`Note`** - -uses the middleware V2 - -**`Note`** - -supports pagination - -#### Defined in - -[api/entities/Venue/index.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Venue/index.ts#L208) - -___ - -### getInstructions - -▸ **getInstructions**(): `Promise`\<`Pick`\<[`GroupedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md), ``"pending"`` \| ``"failed"``\>\> - -Retrieve all pending and failed Instructions in this Venue - -#### Returns - -`Promise`\<`Pick`\<[`GroupedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md), ``"pending"`` \| ``"failed"``\>\> - -#### Defined in - -[api/entities/Venue/index.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Venue/index.ts#L148) - -___ - -### isEqual - -▸ **isEqual**(`entity`): `boolean` - -Determine whether this Entity is the same as another one - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | - -#### Returns - -`boolean` - -#### Inherited from - -[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) - -#### Defined in - -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L61) - -___ - -### modify - -▸ **modify**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -Modify description and type - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`ModifyVenueParams`](../../../../modules/API/Procedures/Types/Types.md#modifyvenueparams) | -| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> - -**`Note`** - -required role: - - Venue Owner - -**`Note`** - -this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) - on it to see whether the signing Account and Identity have the required roles and permissions to run it - -#### Defined in - -[api/entities/Venue/index.ts:282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Venue/index.ts#L282) - -___ - -### toHuman - -▸ **toHuman**(): `string` - -Return the Venue's ID - -#### Returns - -`string` - -#### Overrides - -[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) - -#### Defined in - -[api/entities/Venue/index.ts:289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Venue/index.ts#L289) - -___ - -### generateUuid - -▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` - -Generate the Entity's UUID from its identifying properties - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `identifiers` | `Identifiers` | - -#### Returns - -`string` - -#### Inherited from - -[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) - -#### Defined in - -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L14) - -___ - -### unserialize - -▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` - -Unserialize a UUID into its Unique Identifiers - -#### Type parameters - -| Name | -| :------ | -| `Identifiers` | - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `serialized` | `string` | UUID to unserialize | - -#### Returns - -`Identifiers` - -#### Inherited from - -[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) - -#### Defined in - -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/Base/PolymeshError/PolymeshError.md b/sdk-docs_versioned_docs/version-24.7.x/classes/Base/PolymeshError/PolymeshError.md deleted file mode 100644 index ec394cf822..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/Base/PolymeshError/PolymeshError.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -id: "PolymeshError" -title: "Class: PolymeshError" -sidebar_label: "PolymeshError" ---- - -[base/PolymeshError](../../../modules/Base/PolymeshError/PolymeshError.md).PolymeshError - -Wraps an error to give more information about its type - -## Hierarchy - -- `Error` - - ↳ **`PolymeshError`** - -## Properties - -### code - -• **code**: [`ErrorCode`](../../../enums/API/Client/Types/ErrorCode/ErrorCode.md) - -#### Defined in - -[base/PolymeshError.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshError.ts#L16) - -___ - -### data - -• `Optional` **data**: `Record`\<`string`, `unknown`\> - -#### Defined in - -[base/PolymeshError.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshError.ts#L18) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/Base/PolymeshTransaction/PolymeshTransaction.md b/sdk-docs_versioned_docs/version-24.7.x/classes/Base/PolymeshTransaction/PolymeshTransaction.md deleted file mode 100644 index 8155d08ca3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/Base/PolymeshTransaction/PolymeshTransaction.md +++ /dev/null @@ -1,402 +0,0 @@ ---- -id: "PolymeshTransaction" -title: "Class: PolymeshTransaction" -sidebar_label: "PolymeshTransaction" ---- - -[base/PolymeshTransaction](../../../modules/Base/PolymeshTransaction/PolymeshTransaction.md).PolymeshTransaction - -Wrapper class for a Polymesh Transaction - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValue` | `ReturnValue` | -| `TransformedReturnValue` | `ReturnValue` | -| `Args` | extends `unknown`[] \| [] = `unknown`[] | - -## Hierarchy - -- [`PolymeshTransactionBase`](../PolymeshTransactionBase/PolymeshTransactionBase.md)\<`ReturnValue`, `TransformedReturnValue`\> - - ↳ **`PolymeshTransaction`** - -## Properties - -### args - -• **args**: `Args` - -arguments for the transaction in SCALE format (polkadot.js Codec) - -#### Defined in - -[base/PolymeshTransaction.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransaction.ts#L39) - -___ - -### blockHash - -• `Optional` **blockHash**: `string` - -hash of the block where this transaction resides (status: `Succeeded`, `Failed`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[blockHash](../PolymeshTransactionBase/PolymeshTransactionBase.md#blockhash) - -#### Defined in - -[base/PolymeshTransactionBase.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L96) - -___ - -### blockNumber - -• `Optional` **blockNumber**: `BigNumber` - -number of the block where this transaction resides (status: `Succeeded`, `Failed`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[blockNumber](../PolymeshTransactionBase/PolymeshTransactionBase.md#blocknumber) - -#### Defined in - -[base/PolymeshTransactionBase.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L101) - -___ - -### error - -• `Optional` **error**: [`PolymeshError`](../PolymeshError/PolymeshError.md) - -stores errors thrown while running the transaction (status: `Failed`, `Aborted`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[error](../PolymeshTransactionBase/PolymeshTransactionBase.md#error) - -#### Defined in - -[base/PolymeshTransactionBase.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L76) - -___ - -### receipt - -• `Optional` **receipt**: `ISubmittableResult` - -stores the transaction receipt (if successful) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[receipt](../PolymeshTransactionBase/PolymeshTransactionBase.md#receipt) - -#### Defined in - -[base/PolymeshTransactionBase.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L81) - -___ - -### status - -• **status**: [`TransactionStatus`](../../../enums/Base/Types/TransactionStatus/TransactionStatus.md) = `TransactionStatus.Idle` - -current status of the transaction - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[status](../PolymeshTransactionBase/PolymeshTransactionBase.md#status) - -#### Defined in - -[base/PolymeshTransactionBase.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L71) - -___ - -### tag - -• **tag**: [`TxTag`](../../../modules/Generated/Types/Types.md#txtag) - -type of transaction represented by this instance (mostly for display purposes) - -#### Defined in - -[base/PolymeshTransaction.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransaction.ts#L44) - -___ - -### txHash - -• `Optional` **txHash**: `string` - -transaction hash (status: `Running`, `Succeeded`, `Failed`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[txHash](../PolymeshTransactionBase/PolymeshTransactionBase.md#txhash) - -#### Defined in - -[base/PolymeshTransactionBase.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L86) - -___ - -### txIndex - -• `Optional` **txIndex**: `BigNumber` - -transaction index within its block (status: `Succeeded`, `Failed`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[txIndex](../PolymeshTransactionBase/PolymeshTransactionBase.md#txindex) - -#### Defined in - -[base/PolymeshTransactionBase.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L91) - -## Accessors - -### isSuccess - -• `get` **isSuccess**(): `boolean` - -returns true if transaction has completed successfully - -#### Returns - -`boolean` - -#### Inherited from - -PolymeshTransactionBase.isSuccess - -#### Defined in - -[base/PolymeshTransactionBase.ts:801](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L801) - -___ - -### result - -• `get` **result**(): `TransformedReturnValue` - -returns the transaction result - this is the same value as the Promise run returns - -#### Returns - -`TransformedReturnValue` - -**`Note`** - -it is generally preferable to `await` the `Promise` returned by [transaction.run()](../PolymeshTransactionBase/PolymeshTransactionBase.md#run) instead of reading this property - -**`Throws`** - -if the [transaction.isSuccess](../PolymeshTransactionBase/PolymeshTransactionBase.md#issuccess) property is false — be sure to check that before accessing! - -#### Inherited from - -PolymeshTransactionBase.result - -#### Defined in - -[base/PolymeshTransactionBase.ts:718](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L718) - -## Methods - -### getProtocolFees - -▸ **getProtocolFees**(): `Promise`\<`BigNumber`\> - -Return this transaction's protocol fees. These are extra fees charged for - specific operations on the chain. Not to be confused with network fees (which - depend on the complexity of the operation), protocol fees are set by governance and/or - chain upgrades - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Overrides - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[getProtocolFees](../PolymeshTransactionBase/PolymeshTransactionBase.md#getprotocolfees) - -#### Defined in - -[base/PolymeshTransaction.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransaction.ts#L100) - -___ - -### getTotalFees - -▸ **getTotalFees**(): `Promise`\<[`PayingAccountFees`](../../../interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md)\> - -Retrieve a breakdown of the fees required to run this transaction, as well as the Account responsible for paying them - -#### Returns - -`Promise`\<[`PayingAccountFees`](../../../interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md)\> - -**`Note`** - -these values might be inaccurate if the transaction is run at a later time. This can be due to a governance vote or other - chain related factors (like modifications to a specific subsidizer relationship or a chain upgrade) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[getTotalFees](../PolymeshTransactionBase/PolymeshTransactionBase.md#gettotalfees) - -#### Defined in - -[base/PolymeshTransactionBase.ts:438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L438) - -___ - -### onProcessedByMiddleware - -▸ **onProcessedByMiddleware**(`listener`): [`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) - -Subscribe to the results of this transaction being processed by the indexing service (and as such, available to the middleware) - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `listener` | (`err?`: [`PolymeshError`](../PolymeshError/PolymeshError.md)) => `void` | callback function that will be called whenever the middleware is updated with the latest data. If there is an error (timeout or middleware offline) it will be passed to this callback | - -#### Returns - -[`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) - -unsubscribe function - -**`Note`** - -this event will be fired even if the queue fails - -**`Throws`** - -if the middleware wasn't enabled when instantiating the SDK client - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[onProcessedByMiddleware](../PolymeshTransactionBase/PolymeshTransactionBase.md#onprocessedbymiddleware) - -#### Defined in - -[base/PolymeshTransactionBase.ts:478](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L478) - -___ - -### onStatusChange - -▸ **onStatusChange**(`listener`): [`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) - -Subscribe to status changes - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `listener` | (`transaction`: [`GenericPolymeshTransaction`](../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ReturnValue`, `TransformedReturnValue`\>) => `void` | callback function that will be called whenever the status changes | - -#### Returns - -[`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) - -unsubscribe function - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[onStatusChange](../PolymeshTransactionBase/PolymeshTransactionBase.md#onstatuschange) - -#### Defined in - -[base/PolymeshTransactionBase.ts:420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L420) - -___ - -### run - -▸ **run**(): `Promise`\<`TransformedReturnValue`\> - -Run the transaction, update its status and return a result if applicable. - Certain transactions create Entities on the blockchain, and those Entities are returned - for convenience. For example, when running a transaction that creates an Asset, the Asset itself - is returned - -#### Returns - -`Promise`\<`TransformedReturnValue`\> - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[run](../PolymeshTransactionBase/PolymeshTransactionBase.md#run) - -#### Defined in - -[base/PolymeshTransactionBase.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L195) - -___ - -### supportsSubsidy - -▸ **supportsSubsidy**(): `boolean` - -Return whether the transaction can be subsidized. If the result is false - AND the caller is being subsidized by a third party, the transaction can't be executed and trying - to do so will result in an error - -#### Returns - -`boolean` - -**`Note`** - -this depends on the type of transaction itself (e.g. `staking.bond` can't be subsidized, but `asset.createAsset` can) - -#### Overrides - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[supportsSubsidy](../PolymeshTransactionBase/PolymeshTransactionBase.md#supportssubsidy) - -#### Defined in - -[base/PolymeshTransaction.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransaction.ts#L123) - -___ - -### toSignablePayload - -▸ **toSignablePayload**(`metadata?`): `Promise`\<[`TransactionPayload`](../../../interfaces/Base/Types/TransactionPayload/TransactionPayload.md)\> - -Returns a representation intended for offline signers. - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `metadata` | `Record`\<`string`, `string`\> | - -#### Returns - -`Promise`\<[`TransactionPayload`](../../../interfaces/Base/Types/TransactionPayload/TransactionPayload.md)\> - -**`Note`** - -Usually `.run()` should be preferred due to is simplicity. - -**`Note`** - -When using this method, details like account nonces, and transaction mortality require extra consideration. Generating a payload for offline sign implies asynchronicity. If using this API, be sure each procedure is created with the correct nonce, accounting for in flight transactions, and the lifetime is sufficient. - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[toSignablePayload](../PolymeshTransactionBase/PolymeshTransactionBase.md#tosignablepayload) - -#### Defined in - -[base/PolymeshTransactionBase.ts:739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L739) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/Base/PolymeshTransactionBase/PolymeshTransactionBase.md b/sdk-docs_versioned_docs/version-24.7.x/classes/Base/PolymeshTransactionBase/PolymeshTransactionBase.md deleted file mode 100644 index 8ffa8209c3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/Base/PolymeshTransactionBase/PolymeshTransactionBase.md +++ /dev/null @@ -1,315 +0,0 @@ ---- -id: "PolymeshTransactionBase" -title: "Class: PolymeshTransactionBase" -sidebar_label: "PolymeshTransactionBase" ---- - -[base/PolymeshTransactionBase](../../../modules/Base/PolymeshTransactionBase/PolymeshTransactionBase.md).PolymeshTransactionBase - -Wrapper class for a Polymesh Transaction - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValue` | `void` | -| `TransformedReturnValue` | `ReturnValue` | - -## Hierarchy - -- **`PolymeshTransactionBase`** - - ↳ [`PolymeshTransaction`](../PolymeshTransaction/PolymeshTransaction.md) - - ↳ [`PolymeshTransactionBatch`](../PolymeshTransactionBatch/PolymeshTransactionBatch.md) - -## Properties - -### blockHash - -• `Optional` **blockHash**: `string` - -hash of the block where this transaction resides (status: `Succeeded`, `Failed`) - -#### Defined in - -[base/PolymeshTransactionBase.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L96) - -___ - -### blockNumber - -• `Optional` **blockNumber**: `BigNumber` - -number of the block where this transaction resides (status: `Succeeded`, `Failed`) - -#### Defined in - -[base/PolymeshTransactionBase.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L101) - -___ - -### error - -• `Optional` **error**: [`PolymeshError`](../PolymeshError/PolymeshError.md) - -stores errors thrown while running the transaction (status: `Failed`, `Aborted`) - -#### Defined in - -[base/PolymeshTransactionBase.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L76) - -___ - -### receipt - -• `Optional` **receipt**: `ISubmittableResult` - -stores the transaction receipt (if successful) - -#### Defined in - -[base/PolymeshTransactionBase.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L81) - -___ - -### status - -• **status**: [`TransactionStatus`](../../../enums/Base/Types/TransactionStatus/TransactionStatus.md) = `TransactionStatus.Idle` - -current status of the transaction - -#### Defined in - -[base/PolymeshTransactionBase.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L71) - -___ - -### txHash - -• `Optional` **txHash**: `string` - -transaction hash (status: `Running`, `Succeeded`, `Failed`) - -#### Defined in - -[base/PolymeshTransactionBase.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L86) - -___ - -### txIndex - -• `Optional` **txIndex**: `BigNumber` - -transaction index within its block (status: `Succeeded`, `Failed`) - -#### Defined in - -[base/PolymeshTransactionBase.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L91) - -## Accessors - -### isSuccess - -• `get` **isSuccess**(): `boolean` - -returns true if transaction has completed successfully - -#### Returns - -`boolean` - -#### Defined in - -[base/PolymeshTransactionBase.ts:801](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L801) - -___ - -### result - -• `get` **result**(): `TransformedReturnValue` - -returns the transaction result - this is the same value as the Promise run returns - -#### Returns - -`TransformedReturnValue` - -**`Note`** - -it is generally preferable to `await` the `Promise` returned by [transaction.run()](PolymeshTransactionBase.md#run) instead of reading this property - -**`Throws`** - -if the [transaction.isSuccess](PolymeshTransactionBase.md#issuccess) property is false — be sure to check that before accessing! - -#### Defined in - -[base/PolymeshTransactionBase.ts:718](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L718) - -## Methods - -### getProtocolFees - -▸ `Abstract` **getProtocolFees**(): `Promise`\<`BigNumber`\> - -Return this transaction's protocol fees. These are extra fees charged for - specific operations on the chain. Not to be confused with network fees (which - depend on the complexity of the operation), protocol fees are set by governance and/or - chain upgrades - -#### Returns - -`Promise`\<`BigNumber`\> - -#### Defined in - -[base/PolymeshTransactionBase.ts:646](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L646) - -___ - -### getTotalFees - -▸ **getTotalFees**(): `Promise`\<[`PayingAccountFees`](../../../interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md)\> - -Retrieve a breakdown of the fees required to run this transaction, as well as the Account responsible for paying them - -#### Returns - -`Promise`\<[`PayingAccountFees`](../../../interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md)\> - -**`Note`** - -these values might be inaccurate if the transaction is run at a later time. This can be due to a governance vote or other - chain related factors (like modifications to a specific subsidizer relationship or a chain upgrade) - -#### Defined in - -[base/PolymeshTransactionBase.ts:438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L438) - -___ - -### onProcessedByMiddleware - -▸ **onProcessedByMiddleware**(`listener`): [`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) - -Subscribe to the results of this transaction being processed by the indexing service (and as such, available to the middleware) - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `listener` | (`err?`: [`PolymeshError`](../PolymeshError/PolymeshError.md)) => `void` | callback function that will be called whenever the middleware is updated with the latest data. If there is an error (timeout or middleware offline) it will be passed to this callback | - -#### Returns - -[`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) - -unsubscribe function - -**`Note`** - -this event will be fired even if the queue fails - -**`Throws`** - -if the middleware wasn't enabled when instantiating the SDK client - -#### Defined in - -[base/PolymeshTransactionBase.ts:478](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L478) - -___ - -### onStatusChange - -▸ **onStatusChange**(`listener`): [`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) - -Subscribe to status changes - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `listener` | (`transaction`: [`GenericPolymeshTransaction`](../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ReturnValue`, `TransformedReturnValue`\>) => `void` | callback function that will be called whenever the status changes | - -#### Returns - -[`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) - -unsubscribe function - -#### Defined in - -[base/PolymeshTransactionBase.ts:420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L420) - -___ - -### run - -▸ **run**(): `Promise`\<`TransformedReturnValue`\> - -Run the transaction, update its status and return a result if applicable. - Certain transactions create Entities on the blockchain, and those Entities are returned - for convenience. For example, when running a transaction that creates an Asset, the Asset itself - is returned - -#### Returns - -`Promise`\<`TransformedReturnValue`\> - -#### Defined in - -[base/PolymeshTransactionBase.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L195) - -___ - -### supportsSubsidy - -▸ `Abstract` **supportsSubsidy**(): `boolean` - -Return whether the transaction can be subsidized. If the result is false - AND the caller is being subsidized by a third party, the transaction can't be executed and trying - to do so will result in an error - -#### Returns - -`boolean` - -**`Note`** - -this depends on the type of transaction itself (e.g. `staking.bond` can't be subsidized, but `asset.createAsset` can) - -#### Defined in - -[base/PolymeshTransactionBase.ts:616](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L616) - -___ - -### toSignablePayload - -▸ **toSignablePayload**(`metadata?`): `Promise`\<[`TransactionPayload`](../../../interfaces/Base/Types/TransactionPayload/TransactionPayload.md)\> - -Returns a representation intended for offline signers. - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `metadata` | `Record`\<`string`, `string`\> | - -#### Returns - -`Promise`\<[`TransactionPayload`](../../../interfaces/Base/Types/TransactionPayload/TransactionPayload.md)\> - -**`Note`** - -Usually `.run()` should be preferred due to is simplicity. - -**`Note`** - -When using this method, details like account nonces, and transaction mortality require extra consideration. Generating a payload for offline sign implies asynchronicity. If using this API, be sure each procedure is created with the correct nonce, accounting for in flight transactions, and the lifetime is sufficient. - -#### Defined in - -[base/PolymeshTransactionBase.ts:739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L739) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md b/sdk-docs_versioned_docs/version-24.7.x/classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md deleted file mode 100644 index 54bf163e1c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md +++ /dev/null @@ -1,414 +0,0 @@ ---- -id: "PolymeshTransactionBatch" -title: "Class: PolymeshTransactionBatch" -sidebar_label: "PolymeshTransactionBatch" ---- - -[base/PolymeshTransactionBatch](../../../modules/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md).PolymeshTransactionBatch - -Wrapper class for a batch of Polymesh Transactions - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValue` | `ReturnValue` | -| `TransformedReturnValue` | `ReturnValue` | -| `Args` | extends `unknown`[][] = `unknown`[][] | - -## Hierarchy - -- [`PolymeshTransactionBase`](../PolymeshTransactionBase/PolymeshTransactionBase.md)\<`ReturnValue`, `TransformedReturnValue`\> - - ↳ **`PolymeshTransactionBatch`** - -## Properties - -### blockHash - -• `Optional` **blockHash**: `string` - -hash of the block where this transaction resides (status: `Succeeded`, `Failed`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[blockHash](../PolymeshTransactionBase/PolymeshTransactionBase.md#blockhash) - -#### Defined in - -[base/PolymeshTransactionBase.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L96) - -___ - -### blockNumber - -• `Optional` **blockNumber**: `BigNumber` - -number of the block where this transaction resides (status: `Succeeded`, `Failed`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[blockNumber](../PolymeshTransactionBase/PolymeshTransactionBase.md#blocknumber) - -#### Defined in - -[base/PolymeshTransactionBase.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L101) - -___ - -### error - -• `Optional` **error**: [`PolymeshError`](../PolymeshError/PolymeshError.md) - -stores errors thrown while running the transaction (status: `Failed`, `Aborted`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[error](../PolymeshTransactionBase/PolymeshTransactionBase.md#error) - -#### Defined in - -[base/PolymeshTransactionBase.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L76) - -___ - -### receipt - -• `Optional` **receipt**: `ISubmittableResult` - -stores the transaction receipt (if successful) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[receipt](../PolymeshTransactionBase/PolymeshTransactionBase.md#receipt) - -#### Defined in - -[base/PolymeshTransactionBase.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L81) - -___ - -### status - -• **status**: [`TransactionStatus`](../../../enums/Base/Types/TransactionStatus/TransactionStatus.md) = `TransactionStatus.Idle` - -current status of the transaction - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[status](../PolymeshTransactionBase/PolymeshTransactionBase.md#status) - -#### Defined in - -[base/PolymeshTransactionBase.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L71) - -___ - -### txHash - -• `Optional` **txHash**: `string` - -transaction hash (status: `Running`, `Succeeded`, `Failed`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[txHash](../PolymeshTransactionBase/PolymeshTransactionBase.md#txhash) - -#### Defined in - -[base/PolymeshTransactionBase.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L86) - -___ - -### txIndex - -• `Optional` **txIndex**: `BigNumber` - -transaction index within its block (status: `Succeeded`, `Failed`) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[txIndex](../PolymeshTransactionBase/PolymeshTransactionBase.md#txindex) - -#### Defined in - -[base/PolymeshTransactionBase.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L91) - -## Accessors - -### isSuccess - -• `get` **isSuccess**(): `boolean` - -returns true if transaction has completed successfully - -#### Returns - -`boolean` - -#### Inherited from - -PolymeshTransactionBase.isSuccess - -#### Defined in - -[base/PolymeshTransactionBase.ts:801](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L801) - -___ - -### result - -• `get` **result**(): `TransformedReturnValue` - -returns the transaction result - this is the same value as the Promise run returns - -#### Returns - -`TransformedReturnValue` - -**`Note`** - -it is generally preferable to `await` the `Promise` returned by [transaction.run()](../PolymeshTransactionBase/PolymeshTransactionBase.md#run) instead of reading this property - -**`Throws`** - -if the [transaction.isSuccess](../PolymeshTransactionBase/PolymeshTransactionBase.md#issuccess) property is false — be sure to check that before accessing! - -#### Inherited from - -PolymeshTransactionBase.result - -#### Defined in - -[base/PolymeshTransactionBase.ts:718](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L718) - -___ - -### transactions - -• `get` **transactions**(): [`MapTxData`](../../../modules/Base/Types/Types.md#maptxdata)\<`Args`\> - -transactions in the batch with their respective arguments - -#### Returns - -[`MapTxData`](../../../modules/Base/Types/Types.md#maptxdata)\<`Args`\> - -#### Defined in - -[base/PolymeshTransactionBatch.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBatch.ts#L78) - -## Methods - -### getTotalFees - -▸ **getTotalFees**(): `Promise`\<[`PayingAccountFees`](../../../interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md)\> - -Retrieve a breakdown of the fees required to run this transaction, as well as the Account responsible for paying them - -#### Returns - -`Promise`\<[`PayingAccountFees`](../../../interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md)\> - -**`Note`** - -these values might be inaccurate if the transaction is run at a later time. This can be due to a governance vote or other - chain related factors (like modifications to a specific subsidizer relationship or a chain upgrade) - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[getTotalFees](../PolymeshTransactionBase/PolymeshTransactionBase.md#gettotalfees) - -#### Defined in - -[base/PolymeshTransactionBase.ts:438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L438) - -___ - -### onProcessedByMiddleware - -▸ **onProcessedByMiddleware**(`listener`): [`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) - -Subscribe to the results of this transaction being processed by the indexing service (and as such, available to the middleware) - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `listener` | (`err?`: [`PolymeshError`](../PolymeshError/PolymeshError.md)) => `void` | callback function that will be called whenever the middleware is updated with the latest data. If there is an error (timeout or middleware offline) it will be passed to this callback | - -#### Returns - -[`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) - -unsubscribe function - -**`Note`** - -this event will be fired even if the queue fails - -**`Throws`** - -if the middleware wasn't enabled when instantiating the SDK client - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[onProcessedByMiddleware](../PolymeshTransactionBase/PolymeshTransactionBase.md#onprocessedbymiddleware) - -#### Defined in - -[base/PolymeshTransactionBase.ts:478](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L478) - -___ - -### onStatusChange - -▸ **onStatusChange**(`listener`): [`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) - -Subscribe to status changes - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `listener` | (`transaction`: [`GenericPolymeshTransaction`](../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ReturnValue`, `TransformedReturnValue`\>) => `void` | callback function that will be called whenever the status changes | - -#### Returns - -[`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) - -unsubscribe function - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[onStatusChange](../PolymeshTransactionBase/PolymeshTransactionBase.md#onstatuschange) - -#### Defined in - -[base/PolymeshTransactionBase.ts:420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L420) - -___ - -### run - -▸ **run**(): `Promise`\<`TransformedReturnValue`\> - -Run the transaction, update its status and return a result if applicable. - Certain transactions create Entities on the blockchain, and those Entities are returned - for convenience. For example, when running a transaction that creates an Asset, the Asset itself - is returned - -#### Returns - -`Promise`\<`TransformedReturnValue`\> - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[run](../PolymeshTransactionBase/PolymeshTransactionBase.md#run) - -#### Defined in - -[base/PolymeshTransactionBase.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L195) - -___ - -### splitTransactions - -▸ **splitTransactions**(): ([`PolymeshTransaction`](../PolymeshTransaction/PolymeshTransaction.md)\<`void`, `void`, `unknown`[]\> \| [`PolymeshTransaction`](../PolymeshTransaction/PolymeshTransaction.md)\<`ReturnValue`, `TransformedReturnValue`, `unknown`[]\>)[] - -Splits this batch into its individual transactions to be run separately. This is useful if the caller is being subsidized, - since batches cannot be run by subsidized Accounts - -#### Returns - -([`PolymeshTransaction`](../PolymeshTransaction/PolymeshTransaction.md)\<`void`, `void`, `unknown`[]\> \| [`PolymeshTransaction`](../PolymeshTransaction/PolymeshTransaction.md)\<`ReturnValue`, `TransformedReturnValue`, `unknown`[]\>)[] - -**`Note`** - -the transactions returned by this method must be run in the same order they appear in the array to guarantee the same behavior. If run out of order, - an error will be thrown. The result that would be obtained by running the batch is returned by running the last transaction in the array - -**`Example`** - -```typescript -const createAssetTx = await sdk.assets.createAsset(...); - -let ticker: string; - -if (isPolymeshTransactionBatch(createAssetTx)) { - const transactions = createAssetTx.splitTransactions(); - - for (let i = 0; i < length; i += 1) { - const result = await transactions[i].run(); - - if (isAsset(result)) { - ({ticker} = result) - } - } -} else { - ({ ticker } = await createAssetTx.run()); -} - -console.log(`New Asset created! Ticker: ${ticker}`); -``` - -#### Defined in - -[base/PolymeshTransactionBatch.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBatch.ts#L160) - -___ - -### supportsSubsidy - -▸ **supportsSubsidy**(): `boolean` - -#### Returns - -`boolean` - -**`Note`** - -batches can't be subsidized. If the caller is subsidized, they should use `splitTransactions` and - run each transaction separately - -#### Overrides - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[supportsSubsidy](../PolymeshTransactionBase/PolymeshTransactionBase.md#supportssubsidy) - -#### Defined in - -[base/PolymeshTransactionBatch.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBatch.ts#L125) - -___ - -### toSignablePayload - -▸ **toSignablePayload**(`metadata?`): `Promise`\<[`TransactionPayload`](../../../interfaces/Base/Types/TransactionPayload/TransactionPayload.md)\> - -Returns a representation intended for offline signers. - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `metadata` | `Record`\<`string`, `string`\> | - -#### Returns - -`Promise`\<[`TransactionPayload`](../../../interfaces/Base/Types/TransactionPayload/TransactionPayload.md)\> - -**`Note`** - -Usually `.run()` should be preferred due to is simplicity. - -**`Note`** - -When using this method, details like account nonces, and transaction mortality require extra consideration. Generating a payload for offline sign implies asynchronicity. If using this API, be sure each procedure is created with the correct nonce, accounting for in flight transactions, and the lifetime is sufficient. - -#### Inherited from - -[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[toSignablePayload](../PolymeshTransactionBase/PolymeshTransactionBase.md#tosignablepayload) - -#### Defined in - -[base/PolymeshTransactionBase.ts:739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/PolymeshTransactionBase.ts#L739) diff --git a/sdk-docs_versioned_docs/version-24.7.x/classes/_category_.yml b/sdk-docs_versioned_docs/version-24.7.x/classes/_category_.yml deleted file mode 100644 index 55c7980a46..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/classes/_category_.yml +++ /dev/null @@ -1,2 +0,0 @@ -label: "Classes" -position: 3 \ No newline at end of file diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Client/Types/ErrorCode/ErrorCode.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Client/Types/ErrorCode/ErrorCode.md deleted file mode 100644 index 8af56435a1..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Client/Types/ErrorCode/ErrorCode.md +++ /dev/null @@ -1,200 +0,0 @@ ---- -id: "ErrorCode" -title: "Enumeration: ErrorCode" -sidebar_label: "ErrorCode" ---- - -[api/client/types](../../../../../modules/API/Client/Types/Types.md).ErrorCode - -Specifies possible types of errors in the SDK - -## Enumeration Members - -### DataUnavailable - -• **DataUnavailable** = ``"DataUnavailable"`` - -the data that is being fetched does not exist on-chain, or relies on non-existent data. There are - some cases where the data did exist at some point, but has been deleted to save storage space - -#### Defined in - -[api/client/types.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L90) - -___ - -### EntityInUse - -• **EntityInUse** = ``"EntityInUse"`` - -this type of error is thrown when attempting to delete/modify an entity which has other entities depending on it. For example, deleting - a Portfolio that still holds assets, or removing a Checkpoint Schedule that is being referenced by a Corporate Action - -#### Defined in - -[api/client/types.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L112) - -___ - -### FatalError - -• **FatalError** = ``"FatalError"`` - -error that should cause termination of the calling application - -#### Defined in - -[api/client/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L72) - -___ - -### General - -• **General** = ``"General"`` - -general purpose errors that don't fit well into the other categories - -#### Defined in - -[api/client/types.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L125) - -___ - -### InsufficientBalance - -• **InsufficientBalance** = ``"InsufficientBalance"`` - -one or more parties involved in the transaction do not have enough balance to perform it - -#### Defined in - -[api/client/types.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L116) - -___ - -### LimitExceeded - -• **LimitExceeded** = ``"LimitExceeded"`` - -the data that is being written to the chain would result in some limit being exceeded. For example, adding a transfer - restriction when the maximum possible amount has already been added - -#### Defined in - -[api/client/types.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L100) - -___ - -### MiddlewareError - -• **MiddlewareError** = ``"MiddlewareError"`` - -errors encountered when interacting with the historic data middleware (GQL server) - -#### Defined in - -[api/client/types.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L85) - -___ - -### NoDataChange - -• **NoDataChange** = ``"NoDataChange"`` - -the data that is being written to the chain is the same data that is already in place. This would result - in a redundant/useless transaction being executed - -#### Defined in - -[api/client/types.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L95) - -___ - -### NotAuthorized - -• **NotAuthorized** = ``"NotAuthorized"`` - -user does not have the required roles/permissions to perform an operation - -#### Defined in - -[api/client/types.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L81) - -___ - -### TransactionAborted - -• **TransactionAborted** = ``"TransactionAborted"`` - -transaction removed from the tx pool - -#### Defined in - -[api/client/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L58) - -___ - -### TransactionRejectedByUser - -• **TransactionRejectedByUser** = ``"TransactionRejectedByUser"`` - -user rejected the transaction in their wallet - -#### Defined in - -[api/client/types.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L62) - -___ - -### TransactionReverted - -• **TransactionReverted** = ``"TransactionReverted"`` - -transaction failed due to an on-chain error. This is a business logic error, - and it should be caught by the SDK before being sent to the chain. - Please report it to the Polymesh team - -#### Defined in - -[api/client/types.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L68) - -___ - -### UnexpectedError - -• **UnexpectedError** = ``"UnexpectedError"`` - -errors that are the result of something unforeseen. - These should generally be reported to the Polymesh team - -#### Defined in - -[api/client/types.ts:121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L121) - -___ - -### UnmetPrerequisite - -• **UnmetPrerequisite** = ``"UnmetPrerequisite"`` - -one or more base prerequisites for a transaction to be successful haven't been met. For example, reserving a ticker requires - said ticker to not be already reserved. Attempting to reserve a ticker without that prerequisite being met would result in this - type of error. Attempting to create an entity that already exists would also fall into this category, - if the entity in question is supposed to be unique - -#### Defined in - -[api/client/types.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L107) - -___ - -### ValidationError - -• **ValidationError** = ``"ValidationError"`` - -user input error. This means that one or more inputs passed by the user - do not conform to expected value ranges or types - -#### Defined in - -[api/client/types.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L77) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md deleted file mode 100644 index 39a3053fdf..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "AccountIdentityRelation" -title: "Enumeration: AccountIdentityRelation" -sidebar_label: "AccountIdentityRelation" ---- - -[api/entities/Account/types](../../../../../../modules/API/Entities/Account/Types/Types.md).AccountIdentityRelation - -Represents the how an Account is associated to an Identity - -## Enumeration Members - -### MultiSigSigner - -• **MultiSigSigner** = ``"MultiSigSigner"`` - -The Account is one of many signers for a MultiSig - -#### Defined in - -[api/entities/Account/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L61) - -___ - -### Primary - -• **Primary** = ``"Primary"`` - -The Account is the Identity's primary key (i.e. it has full permission) - -#### Defined in - -[api/entities/Account/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L53) - -___ - -### Secondary - -• **Secondary** = ``"Secondary"`` - -The Account is a Secondary account. There are associated permissions that may limit what transactions it may authorize for the Identity - -#### Defined in - -[api/entities/Account/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L57) - -___ - -### Unassigned - -• **Unassigned** = ``"Unassigned"`` - -The Account is not associated to any Identity - -#### Defined in - -[api/entities/Account/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L49) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md deleted file mode 100644 index 0903995f2c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -id: "AccountKeyType" -title: "Enumeration: AccountKeyType" -sidebar_label: "AccountKeyType" ---- - -[api/entities/Account/types](../../../../../../modules/API/Entities/Account/Types/Types.md).AccountKeyType - -Distinguishes MultiSig and Smart Contract accounts - -## Enumeration Members - -### MultiSig - -• **MultiSig** = ``"MultiSig"`` - -Account is a MultiSig. (i.e. multiple signatures are required to authorize transactions) - -#### Defined in - -[api/entities/Account/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L35) - -___ - -### Normal - -• **Normal** = ``""`` - -Account is a standard type (e.g. corresponds to the public key of a sr25519 pair) - -#### Defined in - -[api/entities/Account/types.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L31) - -___ - -### SmartContract - -• **SmartContract** = ``"SmartContract"`` - -Account represents a smart contract - -#### Defined in - -[api/entities/Account/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L39) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md deleted file mode 100644 index 5df7b8856a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "CaCheckpointType" -title: "Enumeration: CaCheckpointType" -sidebar_label: "CaCheckpointType" ---- - -[api/entities/Asset/Fungible/Checkpoints/types](../../../../../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md).CaCheckpointType - -## Enumeration Members - -### Existing - -• **Existing** = ``"Existing"`` - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/Checkpoints/types.ts#L6) - -___ - -### Schedule - -• **Schedule** = ``"Schedule"`` - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/Checkpoints/types.ts#L7) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md deleted file mode 100644 index 8367de7d4a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md +++ /dev/null @@ -1,107 +0,0 @@ ---- -id: "KnownAssetType" -title: "Enumeration: KnownAssetType" -sidebar_label: "KnownAssetType" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).KnownAssetType - -## Enumeration Members - -### Commodity - -• **Commodity** = ``"Commodity"`` - -#### Defined in - -[api/entities/Asset/types.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L32) - -___ - -### Derivative - -• **Derivative** = ``"Derivative"`` - -#### Defined in - -[api/entities/Asset/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L38) - -___ - -### EquityCommon - -• **EquityCommon** = ``"EquityCommon"`` - -#### Defined in - -[api/entities/Asset/types.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L30) - -___ - -### EquityPreferred - -• **EquityPreferred** = ``"EquityPreferred"`` - -#### Defined in - -[api/entities/Asset/types.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L31) - -___ - -### FixedIncome - -• **FixedIncome** = ``"FixedIncome"`` - -#### Defined in - -[api/entities/Asset/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L33) - -___ - -### Fund - -• **Fund** = ``"Fund"`` - -#### Defined in - -[api/entities/Asset/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L35) - -___ - -### Reit - -• **Reit** = ``"Reit"`` - -#### Defined in - -[api/entities/Asset/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L34) - -___ - -### RevenueShareAgreement - -• **RevenueShareAgreement** = ``"RevenueShareAgreement"`` - -#### Defined in - -[api/entities/Asset/types.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L36) - -___ - -### StableCoin - -• **StableCoin** = ``"StableCoin"`` - -#### Defined in - -[api/entities/Asset/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L39) - -___ - -### StructuredProduct - -• **StructuredProduct** = ``"StructuredProduct"`` - -#### Defined in - -[api/entities/Asset/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L37) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Asset/Types/KnownNftType/KnownNftType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Asset/Types/KnownNftType/KnownNftType.md deleted file mode 100644 index 372bde5a7b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Asset/Types/KnownNftType/KnownNftType.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "KnownNftType" -title: "Enumeration: KnownNftType" -sidebar_label: "KnownNftType" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).KnownNftType - -## Enumeration Members - -### Derivative - -• **Derivative** = ``"Derivative"`` - -#### Defined in - -[api/entities/Asset/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L43) - -___ - -### FixedIncome - -• **FixedIncome** = ``"FixedIncome"`` - -#### Defined in - -[api/entities/Asset/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L44) - -___ - -### Invoice - -• **Invoice** = ``"Invoice"`` - -#### Defined in - -[api/entities/Asset/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L45) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Asset/Types/SecurityIdentifierType/SecurityIdentifierType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Asset/Types/SecurityIdentifierType/SecurityIdentifierType.md deleted file mode 100644 index e222d0ee4f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Asset/Types/SecurityIdentifierType/SecurityIdentifierType.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "SecurityIdentifierType" -title: "Enumeration: SecurityIdentifierType" -sidebar_label: "SecurityIdentifierType" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).SecurityIdentifierType - -## Enumeration Members - -### Cins - -• **Cins** = ``"Cins"`` - -#### Defined in - -[api/entities/Asset/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L51) - -___ - -### Cusip - -• **Cusip** = ``"Cusip"`` - -#### Defined in - -[api/entities/Asset/types.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L50) - -___ - -### Figi - -• **Figi** = ``"Figi"`` - -#### Defined in - -[api/entities/Asset/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L53) - -___ - -### Isin - -• **Isin** = ``"Isin"`` - -#### Defined in - -[api/entities/Asset/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L49) - -___ - -### Lei - -• **Lei** = ``"Lei"`` - -#### Defined in - -[api/entities/Asset/types.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L52) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Asset/Types/TransferError/TransferError.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Asset/Types/TransferError/TransferError.md deleted file mode 100644 index e4a1f0603d..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Asset/Types/TransferError/TransferError.md +++ /dev/null @@ -1,166 +0,0 @@ ---- -id: "TransferError" -title: "Enumeration: TransferError" -sidebar_label: "TransferError" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).TransferError - -Akin to TransferStatus, these are a bit more granular and specific. Every TransferError translates to - a [TransferStatus](../TransferStatus/TransferStatus.md), but two or more TransferErrors can represent the same TransferStatus, and - not all Transfer Statuses are represented by a TransferError - -## Enumeration Members - -### ComplianceFailure - -• **ComplianceFailure** = ``"ComplianceFailure"`` - -translates to TransferStatus.ComplianceFailure - -occurs if some compliance rule would prevent the transfer - -#### Defined in - -[api/entities/Asset/types.ts:347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L347) - -___ - -### InsufficientBalance - -• **InsufficientBalance** = ``"InsufficientBalance"`` - -translates to TransferStatus.InsufficientBalance - -occurs if the sender Identity does not have enough balance to cover the amount - -#### Defined in - -[api/entities/Asset/types.ts:316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L316) - -___ - -### InsufficientPortfolioBalance - -• **InsufficientPortfolioBalance** = ``"InsufficientPortfolioBalance"`` - -translates to TransferStatus.PortfolioFailure - -occurs if the sender Portfolio does not have enough balance to cover the amount - -#### Defined in - -[api/entities/Asset/types.ts:340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L340) - -___ - -### InvalidGranularity - -• **InvalidGranularity** = ``"InvalidGranularity"`` - -translates to TransferStatus.InvalidGranularity - -occurs if attempting to transfer decimal amounts of a non-divisible token - -#### Defined in - -[api/entities/Asset/types.ts:285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L285) - -___ - -### InvalidReceiverCdd - -• **InvalidReceiverCdd** = ``"InvalidReceiverCdd"`` - -translates to TransferStatus.InvalidReceiverIdentity - -occurs if the receiver Identity doesn't have a valid CDD claim - -#### Defined in - -[api/entities/Asset/types.ts:297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L297) - -___ - -### InvalidReceiverPortfolio - -• **InvalidReceiverPortfolio** = ``"InvalidReceiverPortfolio"`` - -translates to TransferStatus.PortfolioFailure - -occurs if the receiver Portfolio doesn't exist - -#### Defined in - -[api/entities/Asset/types.ts:334](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L334) - -___ - -### InvalidSenderCdd - -• **InvalidSenderCdd** = ``"InvalidSenderCdd"`` - -translates to TransferStatus.InvalidSenderIdentity - -occurs if the receiver Identity doesn't have a valid CDD claim - -#### Defined in - -[api/entities/Asset/types.ts:303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L303) - -___ - -### InvalidSenderPortfolio - -• **InvalidSenderPortfolio** = ``"InvalidSenderPortfolio"`` - -translates to TransferStatus.PortfolioFailure - -occurs if the sender Portfolio doesn't exist - -#### Defined in - -[api/entities/Asset/types.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L328) - -___ - -### ScopeClaimMissing - -• **ScopeClaimMissing** = ``"ScopeClaimMissing"`` - -translates to TransferStatus.ScopeClaimMissing - -occurs if one of the participants doesn't have a valid Investor Uniqueness Claim for - the Asset - -#### Defined in - -[api/entities/Asset/types.ts:310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L310) - -___ - -### SelfTransfer - -• **SelfTransfer** = ``"SelfTransfer"`` - -translates to TransferStatus.InvalidReceiverIdentity - -occurs if the origin and destination Identities are the same - -#### Defined in - -[api/entities/Asset/types.ts:291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L291) - -___ - -### TransfersFrozen - -• **TransfersFrozen** = ``"TransfersFrozen"`` - -translates to TransferStatus.TransfersHalted - -occurs if the Asset's transfers are frozen - -#### Defined in - -[api/entities/Asset/types.ts:322](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L322) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Asset/Types/TransferStatus/TransferStatus.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Asset/Types/TransferStatus/TransferStatus.md deleted file mode 100644 index 28fa4df230..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Asset/Types/TransferStatus/TransferStatus.md +++ /dev/null @@ -1,219 +0,0 @@ ---- -id: "TransferStatus" -title: "Enumeration: TransferStatus" -sidebar_label: "TransferStatus" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).TransferStatus - -ERC1400 compliant transfer status - -## Enumeration Members - -### BlockedTransaction - -• **BlockedTransaction** = ``"BlockedTransaction"`` - -#### Defined in - -[api/entities/Asset/types.ts:266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L266) - -___ - -### ComplianceFailure - -• **ComplianceFailure** = ``"ComplianceFailure"`` - -#### Defined in - -[api/entities/Asset/types.ts:262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L262) - -___ - -### CustodianError - -• **CustodianError** = ``"CustodianError"`` - -#### Defined in - -[api/entities/Asset/types.ts:269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L269) - -___ - -### Failure - -• **Failure** = ``"Failure"`` - -#### Defined in - -[api/entities/Asset/types.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L251) - -___ - -### FundsLimitReached - -• **FundsLimitReached** = ``"FundsLimitReached"`` - -#### Defined in - -[api/entities/Asset/types.ts:267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L267) - -___ - -### FundsLocked - -• **FundsLocked** = ``"FundsLocked"`` - -#### Defined in - -[api/entities/Asset/types.ts:256](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L256) - -___ - -### InsufficientAllowance - -• **InsufficientAllowance** = ``"InsufficientAllowance"`` - -#### Defined in - -[api/entities/Asset/types.ts:254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L254) - -___ - -### InsufficientBalance - -• **InsufficientBalance** = ``"InsufficientBalance"`` - -#### Defined in - -[api/entities/Asset/types.ts:253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L253) - -___ - -### InvalidGranularity - -• **InvalidGranularity** = ``"InvalidGranularity"`` - -#### Defined in - -[api/entities/Asset/types.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L264) - -___ - -### InvalidOperator - -• **InvalidOperator** = ``"InvalidOperator"`` - -#### Defined in - -[api/entities/Asset/types.ts:259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L259) - -___ - -### InvalidReceiverAddress - -• **InvalidReceiverAddress** = ``"InvalidReceiverAddress"`` - -#### Defined in - -[api/entities/Asset/types.ts:258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L258) - -___ - -### InvalidReceiverIdentity - -• **InvalidReceiverIdentity** = ``"InvalidReceiverIdentity"`` - -#### Defined in - -[api/entities/Asset/types.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L261) - -___ - -### InvalidSenderAddress - -• **InvalidSenderAddress** = ``"InvalidSenderAddress"`` - -#### Defined in - -[api/entities/Asset/types.ts:257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L257) - -___ - -### InvalidSenderIdentity - -• **InvalidSenderIdentity** = ``"InvalidSenderIdentity"`` - -#### Defined in - -[api/entities/Asset/types.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L260) - -___ - -### PortfolioFailure - -• **PortfolioFailure** = ``"PortfolioFailure"`` - -#### Defined in - -[api/entities/Asset/types.ts:268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L268) - -___ - -### ScopeClaimMissing - -• **ScopeClaimMissing** = ``"ScopeClaimMissing"`` - -#### Defined in - -[api/entities/Asset/types.ts:270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L270) - -___ - -### SmartExtensionFailure - -• **SmartExtensionFailure** = ``"SmartExtensionFailure"`` - -#### Defined in - -[api/entities/Asset/types.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L263) - -___ - -### Success - -• **Success** = ``"Success"`` - -#### Defined in - -[api/entities/Asset/types.ts:252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L252) - -___ - -### TransferRestrictionFailure - -• **TransferRestrictionFailure** = ``"TransferRestrictionFailure"`` - -#### Defined in - -[api/entities/Asset/types.ts:271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L271) - -___ - -### TransfersHalted - -• **TransfersHalted** = ``"TransfersHalted"`` - -#### Defined in - -[api/entities/Asset/types.ts:255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L255) - -___ - -### VolumeLimitReached - -• **VolumeLimitReached** = ``"VolumeLimitReached"`` - -#### Defined in - -[api/entities/Asset/types.ts:265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L265) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md deleted file mode 100644 index 482a268555..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "CorporateActionKind" -title: "Enumeration: CorporateActionKind" -sidebar_label: "CorporateActionKind" ---- - -[api/entities/CorporateActionBase/types](../../../../../../modules/API/Entities/CorporateActionBase/Types/Types.md).CorporateActionKind - -## Enumeration Members - -### IssuerNotice - -• **IssuerNotice** = ``"IssuerNotice"`` - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/types.ts#L38) - -___ - -### Other - -• **Other** = ``"Other"`` - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/types.ts#L40) - -___ - -### PredictableBenefit - -• **PredictableBenefit** = ``"PredictableBenefit"`` - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/types.ts#L36) - -___ - -### Reorganization - -• **Reorganization** = ``"Reorganization"`` - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/types.ts#L39) - -___ - -### UnpredictableBenefit - -• **UnpredictableBenefit** = ``"UnpredictableBenefit"`` - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/types.ts#L37) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md deleted file mode 100644 index 94c96b2fc3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "TargetTreatment" -title: "Enumeration: TargetTreatment" -sidebar_label: "TargetTreatment" ---- - -[api/entities/CorporateActionBase/types](../../../../../../modules/API/Entities/CorporateActionBase/Types/Types.md).TargetTreatment - -## Enumeration Members - -### Exclude - -• **Exclude** = ``"Exclude"`` - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/types.ts#L8) - -___ - -### Include - -• **Include** = ``"Include"`` - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/types.ts#L7) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md deleted file mode 100644 index 9d47b2378e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "AffirmationStatus" -title: "Enumeration: AffirmationStatus" -sidebar_label: "AffirmationStatus" ---- - -[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).AffirmationStatus - -## Enumeration Members - -### Affirmed - -• **Affirmed** = ``"Affirmed"`` - -#### Defined in - -[api/entities/Instruction/types.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L74) - -___ - -### Pending - -• **Pending** = ``"Pending"`` - -#### Defined in - -[api/entities/Instruction/types.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L73) - -___ - -### Unknown - -• **Unknown** = ``"Unknown"`` - -#### Defined in - -[api/entities/Instruction/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L72) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md deleted file mode 100644 index f516495f9a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "InstructionStatus" -title: "Enumeration: InstructionStatus" -sidebar_label: "InstructionStatus" ---- - -[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).InstructionStatus - -## Enumeration Members - -### Failed - -• **Failed** = ``"Failed"`` - -#### Defined in - -[api/entities/Instruction/types.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L16) - -___ - -### Pending - -• **Pending** = ``"Pending"`` - -#### Defined in - -[api/entities/Instruction/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L15) - -___ - -### Rejected - -• **Rejected** = ``"Rejected"`` - -#### Defined in - -[api/entities/Instruction/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L18) - -___ - -### Success - -• **Success** = ``"Success"`` - -#### Defined in - -[api/entities/Instruction/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L17) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md deleted file mode 100644 index 1943faa326..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "InstructionType" -title: "Enumeration: InstructionType" -sidebar_label: "InstructionType" ---- - -[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).InstructionType - -## Enumeration Members - -### SettleManual - -• **SettleManual** = ``"SettleManual"`` - -#### Defined in - -[api/entities/Instruction/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L24) - -___ - -### SettleOnAffirmation - -• **SettleOnAffirmation** = ``"SettleOnAffirmation"`` - -#### Defined in - -[api/entities/Instruction/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L22) - -___ - -### SettleOnBlock - -• **SettleOnBlock** = ``"SettleOnBlock"`` - -#### Defined in - -[api/entities/Instruction/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L23) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md deleted file mode 100644 index a6ad0e850f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "MetadataLockStatus" -title: "Enumeration: MetadataLockStatus" -sidebar_label: "MetadataLockStatus" ---- - -[api/entities/MetadataEntry/types](../../../../../../modules/API/Entities/MetadataEntry/Types/Types.md).MetadataLockStatus - -## Enumeration Members - -### Locked - -• **Locked** = ``"Locked"`` - -#### Defined in - -[api/entities/MetadataEntry/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/types.ts#L12) - -___ - -### LockedUntil - -• **LockedUntil** = ``"LockedUntil"`` - -#### Defined in - -[api/entities/MetadataEntry/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/types.ts#L13) - -___ - -### Unlocked - -• **Unlocked** = ``"Unlocked"`` - -#### Defined in - -[api/entities/MetadataEntry/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/types.ts#L11) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md deleted file mode 100644 index 39c55b6db1..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "MetadataType" -title: "Enumeration: MetadataType" -sidebar_label: "MetadataType" ---- - -[api/entities/MetadataEntry/types](../../../../../../modules/API/Entities/MetadataEntry/Types/Types.md).MetadataType - -## Enumeration Members - -### Global - -• **Global** = ``"Global"`` - -#### Defined in - -[api/entities/MetadataEntry/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/types.ts#L7) - -___ - -### Local - -• **Local** = ``"Local"`` - -#### Defined in - -[api/entities/MetadataEntry/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/types.ts#L6) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md deleted file mode 100644 index 803cbc6ff3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "MultiSigProposalAction" -title: "Enumeration: MultiSigProposalAction" -sidebar_label: "MultiSigProposalAction" ---- - -[api/entities/MultiSigProposal/types](../../../../../../modules/API/Entities/MultiSigProposal/Types/Types.md).MultiSigProposalAction - -## Enumeration Members - -### Approve - -• **Approve** = ``"approve"`` - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/types.ts#L65) - -___ - -### Reject - -• **Reject** = ``"reject"`` - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/types.ts#L66) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md deleted file mode 100644 index 5a49f6aa61..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "ProposalStatus" -title: "Enumeration: ProposalStatus" -sidebar_label: "ProposalStatus" ---- - -[api/entities/MultiSigProposal/types](../../../../../../modules/API/Entities/MultiSigProposal/Types/Types.md).ProposalStatus - -## Enumeration Members - -### Active - -• **Active** = ``"Active"`` - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/types.ts#L8) - -___ - -### Expired - -• **Expired** = ``"Expired"`` - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/types.ts#L9) - -___ - -### Failed - -• **Failed** = ``"ExecutionFailed"`` - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/types.ts#L11) - -___ - -### Invalid - -• **Invalid** = ``"Invalid"`` - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/types.ts#L7) - -___ - -### Rejected - -• **Rejected** = ``"Rejected"`` - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/types.ts#L12) - -___ - -### Successful - -• **Successful** = ``"ExecutionSuccessful"`` - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/types.ts#L10) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md deleted file mode 100644 index 0582346560..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -id: "OfferingBalanceStatus" -title: "Enumeration: OfferingBalanceStatus" -sidebar_label: "OfferingBalanceStatus" ---- - -[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).OfferingBalanceStatus - -## Enumeration Members - -### Available - -• **Available** = ``"Available"`` - -There still are Asset tokens available for purchase - -#### Defined in - -[api/entities/Offering/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L24) - -___ - -### Residual - -• **Residual** = ``"Residual"`` - -There are remaining Asset tokens, but their added value is lower than the Offering's - minimum investment, so they cannot be purchased. The Offering should be manually closed - to retrieve them - -#### Defined in - -[api/entities/Offering/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L34) - -___ - -### SoldOut - -• **SoldOut** = ``"SoldOut"`` - -All Asset tokens in the Offering have been sold - -#### Defined in - -[api/entities/Offering/types.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L28) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md deleted file mode 100644 index e0e0d9d373..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -id: "OfferingSaleStatus" -title: "Enumeration: OfferingSaleStatus" -sidebar_label: "OfferingSaleStatus" ---- - -[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).OfferingSaleStatus - -## Enumeration Members - -### Closed - -• **Closed** = ``"Closed"`` - -Sale was manually closed after the end date was reached - -#### Defined in - -[api/entities/Offering/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L53) - -___ - -### ClosedEarly - -• **ClosedEarly** = ``"ClosedEarly"`` - -Sale was manually closed before the end date was reached - -#### Defined in - -[api/entities/Offering/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L49) - -___ - -### Frozen - -• **Frozen** = ``"Frozen"`` - -Sale temporarily paused, can be resumed (unfrozen) - -#### Defined in - -[api/entities/Offering/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L41) - -___ - -### Live - -• **Live** = ``"Live"`` - -Investments can be made - -#### Defined in - -[api/entities/Offering/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L45) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md deleted file mode 100644 index 5867ef7c76..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -id: "OfferingTimingStatus" -title: "Enumeration: OfferingTimingStatus" -sidebar_label: "OfferingTimingStatus" ---- - -[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).OfferingTimingStatus - -## Enumeration Members - -### Expired - -• **Expired** = ``"Expired"`` - -End date reached - -#### Defined in - -[api/entities/Offering/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L17) - -___ - -### NotStarted - -• **NotStarted** = ``"NotStarted"`` - -Start date not reached yet - -#### Defined in - -[api/entities/Offering/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L9) - -___ - -### Started - -• **Started** = ``"Started"`` - -Between start and end date - -#### Defined in - -[api/entities/Offering/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L13) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md deleted file mode 100644 index d755255ff2..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -id: "TickerReservationStatus" -title: "Enumeration: TickerReservationStatus" -sidebar_label: "TickerReservationStatus" ---- - -[api/entities/TickerReservation/types](../../../../../../modules/API/Entities/TickerReservation/Types/Types.md).TickerReservationStatus - -## Enumeration Members - -### AssetCreated - -• **AssetCreated** = ``"AssetCreated"`` - -an Asset using this ticker has already been created - -#### Defined in - -[api/entities/TickerReservation/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/TickerReservation/types.ts#L15) - -___ - -### Free - -• **Free** = ``"Free"`` - -ticker hasn't been reserved or previous reservation expired - -#### Defined in - -[api/entities/TickerReservation/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/TickerReservation/types.ts#L7) - -___ - -### Reserved - -• **Reserved** = ``"Reserved"`` - -ticker is currently reserved - -#### Defined in - -[api/entities/TickerReservation/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/TickerReservation/types.ts#L11) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/AuthorizationType/AuthorizationType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/AuthorizationType/AuthorizationType.md deleted file mode 100644 index fe1a596680..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/AuthorizationType/AuthorizationType.md +++ /dev/null @@ -1,109 +0,0 @@ ---- -id: "AuthorizationType" -title: "Enumeration: AuthorizationType" -sidebar_label: "AuthorizationType" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).AuthorizationType - -Type of Authorization Request - -## Enumeration Members - -### AddMultiSigSigner - -• **AddMultiSigSigner** = ``"AddMultiSigSigner"`` - -#### Defined in - -[api/entities/types.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L126) - -___ - -### AddRelayerPayingKey - -• **AddRelayerPayingKey** = ``"AddRelayerPayingKey"`` - -#### Defined in - -[api/entities/types.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L131) - -___ - -### AttestPrimaryKeyRotation - -• **AttestPrimaryKeyRotation** = ``"AttestPrimaryKeyRotation"`` - -#### Defined in - -[api/entities/types.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L123) - -___ - -### BecomeAgent - -• **BecomeAgent** = ``"BecomeAgent"`` - -#### Defined in - -[api/entities/types.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L130) - -___ - -### JoinIdentity - -• **JoinIdentity** = ``"JoinIdentity"`` - -#### Defined in - -[api/entities/types.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L128) - -___ - -### PortfolioCustody - -• **PortfolioCustody** = ``"PortfolioCustody"`` - -#### Defined in - -[api/entities/types.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L129) - -___ - -### RotatePrimaryKey - -• **RotatePrimaryKey** = ``"RotatePrimaryKey"`` - -#### Defined in - -[api/entities/types.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L124) - -___ - -### RotatePrimaryKeyToSecondary - -• **RotatePrimaryKeyToSecondary** = ``"RotatePrimaryKeyToSecondary"`` - -#### Defined in - -[api/entities/types.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L132) - -___ - -### TransferAssetOwnership - -• **TransferAssetOwnership** = ``"TransferAssetOwnership"`` - -#### Defined in - -[api/entities/types.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L127) - -___ - -### TransferTicker - -• **TransferTicker** = ``"TransferTicker"`` - -#### Defined in - -[api/entities/types.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L125) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/ClaimType/ClaimType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/ClaimType/ClaimType.md deleted file mode 100644 index f246cd4cd4..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/ClaimType/ClaimType.md +++ /dev/null @@ -1,107 +0,0 @@ ---- -id: "ClaimType" -title: "Enumeration: ClaimType" -sidebar_label: "ClaimType" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ClaimType - -## Enumeration Members - -### Accredited - -• **Accredited** = ``"Accredited"`` - -#### Defined in - -[api/entities/types.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L154) - -___ - -### Affiliate - -• **Affiliate** = ``"Affiliate"`` - -#### Defined in - -[api/entities/types.ts:155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L155) - -___ - -### Blocked - -• **Blocked** = ``"Blocked"`` - -#### Defined in - -[api/entities/types.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L162) - -___ - -### BuyLockup - -• **BuyLockup** = ``"BuyLockup"`` - -#### Defined in - -[api/entities/types.ts:156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L156) - -___ - -### Custom - -• **Custom** = ``"Custom"`` - -#### Defined in - -[api/entities/types.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L163) - -___ - -### CustomerDueDiligence - -• **CustomerDueDiligence** = ``"CustomerDueDiligence"`` - -#### Defined in - -[api/entities/types.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L158) - -___ - -### Exempted - -• **Exempted** = ``"Exempted"`` - -#### Defined in - -[api/entities/types.ts:161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L161) - -___ - -### Jurisdiction - -• **Jurisdiction** = ``"Jurisdiction"`` - -#### Defined in - -[api/entities/types.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L160) - -___ - -### KnowYourCustomer - -• **KnowYourCustomer** = ``"KnowYourCustomer"`` - -#### Defined in - -[api/entities/types.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L159) - -___ - -### SellLockup - -• **SellLockup** = ``"SellLockup"`` - -#### Defined in - -[api/entities/types.ts:157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L157) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/ConditionTarget/ConditionTarget.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/ConditionTarget/ConditionTarget.md deleted file mode 100644 index f86bb9f940..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/ConditionTarget/ConditionTarget.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "ConditionTarget" -title: "Enumeration: ConditionTarget" -sidebar_label: "ConditionTarget" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ConditionTarget - -## Enumeration Members - -### Both - -• **Both** = ``"Both"`` - -#### Defined in - -[api/entities/types.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L138) - -___ - -### Receiver - -• **Receiver** = ``"Receiver"`` - -#### Defined in - -[api/entities/types.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L137) - -___ - -### Sender - -• **Sender** = ``"Sender"`` - -#### Defined in - -[api/entities/types.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L136) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/ConditionType/ConditionType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/ConditionType/ConditionType.md deleted file mode 100644 index 00c3195c33..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/ConditionType/ConditionType.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "ConditionType" -title: "Enumeration: ConditionType" -sidebar_label: "ConditionType" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ConditionType - -## Enumeration Members - -### IsAbsent - -• **IsAbsent** = ``"IsAbsent"`` - -#### Defined in - -[api/entities/types.ts:321](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L321) - -___ - -### IsAnyOf - -• **IsAnyOf** = ``"IsAnyOf"`` - -#### Defined in - -[api/entities/types.ts:322](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L322) - -___ - -### IsExternalAgent - -• **IsExternalAgent** = ``"IsExternalAgent"`` - -#### Defined in - -[api/entities/types.ts:324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L324) - -___ - -### IsIdentity - -• **IsIdentity** = ``"IsIdentity"`` - -#### Defined in - -[api/entities/types.ts:325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L325) - -___ - -### IsNoneOf - -• **IsNoneOf** = ``"IsNoneOf"`` - -#### Defined in - -[api/entities/types.ts:323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L323) - -___ - -### IsPresent - -• **IsPresent** = ``"IsPresent"`` - -#### Defined in - -[api/entities/types.ts:320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L320) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md deleted file mode 100644 index 12e7165ab6..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md +++ /dev/null @@ -1,63 +0,0 @@ ---- -id: "PermissionGroupType" -title: "Enumeration: PermissionGroupType" -sidebar_label: "PermissionGroupType" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).PermissionGroupType - -## Enumeration Members - -### ExceptMeta - -• **ExceptMeta** = ``"ExceptMeta"`` - -not authorized: - - externalAgents - -#### Defined in - -[api/entities/types.ts:733](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L733) - -___ - -### Full - -• **Full** = ``"Full"`` - -all transactions authorized - -#### Defined in - -[api/entities/types.ts:728](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L728) - -___ - -### PolymeshV1Caa - -• **PolymeshV1Caa** = ``"PolymeshV1Caa"`` - -authorized: - - corporateAction - - corporateBallot - - capitalDistribution - -#### Defined in - -[api/entities/types.ts:740](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L740) - -___ - -### PolymeshV1Pia - -• **PolymeshV1Pia** = ``"PolymeshV1Pia"`` - -authorized: - - asset.issue - - asset.redeem - - asset.controllerTransfer - - sto (except for sto.invest) - -#### Defined in - -[api/entities/types.ts:748](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L748) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/PermissionType/PermissionType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/PermissionType/PermissionType.md deleted file mode 100644 index 2ad6821324..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/PermissionType/PermissionType.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "PermissionType" -title: "Enumeration: PermissionType" -sidebar_label: "PermissionType" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).PermissionType - -## Enumeration Members - -### Exclude - -• **Exclude** = ``"Exclude"`` - -#### Defined in - -[api/entities/types.ts:597](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L597) - -___ - -### Include - -• **Include** = ``"Include"`` - -#### Defined in - -[api/entities/types.ts:596](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L596) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/ScopeType/ScopeType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/ScopeType/ScopeType.md deleted file mode 100644 index ea78ad981b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/ScopeType/ScopeType.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "ScopeType" -title: "Enumeration: ScopeType" -sidebar_label: "ScopeType" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ScopeType - -## Enumeration Members - -### Custom - -• **Custom** = ``"Custom"`` - -#### Defined in - -[api/entities/types.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L145) - -___ - -### Identity - -• **Identity** = ``"Identity"`` - -#### Defined in - -[api/entities/types.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L143) - -___ - -### Ticker - -• **Ticker** = ``"Ticker"`` - -#### Defined in - -[api/entities/types.ts:144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L144) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/SignerType/SignerType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/SignerType/SignerType.md deleted file mode 100644 index 307a48cfbd..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/SignerType/SignerType.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SignerType" -title: "Enumeration: SignerType" -sidebar_label: "SignerType" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).SignerType - -## Enumeration Members - -### Account - -• **Account** = ``"Account"`` - -#### Defined in - -[api/entities/types.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L104) - -___ - -### Identity - -• **Identity** = ``"Identity"`` - -#### Defined in - -[api/entities/types.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L103) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/StatType/StatType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/StatType/StatType.md deleted file mode 100644 index 4250bb0746..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Types/StatType/StatType.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "StatType" -title: "Enumeration: StatType" -sidebar_label: "StatType" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).StatType - -Represents the StatType from the `statistics` module. - -**`Note`** - -the chain doesn't use "Scoped" types, but they are needed here to discriminate the input instead of having an optional input - -## Enumeration Members - -### Balance - -• **Balance** = ``"Balance"`` - -#### Defined in - -[api/entities/types.ts:280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L280) - -___ - -### Count - -• **Count** = ``"Count"`` - -#### Defined in - -[api/entities/types.ts:279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L279) - -___ - -### ScopedBalance - -• **ScopedBalance** = ``"ScopedBalance"`` - -ScopedPercentage is an SDK only type, on chain it is `Balance` with a claimType option present - -#### Defined in - -[api/entities/types.ts:288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L288) - -___ - -### ScopedCount - -• **ScopedCount** = ``"ScopedCount"`` - -ScopedCount is an SDK only type, on chain it is `Count` with a claimType option present - -#### Defined in - -[api/entities/types.ts:284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L284) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Venue/Types/VenueType/VenueType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Venue/Types/VenueType/VenueType.md deleted file mode 100644 index 60ec7c35f4..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Entities/Venue/Types/VenueType/VenueType.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -id: "VenueType" -title: "Enumeration: VenueType" -sidebar_label: "VenueType" ---- - -[api/entities/Venue/types](../../../../../../modules/API/Entities/Venue/Types/Types.md).VenueType - -## Enumeration Members - -### Distribution - -• **Distribution** = ``"Distribution"`` - -Primary issuance - -#### Defined in - -[api/entities/Venue/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Venue/types.ts#L15) - -___ - -### Exchange - -• **Exchange** = ``"Exchange"`` - -#### Defined in - -[api/entities/Venue/types.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Venue/types.ts#L20) - -___ - -### Other - -• **Other** = ``"Other"`` - -Default type - -#### Defined in - -[api/entities/Venue/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Venue/types.ts#L11) - -___ - -### Sto - -• **Sto** = ``"Sto"`` - -Offering/Fundraise - -#### Defined in - -[api/entities/Venue/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Venue/types.ts#L19) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md deleted file mode 100644 index 3b70bcee30..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "AllowanceOperation" -title: "Enumeration: AllowanceOperation" -sidebar_label: "AllowanceOperation" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AllowanceOperation - -## Enumeration Members - -### Decrease - -• **Decrease** = ``"Decrease"`` - -#### Defined in - -[api/procedures/types.ts:1354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1354) - -___ - -### Increase - -• **Increase** = ``"Increase"`` - -#### Defined in - -[api/procedures/types.ts:1353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1353) - -___ - -### Set - -• **Set** = ``"Set"`` - -#### Defined in - -[api/procedures/types.ts:1352](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1352) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md deleted file mode 100644 index 6ab4d4b155..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "ClaimOperation" -title: "Enumeration: ClaimOperation" -sidebar_label: "ClaimOperation" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ClaimOperation - -## Enumeration Members - -### Add - -• **Add** = ``"Add"`` - -#### Defined in - -[api/procedures/types.ts:724](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L724) - -___ - -### Edit - -• **Edit** = ``"Edit"`` - -#### Defined in - -[api/procedures/types.ts:725](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L725) - -___ - -### Revoke - -• **Revoke** = ``"Revoke"`` - -#### Defined in - -[api/procedures/types.ts:723](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L723) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md deleted file mode 100644 index 55b2de118f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "InstructionAffirmationOperation" -title: "Enumeration: InstructionAffirmationOperation" -sidebar_label: "InstructionAffirmationOperation" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InstructionAffirmationOperation - -## Enumeration Members - -### Affirm - -• **Affirm** = ``"Affirm"`` - -#### Defined in - -[api/procedures/types.ts:915](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L915) - -___ - -### AffirmAsMediator - -• **AffirmAsMediator** = ``"AffirmAsMediator"`` - -#### Defined in - -[api/procedures/types.ts:918](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L918) - -___ - -### Reject - -• **Reject** = ``"Reject"`` - -#### Defined in - -[api/procedures/types.ts:917](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L917) - -___ - -### RejectAsMediator - -• **RejectAsMediator** = ``"RejectAsMediator"`` - -#### Defined in - -[api/procedures/types.ts:920](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L920) - -___ - -### Withdraw - -• **Withdraw** = ``"Withdraw"`` - -#### Defined in - -[api/procedures/types.ts:916](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L916) - -___ - -### WithdrawAsMediator - -• **WithdrawAsMediator** = ``"WithdrawAsMediator"`` - -#### Defined in - -[api/procedures/types.ts:919](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L919) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Procedures/Types/RoleType/RoleType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Procedures/Types/RoleType/RoleType.md deleted file mode 100644 index aad8dcd9b6..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Procedures/Types/RoleType/RoleType.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "RoleType" -title: "Enumeration: RoleType" -sidebar_label: "RoleType" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RoleType - -## Enumeration Members - -### CddProvider - -• **CddProvider** = ``"CddProvider"`` - -#### Defined in - -[api/procedures/types.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L228) - -___ - -### CorporateActionsAgent - -• **CorporateActionsAgent** = ``"CorporateActionsAgent"`` - -#### Defined in - -[api/procedures/types.ts:231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L231) - -___ - -### Identity - -• **Identity** = ``"Identity"`` - -#### Defined in - -[api/procedures/types.ts:233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L233) - -___ - -### PortfolioCustodian - -• **PortfolioCustodian** = ``"PortfolioCustodian"`` - -#### Defined in - -[api/procedures/types.ts:230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L230) - -___ - -### TickerOwner - -• **TickerOwner** = ``"TickerOwner"`` - -#### Defined in - -[api/procedures/types.ts:227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L227) - -___ - -### VenueOwner - -• **VenueOwner** = ``"VenueOwner"`` - -#### Defined in - -[api/procedures/types.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L229) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md deleted file mode 100644 index a097bd949f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "TransferRestrictionType" -title: "Enumeration: TransferRestrictionType" -sidebar_label: "TransferRestrictionType" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TransferRestrictionType - -## Enumeration Members - -### ClaimCount - -• **ClaimCount** = ``"ClaimCount"`` - -#### Defined in - -[api/procedures/types.ts:450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L450) - -___ - -### ClaimPercentage - -• **ClaimPercentage** = ``"ClaimPercentage"`` - -#### Defined in - -[api/procedures/types.ts:451](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L451) - -___ - -### Count - -• **Count** = ``"Count"`` - -#### Defined in - -[api/procedures/types.ts:448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L448) - -___ - -### Percentage - -• **Percentage** = ``"Percentage"`` - -#### Defined in - -[api/procedures/types.ts:449](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L449) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Procedures/Types/TxGroup/TxGroup.md b/sdk-docs_versioned_docs/version-24.7.x/enums/API/Procedures/Types/TxGroup/TxGroup.md deleted file mode 100644 index e06f7c2def..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/API/Procedures/Types/TxGroup/TxGroup.md +++ /dev/null @@ -1,169 +0,0 @@ ---- -id: "TxGroup" -title: "Enumeration: TxGroup" -sidebar_label: "TxGroup" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TxGroup - -Transaction Groups (for permissions purposes) - -## Enumeration Members - -### AdvancedAssetManagement - -• **AdvancedAssetManagement** = ``"AdvancedAssetManagement"`` - -- TxTags.asset.Freeze -- TxTags.asset.Unfreeze -- TxTags.identity.AddAuthorization -- TxTags.identity.RemoveAuthorization - -#### Defined in - -[api/procedures/types.ts:302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L302) - -___ - -### AssetManagement - -• **AssetManagement** = ``"AssetManagement"`` - -- TxTags.asset.MakeDivisible -- TxTags.asset.RenameAsset -- TxTags.asset.SetFundingRound -- TxTags.asset.AddDocuments -- TxTags.asset.RemoveDocuments - -#### Defined in - -[api/procedures/types.ts:295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L295) - -___ - -### ClaimsManagement - -• **ClaimsManagement** = ``"ClaimsManagement"`` - -- TxTags.identity.AddClaim -- TxTags.identity.RevokeClaim - -#### Defined in - -[api/procedures/types.ts:325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L325) - -___ - -### ComplianceRequirementsManagement - -• **ComplianceRequirementsManagement** = ``"ComplianceRequirementsManagement"`` - -- TxTags.complianceManager.AddComplianceRequirement -- TxTags.complianceManager.RemoveComplianceRequirement -- TxTags.complianceManager.PauseAssetCompliance -- TxTags.complianceManager.ResumeAssetCompliance -- TxTags.complianceManager.ResetAssetCompliance - -#### Defined in - -[api/procedures/types.ts:333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L333) - -___ - -### CorporateActionsManagement - -• **CorporateActionsManagement** = ``"CorporateActionsManagement"`` - -- TxTags.checkpoint.CreateSchedule, -- TxTags.checkpoint.RemoveSchedule, -- TxTags.checkpoint.CreateCheckpoint, -- TxTags.corporateAction.InitiateCorporateAction, -- TxTags.capitalDistribution.Distribute, -- TxTags.capitalDistribution.Claim, -- TxTags.identity.AddInvestorUniquenessClaim, - -#### Defined in - -[api/procedures/types.ts:343](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L343) - -___ - -### Distribution - -• **Distribution** = ``"Distribution"`` - -- TxTags.identity.AddInvestorUniquenessClaim -- TxTags.settlement.CreateVenue -- TxTags.settlement.AddInstruction -- TxTags.settlement.AddInstructionWithMemo -- TxTags.settlement.AddAndAffirmInstruction -- TxTags.settlement.AddAndAffirmInstructionWithMemo - -#### Defined in - -[api/procedures/types.ts:311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L311) - -___ - -### Issuance - -• **Issuance** = ``"Issuance"`` - -- TxTags.asset.Issue - -#### Defined in - -[api/procedures/types.ts:315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L315) - -___ - -### PortfolioManagement - -• **PortfolioManagement** = ``"PortfolioManagement"`` - -- TxTags.identity.AddInvestorUniquenessClaim -- TxTags.portfolio.MovePortfolioFunds -- TxTags.settlement.AddInstruction -- TxTags.settlement.AddInstructionWithMemo -- TxTags.settlement.AddAndAffirmInstruction -- TxTags.settlement.AddAndAffirmInstructionWithMemo -- TxTags.settlement.AffirmInstruction -- TxTags.settlement.RejectInstruction -- TxTags.settlement.CreateVenue - -#### Defined in - -[api/procedures/types.ts:287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L287) - -___ - -### StoManagement - -• **StoManagement** = ``"StoManagement"`` - -- TxTags.sto.CreateFundraiser, -- TxTags.sto.FreezeFundraiser, -- TxTags.sto.Invest, -- TxTags.sto.ModifyFundraiserWindow, -- TxTags.sto.Stop, -- TxTags.sto.UnfreezeFundraiser, -- TxTags.identity.AddInvestorUniquenessClaim, -- TxTags.asset.Issue, -- TxTags.settlement.CreateVenue - -#### Defined in - -[api/procedures/types.ts:355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L355) - -___ - -### TrustedClaimIssuersManagement - -• **TrustedClaimIssuersManagement** = ``"TrustedClaimIssuersManagement"`` - -- TxTags.complianceManager.AddDefaultTrustedClaimIssuer -- TxTags.complianceManager.RemoveDefaultTrustedClaimIssuer - -#### Defined in - -[api/procedures/types.ts:320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L320) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Base/Types/PayingAccountType/PayingAccountType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Base/Types/PayingAccountType/PayingAccountType.md deleted file mode 100644 index 3e3dd3ee75..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Base/Types/PayingAccountType/PayingAccountType.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "PayingAccountType" -title: "Enumeration: PayingAccountType" -sidebar_label: "PayingAccountType" ---- - -[base/types](../../../../modules/Base/Types/Types.md).PayingAccountType - -Type of relationship between a paying account and a beneficiary - -## Enumeration Members - -### Caller - -• **Caller** = ``"Caller"`` - -the caller Account is responsible of paying the fees - -#### Defined in - -[base/types.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L127) - -___ - -### Other - -• **Other** = ``"Other"`` - -the paying Account is paying for a specific transaction because of - chain-specific constraints (e.g. the caller is accepting an invitation to an Identity - and cannot have any funds to pay for it by definition) - -#### Defined in - -[base/types.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L123) - -___ - -### Subsidy - -• **Subsidy** = ``"Subsidy"`` - -the paying Account is currently subsidizing the caller - -#### Defined in - -[base/types.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L117) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md deleted file mode 100644 index 3d8cadb04a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md +++ /dev/null @@ -1,147 +0,0 @@ ---- -id: "TransactionArgumentType" -title: "Enumeration: TransactionArgumentType" -sidebar_label: "TransactionArgumentType" ---- - -[base/types](../../../../modules/Base/Types/Types.md).TransactionArgumentType - -## Enumeration Members - -### Address - -• **Address** = ``"Address"`` - -#### Defined in - -[base/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L55) - -___ - -### Array - -• **Array** = ``"Array"`` - -#### Defined in - -[base/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L61) - -___ - -### Balance - -• **Balance** = ``"Balance"`` - -#### Defined in - -[base/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L59) - -___ - -### Boolean - -• **Boolean** = ``"Boolean"`` - -#### Defined in - -[base/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L57) - -___ - -### Date - -• **Date** = ``"Date"`` - -#### Defined in - -[base/types.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L60) - -___ - -### Did - -• **Did** = ``"Did"`` - -#### Defined in - -[base/types.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L54) - -___ - -### Null - -• **Null** = ``"Null"`` - -#### Defined in - -[base/types.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L67) - -___ - -### Number - -• **Number** = ``"Number"`` - -#### Defined in - -[base/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L58) - -___ - -### Object - -• **Object** = ``"Object"`` - -#### Defined in - -[base/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L65) - -___ - -### RichEnum - -• **RichEnum** = ``"RichEnum"`` - -#### Defined in - -[base/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L64) - -___ - -### SimpleEnum - -• **SimpleEnum** = ``"SimpleEnum"`` - -#### Defined in - -[base/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L63) - -___ - -### Text - -• **Text** = ``"Text"`` - -#### Defined in - -[base/types.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L56) - -___ - -### Tuple - -• **Tuple** = ``"Tuple"`` - -#### Defined in - -[base/types.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L62) - -___ - -### Unknown - -• **Unknown** = ``"Unknown"`` - -#### Defined in - -[base/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L66) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Base/Types/TransactionStatus/TransactionStatus.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Base/Types/TransactionStatus/TransactionStatus.md deleted file mode 100644 index ba72a37015..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Base/Types/TransactionStatus/TransactionStatus.md +++ /dev/null @@ -1,92 +0,0 @@ ---- -id: "TransactionStatus" -title: "Enumeration: TransactionStatus" -sidebar_label: "TransactionStatus" ---- - -[base/types](../../../../modules/Base/Types/Types.md).TransactionStatus - -## Enumeration Members - -### Aborted - -• **Aborted** = ``"Aborted"`` - -the transaction couldn't be broadcast. It was either dropped, usurped or invalidated -see https://github.com/paritytech/substrate/blob/master/primitives/transaction-pool/src/pool.rs#L58-L110 - -#### Defined in - -[base/types.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L50) - -___ - -### Failed - -• **Failed** = ``"Failed"`` - -the transaction's execution failed due to a an on-chain validation error, insufficient balance for fees, or other such reasons - -#### Defined in - -[base/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L45) - -___ - -### Idle - -• **Idle** = ``"Idle"`` - -the transaction is prepped to run - -#### Defined in - -[base/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L25) - -___ - -### Rejected - -• **Rejected** = ``"Rejected"`` - -the transaction was rejected by the signer - -#### Defined in - -[base/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L37) - -___ - -### Running - -• **Running** = ``"Running"`` - -the transaction is being executed - -#### Defined in - -[base/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L33) - -___ - -### Succeeded - -• **Succeeded** = ``"Succeeded"`` - -the transaction was run successfully - -#### Defined in - -[base/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L41) - -___ - -### Unapproved - -• **Unapproved** = ``"Unapproved"`` - -the transaction is waiting for the user's signature - -#### Defined in - -[base/types.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L29) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/AssetTx/AssetTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/AssetTx/AssetTx.md deleted file mode 100644 index 41a6275ab8..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/AssetTx/AssetTx.md +++ /dev/null @@ -1,347 +0,0 @@ ---- -id: "AssetTx" -title: "Enumeration: AssetTx" -sidebar_label: "AssetTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).AssetTx - -## Enumeration Members - -### AcceptAssetOwnershipTransfer - -• **AcceptAssetOwnershipTransfer** = ``"asset.acceptAssetOwnershipTransfer"`` - -#### Defined in - -[generated/types.ts:505](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L505) - -___ - -### AcceptTickerTransfer - -• **AcceptTickerTransfer** = ``"asset.acceptTickerTransfer"`` - -#### Defined in - -[generated/types.ts:504](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L504) - -___ - -### AddDocuments - -• **AddDocuments** = ``"asset.addDocuments"`` - -#### Defined in - -[generated/types.ts:513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L513) - -___ - -### AddMandatoryMediators - -• **AddMandatoryMediators** = ``"asset.addMandatoryMediators"`` - -#### Defined in - -[generated/types.ts:535](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L535) - -___ - -### ClaimClassicTicker - -• **ClaimClassicTicker** = ``"asset.claimClassicTicker"`` - -#### Defined in - -[generated/types.ts:517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L517) - -___ - -### ControllerTransfer - -• **ControllerTransfer** = ``"asset.controllerTransfer"`` - -#### Defined in - -[generated/types.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L519) - -___ - -### CreateAsset - -• **CreateAsset** = ``"asset.createAsset"`` - -#### Defined in - -[generated/types.ts:506](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L506) - -___ - -### CreateAssetWithCustomType - -• **CreateAssetWithCustomType** = ``"asset.createAssetWithCustomType"`` - -#### Defined in - -[generated/types.ts:521](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L521) - -___ - -### ExemptTickerAffirmation - -• **ExemptTickerAffirmation** = ``"asset.exemptTickerAffirmation"`` - -#### Defined in - -[generated/types.ts:531](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L531) - -___ - -### Freeze - -• **Freeze** = ``"asset.freeze"`` - -#### Defined in - -[generated/types.ts:507](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L507) - -___ - -### Issue - -• **Issue** = ``"asset.issue"`` - -#### Defined in - -[generated/types.ts:510](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L510) - -___ - -### MakeDivisible - -• **MakeDivisible** = ``"asset.makeDivisible"`` - -#### Defined in - -[generated/types.ts:512](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L512) - -___ - -### PreApproveTicker - -• **PreApproveTicker** = ``"asset.preApproveTicker"`` - -#### Defined in - -[generated/types.ts:533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L533) - -___ - -### Redeem - -• **Redeem** = ``"asset.redeem"`` - -#### Defined in - -[generated/types.ts:511](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L511) - -___ - -### RedeemFromPortfolio - -• **RedeemFromPortfolio** = ``"asset.redeemFromPortfolio"`` - -#### Defined in - -[generated/types.ts:527](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L527) - -___ - -### RegisterAndSetLocalAssetMetadata - -• **RegisterAndSetLocalAssetMetadata** = ``"asset.registerAndSetLocalAssetMetadata"`` - -#### Defined in - -[generated/types.ts:524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L524) - -___ - -### RegisterAssetMetadataGlobalType - -• **RegisterAssetMetadataGlobalType** = ``"asset.registerAssetMetadataGlobalType"`` - -#### Defined in - -[generated/types.ts:526](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L526) - -___ - -### RegisterAssetMetadataLocalType - -• **RegisterAssetMetadataLocalType** = ``"asset.registerAssetMetadataLocalType"`` - -#### Defined in - -[generated/types.ts:525](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L525) - -___ - -### RegisterCustomAssetType - -• **RegisterCustomAssetType** = ``"asset.registerCustomAssetType"`` - -#### Defined in - -[generated/types.ts:520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L520) - -___ - -### RegisterTicker - -• **RegisterTicker** = ``"asset.registerTicker"`` - -#### Defined in - -[generated/types.ts:503](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L503) - -___ - -### RemoveDocuments - -• **RemoveDocuments** = ``"asset.removeDocuments"`` - -#### Defined in - -[generated/types.ts:514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L514) - -___ - -### RemoveLocalMetadataKey - -• **RemoveLocalMetadataKey** = ``"asset.removeLocalMetadataKey"`` - -#### Defined in - -[generated/types.ts:529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L529) - -___ - -### RemoveMandatoryMediators - -• **RemoveMandatoryMediators** = ``"asset.removeMandatoryMediators"`` - -#### Defined in - -[generated/types.ts:536](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L536) - -___ - -### RemoveMetadataValue - -• **RemoveMetadataValue** = ``"asset.removeMetadataValue"`` - -#### Defined in - -[generated/types.ts:530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L530) - -___ - -### RemoveTickerAffirmationExemption - -• **RemoveTickerAffirmationExemption** = ``"asset.removeTickerAffirmationExemption"`` - -#### Defined in - -[generated/types.ts:532](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L532) - -___ - -### RemoveTickerPreApproval - -• **RemoveTickerPreApproval** = ``"asset.removeTickerPreApproval"`` - -#### Defined in - -[generated/types.ts:534](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L534) - -___ - -### RenameAsset - -• **RenameAsset** = ``"asset.renameAsset"`` - -#### Defined in - -[generated/types.ts:509](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L509) - -___ - -### ReserveClassicTicker - -• **ReserveClassicTicker** = ``"asset.reserveClassicTicker"`` - -#### Defined in - -[generated/types.ts:518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L518) - -___ - -### SetAssetMetadata - -• **SetAssetMetadata** = ``"asset.setAssetMetadata"`` - -#### Defined in - -[generated/types.ts:522](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L522) - -___ - -### SetAssetMetadataDetails - -• **SetAssetMetadataDetails** = ``"asset.setAssetMetadataDetails"`` - -#### Defined in - -[generated/types.ts:523](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L523) - -___ - -### SetFundingRound - -• **SetFundingRound** = ``"asset.setFundingRound"`` - -#### Defined in - -[generated/types.ts:515](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L515) - -___ - -### Unfreeze - -• **Unfreeze** = ``"asset.unfreeze"`` - -#### Defined in - -[generated/types.ts:508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L508) - -___ - -### UpdateAssetType - -• **UpdateAssetType** = ``"asset.updateAssetType"`` - -#### Defined in - -[generated/types.ts:528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L528) - -___ - -### UpdateIdentifiers - -• **UpdateIdentifiers** = ``"asset.updateIdentifiers"`` - -#### Defined in - -[generated/types.ts:516](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L516) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/AuthorshipTx/AuthorshipTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/AuthorshipTx/AuthorshipTx.md deleted file mode 100644 index a35c92a87a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/AuthorshipTx/AuthorshipTx.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "AuthorshipTx" -title: "Enumeration: AuthorshipTx" -sidebar_label: "AuthorshipTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).AuthorshipTx - -## Enumeration Members - -### SetUncles - -• **SetUncles** = ``"authorship.setUncles"`` - -#### Defined in - -[generated/types.ts:289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L289) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/BabeTx/BabeTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/BabeTx/BabeTx.md deleted file mode 100644 index 06b94da6ed..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/BabeTx/BabeTx.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "BabeTx" -title: "Enumeration: BabeTx" -sidebar_label: "BabeTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).BabeTx - -## Enumeration Members - -### PlanConfigChange - -• **PlanConfigChange** = ``"babe.planConfigChange"`` - -#### Defined in - -[generated/types.ts:273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L273) - -___ - -### ReportEquivocation - -• **ReportEquivocation** = ``"babe.reportEquivocation"`` - -#### Defined in - -[generated/types.ts:271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L271) - -___ - -### ReportEquivocationUnsigned - -• **ReportEquivocationUnsigned** = ``"babe.reportEquivocationUnsigned"`` - -#### Defined in - -[generated/types.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L272) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/BalancesTx/BalancesTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/BalancesTx/BalancesTx.md deleted file mode 100644 index d6629b964a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/BalancesTx/BalancesTx.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "BalancesTx" -title: "Enumeration: BalancesTx" -sidebar_label: "BalancesTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).BalancesTx - -## Enumeration Members - -### BurnAccountBalance - -• **BurnAccountBalance** = ``"balances.burnAccountBalance"`` - -#### Defined in - -[generated/types.ts:298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L298) - -___ - -### DepositBlockRewardReserveBalance - -• **DepositBlockRewardReserveBalance** = ``"balances.depositBlockRewardReserveBalance"`` - -#### Defined in - -[generated/types.ts:295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L295) - -___ - -### ForceTransfer - -• **ForceTransfer** = ``"balances.forceTransfer"`` - -#### Defined in - -[generated/types.ts:297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L297) - -___ - -### SetBalance - -• **SetBalance** = ``"balances.setBalance"`` - -#### Defined in - -[generated/types.ts:296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L296) - -___ - -### Transfer - -• **Transfer** = ``"balances.transfer"`` - -#### Defined in - -[generated/types.ts:293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L293) - -___ - -### TransferWithMemo - -• **TransferWithMemo** = ``"balances.transferWithMemo"`` - -#### Defined in - -[generated/types.ts:294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L294) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/BridgeTx/BridgeTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/BridgeTx/BridgeTx.md deleted file mode 100644 index b772b89cab..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/BridgeTx/BridgeTx.md +++ /dev/null @@ -1,177 +0,0 @@ ---- -id: "BridgeTx" -title: "Enumeration: BridgeTx" -sidebar_label: "BridgeTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).BridgeTx - -## Enumeration Members - -### AddFreezeAdmin - -• **AddFreezeAdmin** = ``"bridge.addFreezeAdmin"`` - -#### Defined in - -[generated/types.ts:439](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L439) - -___ - -### BatchProposeBridgeTx - -• **BatchProposeBridgeTx** = ``"bridge.batchProposeBridgeTx"`` - -#### Defined in - -[generated/types.ts:433](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L433) - -___ - -### ChangeAdmin - -• **ChangeAdmin** = ``"bridge.changeAdmin"`` - -#### Defined in - -[generated/types.ts:426](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L426) - -___ - -### ChangeBridgeExempted - -• **ChangeBridgeExempted** = ``"bridge.changeBridgeExempted"`` - -#### Defined in - -[generated/types.ts:431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L431) - -___ - -### ChangeBridgeLimit - -• **ChangeBridgeLimit** = ``"bridge.changeBridgeLimit"`` - -#### Defined in - -[generated/types.ts:430](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L430) - -___ - -### ChangeController - -• **ChangeController** = ``"bridge.changeController"`` - -#### Defined in - -[generated/types.ts:425](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L425) - -___ - -### ChangeTimelock - -• **ChangeTimelock** = ``"bridge.changeTimelock"`` - -#### Defined in - -[generated/types.ts:427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L427) - -___ - -### ForceHandleBridgeTx - -• **ForceHandleBridgeTx** = ``"bridge.forceHandleBridgeTx"`` - -#### Defined in - -[generated/types.ts:432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L432) - -___ - -### Freeze - -• **Freeze** = ``"bridge.freeze"`` - -#### Defined in - -[generated/types.ts:428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L428) - -___ - -### FreezeTxs - -• **FreezeTxs** = ``"bridge.freezeTxs"`` - -#### Defined in - -[generated/types.ts:436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L436) - -___ - -### HandleBridgeTx - -• **HandleBridgeTx** = ``"bridge.handleBridgeTx"`` - -#### Defined in - -[generated/types.ts:435](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L435) - -___ - -### HandleScheduledBridgeTx - -• **HandleScheduledBridgeTx** = ``"bridge.handleScheduledBridgeTx"`` - -#### Defined in - -[generated/types.ts:438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L438) - -___ - -### ProposeBridgeTx - -• **ProposeBridgeTx** = ``"bridge.proposeBridgeTx"`` - -#### Defined in - -[generated/types.ts:434](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L434) - -___ - -### RemoveFreezeAdmin - -• **RemoveFreezeAdmin** = ``"bridge.removeFreezeAdmin"`` - -#### Defined in - -[generated/types.ts:440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L440) - -___ - -### RemoveTxs - -• **RemoveTxs** = ``"bridge.removeTxs"`` - -#### Defined in - -[generated/types.ts:441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L441) - -___ - -### Unfreeze - -• **Unfreeze** = ``"bridge.unfreeze"`` - -#### Defined in - -[generated/types.ts:429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L429) - -___ - -### UnfreezeTxs - -• **UnfreezeTxs** = ``"bridge.unfreezeTxs"`` - -#### Defined in - -[generated/types.ts:437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L437) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md deleted file mode 100644 index e6a36d18fd..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "CapitalDistributionTx" -title: "Enumeration: CapitalDistributionTx" -sidebar_label: "CapitalDistributionTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).CapitalDistributionTx - -## Enumeration Members - -### Claim - -• **Claim** = ``"capitalDistribution.claim"`` - -#### Defined in - -[generated/types.ts:541](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L541) - -___ - -### Distribute - -• **Distribute** = ``"capitalDistribution.distribute"`` - -#### Defined in - -[generated/types.ts:540](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L540) - -___ - -### PushBenefit - -• **PushBenefit** = ``"capitalDistribution.pushBenefit"`` - -#### Defined in - -[generated/types.ts:542](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L542) - -___ - -### Reclaim - -• **Reclaim** = ``"capitalDistribution.reclaim"`` - -#### Defined in - -[generated/types.ts:543](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L543) - -___ - -### RemoveDistribution - -• **RemoveDistribution** = ``"capitalDistribution.removeDistribution"`` - -#### Defined in - -[generated/types.ts:544](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L544) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md deleted file mode 100644 index a092917897..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -id: "CddServiceProvidersTx" -title: "Enumeration: CddServiceProvidersTx" -sidebar_label: "CddServiceProvidersTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).CddServiceProvidersTx - -## Enumeration Members - -### AbdicateMembership - -• **AbdicateMembership** = ``"cddServiceProviders.abdicateMembership"`` - -#### Defined in - -[generated/types.ts:342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L342) - -___ - -### AddMember - -• **AddMember** = ``"cddServiceProviders.addMember"`` - -#### Defined in - -[generated/types.ts:338](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L338) - -___ - -### DisableMember - -• **DisableMember** = ``"cddServiceProviders.disableMember"`` - -#### Defined in - -[generated/types.ts:337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L337) - -___ - -### RemoveMember - -• **RemoveMember** = ``"cddServiceProviders.removeMember"`` - -#### Defined in - -[generated/types.ts:339](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L339) - -___ - -### ResetMembers - -• **ResetMembers** = ``"cddServiceProviders.resetMembers"`` - -#### Defined in - -[generated/types.ts:341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L341) - -___ - -### SetActiveMembersLimit - -• **SetActiveMembersLimit** = ``"cddServiceProviders.setActiveMembersLimit"`` - -#### Defined in - -[generated/types.ts:336](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L336) - -___ - -### SwapMember - -• **SwapMember** = ``"cddServiceProviders.swapMember"`` - -#### Defined in - -[generated/types.ts:340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L340) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CheckpointTx/CheckpointTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CheckpointTx/CheckpointTx.md deleted file mode 100644 index d3defec8fb..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CheckpointTx/CheckpointTx.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "CheckpointTx" -title: "Enumeration: CheckpointTx" -sidebar_label: "CheckpointTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).CheckpointTx - -## Enumeration Members - -### CreateCheckpoint - -• **CreateCheckpoint** = ``"checkpoint.createCheckpoint"`` - -#### Defined in - -[generated/types.ts:548](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L548) - -___ - -### CreateSchedule - -• **CreateSchedule** = ``"checkpoint.createSchedule"`` - -#### Defined in - -[generated/types.ts:550](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L550) - -___ - -### RemoveSchedule - -• **RemoveSchedule** = ``"checkpoint.removeSchedule"`` - -#### Defined in - -[generated/types.ts:551](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L551) - -___ - -### SetSchedulesMaxComplexity - -• **SetSchedulesMaxComplexity** = ``"checkpoint.setSchedulesMaxComplexity"`` - -#### Defined in - -[generated/types.ts:549](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L549) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md deleted file mode 100644 index c064e66ed9..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -id: "CommitteeMembershipTx" -title: "Enumeration: CommitteeMembershipTx" -sidebar_label: "CommitteeMembershipTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).CommitteeMembershipTx - -## Enumeration Members - -### AbdicateMembership - -• **AbdicateMembership** = ``"committeeMembership.abdicateMembership"`` - -#### Defined in - -[generated/types.ts:360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L360) - -___ - -### AddMember - -• **AddMember** = ``"committeeMembership.addMember"`` - -#### Defined in - -[generated/types.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L356) - -___ - -### DisableMember - -• **DisableMember** = ``"committeeMembership.disableMember"`` - -#### Defined in - -[generated/types.ts:355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L355) - -___ - -### RemoveMember - -• **RemoveMember** = ``"committeeMembership.removeMember"`` - -#### Defined in - -[generated/types.ts:357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L357) - -___ - -### ResetMembers - -• **ResetMembers** = ``"committeeMembership.resetMembers"`` - -#### Defined in - -[generated/types.ts:359](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L359) - -___ - -### SetActiveMembersLimit - -• **SetActiveMembersLimit** = ``"committeeMembership.setActiveMembersLimit"`` - -#### Defined in - -[generated/types.ts:354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L354) - -___ - -### SwapMember - -• **SwapMember** = ``"committeeMembership.swapMember"`` - -#### Defined in - -[generated/types.ts:358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L358) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md deleted file mode 100644 index 74970e949f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md +++ /dev/null @@ -1,97 +0,0 @@ ---- -id: "ComplianceManagerTx" -title: "Enumeration: ComplianceManagerTx" -sidebar_label: "ComplianceManagerTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).ComplianceManagerTx - -## Enumeration Members - -### AddComplianceRequirement - -• **AddComplianceRequirement** = ``"complianceManager.addComplianceRequirement"`` - -#### Defined in - -[generated/types.ts:555](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L555) - -___ - -### AddDefaultTrustedClaimIssuer - -• **AddDefaultTrustedClaimIssuer** = ``"complianceManager.addDefaultTrustedClaimIssuer"`` - -#### Defined in - -[generated/types.ts:561](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L561) - -___ - -### ChangeComplianceRequirement - -• **ChangeComplianceRequirement** = ``"complianceManager.changeComplianceRequirement"`` - -#### Defined in - -[generated/types.ts:563](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L563) - -___ - -### PauseAssetCompliance - -• **PauseAssetCompliance** = ``"complianceManager.pauseAssetCompliance"`` - -#### Defined in - -[generated/types.ts:559](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L559) - -___ - -### RemoveComplianceRequirement - -• **RemoveComplianceRequirement** = ``"complianceManager.removeComplianceRequirement"`` - -#### Defined in - -[generated/types.ts:556](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L556) - -___ - -### RemoveDefaultTrustedClaimIssuer - -• **RemoveDefaultTrustedClaimIssuer** = ``"complianceManager.removeDefaultTrustedClaimIssuer"`` - -#### Defined in - -[generated/types.ts:562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L562) - -___ - -### ReplaceAssetCompliance - -• **ReplaceAssetCompliance** = ``"complianceManager.replaceAssetCompliance"`` - -#### Defined in - -[generated/types.ts:557](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L557) - -___ - -### ResetAssetCompliance - -• **ResetAssetCompliance** = ``"complianceManager.resetAssetCompliance"`` - -#### Defined in - -[generated/types.ts:558](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L558) - -___ - -### ResumeAssetCompliance - -• **ResumeAssetCompliance** = ``"complianceManager.resumeAssetCompliance"`` - -#### Defined in - -[generated/types.ts:560](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L560) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/ContractsTx/ContractsTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/ContractsTx/ContractsTx.md deleted file mode 100644 index 05c5dfb323..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/ContractsTx/ContractsTx.md +++ /dev/null @@ -1,97 +0,0 @@ ---- -id: "ContractsTx" -title: "Enumeration: ContractsTx" -sidebar_label: "ContractsTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).ContractsTx - -## Enumeration Members - -### Call - -• **Call** = ``"contracts.call"`` - -#### Defined in - -[generated/types.ts:777](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L777) - -___ - -### CallOldWeight - -• **CallOldWeight** = ``"contracts.callOldWeight"`` - -#### Defined in - -[generated/types.ts:782](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L782) - -___ - -### Instantiate - -• **Instantiate** = ``"contracts.instantiate"`` - -#### Defined in - -[generated/types.ts:779](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L779) - -___ - -### InstantiateOldWeight - -• **InstantiateOldWeight** = ``"contracts.instantiateOldWeight"`` - -#### Defined in - -[generated/types.ts:784](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L784) - -___ - -### InstantiateWithCode - -• **InstantiateWithCode** = ``"contracts.instantiateWithCode"`` - -#### Defined in - -[generated/types.ts:778](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L778) - -___ - -### InstantiateWithCodeOldWeight - -• **InstantiateWithCodeOldWeight** = ``"contracts.instantiateWithCodeOldWeight"`` - -#### Defined in - -[generated/types.ts:783](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L783) - -___ - -### RemoveCode - -• **RemoveCode** = ``"contracts.removeCode"`` - -#### Defined in - -[generated/types.ts:781](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L781) - -___ - -### SetCode - -• **SetCode** = ``"contracts.setCode"`` - -#### Defined in - -[generated/types.ts:785](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L785) - -___ - -### UploadCode - -• **UploadCode** = ``"contracts.uploadCode"`` - -#### Defined in - -[generated/types.ts:780](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L780) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CorporateActionTx/CorporateActionTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CorporateActionTx/CorporateActionTx.md deleted file mode 100644 index d889903480..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CorporateActionTx/CorporateActionTx.md +++ /dev/null @@ -1,97 +0,0 @@ ---- -id: "CorporateActionTx" -title: "Enumeration: CorporateActionTx" -sidebar_label: "CorporateActionTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).CorporateActionTx - -## Enumeration Members - -### ChangeRecordDate - -• **ChangeRecordDate** = ``"corporateAction.changeRecordDate"`` - -#### Defined in - -[generated/types.ts:574](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L574) - -___ - -### InitiateCorporateAction - -• **InitiateCorporateAction** = ``"corporateAction.initiateCorporateAction"`` - -#### Defined in - -[generated/types.ts:571](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L571) - -___ - -### InitiateCorporateActionAndDistribute - -• **InitiateCorporateActionAndDistribute** = ``"corporateAction.initiateCorporateActionAndDistribute"`` - -#### Defined in - -[generated/types.ts:575](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L575) - -___ - -### LinkCaDoc - -• **LinkCaDoc** = ``"corporateAction.linkCaDoc"`` - -#### Defined in - -[generated/types.ts:572](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L572) - -___ - -### RemoveCa - -• **RemoveCa** = ``"corporateAction.removeCa"`` - -#### Defined in - -[generated/types.ts:573](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L573) - -___ - -### SetDefaultTargets - -• **SetDefaultTargets** = ``"corporateAction.setDefaultTargets"`` - -#### Defined in - -[generated/types.ts:568](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L568) - -___ - -### SetDefaultWithholdingTax - -• **SetDefaultWithholdingTax** = ``"corporateAction.setDefaultWithholdingTax"`` - -#### Defined in - -[generated/types.ts:569](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L569) - -___ - -### SetDidWithholdingTax - -• **SetDidWithholdingTax** = ``"corporateAction.setDidWithholdingTax"`` - -#### Defined in - -[generated/types.ts:570](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L570) - -___ - -### SetMaxDetailsLength - -• **SetMaxDetailsLength** = ``"corporateAction.setMaxDetailsLength"`` - -#### Defined in - -[generated/types.ts:567](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L567) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md deleted file mode 100644 index c268e7fb4e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "CorporateBallotTx" -title: "Enumeration: CorporateBallotTx" -sidebar_label: "CorporateBallotTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).CorporateBallotTx - -## Enumeration Members - -### AttachBallot - -• **AttachBallot** = ``"corporateBallot.attachBallot"`` - -#### Defined in - -[generated/types.ts:579](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L579) - -___ - -### ChangeEnd - -• **ChangeEnd** = ``"corporateBallot.changeEnd"`` - -#### Defined in - -[generated/types.ts:581](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L581) - -___ - -### ChangeMeta - -• **ChangeMeta** = ``"corporateBallot.changeMeta"`` - -#### Defined in - -[generated/types.ts:582](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L582) - -___ - -### ChangeRcv - -• **ChangeRcv** = ``"corporateBallot.changeRcv"`` - -#### Defined in - -[generated/types.ts:583](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L583) - -___ - -### RemoveBallot - -• **RemoveBallot** = ``"corporateBallot.removeBallot"`` - -#### Defined in - -[generated/types.ts:584](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L584) - -___ - -### Vote - -• **Vote** = ``"corporateBallot.vote"`` - -#### Defined in - -[generated/types.ts:580](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L580) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CountryCode/CountryCode.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CountryCode/CountryCode.md deleted file mode 100644 index 94d622273f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/CountryCode/CountryCode.md +++ /dev/null @@ -1,2507 +0,0 @@ ---- -id: "CountryCode" -title: "Enumeration: CountryCode" -sidebar_label: "CountryCode" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).CountryCode - -## Enumeration Members - -### Ad - -• **Ad** = ``"Ad"`` - -#### Defined in - -[generated/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L9) - -___ - -### Ae - -• **Ae** = ``"Ae"`` - -#### Defined in - -[generated/types.ts:236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L236) - -___ - -### Af - -• **Af** = ``"Af"`` - -#### Defined in - -[generated/types.ts:4](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L4) - -___ - -### Ag - -• **Ag** = ``"Ag"`` - -#### Defined in - -[generated/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L13) - -___ - -### Ai - -• **Ai** = ``"Ai"`` - -#### Defined in - -[generated/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L11) - -___ - -### Al - -• **Al** = ``"Al"`` - -#### Defined in - -[generated/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L6) - -___ - -### Am - -• **Am** = ``"Am"`` - -#### Defined in - -[generated/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L15) - -___ - -### An - -• **An** = ``"An"`` - -#### Defined in - -[generated/types.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L160) - -___ - -### Ao - -• **Ao** = ``"Ao"`` - -#### Defined in - -[generated/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L10) - -___ - -### Aq - -• **Aq** = ``"Aq"`` - -#### Defined in - -[generated/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L12) - -___ - -### Ar - -• **Ar** = ``"Ar"`` - -#### Defined in - -[generated/types.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L14) - -___ - -### As - -• **As** = ``"As"`` - -#### Defined in - -[generated/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L8) - -___ - -### At - -• **At** = ``"At"`` - -#### Defined in - -[generated/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L18) - -___ - -### Au - -• **Au** = ``"Au"`` - -#### Defined in - -[generated/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L17) - -___ - -### Aw - -• **Aw** = ``"Aw"`` - -#### Defined in - -[generated/types.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L16) - -___ - -### Ax - -• **Ax** = ``"Ax"`` - -#### Defined in - -[generated/types.ts:5](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L5) - -___ - -### Az - -• **Az** = ``"Az"`` - -#### Defined in - -[generated/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L19) - -___ - -### Ba - -• **Ba** = ``"Ba"`` - -#### Defined in - -[generated/types.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L31) - -___ - -### Bb - -• **Bb** = ``"Bb"`` - -#### Defined in - -[generated/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L23) - -___ - -### Bd - -• **Bd** = ``"Bd"`` - -#### Defined in - -[generated/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L22) - -___ - -### Be - -• **Be** = ``"Be"`` - -#### Defined in - -[generated/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L25) - -___ - -### Bf - -• **Bf** = ``"Bf"`` - -#### Defined in - -[generated/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L39) - -___ - -### Bg - -• **Bg** = ``"Bg"`` - -#### Defined in - -[generated/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L38) - -___ - -### Bh - -• **Bh** = ``"Bh"`` - -#### Defined in - -[generated/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L21) - -___ - -### Bi - -• **Bi** = ``"Bi"`` - -#### Defined in - -[generated/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L40) - -___ - -### Bj - -• **Bj** = ``"Bj"`` - -#### Defined in - -[generated/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L27) - -___ - -### Bl - -• **Bl** = ``"Bl"`` - -#### Defined in - -[generated/types.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L188) - -___ - -### Bm - -• **Bm** = ``"Bm"`` - -#### Defined in - -[generated/types.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L28) - -___ - -### Bn - -• **Bn** = ``"Bn"`` - -#### Defined in - -[generated/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L37) - -___ - -### Bo - -• **Bo** = ``"Bo"`` - -#### Defined in - -[generated/types.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L30) - -___ - -### Bq - -• **Bq** = ``"Bq"`` - -#### Defined in - -[generated/types.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L251) - -___ - -### Br - -• **Br** = ``"Br"`` - -#### Defined in - -[generated/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L34) - -___ - -### Bs - -• **Bs** = ``"Bs"`` - -#### Defined in - -[generated/types.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L20) - -___ - -### Bt - -• **Bt** = ``"Bt"`` - -#### Defined in - -[generated/types.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L29) - -___ - -### Bv - -• **Bv** = ``"Bv"`` - -#### Defined in - -[generated/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L33) - -___ - -### Bw - -• **Bw** = ``"Bw"`` - -#### Defined in - -[generated/types.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L32) - -___ - -### By - -• **By** = ``"By"`` - -#### Defined in - -[generated/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L24) - -___ - -### Bz - -• **Bz** = ``"Bz"`` - -#### Defined in - -[generated/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L26) - -___ - -### Ca - -• **Ca** = ``"Ca"`` - -#### Defined in - -[generated/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L43) - -___ - -### Cc - -• **Cc** = ``"Cc"`` - -#### Defined in - -[generated/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L53) - -___ - -### Cd - -• **Cd** = ``"Cd"`` - -#### Defined in - -[generated/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L57) - -___ - -### Cf - -• **Cf** = ``"Cf"`` - -#### Defined in - -[generated/types.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L46) - -___ - -### Cg - -• **Cg** = ``"Cg"`` - -#### Defined in - -[generated/types.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L56) - -___ - -### Ch - -• **Ch** = ``"Ch"`` - -#### Defined in - -[generated/types.ts:218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L218) - -___ - -### Ci - -• **Ci** = ``"Ci"`` - -#### Defined in - -[generated/types.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L60) - -___ - -### Ck - -• **Ck** = ``"Ck"`` - -#### Defined in - -[generated/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L58) - -___ - -### Cl - -• **Cl** = ``"Cl"`` - -#### Defined in - -[generated/types.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L48) - -___ - -### Cm - -• **Cm** = ``"Cm"`` - -#### Defined in - -[generated/types.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L42) - -___ - -### Cn - -• **Cn** = ``"Cn"`` - -#### Defined in - -[generated/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L49) - -___ - -### Co - -• **Co** = ``"Co"`` - -#### Defined in - -[generated/types.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L54) - -___ - -### Cr - -• **Cr** = ``"Cr"`` - -#### Defined in - -[generated/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L59) - -___ - -### Cu - -• **Cu** = ``"Cu"`` - -#### Defined in - -[generated/types.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L62) - -___ - -### Cv - -• **Cv** = ``"Cv"`` - -#### Defined in - -[generated/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L44) - -___ - -### Cw - -• **Cw** = ``"Cw"`` - -#### Defined in - -[generated/types.ts:252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L252) - -___ - -### Cx - -• **Cx** = ``"Cx"`` - -#### Defined in - -[generated/types.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L52) - -___ - -### Cy - -• **Cy** = ``"Cy"`` - -#### Defined in - -[generated/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L63) - -___ - -### Cz - -• **Cz** = ``"Cz"`` - -#### Defined in - -[generated/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L64) - -___ - -### De - -• **De** = ``"De"`` - -#### Defined in - -[generated/types.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L87) - -___ - -### Dj - -• **Dj** = ``"Dj"`` - -#### Defined in - -[generated/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L66) - -___ - -### Dk - -• **Dk** = ``"Dk"`` - -#### Defined in - -[generated/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L65) - -___ - -### Dm - -• **Dm** = ``"Dm"`` - -#### Defined in - -[generated/types.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L67) - -___ - -### Do - -• **Do** = ``"Do"`` - -#### Defined in - -[generated/types.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L68) - -___ - -### Dz - -• **Dz** = ``"Dz"`` - -#### Defined in - -[generated/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L7) - -___ - -### Ec - -• **Ec** = ``"Ec"`` - -#### Defined in - -[generated/types.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L69) - -___ - -### Ee - -• **Ee** = ``"Ee"`` - -#### Defined in - -[generated/types.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L74) - -___ - -### Eg - -• **Eg** = ``"Eg"`` - -#### Defined in - -[generated/types.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L70) - -___ - -### Eh - -• **Eh** = ``"Eh"`` - -#### Defined in - -[generated/types.ts:247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L247) - -___ - -### Er - -• **Er** = ``"Er"`` - -#### Defined in - -[generated/types.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L73) - -___ - -### Es - -• **Es** = ``"Es"`` - -#### Defined in - -[generated/types.ts:211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L211) - -___ - -### Et - -• **Et** = ``"Et"`` - -#### Defined in - -[generated/types.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L75) - -___ - -### Fi - -• **Fi** = ``"Fi"`` - -#### Defined in - -[generated/types.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L79) - -___ - -### Fj - -• **Fj** = ``"Fj"`` - -#### Defined in - -[generated/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L78) - -___ - -### Fk - -• **Fk** = ``"Fk"`` - -#### Defined in - -[generated/types.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L76) - -___ - -### Fm - -• **Fm** = ``"Fm"`` - -#### Defined in - -[generated/types.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L147) - -___ - -### Fo - -• **Fo** = ``"Fo"`` - -#### Defined in - -[generated/types.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L77) - -___ - -### Fr - -• **Fr** = ``"Fr"`` - -#### Defined in - -[generated/types.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L80) - -___ - -### Ga - -• **Ga** = ``"Ga"`` - -#### Defined in - -[generated/types.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L84) - -___ - -### Gb - -• **Gb** = ``"Gb"`` - -#### Defined in - -[generated/types.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L237) - -___ - -### Gd - -• **Gd** = ``"Gd"`` - -#### Defined in - -[generated/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L92) - -___ - -### Ge - -• **Ge** = ``"Ge"`` - -#### Defined in - -[generated/types.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L86) - -___ - -### Gf - -• **Gf** = ``"Gf"`` - -#### Defined in - -[generated/types.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L81) - -___ - -### Gg - -• **Gg** = ``"Gg"`` - -#### Defined in - -[generated/types.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L96) - -___ - -### Gh - -• **Gh** = ``"Gh"`` - -#### Defined in - -[generated/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L88) - -___ - -### Gi - -• **Gi** = ``"Gi"`` - -#### Defined in - -[generated/types.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L89) - -___ - -### Gl - -• **Gl** = ``"Gl"`` - -#### Defined in - -[generated/types.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L91) - -___ - -### Gm - -• **Gm** = ``"Gm"`` - -#### Defined in - -[generated/types.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L85) - -___ - -### Gn - -• **Gn** = ``"Gn"`` - -#### Defined in - -[generated/types.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L97) - -___ - -### Gp - -• **Gp** = ``"Gp"`` - -#### Defined in - -[generated/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L93) - -___ - -### Gq - -• **Gq** = ``"Gq"`` - -#### Defined in - -[generated/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L72) - -___ - -### Gr - -• **Gr** = ``"Gr"`` - -#### Defined in - -[generated/types.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L90) - -___ - -### Gs - -• **Gs** = ``"Gs"`` - -#### Defined in - -[generated/types.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L209) - -___ - -### Gt - -• **Gt** = ``"Gt"`` - -#### Defined in - -[generated/types.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L95) - -___ - -### Gu - -• **Gu** = ``"Gu"`` - -#### Defined in - -[generated/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L94) - -___ - -### Gw - -• **Gw** = ``"Gw"`` - -#### Defined in - -[generated/types.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L98) - -___ - -### Gy - -• **Gy** = ``"Gy"`` - -#### Defined in - -[generated/types.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L99) - -___ - -### Hk - -• **Hk** = ``"Hk"`` - -#### Defined in - -[generated/types.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L50) - -___ - -### Hm - -• **Hm** = ``"Hm"`` - -#### Defined in - -[generated/types.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L101) - -___ - -### Hn - -• **Hn** = ``"Hn"`` - -#### Defined in - -[generated/types.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L103) - -___ - -### Hr - -• **Hr** = ``"Hr"`` - -#### Defined in - -[generated/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L61) - -___ - -### Ht - -• **Ht** = ``"Ht"`` - -#### Defined in - -[generated/types.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L100) - -___ - -### Hu - -• **Hu** = ``"Hu"`` - -#### Defined in - -[generated/types.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L104) - -___ - -### Id - -• **Id** = ``"Id"`` - -#### Defined in - -[generated/types.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L107) - -___ - -### Ie - -• **Ie** = ``"Ie"`` - -#### Defined in - -[generated/types.ts:110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L110) - -___ - -### Il - -• **Il** = ``"Il"`` - -#### Defined in - -[generated/types.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L112) - -___ - -### Im - -• **Im** = ``"Im"`` - -#### Defined in - -[generated/types.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L111) - -___ - -### In - -• **In** = ``"In"`` - -#### Defined in - -[generated/types.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L106) - -___ - -### Io - -• **Io** = ``"Io"`` - -#### Defined in - -[generated/types.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L36) - -___ - -### Iq - -• **Iq** = ``"Iq"`` - -#### Defined in - -[generated/types.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L109) - -___ - -### Ir - -• **Ir** = ``"Ir"`` - -#### Defined in - -[generated/types.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L108) - -___ - -### Is - -• **Is** = ``"Is"`` - -#### Defined in - -[generated/types.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L105) - -___ - -### It - -• **It** = ``"It"`` - -#### Defined in - -[generated/types.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L113) - -___ - -### Je - -• **Je** = ``"Je"`` - -#### Defined in - -[generated/types.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L116) - -___ - -### Jm - -• **Jm** = ``"Jm"`` - -#### Defined in - -[generated/types.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L114) - -___ - -### Jo - -• **Jo** = ``"Jo"`` - -#### Defined in - -[generated/types.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L117) - -___ - -### Jp - -• **Jp** = ``"Jp"`` - -#### Defined in - -[generated/types.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L115) - -___ - -### Ke - -• **Ke** = ``"Ke"`` - -#### Defined in - -[generated/types.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L119) - -___ - -### Kg - -• **Kg** = ``"Kg"`` - -#### Defined in - -[generated/types.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L124) - -___ - -### Kh - -• **Kh** = ``"Kh"`` - -#### Defined in - -[generated/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L41) - -___ - -### Ki - -• **Ki** = ``"Ki"`` - -#### Defined in - -[generated/types.ts:120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L120) - -___ - -### Km - -• **Km** = ``"Km"`` - -#### Defined in - -[generated/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L55) - -___ - -### Kn - -• **Kn** = ``"Kn"`` - -#### Defined in - -[generated/types.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L190) - -___ - -### Kp - -• **Kp** = ``"Kp"`` - -#### Defined in - -[generated/types.ts:121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L121) - -___ - -### Kr - -• **Kr** = ``"Kr"`` - -#### Defined in - -[generated/types.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L122) - -___ - -### Kw - -• **Kw** = ``"Kw"`` - -#### Defined in - -[generated/types.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L123) - -___ - -### Ky - -• **Ky** = ``"Ky"`` - -#### Defined in - -[generated/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L45) - -___ - -### Kz - -• **Kz** = ``"Kz"`` - -#### Defined in - -[generated/types.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L118) - -___ - -### La - -• **La** = ``"La"`` - -#### Defined in - -[generated/types.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L125) - -___ - -### Lb - -• **Lb** = ``"Lb"`` - -#### Defined in - -[generated/types.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L127) - -___ - -### Lc - -• **Lc** = ``"Lc"`` - -#### Defined in - -[generated/types.ts:191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L191) - -___ - -### Li - -• **Li** = ``"Li"`` - -#### Defined in - -[generated/types.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L131) - -___ - -### Lk - -• **Lk** = ``"Lk"`` - -#### Defined in - -[generated/types.ts:212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L212) - -___ - -### Lr - -• **Lr** = ``"Lr"`` - -#### Defined in - -[generated/types.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L129) - -___ - -### Ls - -• **Ls** = ``"Ls"`` - -#### Defined in - -[generated/types.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L128) - -___ - -### Lt - -• **Lt** = ``"Lt"`` - -#### Defined in - -[generated/types.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L132) - -___ - -### Lu - -• **Lu** = ``"Lu"`` - -#### Defined in - -[generated/types.ts:133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L133) - -___ - -### Lv - -• **Lv** = ``"Lv"`` - -#### Defined in - -[generated/types.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L126) - -___ - -### Ly - -• **Ly** = ``"Ly"`` - -#### Defined in - -[generated/types.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L130) - -___ - -### Ma - -• **Ma** = ``"Ma"`` - -#### Defined in - -[generated/types.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L153) - -___ - -### Mc - -• **Mc** = ``"Mc"`` - -#### Defined in - -[generated/types.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L149) - -___ - -### Md - -• **Md** = ``"Md"`` - -#### Defined in - -[generated/types.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L148) - -___ - -### Me - -• **Me** = ``"Me"`` - -#### Defined in - -[generated/types.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L151) - -___ - -### Mf - -• **Mf** = ``"Mf"`` - -#### Defined in - -[generated/types.ts:192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L192) - -___ - -### Mg - -• **Mg** = ``"Mg"`` - -#### Defined in - -[generated/types.ts:135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L135) - -___ - -### Mh - -• **Mh** = ``"Mh"`` - -#### Defined in - -[generated/types.ts:141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L141) - -___ - -### Mk - -• **Mk** = ``"Mk"`` - -#### Defined in - -[generated/types.ts:134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L134) - -___ - -### Ml - -• **Ml** = ``"Ml"`` - -#### Defined in - -[generated/types.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L139) - -___ - -### Mm - -• **Mm** = ``"Mm"`` - -#### Defined in - -[generated/types.ts:155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L155) - -___ - -### Mn - -• **Mn** = ``"Mn"`` - -#### Defined in - -[generated/types.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L150) - -___ - -### Mo - -• **Mo** = ``"Mo"`` - -#### Defined in - -[generated/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L51) - -___ - -### Mp - -• **Mp** = ``"Mp"`` - -#### Defined in - -[generated/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L168) - -___ - -### Mq - -• **Mq** = ``"Mq"`` - -#### Defined in - -[generated/types.ts:142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L142) - -___ - -### Mr - -• **Mr** = ``"Mr"`` - -#### Defined in - -[generated/types.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L143) - -___ - -### Ms - -• **Ms** = ``"Ms"`` - -#### Defined in - -[generated/types.ts:152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L152) - -___ - -### Mt - -• **Mt** = ``"Mt"`` - -#### Defined in - -[generated/types.ts:140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L140) - -___ - -### Mu - -• **Mu** = ``"Mu"`` - -#### Defined in - -[generated/types.ts:144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L144) - -___ - -### Mv - -• **Mv** = ``"Mv"`` - -#### Defined in - -[generated/types.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L138) - -___ - -### Mw - -• **Mw** = ``"Mw"`` - -#### Defined in - -[generated/types.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L136) - -___ - -### Mx - -• **Mx** = ``"Mx"`` - -#### Defined in - -[generated/types.ts:146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L146) - -___ - -### My - -• **My** = ``"My"`` - -#### Defined in - -[generated/types.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L137) - -___ - -### Mz - -• **Mz** = ``"Mz"`` - -#### Defined in - -[generated/types.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L154) - -___ - -### Na - -• **Na** = ``"Na"`` - -#### Defined in - -[generated/types.ts:156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L156) - -___ - -### Nc - -• **Nc** = ``"Nc"`` - -#### Defined in - -[generated/types.ts:161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L161) - -___ - -### Ne - -• **Ne** = ``"Ne"`` - -#### Defined in - -[generated/types.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L164) - -___ - -### Nf - -• **Nf** = ``"Nf"`` - -#### Defined in - -[generated/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L167) - -___ - -### Ng - -• **Ng** = ``"Ng"`` - -#### Defined in - -[generated/types.ts:165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L165) - -___ - -### Ni - -• **Ni** = ``"Ni"`` - -#### Defined in - -[generated/types.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L163) - -___ - -### Nl - -• **Nl** = ``"Nl"`` - -#### Defined in - -[generated/types.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L159) - -___ - -### No - -• **No** = ``"No"`` - -#### Defined in - -[generated/types.ts:169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L169) - -___ - -### Np - -• **Np** = ``"Np"`` - -#### Defined in - -[generated/types.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L158) - -___ - -### Nr - -• **Nr** = ``"Nr"`` - -#### Defined in - -[generated/types.ts:157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L157) - -___ - -### Nu - -• **Nu** = ``"Nu"`` - -#### Defined in - -[generated/types.ts:166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L166) - -___ - -### Nz - -• **Nz** = ``"Nz"`` - -#### Defined in - -[generated/types.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L162) - -___ - -### Om - -• **Om** = ``"Om"`` - -#### Defined in - -[generated/types.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L170) - -___ - -### Pa - -• **Pa** = ``"Pa"`` - -#### Defined in - -[generated/types.ts:174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L174) - -___ - -### Pe - -• **Pe** = ``"Pe"`` - -#### Defined in - -[generated/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L177) - -___ - -### Pf - -• **Pf** = ``"Pf"`` - -#### Defined in - -[generated/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L82) - -___ - -### Pg - -• **Pg** = ``"Pg"`` - -#### Defined in - -[generated/types.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L175) - -___ - -### Ph - -• **Ph** = ``"Ph"`` - -#### Defined in - -[generated/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L178) - -___ - -### Pk - -• **Pk** = ``"Pk"`` - -#### Defined in - -[generated/types.ts:171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L171) - -___ - -### Pl - -• **Pl** = ``"Pl"`` - -#### Defined in - -[generated/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L180) - -___ - -### Pm - -• **Pm** = ``"Pm"`` - -#### Defined in - -[generated/types.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L193) - -___ - -### Pn - -• **Pn** = ``"Pn"`` - -#### Defined in - -[generated/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L179) - -___ - -### Pr - -• **Pr** = ``"Pr"`` - -#### Defined in - -[generated/types.ts:182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L182) - -___ - -### Ps - -• **Ps** = ``"Ps"`` - -#### Defined in - -[generated/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L173) - -___ - -### Pt - -• **Pt** = ``"Pt"`` - -#### Defined in - -[generated/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L181) - -___ - -### Pw - -• **Pw** = ``"Pw"`` - -#### Defined in - -[generated/types.ts:172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L172) - -___ - -### Py - -• **Py** = ``"Py"`` - -#### Defined in - -[generated/types.ts:176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L176) - -___ - -### Qa - -• **Qa** = ``"Qa"`` - -#### Defined in - -[generated/types.ts:183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L183) - -___ - -### Re - -• **Re** = ``"Re"`` - -#### Defined in - -[generated/types.ts:184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L184) - -___ - -### Ro - -• **Ro** = ``"Ro"`` - -#### Defined in - -[generated/types.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L185) - -___ - -### Rs - -• **Rs** = ``"Rs"`` - -#### Defined in - -[generated/types.ts:200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L200) - -___ - -### Ru - -• **Ru** = ``"Ru"`` - -#### Defined in - -[generated/types.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L186) - -___ - -### Rw - -• **Rw** = ``"Rw"`` - -#### Defined in - -[generated/types.ts:187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L187) - -___ - -### Sa - -• **Sa** = ``"Sa"`` - -#### Defined in - -[generated/types.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L198) - -___ - -### Sb - -• **Sb** = ``"Sb"`` - -#### Defined in - -[generated/types.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L206) - -___ - -### Sc - -• **Sc** = ``"Sc"`` - -#### Defined in - -[generated/types.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L201) - -___ - -### Sd - -• **Sd** = ``"Sd"`` - -#### Defined in - -[generated/types.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L213) - -___ - -### Se - -• **Se** = ``"Se"`` - -#### Defined in - -[generated/types.ts:217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L217) - -___ - -### Sg - -• **Sg** = ``"Sg"`` - -#### Defined in - -[generated/types.ts:203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L203) - -___ - -### Sh - -• **Sh** = ``"Sh"`` - -#### Defined in - -[generated/types.ts:189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L189) - -___ - -### Si - -• **Si** = ``"Si"`` - -#### Defined in - -[generated/types.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L205) - -___ - -### Sj - -• **Sj** = ``"Sj"`` - -#### Defined in - -[generated/types.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L215) - -___ - -### Sk - -• **Sk** = ``"Sk"`` - -#### Defined in - -[generated/types.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L204) - -___ - -### Sl - -• **Sl** = ``"Sl"`` - -#### Defined in - -[generated/types.ts:202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L202) - -___ - -### Sm - -• **Sm** = ``"Sm"`` - -#### Defined in - -[generated/types.ts:196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L196) - -___ - -### Sn - -• **Sn** = ``"Sn"`` - -#### Defined in - -[generated/types.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L199) - -___ - -### So - -• **So** = ``"So"`` - -#### Defined in - -[generated/types.ts:207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L207) - -___ - -### Sr - -• **Sr** = ``"Sr"`` - -#### Defined in - -[generated/types.ts:214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L214) - -___ - -### Ss - -• **Ss** = ``"Ss"`` - -#### Defined in - -[generated/types.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L210) - -___ - -### St - -• **St** = ``"St"`` - -#### Defined in - -[generated/types.ts:197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L197) - -___ - -### Sv - -• **Sv** = ``"Sv"`` - -#### Defined in - -[generated/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L71) - -___ - -### Sx - -• **Sx** = ``"Sx"`` - -#### Defined in - -[generated/types.ts:253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L253) - -___ - -### Sy - -• **Sy** = ``"Sy"`` - -#### Defined in - -[generated/types.ts:219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L219) - -___ - -### Sz - -• **Sz** = ``"Sz"`` - -#### Defined in - -[generated/types.ts:216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L216) - -___ - -### Tc - -• **Tc** = ``"Tc"`` - -#### Defined in - -[generated/types.ts:232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L232) - -___ - -### Td - -• **Td** = ``"Td"`` - -#### Defined in - -[generated/types.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L47) - -___ - -### Tf - -• **Tf** = ``"Tf"`` - -#### Defined in - -[generated/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L83) - -___ - -### Tg - -• **Tg** = ``"Tg"`` - -#### Defined in - -[generated/types.ts:225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L225) - -___ - -### Th - -• **Th** = ``"Th"`` - -#### Defined in - -[generated/types.ts:223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L223) - -___ - -### Tj - -• **Tj** = ``"Tj"`` - -#### Defined in - -[generated/types.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L221) - -___ - -### Tk - -• **Tk** = ``"Tk"`` - -#### Defined in - -[generated/types.ts:226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L226) - -___ - -### Tl - -• **Tl** = ``"Tl"`` - -#### Defined in - -[generated/types.ts:224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L224) - -___ - -### Tm - -• **Tm** = ``"Tm"`` - -#### Defined in - -[generated/types.ts:231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L231) - -___ - -### Tn - -• **Tn** = ``"Tn"`` - -#### Defined in - -[generated/types.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L229) - -___ - -### To - -• **To** = ``"To"`` - -#### Defined in - -[generated/types.ts:227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L227) - -___ - -### Tr - -• **Tr** = ``"Tr"`` - -#### Defined in - -[generated/types.ts:230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L230) - -___ - -### Tt - -• **Tt** = ``"Tt"`` - -#### Defined in - -[generated/types.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L228) - -___ - -### Tv - -• **Tv** = ``"Tv"`` - -#### Defined in - -[generated/types.ts:233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L233) - -___ - -### Tw - -• **Tw** = ``"Tw"`` - -#### Defined in - -[generated/types.ts:220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L220) - -___ - -### Tz - -• **Tz** = ``"Tz"`` - -#### Defined in - -[generated/types.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L222) - -___ - -### Ua - -• **Ua** = ``"Ua"`` - -#### Defined in - -[generated/types.ts:235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L235) - -___ - -### Ug - -• **Ug** = ``"Ug"`` - -#### Defined in - -[generated/types.ts:234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L234) - -___ - -### Um - -• **Um** = ``"Um"`` - -#### Defined in - -[generated/types.ts:239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L239) - -___ - -### Us - -• **Us** = ``"Us"`` - -#### Defined in - -[generated/types.ts:238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L238) - -___ - -### Uy - -• **Uy** = ``"Uy"`` - -#### Defined in - -[generated/types.ts:240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L240) - -___ - -### Uz - -• **Uz** = ``"Uz"`` - -#### Defined in - -[generated/types.ts:241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L241) - -___ - -### Va - -• **Va** = ``"Va"`` - -#### Defined in - -[generated/types.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L102) - -___ - -### Vc - -• **Vc** = ``"Vc"`` - -#### Defined in - -[generated/types.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L194) - -___ - -### Ve - -• **Ve** = ``"Ve"`` - -#### Defined in - -[generated/types.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L243) - -___ - -### Vg - -• **Vg** = ``"Vg"`` - -#### Defined in - -[generated/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L35) - -___ - -### Vi - -• **Vi** = ``"Vi"`` - -#### Defined in - -[generated/types.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L245) - -___ - -### Vn - -• **Vn** = ``"Vn"`` - -#### Defined in - -[generated/types.ts:244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L244) - -___ - -### Vu - -• **Vu** = ``"Vu"`` - -#### Defined in - -[generated/types.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L242) - -___ - -### Wf - -• **Wf** = ``"Wf"`` - -#### Defined in - -[generated/types.ts:246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L246) - -___ - -### Ws - -• **Ws** = ``"Ws"`` - -#### Defined in - -[generated/types.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L195) - -___ - -### Ye - -• **Ye** = ``"Ye"`` - -#### Defined in - -[generated/types.ts:248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L248) - -___ - -### Yt - -• **Yt** = ``"Yt"`` - -#### Defined in - -[generated/types.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L145) - -___ - -### Za - -• **Za** = ``"Za"`` - -#### Defined in - -[generated/types.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L208) - -___ - -### Zm - -• **Zm** = ``"Zm"`` - -#### Defined in - -[generated/types.ts:249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L249) - -___ - -### Zw - -• **Zw** = ``"Zw"`` - -#### Defined in - -[generated/types.ts:250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L250) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md deleted file mode 100644 index d717df9cf3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md +++ /dev/null @@ -1,87 +0,0 @@ ---- -id: "ExternalAgentsTx" -title: "Enumeration: ExternalAgentsTx" -sidebar_label: "ExternalAgentsTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).ExternalAgentsTx - -## Enumeration Members - -### Abdicate - -• **Abdicate** = ``"externalAgents.abdicate"`` - -#### Defined in - -[generated/types.ts:727](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L727) - -___ - -### AcceptBecomeAgent - -• **AcceptBecomeAgent** = ``"externalAgents.acceptBecomeAgent"`` - -#### Defined in - -[generated/types.ts:729](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L729) - -___ - -### ChangeGroup - -• **ChangeGroup** = ``"externalAgents.changeGroup"`` - -#### Defined in - -[generated/types.ts:728](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L728) - -___ - -### CreateAndChangeCustomGroup - -• **CreateAndChangeCustomGroup** = ``"externalAgents.createAndChangeCustomGroup"`` - -#### Defined in - -[generated/types.ts:731](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L731) - -___ - -### CreateGroup - -• **CreateGroup** = ``"externalAgents.createGroup"`` - -#### Defined in - -[generated/types.ts:724](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L724) - -___ - -### CreateGroupAndAddAuth - -• **CreateGroupAndAddAuth** = ``"externalAgents.createGroupAndAddAuth"`` - -#### Defined in - -[generated/types.ts:730](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L730) - -___ - -### RemoveAgent - -• **RemoveAgent** = ``"externalAgents.removeAgent"`` - -#### Defined in - -[generated/types.ts:726](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L726) - -___ - -### SetGroupPermissions - -• **SetGroupPermissions** = ``"externalAgents.setGroupPermissions"`` - -#### Defined in - -[generated/types.ts:725](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L725) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/GrandpaTx/GrandpaTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/GrandpaTx/GrandpaTx.md deleted file mode 100644 index 6188e2d803..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/GrandpaTx/GrandpaTx.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "GrandpaTx" -title: "Enumeration: GrandpaTx" -sidebar_label: "GrandpaTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).GrandpaTx - -## Enumeration Members - -### NoteStalled - -• **NoteStalled** = ``"grandpa.noteStalled"`` - -#### Defined in - -[generated/types.ts:488](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L488) - -___ - -### ReportEquivocation - -• **ReportEquivocation** = ``"grandpa.reportEquivocation"`` - -#### Defined in - -[generated/types.ts:486](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L486) - -___ - -### ReportEquivocationUnsigned - -• **ReportEquivocationUnsigned** = ``"grandpa.reportEquivocationUnsigned"`` - -#### Defined in - -[generated/types.ts:487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L487) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/IdentityTx/IdentityTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/IdentityTx/IdentityTx.md deleted file mode 100644 index 012f495ff2..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/IdentityTx/IdentityTx.md +++ /dev/null @@ -1,317 +0,0 @@ ---- -id: "IdentityTx" -title: "Enumeration: IdentityTx" -sidebar_label: "IdentityTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).IdentityTx - -## Enumeration Members - -### AcceptPrimaryKey - -• **AcceptPrimaryKey** = ``"identity.acceptPrimaryKey"`` - -#### Defined in - -[generated/types.ts:305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L305) - -___ - -### AddAuthorization - -• **AddAuthorization** = ``"identity.addAuthorization"`` - -#### Defined in - -[generated/types.ts:315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L315) - -___ - -### AddClaim - -• **AddClaim** = ``"identity.addClaim"`` - -#### Defined in - -[generated/types.ts:309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L309) - -___ - -### AddInvestorUniquenessClaim - -• **AddInvestorUniquenessClaim** = ``"identity.addInvestorUniquenessClaim"`` - -#### Defined in - -[generated/types.ts:318](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L318) - -___ - -### AddInvestorUniquenessClaimV2 - -• **AddInvestorUniquenessClaimV2** = ``"identity.addInvestorUniquenessClaimV2"`` - -#### Defined in - -[generated/types.ts:321](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L321) - -___ - -### AddSecondaryKeysWithAuthorization - -• **AddSecondaryKeysWithAuthorization** = ``"identity.addSecondaryKeysWithAuthorization"`` - -#### Defined in - -[generated/types.ts:317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L317) - -___ - -### AddSecondaryKeysWithAuthorizationOld - -• **AddSecondaryKeysWithAuthorizationOld** = ``"identity.addSecondaryKeysWithAuthorizationOld"`` - -#### Defined in - -[generated/types.ts:326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L326) - -___ - -### CddRegisterDid - -• **CddRegisterDid** = ``"identity.cddRegisterDid"`` - -#### Defined in - -[generated/types.ts:302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L302) - -___ - -### CddRegisterDidWithCdd - -• **CddRegisterDidWithCdd** = ``"identity.cddRegisterDidWithCdd"`` - -#### Defined in - -[generated/types.ts:329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L329) - -___ - -### ChangeCddRequirementForMkRotation - -• **ChangeCddRequirementForMkRotation** = ``"identity.changeCddRequirementForMkRotation"`` - -#### Defined in - -[generated/types.ts:306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L306) - -___ - -### CreateChildIdentities - -• **CreateChildIdentities** = ``"identity.createChildIdentities"`` - -#### Defined in - -[generated/types.ts:331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L331) - -___ - -### CreateChildIdentity - -• **CreateChildIdentity** = ``"identity.createChildIdentity"`` - -#### Defined in - -[generated/types.ts:330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L330) - -___ - -### FreezeSecondaryKeys - -• **FreezeSecondaryKeys** = ``"identity.freezeSecondaryKeys"`` - -#### Defined in - -[generated/types.ts:313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L313) - -___ - -### GcAddCddClaim - -• **GcAddCddClaim** = ``"identity.gcAddCddClaim"`` - -#### Defined in - -[generated/types.ts:319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L319) - -___ - -### GcRevokeCddClaim - -• **GcRevokeCddClaim** = ``"identity.gcRevokeCddClaim"`` - -#### Defined in - -[generated/types.ts:320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L320) - -___ - -### InvalidateCddClaims - -• **InvalidateCddClaims** = ``"identity.invalidateCddClaims"`` - -#### Defined in - -[generated/types.ts:303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L303) - -___ - -### JoinIdentityAsKey - -• **JoinIdentityAsKey** = ``"identity.joinIdentityAsKey"`` - -#### Defined in - -[generated/types.ts:307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L307) - -___ - -### LeaveIdentityAsKey - -• **LeaveIdentityAsKey** = ``"identity.leaveIdentityAsKey"`` - -#### Defined in - -[generated/types.ts:308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L308) - -___ - -### LegacySetPermissionToSigner - -• **LegacySetPermissionToSigner** = ``"identity.legacySetPermissionToSigner"`` - -#### Defined in - -[generated/types.ts:312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L312) - -___ - -### PlaceholderLegacySetPermissionToSigner - -• **PlaceholderLegacySetPermissionToSigner** = ``"identity.placeholderLegacySetPermissionToSigner"`` - -#### Defined in - -[generated/types.ts:325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L325) - -___ - -### RegisterCustomClaimType - -• **RegisterCustomClaimType** = ``"identity.registerCustomClaimType"`` - -#### Defined in - -[generated/types.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L328) - -___ - -### RemoveAuthorization - -• **RemoveAuthorization** = ``"identity.removeAuthorization"`` - -#### Defined in - -[generated/types.ts:316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L316) - -___ - -### RemoveSecondaryKeys - -• **RemoveSecondaryKeys** = ``"identity.removeSecondaryKeys"`` - -#### Defined in - -[generated/types.ts:304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L304) - -___ - -### RemoveSecondaryKeysOld - -• **RemoveSecondaryKeysOld** = ``"identity.removeSecondaryKeysOld"`` - -#### Defined in - -[generated/types.ts:324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L324) - -___ - -### RevokeClaim - -• **RevokeClaim** = ``"identity.revokeClaim"`` - -#### Defined in - -[generated/types.ts:310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L310) - -___ - -### RevokeClaimByIndex - -• **RevokeClaimByIndex** = ``"identity.revokeClaimByIndex"`` - -#### Defined in - -[generated/types.ts:322](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L322) - -___ - -### RotatePrimaryKeyToSecondary - -• **RotatePrimaryKeyToSecondary** = ``"identity.rotatePrimaryKeyToSecondary"`` - -#### Defined in - -[generated/types.ts:323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L323) - -___ - -### SetPermissionToSigner - -• **SetPermissionToSigner** = ``"identity.setPermissionToSigner"`` - -#### Defined in - -[generated/types.ts:311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L311) - -___ - -### SetSecondaryKeyPermissions - -• **SetSecondaryKeyPermissions** = ``"identity.setSecondaryKeyPermissions"`` - -#### Defined in - -[generated/types.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L327) - -___ - -### UnfreezeSecondaryKeys - -• **UnfreezeSecondaryKeys** = ``"identity.unfreezeSecondaryKeys"`` - -#### Defined in - -[generated/types.ts:314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L314) - -___ - -### UnlinkChildIdentity - -• **UnlinkChildIdentity** = ``"identity.unlinkChildIdentity"`` - -#### Defined in - -[generated/types.ts:332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L332) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/ImOnlineTx/ImOnlineTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/ImOnlineTx/ImOnlineTx.md deleted file mode 100644 index 402e02ccb6..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/ImOnlineTx/ImOnlineTx.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "ImOnlineTx" -title: "Enumeration: ImOnlineTx" -sidebar_label: "ImOnlineTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).ImOnlineTx - -## Enumeration Members - -### Heartbeat - -• **Heartbeat** = ``"imOnline.heartbeat"`` - -#### Defined in - -[generated/types.ts:492](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L492) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/IndicesTx/IndicesTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/IndicesTx/IndicesTx.md deleted file mode 100644 index bcf47382af..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/IndicesTx/IndicesTx.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "IndicesTx" -title: "Enumeration: IndicesTx" -sidebar_label: "IndicesTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).IndicesTx - -## Enumeration Members - -### Claim - -• **Claim** = ``"indices.claim"`` - -#### Defined in - -[generated/types.ts:281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L281) - -___ - -### ForceTransfer - -• **ForceTransfer** = ``"indices.forceTransfer"`` - -#### Defined in - -[generated/types.ts:284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L284) - -___ - -### Free - -• **Free** = ``"indices.free"`` - -#### Defined in - -[generated/types.ts:283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L283) - -___ - -### Freeze - -• **Freeze** = ``"indices.freeze"`` - -#### Defined in - -[generated/types.ts:285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L285) - -___ - -### Transfer - -• **Transfer** = ``"indices.transfer"`` - -#### Defined in - -[generated/types.ts:282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L282) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/ModuleName/ModuleName.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/ModuleName/ModuleName.md deleted file mode 100644 index da5f9ab49d..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/ModuleName/ModuleName.md +++ /dev/null @@ -1,457 +0,0 @@ ---- -id: "ModuleName" -title: "Enumeration: ModuleName" -sidebar_label: "ModuleName" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).ModuleName - -## Enumeration Members - -### Asset - -• **Asset** = ``"asset"`` - -#### Defined in - -[generated/types.ts:826](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L826) - -___ - -### Authorship - -• **Authorship** = ``"authorship"`` - -#### Defined in - -[generated/types.ts:809](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L809) - -___ - -### Babe - -• **Babe** = ``"babe"`` - -#### Defined in - -[generated/types.ts:806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L806) - -___ - -### Balances - -• **Balances** = ``"balances"`` - -#### Defined in - -[generated/types.ts:810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L810) - -___ - -### Bridge - -• **Bridge** = ``"bridge"`` - -#### Defined in - -[generated/types.ts:820](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L820) - -___ - -### CapitalDistribution - -• **CapitalDistribution** = ``"capitalDistribution"`` - -#### Defined in - -[generated/types.ts:827](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L827) - -___ - -### CddServiceProviders - -• **CddServiceProviders** = ``"cddServiceProviders"`` - -#### Defined in - -[generated/types.ts:812](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L812) - -___ - -### Checkpoint - -• **Checkpoint** = ``"checkpoint"`` - -#### Defined in - -[generated/types.ts:828](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L828) - -___ - -### CommitteeMembership - -• **CommitteeMembership** = ``"committeeMembership"`` - -#### Defined in - -[generated/types.ts:814](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L814) - -___ - -### ComplianceManager - -• **ComplianceManager** = ``"complianceManager"`` - -#### Defined in - -[generated/types.ts:829](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L829) - -___ - -### Contracts - -• **Contracts** = ``"contracts"`` - -#### Defined in - -[generated/types.ts:847](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L847) - -___ - -### CorporateAction - -• **CorporateAction** = ``"corporateAction"`` - -#### Defined in - -[generated/types.ts:830](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L830) - -___ - -### CorporateBallot - -• **CorporateBallot** = ``"corporateBallot"`` - -#### Defined in - -[generated/types.ts:831](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L831) - -___ - -### ExternalAgents - -• **ExternalAgents** = ``"externalAgents"`` - -#### Defined in - -[generated/types.ts:841](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L841) - -___ - -### Grandpa - -• **Grandpa** = ``"grandpa"`` - -#### Defined in - -[generated/types.ts:823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L823) - -___ - -### Identity - -• **Identity** = ``"identity"`` - -#### Defined in - -[generated/types.ts:811](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L811) - -___ - -### ImOnline - -• **ImOnline** = ``"imOnline"`` - -#### Defined in - -[generated/types.ts:824](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L824) - -___ - -### Indices - -• **Indices** = ``"indices"`` - -#### Defined in - -[generated/types.ts:808](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L808) - -___ - -### MultiSig - -• **MultiSig** = ``"multiSig"`` - -#### Defined in - -[generated/types.ts:819](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L819) - -___ - -### Nft - -• **Nft** = ``"nft"`` - -#### Defined in - -[generated/types.ts:848](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L848) - -___ - -### Pips - -• **Pips** = ``"pips"`` - -#### Defined in - -[generated/types.ts:832](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L832) - -___ - -### PolymeshCommittee - -• **PolymeshCommittee** = ``"polymeshCommittee"`` - -#### Defined in - -[generated/types.ts:813](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L813) - -___ - -### PolymeshContracts - -• **PolymeshContracts** = ``"polymeshContracts"`` - -#### Defined in - -[generated/types.ts:845](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L845) - -___ - -### Portfolio - -• **Portfolio** = ``"portfolio"`` - -#### Defined in - -[generated/types.ts:833](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L833) - -___ - -### Preimage - -• **Preimage** = ``"preimage"`` - -#### Defined in - -[generated/types.ts:846](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L846) - -___ - -### ProtocolFee - -• **ProtocolFee** = ``"protocolFee"`` - -#### Defined in - -[generated/types.ts:834](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L834) - -___ - -### Relayer - -• **Relayer** = ``"relayer"`` - -#### Defined in - -[generated/types.ts:842](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L842) - -___ - -### Rewards - -• **Rewards** = ``"rewards"`` - -#### Defined in - -[generated/types.ts:843](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L843) - -___ - -### Scheduler - -• **Scheduler** = ``"scheduler"`` - -#### Defined in - -[generated/types.ts:835](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L835) - -___ - -### Session - -• **Session** = ``"session"`` - -#### Defined in - -[generated/types.ts:822](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L822) - -___ - -### Settlement - -• **Settlement** = ``"settlement"`` - -#### Defined in - -[generated/types.ts:836](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L836) - -___ - -### Staking - -• **Staking** = ``"staking"`` - -#### Defined in - -[generated/types.ts:821](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L821) - -___ - -### StateTrieMigration - -• **StateTrieMigration** = ``"stateTrieMigration"`` - -#### Defined in - -[generated/types.ts:849](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L849) - -___ - -### Statistics - -• **Statistics** = ``"statistics"`` - -#### Defined in - -[generated/types.ts:837](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L837) - -___ - -### Sto - -• **Sto** = ``"sto"`` - -#### Defined in - -[generated/types.ts:838](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L838) - -___ - -### Sudo - -• **Sudo** = ``"sudo"`` - -#### Defined in - -[generated/types.ts:825](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L825) - -___ - -### System - -• **System** = ``"system"`` - -#### Defined in - -[generated/types.ts:805](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L805) - -___ - -### TechnicalCommittee - -• **TechnicalCommittee** = ``"technicalCommittee"`` - -#### Defined in - -[generated/types.ts:815](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L815) - -___ - -### TechnicalCommitteeMembership - -• **TechnicalCommitteeMembership** = ``"technicalCommitteeMembership"`` - -#### Defined in - -[generated/types.ts:816](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L816) - -___ - -### TestUtils - -• **TestUtils** = ``"testUtils"`` - -#### Defined in - -[generated/types.ts:844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L844) - -___ - -### Timestamp - -• **Timestamp** = ``"timestamp"`` - -#### Defined in - -[generated/types.ts:807](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L807) - -___ - -### Treasury - -• **Treasury** = ``"treasury"`` - -#### Defined in - -[generated/types.ts:839](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L839) - -___ - -### UpgradeCommittee - -• **UpgradeCommittee** = ``"upgradeCommittee"`` - -#### Defined in - -[generated/types.ts:817](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L817) - -___ - -### UpgradeCommitteeMembership - -• **UpgradeCommitteeMembership** = ``"upgradeCommitteeMembership"`` - -#### Defined in - -[generated/types.ts:818](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L818) - -___ - -### Utility - -• **Utility** = ``"utility"`` - -#### Defined in - -[generated/types.ts:840](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L840) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/MultiSigTx/MultiSigTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/MultiSigTx/MultiSigTx.md deleted file mode 100644 index 3776312dbf..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/MultiSigTx/MultiSigTx.md +++ /dev/null @@ -1,227 +0,0 @@ ---- -id: "MultiSigTx" -title: "Enumeration: MultiSigTx" -sidebar_label: "MultiSigTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).MultiSigTx - -## Enumeration Members - -### AcceptMultisigSignerAsIdentity - -• **AcceptMultisigSignerAsIdentity** = ``"multiSig.acceptMultisigSignerAsIdentity"`` - -#### Defined in - -[generated/types.ts:409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L409) - -___ - -### AcceptMultisigSignerAsKey - -• **AcceptMultisigSignerAsKey** = ``"multiSig.acceptMultisigSignerAsKey"`` - -#### Defined in - -[generated/types.ts:410](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L410) - -___ - -### AddMultisigSigner - -• **AddMultisigSigner** = ``"multiSig.addMultisigSigner"`` - -#### Defined in - -[generated/types.ts:411](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L411) - -___ - -### AddMultisigSignersViaCreator - -• **AddMultisigSignersViaCreator** = ``"multiSig.addMultisigSignersViaCreator"`` - -#### Defined in - -[generated/types.ts:413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L413) - -___ - -### ApproveAsIdentity - -• **ApproveAsIdentity** = ``"multiSig.approveAsIdentity"`` - -#### Defined in - -[generated/types.ts:405](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L405) - -___ - -### ApproveAsKey - -• **ApproveAsKey** = ``"multiSig.approveAsKey"`` - -#### Defined in - -[generated/types.ts:406](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L406) - -___ - -### ChangeSigsRequired - -• **ChangeSigsRequired** = ``"multiSig.changeSigsRequired"`` - -#### Defined in - -[generated/types.ts:415](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L415) - -___ - -### ChangeSigsRequiredViaCreator - -• **ChangeSigsRequiredViaCreator** = ``"multiSig.changeSigsRequiredViaCreator"`` - -#### Defined in - -[generated/types.ts:420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L420) - -___ - -### CreateMultisig - -• **CreateMultisig** = ``"multiSig.createMultisig"`` - -#### Defined in - -[generated/types.ts:400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L400) - -___ - -### CreateOrApproveProposalAsIdentity - -• **CreateOrApproveProposalAsIdentity** = ``"multiSig.createOrApproveProposalAsIdentity"`` - -#### Defined in - -[generated/types.ts:401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L401) - -___ - -### CreateOrApproveProposalAsKey - -• **CreateOrApproveProposalAsKey** = ``"multiSig.createOrApproveProposalAsKey"`` - -#### Defined in - -[generated/types.ts:402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L402) - -___ - -### CreateProposalAsIdentity - -• **CreateProposalAsIdentity** = ``"multiSig.createProposalAsIdentity"`` - -#### Defined in - -[generated/types.ts:403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L403) - -___ - -### CreateProposalAsKey - -• **CreateProposalAsKey** = ``"multiSig.createProposalAsKey"`` - -#### Defined in - -[generated/types.ts:404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L404) - -___ - -### ExecuteScheduledProposal - -• **ExecuteScheduledProposal** = ``"multiSig.executeScheduledProposal"`` - -#### Defined in - -[generated/types.ts:418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L418) - -___ - -### MakeMultisigPrimary - -• **MakeMultisigPrimary** = ``"multiSig.makeMultisigPrimary"`` - -#### Defined in - -[generated/types.ts:417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L417) - -___ - -### MakeMultisigSecondary - -• **MakeMultisigSecondary** = ``"multiSig.makeMultisigSecondary"`` - -#### Defined in - -[generated/types.ts:419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L419) - -___ - -### MakeMultisigSigner - -• **MakeMultisigSigner** = ``"multiSig.makeMultisigSigner"`` - -#### Defined in - -[generated/types.ts:416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L416) - -___ - -### RejectAsIdentity - -• **RejectAsIdentity** = ``"multiSig.rejectAsIdentity"`` - -#### Defined in - -[generated/types.ts:407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L407) - -___ - -### RejectAsKey - -• **RejectAsKey** = ``"multiSig.rejectAsKey"`` - -#### Defined in - -[generated/types.ts:408](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L408) - -___ - -### RemoveCreatorControls - -• **RemoveCreatorControls** = ``"multiSig.removeCreatorControls"`` - -#### Defined in - -[generated/types.ts:421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L421) - -___ - -### RemoveMultisigSigner - -• **RemoveMultisigSigner** = ``"multiSig.removeMultisigSigner"`` - -#### Defined in - -[generated/types.ts:412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L412) - -___ - -### RemoveMultisigSignersViaCreator - -• **RemoveMultisigSignersViaCreator** = ``"multiSig.removeMultisigSignersViaCreator"`` - -#### Defined in - -[generated/types.ts:414](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L414) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/NftTx/NftTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/NftTx/NftTx.md deleted file mode 100644 index 60e7da82c7..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/NftTx/NftTx.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "NftTx" -title: "Enumeration: NftTx" -sidebar_label: "NftTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).NftTx - -## Enumeration Members - -### ControllerTransfer - -• **ControllerTransfer** = ``"nft.controllerTransfer"`` - -#### Defined in - -[generated/types.ts:792](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L792) - -___ - -### CreateNftCollection - -• **CreateNftCollection** = ``"nft.createNftCollection"`` - -#### Defined in - -[generated/types.ts:789](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L789) - -___ - -### IssueNft - -• **IssueNft** = ``"nft.issueNft"`` - -#### Defined in - -[generated/types.ts:790](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L790) - -___ - -### RedeemNft - -• **RedeemNft** = ``"nft.redeemNft"`` - -#### Defined in - -[generated/types.ts:791](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L791) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/PipsTx/PipsTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/PipsTx/PipsTx.md deleted file mode 100644 index 5c7e53fe8b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/PipsTx/PipsTx.md +++ /dev/null @@ -1,177 +0,0 @@ ---- -id: "PipsTx" -title: "Enumeration: PipsTx" -sidebar_label: "PipsTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).PipsTx - -## Enumeration Members - -### ApproveCommitteeProposal - -• **ApproveCommitteeProposal** = ``"pips.approveCommitteeProposal"`` - -#### Defined in - -[generated/types.ts:596](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L596) - -___ - -### ClearSnapshot - -• **ClearSnapshot** = ``"pips.clearSnapshot"`` - -#### Defined in - -[generated/types.ts:600](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L600) - -___ - -### EnactSnapshotResults - -• **EnactSnapshotResults** = ``"pips.enactSnapshotResults"`` - -#### Defined in - -[generated/types.ts:602](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L602) - -___ - -### ExecuteScheduledPip - -• **ExecuteScheduledPip** = ``"pips.executeScheduledPip"`` - -#### Defined in - -[generated/types.ts:603](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L603) - -___ - -### ExpireScheduledPip - -• **ExpireScheduledPip** = ``"pips.expireScheduledPip"`` - -#### Defined in - -[generated/types.ts:604](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L604) - -___ - -### Propose - -• **Propose** = ``"pips.propose"`` - -#### Defined in - -[generated/types.ts:594](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L594) - -___ - -### PruneProposal - -• **PruneProposal** = ``"pips.pruneProposal"`` - -#### Defined in - -[generated/types.ts:598](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L598) - -___ - -### RejectProposal - -• **RejectProposal** = ``"pips.rejectProposal"`` - -#### Defined in - -[generated/types.ts:597](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L597) - -___ - -### RescheduleExecution - -• **RescheduleExecution** = ``"pips.rescheduleExecution"`` - -#### Defined in - -[generated/types.ts:599](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L599) - -___ - -### SetActivePipLimit - -• **SetActivePipLimit** = ``"pips.setActivePipLimit"`` - -#### Defined in - -[generated/types.ts:593](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L593) - -___ - -### SetDefaultEnactmentPeriod - -• **SetDefaultEnactmentPeriod** = ``"pips.setDefaultEnactmentPeriod"`` - -#### Defined in - -[generated/types.ts:590](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L590) - -___ - -### SetMaxPipSkipCount - -• **SetMaxPipSkipCount** = ``"pips.setMaxPipSkipCount"`` - -#### Defined in - -[generated/types.ts:592](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L592) - -___ - -### SetMinProposalDeposit - -• **SetMinProposalDeposit** = ``"pips.setMinProposalDeposit"`` - -#### Defined in - -[generated/types.ts:589](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L589) - -___ - -### SetPendingPipExpiry - -• **SetPendingPipExpiry** = ``"pips.setPendingPipExpiry"`` - -#### Defined in - -[generated/types.ts:591](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L591) - -___ - -### SetPruneHistoricalPips - -• **SetPruneHistoricalPips** = ``"pips.setPruneHistoricalPips"`` - -#### Defined in - -[generated/types.ts:588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L588) - -___ - -### Snapshot - -• **Snapshot** = ``"pips.snapshot"`` - -#### Defined in - -[generated/types.ts:601](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L601) - -___ - -### Vote - -• **Vote** = ``"pips.vote"`` - -#### Defined in - -[generated/types.ts:595](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L595) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md deleted file mode 100644 index 02c8e14695..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "PolymeshCommitteeTx" -title: "Enumeration: PolymeshCommitteeTx" -sidebar_label: "PolymeshCommitteeTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).PolymeshCommitteeTx - -## Enumeration Members - -### SetExpiresAfter - -• **SetExpiresAfter** = ``"polymeshCommittee.setExpiresAfter"`` - -#### Defined in - -[generated/types.ts:348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L348) - -___ - -### SetReleaseCoordinator - -• **SetReleaseCoordinator** = ``"polymeshCommittee.setReleaseCoordinator"`` - -#### Defined in - -[generated/types.ts:347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L347) - -___ - -### SetVoteThreshold - -• **SetVoteThreshold** = ``"polymeshCommittee.setVoteThreshold"`` - -#### Defined in - -[generated/types.ts:346](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L346) - -___ - -### Vote - -• **Vote** = ``"polymeshCommittee.vote"`` - -#### Defined in - -[generated/types.ts:350](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L350) - -___ - -### VoteOrPropose - -• **VoteOrPropose** = ``"polymeshCommittee.voteOrPropose"`` - -#### Defined in - -[generated/types.ts:349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L349) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md deleted file mode 100644 index 27e79fcd0a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md +++ /dev/null @@ -1,117 +0,0 @@ ---- -id: "PolymeshContractsTx" -title: "Enumeration: PolymeshContractsTx" -sidebar_label: "PolymeshContractsTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).PolymeshContractsTx - -## Enumeration Members - -### Call - -• **Call** = ``"polymeshContracts.call"`` - -#### Defined in - -[generated/types.ts:756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L756) - -___ - -### Instantiate - -• **Instantiate** = ``"polymeshContracts.instantiate"`` - -#### Defined in - -[generated/types.ts:758](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L758) - -___ - -### InstantiateWithCode - -• **InstantiateWithCode** = ``"polymeshContracts.instantiateWithCode"`` - -#### Defined in - -[generated/types.ts:757](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L757) - -___ - -### InstantiateWithCodeAsPrimaryKey - -• **InstantiateWithCodeAsPrimaryKey** = ``"polymeshContracts.instantiateWithCodeAsPrimaryKey"`` - -#### Defined in - -[generated/types.ts:764](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L764) - -___ - -### InstantiateWithCodePerms - -• **InstantiateWithCodePerms** = ``"polymeshContracts.instantiateWithCodePerms"`` - -#### Defined in - -[generated/types.ts:761](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L761) - -___ - -### InstantiateWithHashAsPrimaryKey - -• **InstantiateWithHashAsPrimaryKey** = ``"polymeshContracts.instantiateWithHashAsPrimaryKey"`` - -#### Defined in - -[generated/types.ts:765](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L765) - -___ - -### InstantiateWithHashPerms - -• **InstantiateWithHashPerms** = ``"polymeshContracts.instantiateWithHashPerms"`` - -#### Defined in - -[generated/types.ts:762](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L762) - -___ - -### RemoveCode - -• **RemoveCode** = ``"polymeshContracts.removeCode"`` - -#### Defined in - -[generated/types.ts:760](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L760) - -___ - -### UpdateCallRuntimeWhitelist - -• **UpdateCallRuntimeWhitelist** = ``"polymeshContracts.updateCallRuntimeWhitelist"`` - -#### Defined in - -[generated/types.ts:763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L763) - -___ - -### UpgradeApi - -• **UpgradeApi** = ``"polymeshContracts.upgradeApi"`` - -#### Defined in - -[generated/types.ts:766](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L766) - -___ - -### UploadCode - -• **UploadCode** = ``"polymeshContracts.uploadCode"`` - -#### Defined in - -[generated/types.ts:759](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L759) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/PortfolioTx/PortfolioTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/PortfolioTx/PortfolioTx.md deleted file mode 100644 index bc0040eb15..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/PortfolioTx/PortfolioTx.md +++ /dev/null @@ -1,127 +0,0 @@ ---- -id: "PortfolioTx" -title: "Enumeration: PortfolioTx" -sidebar_label: "PortfolioTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).PortfolioTx - -## Enumeration Members - -### AcceptPortfolioCustody - -• **AcceptPortfolioCustody** = ``"portfolio.acceptPortfolioCustody"`` - -#### Defined in - -[generated/types.ts:613](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L613) - -___ - -### AllowIdentityToCreatePortfolios - -• **AllowIdentityToCreatePortfolios** = ``"portfolio.allowIdentityToCreatePortfolios"`` - -#### Defined in - -[generated/types.ts:617](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L617) - -___ - -### CreateCustodyPortfolio - -• **CreateCustodyPortfolio** = ``"portfolio.createCustodyPortfolio"`` - -#### Defined in - -[generated/types.ts:619](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L619) - -___ - -### CreatePortfolio - -• **CreatePortfolio** = ``"portfolio.createPortfolio"`` - -#### Defined in - -[generated/types.ts:608](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L608) - -___ - -### DeletePortfolio - -• **DeletePortfolio** = ``"portfolio.deletePortfolio"`` - -#### Defined in - -[generated/types.ts:609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L609) - -___ - -### MovePortfolioFunds - -• **MovePortfolioFunds** = ``"portfolio.movePortfolioFunds"`` - -#### Defined in - -[generated/types.ts:610](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L610) - -___ - -### MovePortfolioFundsV2 - -• **MovePortfolioFundsV2** = ``"portfolio.movePortfolioFundsV2"`` - -#### Defined in - -[generated/types.ts:614](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L614) - -___ - -### PreApprovePortfolio - -• **PreApprovePortfolio** = ``"portfolio.preApprovePortfolio"`` - -#### Defined in - -[generated/types.ts:615](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L615) - -___ - -### QuitPortfolioCustody - -• **QuitPortfolioCustody** = ``"portfolio.quitPortfolioCustody"`` - -#### Defined in - -[generated/types.ts:612](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L612) - -___ - -### RemovePortfolioPreApproval - -• **RemovePortfolioPreApproval** = ``"portfolio.removePortfolioPreApproval"`` - -#### Defined in - -[generated/types.ts:616](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L616) - -___ - -### RenamePortfolio - -• **RenamePortfolio** = ``"portfolio.renamePortfolio"`` - -#### Defined in - -[generated/types.ts:611](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L611) - -___ - -### RevokeCreatePortfoliosPermission - -• **RevokeCreatePortfoliosPermission** = ``"portfolio.revokeCreatePortfoliosPermission"`` - -#### Defined in - -[generated/types.ts:618](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L618) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/PreimageTx/PreimageTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/PreimageTx/PreimageTx.md deleted file mode 100644 index 4e2ecb56d6..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/PreimageTx/PreimageTx.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "PreimageTx" -title: "Enumeration: PreimageTx" -sidebar_label: "PreimageTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).PreimageTx - -## Enumeration Members - -### NotePreimage - -• **NotePreimage** = ``"preimage.notePreimage"`` - -#### Defined in - -[generated/types.ts:770](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L770) - -___ - -### RequestPreimage - -• **RequestPreimage** = ``"preimage.requestPreimage"`` - -#### Defined in - -[generated/types.ts:772](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L772) - -___ - -### UnnotePreimage - -• **UnnotePreimage** = ``"preimage.unnotePreimage"`` - -#### Defined in - -[generated/types.ts:771](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L771) - -___ - -### UnrequestPreimage - -• **UnrequestPreimage** = ``"preimage.unrequestPreimage"`` - -#### Defined in - -[generated/types.ts:773](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L773) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md deleted file mode 100644 index 53732d524d..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "ProtocolFeeTx" -title: "Enumeration: ProtocolFeeTx" -sidebar_label: "ProtocolFeeTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).ProtocolFeeTx - -## Enumeration Members - -### ChangeBaseFee - -• **ChangeBaseFee** = ``"protocolFee.changeBaseFee"`` - -#### Defined in - -[generated/types.ts:624](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L624) - -___ - -### ChangeCoefficient - -• **ChangeCoefficient** = ``"protocolFee.changeCoefficient"`` - -#### Defined in - -[generated/types.ts:623](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L623) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/RelayerTx/RelayerTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/RelayerTx/RelayerTx.md deleted file mode 100644 index 0183f3aaaa..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/RelayerTx/RelayerTx.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "RelayerTx" -title: "Enumeration: RelayerTx" -sidebar_label: "RelayerTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).RelayerTx - -## Enumeration Members - -### AcceptPayingKey - -• **AcceptPayingKey** = ``"relayer.acceptPayingKey"`` - -#### Defined in - -[generated/types.ts:736](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L736) - -___ - -### DecreasePolyxLimit - -• **DecreasePolyxLimit** = ``"relayer.decreasePolyxLimit"`` - -#### Defined in - -[generated/types.ts:740](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L740) - -___ - -### IncreasePolyxLimit - -• **IncreasePolyxLimit** = ``"relayer.increasePolyxLimit"`` - -#### Defined in - -[generated/types.ts:739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L739) - -___ - -### RemovePayingKey - -• **RemovePayingKey** = ``"relayer.removePayingKey"`` - -#### Defined in - -[generated/types.ts:737](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L737) - -___ - -### SetPayingKey - -• **SetPayingKey** = ``"relayer.setPayingKey"`` - -#### Defined in - -[generated/types.ts:735](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L735) - -___ - -### UpdatePolyxLimit - -• **UpdatePolyxLimit** = ``"relayer.updatePolyxLimit"`` - -#### Defined in - -[generated/types.ts:738](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L738) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/RewardsTx/RewardsTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/RewardsTx/RewardsTx.md deleted file mode 100644 index 52d2170fd7..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/RewardsTx/RewardsTx.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "RewardsTx" -title: "Enumeration: RewardsTx" -sidebar_label: "RewardsTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).RewardsTx - -## Enumeration Members - -### ClaimItnReward - -• **ClaimItnReward** = ``"rewards.claimItnReward"`` - -#### Defined in - -[generated/types.ts:744](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L744) - -___ - -### SetItnRewardStatus - -• **SetItnRewardStatus** = ``"rewards.setItnRewardStatus"`` - -#### Defined in - -[generated/types.ts:745](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L745) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/SchedulerTx/SchedulerTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/SchedulerTx/SchedulerTx.md deleted file mode 100644 index b094fa83ca..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/SchedulerTx/SchedulerTx.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "SchedulerTx" -title: "Enumeration: SchedulerTx" -sidebar_label: "SchedulerTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).SchedulerTx - -## Enumeration Members - -### Cancel - -• **Cancel** = ``"scheduler.cancel"`` - -#### Defined in - -[generated/types.ts:629](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L629) - -___ - -### CancelNamed - -• **CancelNamed** = ``"scheduler.cancelNamed"`` - -#### Defined in - -[generated/types.ts:631](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L631) - -___ - -### Schedule - -• **Schedule** = ``"scheduler.schedule"`` - -#### Defined in - -[generated/types.ts:628](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L628) - -___ - -### ScheduleAfter - -• **ScheduleAfter** = ``"scheduler.scheduleAfter"`` - -#### Defined in - -[generated/types.ts:632](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L632) - -___ - -### ScheduleNamed - -• **ScheduleNamed** = ``"scheduler.scheduleNamed"`` - -#### Defined in - -[generated/types.ts:630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L630) - -___ - -### ScheduleNamedAfter - -• **ScheduleNamedAfter** = ``"scheduler.scheduleNamedAfter"`` - -#### Defined in - -[generated/types.ts:633](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L633) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/SessionTx/SessionTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/SessionTx/SessionTx.md deleted file mode 100644 index 9a73882e99..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/SessionTx/SessionTx.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SessionTx" -title: "Enumeration: SessionTx" -sidebar_label: "SessionTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).SessionTx - -## Enumeration Members - -### PurgeKeys - -• **PurgeKeys** = ``"session.purgeKeys"`` - -#### Defined in - -[generated/types.ts:482](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L482) - -___ - -### SetKeys - -• **SetKeys** = ``"session.setKeys"`` - -#### Defined in - -[generated/types.ts:481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L481) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/SettlementTx/SettlementTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/SettlementTx/SettlementTx.md deleted file mode 100644 index fb6153f504..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/SettlementTx/SettlementTx.md +++ /dev/null @@ -1,467 +0,0 @@ ---- -id: "SettlementTx" -title: "Enumeration: SettlementTx" -sidebar_label: "SettlementTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).SettlementTx - -## Enumeration Members - -### AddAndAffirmInstruction - -• **AddAndAffirmInstruction** = ``"settlement.addAndAffirmInstruction"`` - -#### Defined in - -[generated/types.ts:641](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L641) - -___ - -### AddAndAffirmInstructionWithMemo - -• **AddAndAffirmInstructionWithMemo** = ``"settlement.addAndAffirmInstructionWithMemo"`` - -#### Defined in - -[generated/types.ts:656](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L656) - -___ - -### AddAndAffirmInstructionWithMemoV2 - -• **AddAndAffirmInstructionWithMemoV2** = ``"settlement.addAndAffirmInstructionWithMemoV2"`` - -#### Defined in - -[generated/types.ts:661](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L661) - -___ - -### AddAndAffirmWithMediators - -• **AddAndAffirmWithMediators** = ``"settlement.addAndAffirmWithMediators"`` - -#### Defined in - -[generated/types.ts:679](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L679) - -___ - -### AddInstruction - -• **AddInstruction** = ``"settlement.addInstruction"`` - -#### Defined in - -[generated/types.ts:640](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L640) - -___ - -### AddInstructionWithMediators - -• **AddInstructionWithMediators** = ``"settlement.addInstructionWithMediators"`` - -#### Defined in - -[generated/types.ts:678](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L678) - -___ - -### AddInstructionWithMemo - -• **AddInstructionWithMemo** = ``"settlement.addInstructionWithMemo"`` - -#### Defined in - -[generated/types.ts:655](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L655) - -___ - -### AddInstructionWithMemoV2 - -• **AddInstructionWithMemoV2** = ``"settlement.addInstructionWithMemoV2"`` - -#### Defined in - -[generated/types.ts:660](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L660) - -___ - -### AffirmInstruction - -• **AffirmInstruction** = ``"settlement.affirmInstruction"`` - -#### Defined in - -[generated/types.ts:642](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L642) - -___ - -### AffirmInstructionAsMediator - -• **AffirmInstructionAsMediator** = ``"settlement.affirmInstructionAsMediator"`` - -#### Defined in - -[generated/types.ts:680](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L680) - -___ - -### AffirmInstructionV2 - -• **AffirmInstructionV2** = ``"settlement.affirmInstructionV2"`` - -#### Defined in - -[generated/types.ts:662](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L662) - -___ - -### AffirmInstructionWithCount - -• **AffirmInstructionWithCount** = ``"settlement.affirmInstructionWithCount"`` - -#### Defined in - -[generated/types.ts:675](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L675) - -___ - -### AffirmWithReceipts - -• **AffirmWithReceipts** = ``"settlement.affirmWithReceipts"`` - -#### Defined in - -[generated/types.ts:645](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L645) - -___ - -### AffirmWithReceiptsWithCount - -• **AffirmWithReceiptsWithCount** = ``"settlement.affirmWithReceiptsWithCount"`` - -#### Defined in - -[generated/types.ts:674](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L674) - -___ - -### AllowVenues - -• **AllowVenues** = ``"settlement.allowVenues"`` - -#### Defined in - -[generated/types.ts:649](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L649) - -___ - -### ChangeReceiptValidity - -• **ChangeReceiptValidity** = ``"settlement.changeReceiptValidity"`` - -#### Defined in - -[generated/types.ts:651](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L651) - -___ - -### ClaimReceipt - -• **ClaimReceipt** = ``"settlement.claimReceipt"`` - -#### Defined in - -[generated/types.ts:646](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L646) - -___ - -### CreateVenue - -• **CreateVenue** = ``"settlement.createVenue"`` - -#### Defined in - -[generated/types.ts:637](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L637) - -___ - -### DisallowVenues - -• **DisallowVenues** = ``"settlement.disallowVenues"`` - -#### Defined in - -[generated/types.ts:650](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L650) - -___ - -### ExecuteManualInstruction - -• **ExecuteManualInstruction** = ``"settlement.executeManualInstruction"`` - -#### Defined in - -[generated/types.ts:657](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L657) - -___ - -### ExecuteScheduledInstruction - -• **ExecuteScheduledInstruction** = ``"settlement.executeScheduledInstruction"`` - -#### Defined in - -[generated/types.ts:652](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L652) - -___ - -### ExecuteScheduledInstructionV2 - -• **ExecuteScheduledInstructionV2** = ``"settlement.executeScheduledInstructionV2"`` - -#### Defined in - -[generated/types.ts:665](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L665) - -___ - -### ExecuteScheduledInstructionV3 - -• **ExecuteScheduledInstructionV3** = ``"settlement.executeScheduledInstructionV3"`` - -#### Defined in - -[generated/types.ts:673](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L673) - -___ - -### PlaceholderAddAndAffirmInstruction - -• **PlaceholderAddAndAffirmInstruction** = ``"settlement.placeholderAddAndAffirmInstruction"`` - -#### Defined in - -[generated/types.ts:667](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L667) - -___ - -### PlaceholderAddAndAffirmInstructionWithMemo - -• **PlaceholderAddAndAffirmInstructionWithMemo** = ``"settlement.placeholderAddAndAffirmInstructionWithMemo"`` - -#### Defined in - -[generated/types.ts:672](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L672) - -___ - -### PlaceholderAddInstruction - -• **PlaceholderAddInstruction** = ``"settlement.placeholderAddInstruction"`` - -#### Defined in - -[generated/types.ts:666](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L666) - -___ - -### PlaceholderAddInstructionWithMemo - -• **PlaceholderAddInstructionWithMemo** = ``"settlement.placeholderAddInstructionWithMemo"`` - -#### Defined in - -[generated/types.ts:671](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L671) - -___ - -### PlaceholderAffirmInstruction - -• **PlaceholderAffirmInstruction** = ``"settlement.placeholderAffirmInstruction"`` - -#### Defined in - -[generated/types.ts:668](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L668) - -___ - -### PlaceholderClaimReceipt - -• **PlaceholderClaimReceipt** = ``"settlement.placeholderClaimReceipt"`` - -#### Defined in - -[generated/types.ts:658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L658) - -___ - -### PlaceholderRejectInstruction - -• **PlaceholderRejectInstruction** = ``"settlement.placeholderRejectInstruction"`` - -#### Defined in - -[generated/types.ts:670](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L670) - -___ - -### PlaceholderUnclaimReceipt - -• **PlaceholderUnclaimReceipt** = ``"settlement.placeholderUnclaimReceipt"`` - -#### Defined in - -[generated/types.ts:659](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L659) - -___ - -### PlaceholderWithdrawAffirmation - -• **PlaceholderWithdrawAffirmation** = ``"settlement.placeholderWithdrawAffirmation"`` - -#### Defined in - -[generated/types.ts:669](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L669) - -___ - -### RejectInstruction - -• **RejectInstruction** = ``"settlement.rejectInstruction"`` - -#### Defined in - -[generated/types.ts:644](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L644) - -___ - -### RejectInstructionAsMediator - -• **RejectInstructionAsMediator** = ``"settlement.rejectInstructionAsMediator"`` - -#### Defined in - -[generated/types.ts:682](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L682) - -___ - -### RejectInstructionV2 - -• **RejectInstructionV2** = ``"settlement.rejectInstructionV2"`` - -#### Defined in - -[generated/types.ts:664](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L664) - -___ - -### RejectInstructionWithCount - -• **RejectInstructionWithCount** = ``"settlement.rejectInstructionWithCount"`` - -#### Defined in - -[generated/types.ts:676](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L676) - -___ - -### RescheduleInstruction - -• **RescheduleInstruction** = ``"settlement.rescheduleInstruction"`` - -#### Defined in - -[generated/types.ts:653](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L653) - -___ - -### SetVenueFiltering - -• **SetVenueFiltering** = ``"settlement.setVenueFiltering"`` - -#### Defined in - -[generated/types.ts:648](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L648) - -___ - -### UnclaimReceipt - -• **UnclaimReceipt** = ``"settlement.unclaimReceipt"`` - -#### Defined in - -[generated/types.ts:647](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L647) - -___ - -### UpdateVenueDetails - -• **UpdateVenueDetails** = ``"settlement.updateVenueDetails"`` - -#### Defined in - -[generated/types.ts:638](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L638) - -___ - -### UpdateVenueSigners - -• **UpdateVenueSigners** = ``"settlement.updateVenueSigners"`` - -#### Defined in - -[generated/types.ts:654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L654) - -___ - -### UpdateVenueType - -• **UpdateVenueType** = ``"settlement.updateVenueType"`` - -#### Defined in - -[generated/types.ts:639](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L639) - -___ - -### WithdrawAffirmation - -• **WithdrawAffirmation** = ``"settlement.withdrawAffirmation"`` - -#### Defined in - -[generated/types.ts:643](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L643) - -___ - -### WithdrawAffirmationAsMediator - -• **WithdrawAffirmationAsMediator** = ``"settlement.withdrawAffirmationAsMediator"`` - -#### Defined in - -[generated/types.ts:681](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L681) - -___ - -### WithdrawAffirmationV2 - -• **WithdrawAffirmationV2** = ``"settlement.withdrawAffirmationV2"`` - -#### Defined in - -[generated/types.ts:663](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L663) - -___ - -### WithdrawAffirmationWithCount - -• **WithdrawAffirmationWithCount** = ``"settlement.withdrawAffirmationWithCount"`` - -#### Defined in - -[generated/types.ts:677](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L677) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/StakingTx/StakingTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/StakingTx/StakingTx.md deleted file mode 100644 index 26156c71ea..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/StakingTx/StakingTx.md +++ /dev/null @@ -1,337 +0,0 @@ ---- -id: "StakingTx" -title: "Enumeration: StakingTx" -sidebar_label: "StakingTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).StakingTx - -## Enumeration Members - -### AddPermissionedValidator - -• **AddPermissionedValidator** = ``"staking.addPermissionedValidator"`` - -#### Defined in - -[generated/types.ts:457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L457) - -___ - -### Bond - -• **Bond** = ``"staking.bond"`` - -#### Defined in - -[generated/types.ts:445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L445) - -___ - -### BondExtra - -• **BondExtra** = ``"staking.bondExtra"`` - -#### Defined in - -[generated/types.ts:446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L446) - -___ - -### CancelDeferredSlash - -• **CancelDeferredSlash** = ``"staking.cancelDeferredSlash"`` - -#### Defined in - -[generated/types.ts:467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L467) - -___ - -### ChangeSlashingAllowedFor - -• **ChangeSlashingAllowedFor** = ``"staking.changeSlashingAllowedFor"`` - -#### Defined in - -[generated/types.ts:475](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L475) - -___ - -### Chill - -• **Chill** = ``"staking.chill"`` - -#### Defined in - -[generated/types.ts:451](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L451) - -___ - -### ChillFromGovernance - -• **ChillFromGovernance** = ``"staking.chillFromGovernance"`` - -#### Defined in - -[generated/types.ts:477](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L477) - -___ - -### ForceNewEra - -• **ForceNewEra** = ``"staking.forceNewEra"`` - -#### Defined in - -[generated/types.ts:463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L463) - -___ - -### ForceNewEraAlways - -• **ForceNewEraAlways** = ``"staking.forceNewEraAlways"`` - -#### Defined in - -[generated/types.ts:466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L466) - -___ - -### ForceNoEras - -• **ForceNoEras** = ``"staking.forceNoEras"`` - -#### Defined in - -[generated/types.ts:462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L462) - -___ - -### ForceUnstake - -• **ForceUnstake** = ``"staking.forceUnstake"`` - -#### Defined in - -[generated/types.ts:465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L465) - -___ - -### IncreaseValidatorCount - -• **IncreaseValidatorCount** = ``"staking.increaseValidatorCount"`` - -#### Defined in - -[generated/types.ts:455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L455) - -___ - -### Nominate - -• **Nominate** = ``"staking.nominate"`` - -#### Defined in - -[generated/types.ts:450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L450) - -___ - -### PayoutStakers - -• **PayoutStakers** = ``"staking.payoutStakers"`` - -#### Defined in - -[generated/types.ts:468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L468) - -___ - -### PayoutStakersBySystem - -• **PayoutStakersBySystem** = ``"staking.payoutStakersBySystem"`` - -#### Defined in - -[generated/types.ts:474](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L474) - -___ - -### ReapStash - -• **ReapStash** = ``"staking.reapStash"`` - -#### Defined in - -[generated/types.ts:471](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L471) - -___ - -### Rebond - -• **Rebond** = ``"staking.rebond"`` - -#### Defined in - -[generated/types.ts:469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L469) - -___ - -### RemovePermissionedValidator - -• **RemovePermissionedValidator** = ``"staking.removePermissionedValidator"`` - -#### Defined in - -[generated/types.ts:458](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L458) - -___ - -### ScaleValidatorCount - -• **ScaleValidatorCount** = ``"staking.scaleValidatorCount"`` - -#### Defined in - -[generated/types.ts:456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L456) - -___ - -### SetCommissionCap - -• **SetCommissionCap** = ``"staking.setCommissionCap"`` - -#### Defined in - -[generated/types.ts:460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L460) - -___ - -### SetController - -• **SetController** = ``"staking.setController"`` - -#### Defined in - -[generated/types.ts:453](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L453) - -___ - -### SetHistoryDepth - -• **SetHistoryDepth** = ``"staking.setHistoryDepth"`` - -#### Defined in - -[generated/types.ts:470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L470) - -___ - -### SetInvulnerables - -• **SetInvulnerables** = ``"staking.setInvulnerables"`` - -#### Defined in - -[generated/types.ts:464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L464) - -___ - -### SetMinBondThreshold - -• **SetMinBondThreshold** = ``"staking.setMinBondThreshold"`` - -#### Defined in - -[generated/types.ts:461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L461) - -___ - -### SetPayee - -• **SetPayee** = ``"staking.setPayee"`` - -#### Defined in - -[generated/types.ts:452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L452) - -___ - -### SetValidatorCount - -• **SetValidatorCount** = ``"staking.setValidatorCount"`` - -#### Defined in - -[generated/types.ts:454](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L454) - -___ - -### SubmitElectionSolution - -• **SubmitElectionSolution** = ``"staking.submitElectionSolution"`` - -#### Defined in - -[generated/types.ts:472](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L472) - -___ - -### SubmitElectionSolutionUnsigned - -• **SubmitElectionSolutionUnsigned** = ``"staking.submitElectionSolutionUnsigned"`` - -#### Defined in - -[generated/types.ts:473](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L473) - -___ - -### Unbond - -• **Unbond** = ``"staking.unbond"`` - -#### Defined in - -[generated/types.ts:447](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L447) - -___ - -### UpdatePermissionedValidatorIntendedCount - -• **UpdatePermissionedValidatorIntendedCount** = ``"staking.updatePermissionedValidatorIntendedCount"`` - -#### Defined in - -[generated/types.ts:476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L476) - -___ - -### Validate - -• **Validate** = ``"staking.validate"`` - -#### Defined in - -[generated/types.ts:449](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L449) - -___ - -### ValidateCddExpiryNominators - -• **ValidateCddExpiryNominators** = ``"staking.validateCddExpiryNominators"`` - -#### Defined in - -[generated/types.ts:459](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L459) - -___ - -### WithdrawUnbonded - -• **WithdrawUnbonded** = ``"staking.withdrawUnbonded"`` - -#### Defined in - -[generated/types.ts:448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L448) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/StateTrieMigrationTx/StateTrieMigrationTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/StateTrieMigrationTx/StateTrieMigrationTx.md deleted file mode 100644 index 1bec73937d..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/StateTrieMigrationTx/StateTrieMigrationTx.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "StateTrieMigrationTx" -title: "Enumeration: StateTrieMigrationTx" -sidebar_label: "StateTrieMigrationTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).StateTrieMigrationTx - -## Enumeration Members - -### ContinueMigrate - -• **ContinueMigrate** = ``"stateTrieMigration.continueMigrate"`` - -#### Defined in - -[generated/types.ts:797](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L797) - -___ - -### ControlAutoMigration - -• **ControlAutoMigration** = ``"stateTrieMigration.controlAutoMigration"`` - -#### Defined in - -[generated/types.ts:796](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L796) - -___ - -### ForceSetProgress - -• **ForceSetProgress** = ``"stateTrieMigration.forceSetProgress"`` - -#### Defined in - -[generated/types.ts:801](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L801) - -___ - -### MigrateCustomChild - -• **MigrateCustomChild** = ``"stateTrieMigration.migrateCustomChild"`` - -#### Defined in - -[generated/types.ts:799](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L799) - -___ - -### MigrateCustomTop - -• **MigrateCustomTop** = ``"stateTrieMigration.migrateCustomTop"`` - -#### Defined in - -[generated/types.ts:798](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L798) - -___ - -### SetSignedMaxLimits - -• **SetSignedMaxLimits** = ``"stateTrieMigration.setSignedMaxLimits"`` - -#### Defined in - -[generated/types.ts:800](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L800) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/StatisticsTx/StatisticsTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/StatisticsTx/StatisticsTx.md deleted file mode 100644 index aaab78fa14..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/StatisticsTx/StatisticsTx.md +++ /dev/null @@ -1,87 +0,0 @@ ---- -id: "StatisticsTx" -title: "Enumeration: StatisticsTx" -sidebar_label: "StatisticsTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).StatisticsTx - -## Enumeration Members - -### AddExemptedEntities - -• **AddExemptedEntities** = ``"statistics.addExemptedEntities"`` - -#### Defined in - -[generated/types.ts:688](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L688) - -___ - -### AddTransferManager - -• **AddTransferManager** = ``"statistics.addTransferManager"`` - -#### Defined in - -[generated/types.ts:686](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L686) - -___ - -### BatchUpdateAssetStats - -• **BatchUpdateAssetStats** = ``"statistics.batchUpdateAssetStats"`` - -#### Defined in - -[generated/types.ts:693](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L693) - -___ - -### RemoveExemptedEntities - -• **RemoveExemptedEntities** = ``"statistics.removeExemptedEntities"`` - -#### Defined in - -[generated/types.ts:689](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L689) - -___ - -### RemoveTransferManager - -• **RemoveTransferManager** = ``"statistics.removeTransferManager"`` - -#### Defined in - -[generated/types.ts:687](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L687) - -___ - -### SetActiveAssetStats - -• **SetActiveAssetStats** = ``"statistics.setActiveAssetStats"`` - -#### Defined in - -[generated/types.ts:692](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L692) - -___ - -### SetAssetTransferCompliance - -• **SetAssetTransferCompliance** = ``"statistics.setAssetTransferCompliance"`` - -#### Defined in - -[generated/types.ts:690](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L690) - -___ - -### SetEntitiesExempt - -• **SetEntitiesExempt** = ``"statistics.setEntitiesExempt"`` - -#### Defined in - -[generated/types.ts:691](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L691) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/StoTx/StoTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/StoTx/StoTx.md deleted file mode 100644 index a358b3a2c1..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/StoTx/StoTx.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "StoTx" -title: "Enumeration: StoTx" -sidebar_label: "StoTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).StoTx - -## Enumeration Members - -### CreateFundraiser - -• **CreateFundraiser** = ``"sto.createFundraiser"`` - -#### Defined in - -[generated/types.ts:697](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L697) - -___ - -### FreezeFundraiser - -• **FreezeFundraiser** = ``"sto.freezeFundraiser"`` - -#### Defined in - -[generated/types.ts:699](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L699) - -___ - -### Invest - -• **Invest** = ``"sto.invest"`` - -#### Defined in - -[generated/types.ts:698](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L698) - -___ - -### ModifyFundraiserWindow - -• **ModifyFundraiserWindow** = ``"sto.modifyFundraiserWindow"`` - -#### Defined in - -[generated/types.ts:701](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L701) - -___ - -### Stop - -• **Stop** = ``"sto.stop"`` - -#### Defined in - -[generated/types.ts:702](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L702) - -___ - -### UnfreezeFundraiser - -• **UnfreezeFundraiser** = ``"sto.unfreezeFundraiser"`` - -#### Defined in - -[generated/types.ts:700](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L700) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/SudoTx/SudoTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/SudoTx/SudoTx.md deleted file mode 100644 index e80889f5f8..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/SudoTx/SudoTx.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "SudoTx" -title: "Enumeration: SudoTx" -sidebar_label: "SudoTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).SudoTx - -## Enumeration Members - -### SetKey - -• **SetKey** = ``"sudo.setKey"`` - -#### Defined in - -[generated/types.ts:498](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L498) - -___ - -### Sudo - -• **Sudo** = ``"sudo.sudo"`` - -#### Defined in - -[generated/types.ts:496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L496) - -___ - -### SudoAs - -• **SudoAs** = ``"sudo.sudoAs"`` - -#### Defined in - -[generated/types.ts:499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L499) - -___ - -### SudoUncheckedWeight - -• **SudoUncheckedWeight** = ``"sudo.sudoUncheckedWeight"`` - -#### Defined in - -[generated/types.ts:497](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L497) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/SystemTx/SystemTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/SystemTx/SystemTx.md deleted file mode 100644 index 492b13a18c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/SystemTx/SystemTx.md +++ /dev/null @@ -1,117 +0,0 @@ ---- -id: "SystemTx" -title: "Enumeration: SystemTx" -sidebar_label: "SystemTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).SystemTx - -## Enumeration Members - -### FillBlock - -• **FillBlock** = ``"system.fillBlock"`` - -#### Defined in - -[generated/types.ts:257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L257) - -___ - -### KillPrefix - -• **KillPrefix** = ``"system.killPrefix"`` - -#### Defined in - -[generated/types.ts:265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L265) - -___ - -### KillStorage - -• **KillStorage** = ``"system.killStorage"`` - -#### Defined in - -[generated/types.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L264) - -___ - -### PlaceholderFillBlock - -• **PlaceholderFillBlock** = ``"system.placeholderFillBlock"`` - -#### Defined in - -[generated/types.ts:267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L267) - -___ - -### Remark - -• **Remark** = ``"system.remark"`` - -#### Defined in - -[generated/types.ts:258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L258) - -___ - -### RemarkWithEvent - -• **RemarkWithEvent** = ``"system.remarkWithEvent"`` - -#### Defined in - -[generated/types.ts:266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L266) - -___ - -### SetChangesTrieConfig - -• **SetChangesTrieConfig** = ``"system.setChangesTrieConfig"`` - -#### Defined in - -[generated/types.ts:262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L262) - -___ - -### SetCode - -• **SetCode** = ``"system.setCode"`` - -#### Defined in - -[generated/types.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L260) - -___ - -### SetCodeWithoutChecks - -• **SetCodeWithoutChecks** = ``"system.setCodeWithoutChecks"`` - -#### Defined in - -[generated/types.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L261) - -___ - -### SetHeapPages - -• **SetHeapPages** = ``"system.setHeapPages"`` - -#### Defined in - -[generated/types.ts:259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L259) - -___ - -### SetStorage - -• **SetStorage** = ``"system.setStorage"`` - -#### Defined in - -[generated/types.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L263) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md deleted file mode 100644 index 760effe6b3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -id: "TechnicalCommitteeMembershipTx" -title: "Enumeration: TechnicalCommitteeMembershipTx" -sidebar_label: "TechnicalCommitteeMembershipTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).TechnicalCommitteeMembershipTx - -## Enumeration Members - -### AbdicateMembership - -• **AbdicateMembership** = ``"technicalCommitteeMembership.abdicateMembership"`` - -#### Defined in - -[generated/types.ts:378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L378) - -___ - -### AddMember - -• **AddMember** = ``"technicalCommitteeMembership.addMember"`` - -#### Defined in - -[generated/types.ts:374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L374) - -___ - -### DisableMember - -• **DisableMember** = ``"technicalCommitteeMembership.disableMember"`` - -#### Defined in - -[generated/types.ts:373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L373) - -___ - -### RemoveMember - -• **RemoveMember** = ``"technicalCommitteeMembership.removeMember"`` - -#### Defined in - -[generated/types.ts:375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L375) - -___ - -### ResetMembers - -• **ResetMembers** = ``"technicalCommitteeMembership.resetMembers"`` - -#### Defined in - -[generated/types.ts:377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L377) - -___ - -### SetActiveMembersLimit - -• **SetActiveMembersLimit** = ``"technicalCommitteeMembership.setActiveMembersLimit"`` - -#### Defined in - -[generated/types.ts:372](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L372) - -___ - -### SwapMember - -• **SwapMember** = ``"technicalCommitteeMembership.swapMember"`` - -#### Defined in - -[generated/types.ts:376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L376) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md deleted file mode 100644 index 665fbe71db..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "TechnicalCommitteeTx" -title: "Enumeration: TechnicalCommitteeTx" -sidebar_label: "TechnicalCommitteeTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).TechnicalCommitteeTx - -## Enumeration Members - -### SetExpiresAfter - -• **SetExpiresAfter** = ``"technicalCommittee.setExpiresAfter"`` - -#### Defined in - -[generated/types.ts:366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L366) - -___ - -### SetReleaseCoordinator - -• **SetReleaseCoordinator** = ``"technicalCommittee.setReleaseCoordinator"`` - -#### Defined in - -[generated/types.ts:365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L365) - -___ - -### SetVoteThreshold - -• **SetVoteThreshold** = ``"technicalCommittee.setVoteThreshold"`` - -#### Defined in - -[generated/types.ts:364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L364) - -___ - -### Vote - -• **Vote** = ``"technicalCommittee.vote"`` - -#### Defined in - -[generated/types.ts:368](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L368) - -___ - -### VoteOrPropose - -• **VoteOrPropose** = ``"technicalCommittee.voteOrPropose"`` - -#### Defined in - -[generated/types.ts:367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L367) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/TestUtilsTx/TestUtilsTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/TestUtilsTx/TestUtilsTx.md deleted file mode 100644 index 4bb9391e0a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/TestUtilsTx/TestUtilsTx.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "TestUtilsTx" -title: "Enumeration: TestUtilsTx" -sidebar_label: "TestUtilsTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).TestUtilsTx - -## Enumeration Members - -### GetCddOf - -• **GetCddOf** = ``"testUtils.getCddOf"`` - -#### Defined in - -[generated/types.ts:752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L752) - -___ - -### GetMyDid - -• **GetMyDid** = ``"testUtils.getMyDid"`` - -#### Defined in - -[generated/types.ts:751](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L751) - -___ - -### MockCddRegisterDid - -• **MockCddRegisterDid** = ``"testUtils.mockCddRegisterDid"`` - -#### Defined in - -[generated/types.ts:750](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L750) - -___ - -### RegisterDid - -• **RegisterDid** = ``"testUtils.registerDid"`` - -#### Defined in - -[generated/types.ts:749](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L749) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/TimestampTx/TimestampTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/TimestampTx/TimestampTx.md deleted file mode 100644 index 7cf13a3327..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/TimestampTx/TimestampTx.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "TimestampTx" -title: "Enumeration: TimestampTx" -sidebar_label: "TimestampTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).TimestampTx - -## Enumeration Members - -### Set - -• **Set** = ``"timestamp.set"`` - -#### Defined in - -[generated/types.ts:277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L277) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/TreasuryTx/TreasuryTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/TreasuryTx/TreasuryTx.md deleted file mode 100644 index 950e19b43b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/TreasuryTx/TreasuryTx.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "TreasuryTx" -title: "Enumeration: TreasuryTx" -sidebar_label: "TreasuryTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).TreasuryTx - -## Enumeration Members - -### Disbursement - -• **Disbursement** = ``"treasury.disbursement"`` - -#### Defined in - -[generated/types.ts:706](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L706) - -___ - -### Reimbursement - -• **Reimbursement** = ``"treasury.reimbursement"`` - -#### Defined in - -[generated/types.ts:707](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L707) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md deleted file mode 100644 index 702067265a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -id: "UpgradeCommitteeMembershipTx" -title: "Enumeration: UpgradeCommitteeMembershipTx" -sidebar_label: "UpgradeCommitteeMembershipTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).UpgradeCommitteeMembershipTx - -## Enumeration Members - -### AbdicateMembership - -• **AbdicateMembership** = ``"upgradeCommitteeMembership.abdicateMembership"`` - -#### Defined in - -[generated/types.ts:396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L396) - -___ - -### AddMember - -• **AddMember** = ``"upgradeCommitteeMembership.addMember"`` - -#### Defined in - -[generated/types.ts:392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L392) - -___ - -### DisableMember - -• **DisableMember** = ``"upgradeCommitteeMembership.disableMember"`` - -#### Defined in - -[generated/types.ts:391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L391) - -___ - -### RemoveMember - -• **RemoveMember** = ``"upgradeCommitteeMembership.removeMember"`` - -#### Defined in - -[generated/types.ts:393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L393) - -___ - -### ResetMembers - -• **ResetMembers** = ``"upgradeCommitteeMembership.resetMembers"`` - -#### Defined in - -[generated/types.ts:395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L395) - -___ - -### SetActiveMembersLimit - -• **SetActiveMembersLimit** = ``"upgradeCommitteeMembership.setActiveMembersLimit"`` - -#### Defined in - -[generated/types.ts:390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L390) - -___ - -### SwapMember - -• **SwapMember** = ``"upgradeCommitteeMembership.swapMember"`` - -#### Defined in - -[generated/types.ts:394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L394) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md deleted file mode 100644 index 6b901c7264..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "UpgradeCommitteeTx" -title: "Enumeration: UpgradeCommitteeTx" -sidebar_label: "UpgradeCommitteeTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).UpgradeCommitteeTx - -## Enumeration Members - -### SetExpiresAfter - -• **SetExpiresAfter** = ``"upgradeCommittee.setExpiresAfter"`` - -#### Defined in - -[generated/types.ts:384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L384) - -___ - -### SetReleaseCoordinator - -• **SetReleaseCoordinator** = ``"upgradeCommittee.setReleaseCoordinator"`` - -#### Defined in - -[generated/types.ts:383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L383) - -___ - -### SetVoteThreshold - -• **SetVoteThreshold** = ``"upgradeCommittee.setVoteThreshold"`` - -#### Defined in - -[generated/types.ts:382](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L382) - -___ - -### Vote - -• **Vote** = ``"upgradeCommittee.vote"`` - -#### Defined in - -[generated/types.ts:386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L386) - -___ - -### VoteOrPropose - -• **VoteOrPropose** = ``"upgradeCommittee.voteOrPropose"`` - -#### Defined in - -[generated/types.ts:385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L385) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/UtilityTx/UtilityTx.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/UtilityTx/UtilityTx.md deleted file mode 100644 index 5c8759f77e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Generated/Types/UtilityTx/UtilityTx.md +++ /dev/null @@ -1,107 +0,0 @@ ---- -id: "UtilityTx" -title: "Enumeration: UtilityTx" -sidebar_label: "UtilityTx" ---- - -[generated/types](../../../../modules/Generated/Types/Types.md).UtilityTx - -## Enumeration Members - -### AsDerivative - -• **AsDerivative** = ``"utility.asDerivative"`` - -#### Defined in - -[generated/types.ts:720](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L720) - -___ - -### Batch - -• **Batch** = ``"utility.batch"`` - -#### Defined in - -[generated/types.ts:711](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L711) - -___ - -### BatchAll - -• **BatchAll** = ``"utility.batchAll"`` - -#### Defined in - -[generated/types.ts:715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L715) - -___ - -### BatchAtomic - -• **BatchAtomic** = ``"utility.batchAtomic"`` - -#### Defined in - -[generated/types.ts:712](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L712) - -___ - -### BatchOld - -• **BatchOld** = ``"utility.batchOld"`` - -#### Defined in - -[generated/types.ts:719](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L719) - -___ - -### BatchOptimistic - -• **BatchOptimistic** = ``"utility.batchOptimistic"`` - -#### Defined in - -[generated/types.ts:713](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L713) - -___ - -### DispatchAs - -• **DispatchAs** = ``"utility.dispatchAs"`` - -#### Defined in - -[generated/types.ts:716](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L716) - -___ - -### ForceBatch - -• **ForceBatch** = ``"utility.forceBatch"`` - -#### Defined in - -[generated/types.ts:717](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L717) - -___ - -### RelayTx - -• **RelayTx** = ``"utility.relayTx"`` - -#### Defined in - -[generated/types.ts:714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L714) - -___ - -### WithWeight - -• **WithWeight** = ``"utility.withWeight"`` - -#### Defined in - -[generated/types.ts:718](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L718) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md deleted file mode 100644 index 49340426a4..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md +++ /dev/null @@ -1,199 +0,0 @@ ---- -id: "AssetHoldersOrderBy" -title: "Enumeration: AssetHoldersOrderBy" -sidebar_label: "AssetHoldersOrderBy" ---- - -[types](../../../modules/Types/Types.md).AssetHoldersOrderBy - -Methods to use when ordering `AssetHolder`. - -## Enumeration Members - -### AmountAsc - -• **AmountAsc** = ``"AMOUNT_ASC"`` - -#### Defined in - -[middleware/types.ts:3934](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3934) - -___ - -### AmountDesc - -• **AmountDesc** = ``"AMOUNT_DESC"`` - -#### Defined in - -[middleware/types.ts:3935](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3935) - -___ - -### AssetIdAsc - -• **AssetIdAsc** = ``"ASSET_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:3936](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3936) - -___ - -### AssetIdDesc - -• **AssetIdDesc** = ``"ASSET_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:3937](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3937) - -___ - -### CreatedAtAsc - -• **CreatedAtAsc** = ``"CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:3938](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3938) - -___ - -### CreatedAtDesc - -• **CreatedAtDesc** = ``"CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:3939](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3939) - -___ - -### CreatedBlockIdAsc - -• **CreatedBlockIdAsc** = ``"CREATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:3940](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3940) - -___ - -### CreatedBlockIdDesc - -• **CreatedBlockIdDesc** = ``"CREATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:3941](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3941) - -___ - -### IdAsc - -• **IdAsc** = ``"ID_ASC"`` - -#### Defined in - -[middleware/types.ts:3944](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3944) - -___ - -### IdDesc - -• **IdDesc** = ``"ID_DESC"`` - -#### Defined in - -[middleware/types.ts:3945](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3945) - -___ - -### IdentityIdAsc - -• **IdentityIdAsc** = ``"IDENTITY_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:3942](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3942) - -___ - -### IdentityIdDesc - -• **IdentityIdDesc** = ``"IDENTITY_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:3943](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3943) - -___ - -### Natural - -• **Natural** = ``"NATURAL"`` - -#### Defined in - -[middleware/types.ts:3946](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3946) - -___ - -### PrimaryKeyAsc - -• **PrimaryKeyAsc** = ``"PRIMARY_KEY_ASC"`` - -#### Defined in - -[middleware/types.ts:3947](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3947) - -___ - -### PrimaryKeyDesc - -• **PrimaryKeyDesc** = ``"PRIMARY_KEY_DESC"`` - -#### Defined in - -[middleware/types.ts:3948](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3948) - -___ - -### UpdatedAtAsc - -• **UpdatedAtAsc** = ``"UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:3949](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3949) - -___ - -### UpdatedAtDesc - -• **UpdatedAtDesc** = ``"UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:3950](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3950) - -___ - -### UpdatedBlockIdAsc - -• **UpdatedBlockIdAsc** = ``"UPDATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:3951](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3951) - -___ - -### UpdatedBlockIdDesc - -• **UpdatedBlockIdDesc** = ``"UPDATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:3952](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L3952) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/AuthTypeEnum/AuthTypeEnum.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Types/AuthTypeEnum/AuthTypeEnum.md deleted file mode 100644 index cf54f864b1..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/AuthTypeEnum/AuthTypeEnum.md +++ /dev/null @@ -1,139 +0,0 @@ ---- -id: "AuthTypeEnum" -title: "Enumeration: AuthTypeEnum" -sidebar_label: "AuthTypeEnum" ---- - -[types](../../../modules/Types/Types.md).AuthTypeEnum - -Represents all possible authorization types - -## Enumeration Members - -### AddMultiSigSigner - -• **AddMultiSigSigner** = ``"AddMultiSigSigner"`` - -#### Defined in - -[middleware/types.ts:5481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5481) - -___ - -### AddRelayerPayingKey - -• **AddRelayerPayingKey** = ``"AddRelayerPayingKey"`` - -#### Defined in - -[middleware/types.ts:5482](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5482) - -___ - -### AttestPrimaryKeyRotation - -• **AttestPrimaryKeyRotation** = ``"AttestPrimaryKeyRotation"`` - -#### Defined in - -[middleware/types.ts:5483](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5483) - -___ - -### BecomeAgent - -• **BecomeAgent** = ``"BecomeAgent"`` - -#### Defined in - -[middleware/types.ts:5484](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5484) - -___ - -### Custom - -• **Custom** = ``"Custom"`` - -#### Defined in - -[middleware/types.ts:5485](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5485) - -___ - -### JoinIdentity - -• **JoinIdentity** = ``"JoinIdentity"`` - -#### Defined in - -[middleware/types.ts:5486](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5486) - -___ - -### NoData - -• **NoData** = ``"NoData"`` - -#### Defined in - -[middleware/types.ts:5487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5487) - -___ - -### PortfolioCustody - -• **PortfolioCustody** = ``"PortfolioCustody"`` - -#### Defined in - -[middleware/types.ts:5488](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5488) - -___ - -### RotatePrimaryKey - -• **RotatePrimaryKey** = ``"RotatePrimaryKey"`` - -#### Defined in - -[middleware/types.ts:5489](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5489) - -___ - -### RotatePrimaryKeyToSecondary - -• **RotatePrimaryKeyToSecondary** = ``"RotatePrimaryKeyToSecondary"`` - -#### Defined in - -[middleware/types.ts:5490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5490) - -___ - -### TransferAssetOwnership - -• **TransferAssetOwnership** = ``"TransferAssetOwnership"`` - -#### Defined in - -[middleware/types.ts:5491](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5491) - -___ - -### TransferPrimaryIssuanceAgent - -• **TransferPrimaryIssuanceAgent** = ``"TransferPrimaryIssuanceAgent"`` - -#### Defined in - -[middleware/types.ts:5492](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5492) - -___ - -### TransferTicker - -• **TransferTicker** = ``"TransferTicker"`` - -#### Defined in - -[middleware/types.ts:5493](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5493) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md deleted file mode 100644 index d9657a096a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -id: "AuthorizationStatusEnum" -title: "Enumeration: AuthorizationStatusEnum" -sidebar_label: "AuthorizationStatusEnum" ---- - -[types](../../../modules/Types/Types.md).AuthorizationStatusEnum - -Represents all possible authorization statuses - -## Enumeration Members - -### Consumed - -• **Consumed** = ``"Consumed"`` - -#### Defined in - -[middleware/types.ts:5588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5588) - -___ - -### Pending - -• **Pending** = ``"Pending"`` - -#### Defined in - -[middleware/types.ts:5589](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5589) - -___ - -### Rejected - -• **Rejected** = ``"Rejected"`` - -#### Defined in - -[middleware/types.ts:5590](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5590) - -___ - -### Revoked - -• **Revoked** = ``"Revoked"`` - -#### Defined in - -[middleware/types.ts:5591](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5591) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/BalanceTypeEnum/BalanceTypeEnum.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Types/BalanceTypeEnum/BalanceTypeEnum.md deleted file mode 100644 index 15a95dfcca..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/BalanceTypeEnum/BalanceTypeEnum.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -id: "BalanceTypeEnum" -title: "Enumeration: BalanceTypeEnum" -sidebar_label: "BalanceTypeEnum" ---- - -[types](../../../modules/Types/Types.md).BalanceTypeEnum - -Represents possible all possible balance types - -## Enumeration Members - -### Bonded - -• **Bonded** = ``"Bonded"`` - -#### Defined in - -[middleware/types.ts:5706](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5706) - -___ - -### Free - -• **Free** = ``"Free"`` - -#### Defined in - -[middleware/types.ts:5707](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5707) - -___ - -### Locked - -• **Locked** = ``"Locked"`` - -#### Defined in - -[middleware/types.ts:5708](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5708) - -___ - -### Reserved - -• **Reserved** = ``"Reserved"`` - -#### Defined in - -[middleware/types.ts:5709](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5709) - -___ - -### Unbonded - -• **Unbonded** = ``"Unbonded"`` - -#### Defined in - -[middleware/types.ts:5710](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L5710) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/CallIdEnum/CallIdEnum.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Types/CallIdEnum/CallIdEnum.md deleted file mode 100644 index a662932b10..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/CallIdEnum/CallIdEnum.md +++ /dev/null @@ -1,4599 +0,0 @@ ---- -id: "CallIdEnum" -title: "Enumeration: CallIdEnum" -sidebar_label: "CallIdEnum" ---- - -[types](../../../modules/Types/Types.md).CallIdEnum - -Represents all known chain extrinsics - -## Enumeration Members - -### Abdicate - -• **Abdicate** = ``"abdicate"`` - -#### Defined in - -[middleware/types.ts:25439](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25439) - -___ - -### AbdicateMembership - -• **AbdicateMembership** = ``"abdicate_membership"`` - -#### Defined in - -[middleware/types.ts:25440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25440) - -___ - -### AcceptAssetOwnershipTransfer - -• **AcceptAssetOwnershipTransfer** = ``"accept_asset_ownership_transfer"`` - -#### Defined in - -[middleware/types.ts:25441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25441) - -___ - -### AcceptAuthorization - -• **AcceptAuthorization** = ``"accept_authorization"`` - -#### Defined in - -[middleware/types.ts:25442](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25442) - -___ - -### AcceptBecomeAgent - -• **AcceptBecomeAgent** = ``"accept_become_agent"`` - -#### Defined in - -[middleware/types.ts:25443](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25443) - -___ - -### AcceptMasterKey - -• **AcceptMasterKey** = ``"accept_master_key"`` - -#### Defined in - -[middleware/types.ts:25444](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25444) - -___ - -### AcceptMultisigSignerAsIdentity - -• **AcceptMultisigSignerAsIdentity** = ``"accept_multisig_signer_as_identity"`` - -#### Defined in - -[middleware/types.ts:25445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25445) - -___ - -### AcceptMultisigSignerAsKey - -• **AcceptMultisigSignerAsKey** = ``"accept_multisig_signer_as_key"`` - -#### Defined in - -[middleware/types.ts:25446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25446) - -___ - -### AcceptPayingKey - -• **AcceptPayingKey** = ``"accept_paying_key"`` - -#### Defined in - -[middleware/types.ts:25447](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25447) - -___ - -### AcceptPortfolioCustody - -• **AcceptPortfolioCustody** = ``"accept_portfolio_custody"`` - -#### Defined in - -[middleware/types.ts:25448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25448) - -___ - -### AcceptPrimaryIssuanceAgentTransfer - -• **AcceptPrimaryIssuanceAgentTransfer** = ``"accept_primary_issuance_agent_transfer"`` - -#### Defined in - -[middleware/types.ts:25449](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25449) - -___ - -### AcceptPrimaryKey - -• **AcceptPrimaryKey** = ``"accept_primary_key"`` - -#### Defined in - -[middleware/types.ts:25450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25450) - -___ - -### AcceptTickerTransfer - -• **AcceptTickerTransfer** = ``"accept_ticker_transfer"`` - -#### Defined in - -[middleware/types.ts:25451](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25451) - -___ - -### AddActiveRule - -• **AddActiveRule** = ``"add_active_rule"`` - -#### Defined in - -[middleware/types.ts:25452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25452) - -___ - -### AddAndAffirmInstruction - -• **AddAndAffirmInstruction** = ``"add_and_affirm_instruction"`` - -#### Defined in - -[middleware/types.ts:25453](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25453) - -___ - -### AddAndAffirmInstructionWithMemo - -• **AddAndAffirmInstructionWithMemo** = ``"add_and_affirm_instruction_with_memo"`` - -#### Defined in - -[middleware/types.ts:25454](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25454) - -___ - -### AddAndAffirmInstructionWithMemoV2 - -• **AddAndAffirmInstructionWithMemoV2** = ``"add_and_affirm_instruction_with_memo_v2"`` - -#### Defined in - -[middleware/types.ts:25455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25455) - -___ - -### AddAndAffirmWithMediators - -• **AddAndAffirmWithMediators** = ``"add_and_affirm_with_mediators"`` - -#### Defined in - -[middleware/types.ts:25456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25456) - -___ - -### AddAndAuthorizeInstruction - -• **AddAndAuthorizeInstruction** = ``"add_and_authorize_instruction"`` - -#### Defined in - -[middleware/types.ts:25457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25457) - -___ - -### AddAuthorization - -• **AddAuthorization** = ``"add_authorization"`` - -#### Defined in - -[middleware/types.ts:25458](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25458) - -___ - -### AddBallot - -• **AddBallot** = ``"add_ballot"`` - -#### Defined in - -[middleware/types.ts:25459](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25459) - -___ - -### AddClaim - -• **AddClaim** = ``"add_claim"`` - -#### Defined in - -[middleware/types.ts:25460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25460) - -___ - -### AddComplianceRequirement - -• **AddComplianceRequirement** = ``"add_compliance_requirement"`` - -#### Defined in - -[middleware/types.ts:25461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25461) - -___ - -### AddDefaultTrustedClaimIssuer - -• **AddDefaultTrustedClaimIssuer** = ``"add_default_trusted_claim_issuer"`` - -#### Defined in - -[middleware/types.ts:25462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25462) - -___ - -### AddDocuments - -• **AddDocuments** = ``"add_documents"`` - -#### Defined in - -[middleware/types.ts:25463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25463) - -___ - -### AddExemptedEntities - -• **AddExemptedEntities** = ``"add_exempted_entities"`` - -#### Defined in - -[middleware/types.ts:25464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25464) - -___ - -### AddExtension - -• **AddExtension** = ``"add_extension"`` - -#### Defined in - -[middleware/types.ts:25465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25465) - -___ - -### AddFreezeAdmin - -• **AddFreezeAdmin** = ``"add_freeze_admin"`` - -#### Defined in - -[middleware/types.ts:25466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25466) - -___ - -### AddInstruction - -• **AddInstruction** = ``"add_instruction"`` - -#### Defined in - -[middleware/types.ts:25467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25467) - -___ - -### AddInstructionWithMediators - -• **AddInstructionWithMediators** = ``"add_instruction_with_mediators"`` - -#### Defined in - -[middleware/types.ts:25468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25468) - -___ - -### AddInstructionWithMemo - -• **AddInstructionWithMemo** = ``"add_instruction_with_memo"`` - -#### Defined in - -[middleware/types.ts:25469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25469) - -___ - -### AddInstructionWithMemoV2 - -• **AddInstructionWithMemoV2** = ``"add_instruction_with_memo_v2"`` - -#### Defined in - -[middleware/types.ts:25470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25470) - -___ - -### AddInvestorUniquenessClaim - -• **AddInvestorUniquenessClaim** = ``"add_investor_uniqueness_claim"`` - -#### Defined in - -[middleware/types.ts:25471](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25471) - -___ - -### AddInvestorUniquenessClaimV2 - -• **AddInvestorUniquenessClaimV2** = ``"add_investor_uniqueness_claim_v2"`` - -#### Defined in - -[middleware/types.ts:25472](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25472) - -___ - -### AddMandatoryMediators - -• **AddMandatoryMediators** = ``"add_mandatory_mediators"`` - -#### Defined in - -[middleware/types.ts:25473](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25473) - -___ - -### AddMediatorAccount - -• **AddMediatorAccount** = ``"add_mediator_account"`` - -#### Defined in - -[middleware/types.ts:25474](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25474) - -___ - -### AddMember - -• **AddMember** = ``"add_member"`` - -#### Defined in - -[middleware/types.ts:25475](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25475) - -___ - -### AddMultisigSigner - -• **AddMultisigSigner** = ``"add_multisig_signer"`` - -#### Defined in - -[middleware/types.ts:25476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25476) - -___ - -### AddMultisigSignersViaCreator - -• **AddMultisigSignersViaCreator** = ``"add_multisig_signers_via_creator"`` - -#### Defined in - -[middleware/types.ts:25477](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25477) - -___ - -### AddPermissionedValidator - -• **AddPermissionedValidator** = ``"add_permissioned_validator"`` - -#### Defined in - -[middleware/types.ts:25478](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25478) - -___ - -### AddRangeProof - -• **AddRangeProof** = ``"add_range_proof"`` - -#### Defined in - -[middleware/types.ts:25479](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25479) - -___ - -### AddSecondaryKeysWithAuthorization - -• **AddSecondaryKeysWithAuthorization** = ``"add_secondary_keys_with_authorization"`` - -#### Defined in - -[middleware/types.ts:25480](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25480) - -___ - -### AddSecondaryKeysWithAuthorizationOld - -• **AddSecondaryKeysWithAuthorizationOld** = ``"add_secondary_keys_with_authorization_old"`` - -#### Defined in - -[middleware/types.ts:25481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25481) - -___ - -### AddTransaction - -• **AddTransaction** = ``"add_transaction"`` - -#### Defined in - -[middleware/types.ts:25482](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25482) - -___ - -### AddTransferManager - -• **AddTransferManager** = ``"add_transfer_manager"`` - -#### Defined in - -[middleware/types.ts:25483](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25483) - -___ - -### AddVerifyRangeProof - -• **AddVerifyRangeProof** = ``"add_verify_range_proof"`` - -#### Defined in - -[middleware/types.ts:25484](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25484) - -___ - -### AffirmInstruction - -• **AffirmInstruction** = ``"affirm_instruction"`` - -#### Defined in - -[middleware/types.ts:25485](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25485) - -___ - -### AffirmInstructionAsMediator - -• **AffirmInstructionAsMediator** = ``"affirm_instruction_as_mediator"`` - -#### Defined in - -[middleware/types.ts:25486](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25486) - -___ - -### AffirmInstructionV2 - -• **AffirmInstructionV2** = ``"affirm_instruction_v2"`` - -#### Defined in - -[middleware/types.ts:25487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25487) - -___ - -### AffirmInstructionWithCount - -• **AffirmInstructionWithCount** = ``"affirm_instruction_with_count"`` - -#### Defined in - -[middleware/types.ts:25488](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25488) - -___ - -### AffirmTransactions - -• **AffirmTransactions** = ``"affirm_transactions"`` - -#### Defined in - -[middleware/types.ts:25489](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25489) - -___ - -### AffirmWithReceipts - -• **AffirmWithReceipts** = ``"affirm_with_receipts"`` - -#### Defined in - -[middleware/types.ts:25490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25490) - -___ - -### AffirmWithReceiptsWithCount - -• **AffirmWithReceiptsWithCount** = ``"affirm_with_receipts_with_count"`` - -#### Defined in - -[middleware/types.ts:25491](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25491) - -___ - -### AllowIdentityToCreatePortfolios - -• **AllowIdentityToCreatePortfolios** = ``"allow_identity_to_create_portfolios"`` - -#### Defined in - -[middleware/types.ts:25492](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25492) - -___ - -### AllowVenues - -• **AllowVenues** = ``"allow_venues"`` - -#### Defined in - -[middleware/types.ts:25493](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25493) - -___ - -### AmendProposal - -• **AmendProposal** = ``"amend_proposal"`` - -#### Defined in - -[middleware/types.ts:25494](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25494) - -___ - -### ApplyIncomingBalance - -• **ApplyIncomingBalance** = ``"apply_incoming_balance"`` - -#### Defined in - -[middleware/types.ts:25495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25495) - -___ - -### ApplyIncomingBalances - -• **ApplyIncomingBalances** = ``"apply_incoming_balances"`` - -#### Defined in - -[middleware/types.ts:25496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25496) - -___ - -### Approve - -• **Approve** = ``"approve"`` - -#### Defined in - -[middleware/types.ts:25497](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25497) - -___ - -### ApproveAsIdentity - -• **ApproveAsIdentity** = ``"approve_as_identity"`` - -#### Defined in - -[middleware/types.ts:25498](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25498) - -___ - -### ApproveAsKey - -• **ApproveAsKey** = ``"approve_as_key"`` - -#### Defined in - -[middleware/types.ts:25499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25499) - -___ - -### ApproveCommitteeProposal - -• **ApproveCommitteeProposal** = ``"approve_committee_proposal"`` - -#### Defined in - -[middleware/types.ts:25500](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25500) - -___ - -### ArchiveExtension - -• **ArchiveExtension** = ``"archive_extension"`` - -#### Defined in - -[middleware/types.ts:25501](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25501) - -___ - -### AsDerivative - -• **AsDerivative** = ``"as_derivative"`` - -#### Defined in - -[middleware/types.ts:25502](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25502) - -___ - -### AttachBallot - -• **AttachBallot** = ``"attach_ballot"`` - -#### Defined in - -[middleware/types.ts:25503](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25503) - -___ - -### AuthorizeInstruction - -• **AuthorizeInstruction** = ``"authorize_instruction"`` - -#### Defined in - -[middleware/types.ts:25504](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25504) - -___ - -### AuthorizeWithReceipts - -• **AuthorizeWithReceipts** = ``"authorize_with_receipts"`` - -#### Defined in - -[middleware/types.ts:25505](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25505) - -___ - -### Batch - -• **Batch** = ``"batch"`` - -#### Defined in - -[middleware/types.ts:25506](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25506) - -___ - -### BatchAcceptAuthorization - -• **BatchAcceptAuthorization** = ``"batch_accept_authorization"`` - -#### Defined in - -[middleware/types.ts:25507](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25507) - -___ - -### BatchAddAuthorization - -• **BatchAddAuthorization** = ``"batch_add_authorization"`` - -#### Defined in - -[middleware/types.ts:25508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25508) - -___ - -### BatchAddClaim - -• **BatchAddClaim** = ``"batch_add_claim"`` - -#### Defined in - -[middleware/types.ts:25509](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25509) - -___ - -### BatchAddDefaultTrustedClaimIssuer - -• **BatchAddDefaultTrustedClaimIssuer** = ``"batch_add_default_trusted_claim_issuer"`` - -#### Defined in - -[middleware/types.ts:25510](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25510) - -___ - -### BatchAddDocument - -• **BatchAddDocument** = ``"batch_add_document"`` - -#### Defined in - -[middleware/types.ts:25511](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25511) - -___ - -### BatchAddSecondaryKeyWithAuthorization - -• **BatchAddSecondaryKeyWithAuthorization** = ``"batch_add_secondary_key_with_authorization"`` - -#### Defined in - -[middleware/types.ts:25512](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25512) - -___ - -### BatchAddSigningKeyWithAuthorization - -• **BatchAddSigningKeyWithAuthorization** = ``"batch_add_signing_key_with_authorization"`` - -#### Defined in - -[middleware/types.ts:25513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25513) - -___ - -### BatchAll - -• **BatchAll** = ``"batch_all"`` - -#### Defined in - -[middleware/types.ts:25514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25514) - -___ - -### BatchAtomic - -• **BatchAtomic** = ``"batch_atomic"`` - -#### Defined in - -[middleware/types.ts:25515](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25515) - -___ - -### BatchChangeAssetRule - -• **BatchChangeAssetRule** = ``"batch_change_asset_rule"`` - -#### Defined in - -[middleware/types.ts:25516](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25516) - -___ - -### BatchChangeComplianceRequirement - -• **BatchChangeComplianceRequirement** = ``"batch_change_compliance_requirement"`` - -#### Defined in - -[middleware/types.ts:25517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25517) - -___ - -### BatchForceHandleBridgeTx - -• **BatchForceHandleBridgeTx** = ``"batch_force_handle_bridge_tx"`` - -#### Defined in - -[middleware/types.ts:25518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25518) - -___ - -### BatchFreezeTx - -• **BatchFreezeTx** = ``"batch_freeze_tx"`` - -#### Defined in - -[middleware/types.ts:25519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25519) - -___ - -### BatchHandleBridgeTx - -• **BatchHandleBridgeTx** = ``"batch_handle_bridge_tx"`` - -#### Defined in - -[middleware/types.ts:25520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25520) - -___ - -### BatchIssue - -• **BatchIssue** = ``"batch_issue"`` - -#### Defined in - -[middleware/types.ts:25521](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25521) - -___ - -### BatchOld - -• **BatchOld** = ``"batch_old"`` - -#### Defined in - -[middleware/types.ts:25522](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25522) - -___ - -### BatchOptimistic - -• **BatchOptimistic** = ``"batch_optimistic"`` - -#### Defined in - -[middleware/types.ts:25523](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25523) - -___ - -### BatchProposeBridgeTx - -• **BatchProposeBridgeTx** = ``"batch_propose_bridge_tx"`` - -#### Defined in - -[middleware/types.ts:25524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25524) - -___ - -### BatchRemoveAuthorization - -• **BatchRemoveAuthorization** = ``"batch_remove_authorization"`` - -#### Defined in - -[middleware/types.ts:25525](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25525) - -___ - -### BatchRemoveDefaultTrustedClaimIssuer - -• **BatchRemoveDefaultTrustedClaimIssuer** = ``"batch_remove_default_trusted_claim_issuer"`` - -#### Defined in - -[middleware/types.ts:25526](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25526) - -___ - -### BatchRemoveDocument - -• **BatchRemoveDocument** = ``"batch_remove_document"`` - -#### Defined in - -[middleware/types.ts:25527](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25527) - -___ - -### BatchRevokeClaim - -• **BatchRevokeClaim** = ``"batch_revoke_claim"`` - -#### Defined in - -[middleware/types.ts:25528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25528) - -___ - -### BatchUnfreezeTx - -• **BatchUnfreezeTx** = ``"batch_unfreeze_tx"`` - -#### Defined in - -[middleware/types.ts:25529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25529) - -___ - -### BatchUpdateAssetStats - -• **BatchUpdateAssetStats** = ``"batch_update_asset_stats"`` - -#### Defined in - -[middleware/types.ts:25530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25530) - -___ - -### Bond - -• **Bond** = ``"bond"`` - -#### Defined in - -[middleware/types.ts:25531](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25531) - -___ - -### BondAdditionalDeposit - -• **BondAdditionalDeposit** = ``"bond_additional_deposit"`` - -#### Defined in - -[middleware/types.ts:25532](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25532) - -___ - -### BondExtra - -• **BondExtra** = ``"bond_extra"`` - -#### Defined in - -[middleware/types.ts:25533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25533) - -___ - -### Burn - -• **Burn** = ``"burn"`` - -#### Defined in - -[middleware/types.ts:25534](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25534) - -___ - -### BurnAccountBalance - -• **BurnAccountBalance** = ``"burn_account_balance"`` - -#### Defined in - -[middleware/types.ts:25535](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25535) - -___ - -### BuyTokens - -• **BuyTokens** = ``"buy_tokens"`` - -#### Defined in - -[middleware/types.ts:25536](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25536) - -___ - -### Call - -• **Call** = ``"call"`` - -#### Defined in - -[middleware/types.ts:25537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25537) - -___ - -### CallOldWeight - -• **CallOldWeight** = ``"call_old_weight"`` - -#### Defined in - -[middleware/types.ts:25538](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25538) - -___ - -### Cancel - -• **Cancel** = ``"cancel"`` - -#### Defined in - -[middleware/types.ts:25539](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25539) - -___ - -### CancelBallot - -• **CancelBallot** = ``"cancel_ballot"`` - -#### Defined in - -[middleware/types.ts:25540](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25540) - -___ - -### CancelDeferredSlash - -• **CancelDeferredSlash** = ``"cancel_deferred_slash"`` - -#### Defined in - -[middleware/types.ts:25541](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25541) - -___ - -### CancelNamed - -• **CancelNamed** = ``"cancel_named"`` - -#### Defined in - -[middleware/types.ts:25542](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25542) - -___ - -### CancelProposal - -• **CancelProposal** = ``"cancel_proposal"`` - -#### Defined in - -[middleware/types.ts:25543](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25543) - -___ - -### CddRegisterDid - -• **CddRegisterDid** = ``"cdd_register_did"`` - -#### Defined in - -[middleware/types.ts:25544](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25544) - -___ - -### CddRegisterDidWithCdd - -• **CddRegisterDidWithCdd** = ``"cdd_register_did_with_cdd"`` - -#### Defined in - -[middleware/types.ts:25545](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25545) - -___ - -### ChangeAdmin - -• **ChangeAdmin** = ``"change_admin"`` - -#### Defined in - -[middleware/types.ts:25546](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25546) - -___ - -### ChangeAllSignersAndSigsRequired - -• **ChangeAllSignersAndSigsRequired** = ``"change_all_signers_and_sigs_required"`` - -#### Defined in - -[middleware/types.ts:25547](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25547) - -___ - -### ChangeAssetRule - -• **ChangeAssetRule** = ``"change_asset_rule"`` - -#### Defined in - -[middleware/types.ts:25548](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25548) - -___ - -### ChangeBaseFee - -• **ChangeBaseFee** = ``"change_base_fee"`` - -#### Defined in - -[middleware/types.ts:25549](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25549) - -___ - -### ChangeBridgeExempted - -• **ChangeBridgeExempted** = ``"change_bridge_exempted"`` - -#### Defined in - -[middleware/types.ts:25550](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25550) - -___ - -### ChangeBridgeLimit - -• **ChangeBridgeLimit** = ``"change_bridge_limit"`` - -#### Defined in - -[middleware/types.ts:25551](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25551) - -___ - -### ChangeCddRequirementForMkRotation - -• **ChangeCddRequirementForMkRotation** = ``"change_cdd_requirement_for_mk_rotation"`` - -#### Defined in - -[middleware/types.ts:25552](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25552) - -___ - -### ChangeCoefficient - -• **ChangeCoefficient** = ``"change_coefficient"`` - -#### Defined in - -[middleware/types.ts:25553](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25553) - -___ - -### ChangeComplianceRequirement - -• **ChangeComplianceRequirement** = ``"change_compliance_requirement"`` - -#### Defined in - -[middleware/types.ts:25554](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25554) - -___ - -### ChangeController - -• **ChangeController** = ``"change_controller"`` - -#### Defined in - -[middleware/types.ts:25555](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25555) - -___ - -### ChangeEnd - -• **ChangeEnd** = ``"change_end"`` - -#### Defined in - -[middleware/types.ts:25556](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25556) - -___ - -### ChangeGroup - -• **ChangeGroup** = ``"change_group"`` - -#### Defined in - -[middleware/types.ts:25557](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25557) - -___ - -### ChangeMeta - -• **ChangeMeta** = ``"change_meta"`` - -#### Defined in - -[middleware/types.ts:25558](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25558) - -___ - -### ChangeRcv - -• **ChangeRcv** = ``"change_rcv"`` - -#### Defined in - -[middleware/types.ts:25559](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25559) - -___ - -### ChangeReceiptValidity - -• **ChangeReceiptValidity** = ``"change_receipt_validity"`` - -#### Defined in - -[middleware/types.ts:25560](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25560) - -___ - -### ChangeRecordDate - -• **ChangeRecordDate** = ``"change_record_date"`` - -#### Defined in - -[middleware/types.ts:25561](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25561) - -___ - -### ChangeSigsRequired - -• **ChangeSigsRequired** = ``"change_sigs_required"`` - -#### Defined in - -[middleware/types.ts:25562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25562) - -___ - -### ChangeSigsRequiredViaCreator - -• **ChangeSigsRequiredViaCreator** = ``"change_sigs_required_via_creator"`` - -#### Defined in - -[middleware/types.ts:25563](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25563) - -___ - -### ChangeSlashingAllowedFor - -• **ChangeSlashingAllowedFor** = ``"change_slashing_allowed_for"`` - -#### Defined in - -[middleware/types.ts:25564](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25564) - -___ - -### ChangeTemplateFees - -• **ChangeTemplateFees** = ``"change_template_fees"`` - -#### Defined in - -[middleware/types.ts:25565](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25565) - -___ - -### ChangeTemplateMetaUrl - -• **ChangeTemplateMetaUrl** = ``"change_template_meta_url"`` - -#### Defined in - -[middleware/types.ts:25566](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25566) - -___ - -### ChangeTimelock - -• **ChangeTimelock** = ``"change_timelock"`` - -#### Defined in - -[middleware/types.ts:25567](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25567) - -___ - -### Chill - -• **Chill** = ``"chill"`` - -#### Defined in - -[middleware/types.ts:25568](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25568) - -___ - -### ChillFromGovernance - -• **ChillFromGovernance** = ``"chill_from_governance"`` - -#### Defined in - -[middleware/types.ts:25569](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25569) - -___ - -### Claim - -• **Claim** = ``"claim"`` - -#### Defined in - -[middleware/types.ts:25570](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25570) - -___ - -### ClaimClassicTicker - -• **ClaimClassicTicker** = ``"claim_classic_ticker"`` - -#### Defined in - -[middleware/types.ts:25571](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25571) - -___ - -### ClaimItnReward - -• **ClaimItnReward** = ``"claim_itn_reward"`` - -#### Defined in - -[middleware/types.ts:25572](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25572) - -___ - -### ClaimReceipt - -• **ClaimReceipt** = ``"claim_receipt"`` - -#### Defined in - -[middleware/types.ts:25573](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25573) - -___ - -### ClaimSurcharge - -• **ClaimSurcharge** = ``"claim_surcharge"`` - -#### Defined in - -[middleware/types.ts:25574](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25574) - -___ - -### ClaimUnclaimed - -• **ClaimUnclaimed** = ``"claim_unclaimed"`` - -#### Defined in - -[middleware/types.ts:25575](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25575) - -___ - -### ClearSnapshot - -• **ClearSnapshot** = ``"clear_snapshot"`` - -#### Defined in - -[middleware/types.ts:25576](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25576) - -___ - -### Close - -• **Close** = ``"close"`` - -#### Defined in - -[middleware/types.ts:25577](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25577) - -___ - -### ControllerRedeem - -• **ControllerRedeem** = ``"controller_redeem"`` - -#### Defined in - -[middleware/types.ts:25578](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25578) - -___ - -### ControllerTransfer - -• **ControllerTransfer** = ``"controller_transfer"`` - -#### Defined in - -[middleware/types.ts:25579](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25579) - -___ - -### CreateAccount - -• **CreateAccount** = ``"create_account"`` - -#### Defined in - -[middleware/types.ts:25580](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25580) - -___ - -### CreateAndChangeCustomGroup - -• **CreateAndChangeCustomGroup** = ``"create_and_change_custom_group"`` - -#### Defined in - -[middleware/types.ts:25581](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25581) - -___ - -### CreateAsset - -• **CreateAsset** = ``"create_asset"`` - -#### Defined in - -[middleware/types.ts:25582](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25582) - -___ - -### CreateAssetAndMint - -• **CreateAssetAndMint** = ``"create_asset_and_mint"`` - -#### Defined in - -[middleware/types.ts:25583](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25583) - -___ - -### CreateAssetWithCustomType - -• **CreateAssetWithCustomType** = ``"create_asset_with_custom_type"`` - -#### Defined in - -[middleware/types.ts:25584](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25584) - -___ - -### CreateCheckpoint - -• **CreateCheckpoint** = ``"create_checkpoint"`` - -#### Defined in - -[middleware/types.ts:25585](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25585) - -___ - -### CreateChildIdentities - -• **CreateChildIdentities** = ``"create_child_identities"`` - -#### Defined in - -[middleware/types.ts:25586](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25586) - -___ - -### CreateChildIdentity - -• **CreateChildIdentity** = ``"create_child_identity"`` - -#### Defined in - -[middleware/types.ts:25587](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25587) - -___ - -### CreateCustodyPortfolio - -• **CreateCustodyPortfolio** = ``"create_custody_portfolio"`` - -#### Defined in - -[middleware/types.ts:25588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25588) - -___ - -### CreateFundraiser - -• **CreateFundraiser** = ``"create_fundraiser"`` - -#### Defined in - -[middleware/types.ts:25589](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25589) - -___ - -### CreateGroup - -• **CreateGroup** = ``"create_group"`` - -#### Defined in - -[middleware/types.ts:25590](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25590) - -___ - -### CreateGroupAndAddAuth - -• **CreateGroupAndAddAuth** = ``"create_group_and_add_auth"`` - -#### Defined in - -[middleware/types.ts:25591](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25591) - -___ - -### CreateMultisig - -• **CreateMultisig** = ``"create_multisig"`` - -#### Defined in - -[middleware/types.ts:25592](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25592) - -___ - -### CreateNftCollection - -• **CreateNftCollection** = ``"create_nft_collection"`` - -#### Defined in - -[middleware/types.ts:25593](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25593) - -___ - -### CreateOrApproveProposalAsIdentity - -• **CreateOrApproveProposalAsIdentity** = ``"create_or_approve_proposal_as_identity"`` - -#### Defined in - -[middleware/types.ts:25594](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25594) - -___ - -### CreateOrApproveProposalAsKey - -• **CreateOrApproveProposalAsKey** = ``"create_or_approve_proposal_as_key"`` - -#### Defined in - -[middleware/types.ts:25595](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25595) - -___ - -### CreatePortfolio - -• **CreatePortfolio** = ``"create_portfolio"`` - -#### Defined in - -[middleware/types.ts:25596](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25596) - -___ - -### CreateProposalAsIdentity - -• **CreateProposalAsIdentity** = ``"create_proposal_as_identity"`` - -#### Defined in - -[middleware/types.ts:25597](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25597) - -___ - -### CreateProposalAsKey - -• **CreateProposalAsKey** = ``"create_proposal_as_key"`` - -#### Defined in - -[middleware/types.ts:25598](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25598) - -___ - -### CreateSchedule - -• **CreateSchedule** = ``"create_schedule"`` - -#### Defined in - -[middleware/types.ts:25599](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25599) - -___ - -### CreateVenue - -• **CreateVenue** = ``"create_venue"`` - -#### Defined in - -[middleware/types.ts:25600](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25600) - -___ - -### DecreasePolyxLimit - -• **DecreasePolyxLimit** = ``"decrease_polyx_limit"`` - -#### Defined in - -[middleware/types.ts:25601](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25601) - -___ - -### DeletePortfolio - -• **DeletePortfolio** = ``"delete_portfolio"`` - -#### Defined in - -[middleware/types.ts:25602](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25602) - -___ - -### DepositBlockRewardReserveBalance - -• **DepositBlockRewardReserveBalance** = ``"deposit_block_reward_reserve_balance"`` - -#### Defined in - -[middleware/types.ts:25603](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25603) - -___ - -### DisableMember - -• **DisableMember** = ``"disable_member"`` - -#### Defined in - -[middleware/types.ts:25604](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25604) - -___ - -### DisallowVenues - -• **DisallowVenues** = ``"disallow_venues"`` - -#### Defined in - -[middleware/types.ts:25605](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25605) - -___ - -### Disbursement - -• **Disbursement** = ``"disbursement"`` - -#### Defined in - -[middleware/types.ts:25606](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25606) - -___ - -### DispatchAs - -• **DispatchAs** = ``"dispatch_as"`` - -#### Defined in - -[middleware/types.ts:25607](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25607) - -___ - -### Distribute - -• **Distribute** = ``"distribute"`` - -#### Defined in - -[middleware/types.ts:25608](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25608) - -___ - -### EmergencyReferendum - -• **EmergencyReferendum** = ``"emergency_referendum"`` - -#### Defined in - -[middleware/types.ts:25609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25609) - -___ - -### EnableIndividualCommissions - -• **EnableIndividualCommissions** = ``"enable_individual_commissions"`` - -#### Defined in - -[middleware/types.ts:25610](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25610) - -___ - -### EnactReferendum - -• **EnactReferendum** = ``"enact_referendum"`` - -#### Defined in - -[middleware/types.ts:25611](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25611) - -___ - -### EnactSnapshotResults - -• **EnactSnapshotResults** = ``"enact_snapshot_results"`` - -#### Defined in - -[middleware/types.ts:25612](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25612) - -___ - -### ExecuteManualInstruction - -• **ExecuteManualInstruction** = ``"execute_manual_instruction"`` - -#### Defined in - -[middleware/types.ts:25613](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25613) - -___ - -### ExecuteScheduledInstruction - -• **ExecuteScheduledInstruction** = ``"execute_scheduled_instruction"`` - -#### Defined in - -[middleware/types.ts:25614](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25614) - -___ - -### ExecuteScheduledInstructionV2 - -• **ExecuteScheduledInstructionV2** = ``"execute_scheduled_instruction_v2"`` - -#### Defined in - -[middleware/types.ts:25615](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25615) - -___ - -### ExecuteScheduledInstructionV3 - -• **ExecuteScheduledInstructionV3** = ``"execute_scheduled_instruction_v3"`` - -#### Defined in - -[middleware/types.ts:25616](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25616) - -___ - -### ExecuteScheduledPip - -• **ExecuteScheduledPip** = ``"execute_scheduled_pip"`` - -#### Defined in - -[middleware/types.ts:25617](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25617) - -___ - -### ExecuteScheduledProposal - -• **ExecuteScheduledProposal** = ``"execute_scheduled_proposal"`` - -#### Defined in - -[middleware/types.ts:25618](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25618) - -___ - -### ExecuteTransaction - -• **ExecuteTransaction** = ``"execute_transaction"`` - -#### Defined in - -[middleware/types.ts:25619](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25619) - -___ - -### ExemptTickerAffirmation - -• **ExemptTickerAffirmation** = ``"exempt_ticker_affirmation"`` - -#### Defined in - -[middleware/types.ts:25620](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25620) - -___ - -### ExpireScheduledPip - -• **ExpireScheduledPip** = ``"expire_scheduled_pip"`` - -#### Defined in - -[middleware/types.ts:25621](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25621) - -___ - -### FastTrackProposal - -• **FastTrackProposal** = ``"fast_track_proposal"`` - -#### Defined in - -[middleware/types.ts:25622](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25622) - -___ - -### FillBlock - -• **FillBlock** = ``"fill_block"`` - -#### Defined in - -[middleware/types.ts:25623](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25623) - -___ - -### FinalHint - -• **FinalHint** = ``"final_hint"`` - -#### Defined in - -[middleware/types.ts:25624](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25624) - -___ - -### ForceBatch - -• **ForceBatch** = ``"force_batch"`` - -#### Defined in - -[middleware/types.ts:25625](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25625) - -___ - -### ForceHandleBridgeTx - -• **ForceHandleBridgeTx** = ``"force_handle_bridge_tx"`` - -#### Defined in - -[middleware/types.ts:25626](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25626) - -___ - -### ForceNewEra - -• **ForceNewEra** = ``"force_new_era"`` - -#### Defined in - -[middleware/types.ts:25627](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25627) - -___ - -### ForceNewEraAlways - -• **ForceNewEraAlways** = ``"force_new_era_always"`` - -#### Defined in - -[middleware/types.ts:25628](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25628) - -___ - -### ForceNoEras - -• **ForceNoEras** = ``"force_no_eras"`` - -#### Defined in - -[middleware/types.ts:25629](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25629) - -___ - -### ForceTransfer - -• **ForceTransfer** = ``"force_transfer"`` - -#### Defined in - -[middleware/types.ts:25630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25630) - -___ - -### ForceUnstake - -• **ForceUnstake** = ``"force_unstake"`` - -#### Defined in - -[middleware/types.ts:25631](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25631) - -___ - -### ForwardedCall - -• **ForwardedCall** = ``"forwarded_call"`` - -#### Defined in - -[middleware/types.ts:25632](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25632) - -___ - -### Free - -• **Free** = ``"free"`` - -#### Defined in - -[middleware/types.ts:25633](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25633) - -___ - -### Freeze - -• **Freeze** = ``"freeze"`` - -#### Defined in - -[middleware/types.ts:25634](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25634) - -___ - -### FreezeFundraiser - -• **FreezeFundraiser** = ``"freeze_fundraiser"`` - -#### Defined in - -[middleware/types.ts:25635](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25635) - -___ - -### FreezeInstantiation - -• **FreezeInstantiation** = ``"freeze_instantiation"`` - -#### Defined in - -[middleware/types.ts:25636](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25636) - -___ - -### FreezeSecondaryKeys - -• **FreezeSecondaryKeys** = ``"freeze_secondary_keys"`` - -#### Defined in - -[middleware/types.ts:25637](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25637) - -___ - -### FreezeSigningKeys - -• **FreezeSigningKeys** = ``"freeze_signing_keys"`` - -#### Defined in - -[middleware/types.ts:25638](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25638) - -___ - -### FreezeTxs - -• **FreezeTxs** = ``"freeze_txs"`` - -#### Defined in - -[middleware/types.ts:25639](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25639) - -___ - -### GcAddCddClaim - -• **GcAddCddClaim** = ``"gc_add_cdd_claim"`` - -#### Defined in - -[middleware/types.ts:25640](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25640) - -___ - -### GcRevokeCddClaim - -• **GcRevokeCddClaim** = ``"gc_revoke_cdd_claim"`` - -#### Defined in - -[middleware/types.ts:25641](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25641) - -___ - -### GetCddOf - -• **GetCddOf** = ``"get_cdd_of"`` - -#### Defined in - -[middleware/types.ts:25642](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25642) - -___ - -### GetMyDid - -• **GetMyDid** = ``"get_my_did"`` - -#### Defined in - -[middleware/types.ts:25643](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25643) - -___ - -### HandleBridgeTx - -• **HandleBridgeTx** = ``"handle_bridge_tx"`` - -#### Defined in - -[middleware/types.ts:25644](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25644) - -___ - -### HandleScheduledBridgeTx - -• **HandleScheduledBridgeTx** = ``"handle_scheduled_bridge_tx"`` - -#### Defined in - -[middleware/types.ts:25645](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25645) - -___ - -### Heartbeat - -• **Heartbeat** = ``"heartbeat"`` - -#### Defined in - -[middleware/types.ts:25646](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25646) - -___ - -### IncreaseCustodyAllowance - -• **IncreaseCustodyAllowance** = ``"increase_custody_allowance"`` - -#### Defined in - -[middleware/types.ts:25647](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25647) - -___ - -### IncreaseCustodyAllowanceOf - -• **IncreaseCustodyAllowanceOf** = ``"increase_custody_allowance_of"`` - -#### Defined in - -[middleware/types.ts:25648](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25648) - -___ - -### IncreasePolyxLimit - -• **IncreasePolyxLimit** = ``"increase_polyx_limit"`` - -#### Defined in - -[middleware/types.ts:25649](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25649) - -___ - -### IncreaseValidatorCount - -• **IncreaseValidatorCount** = ``"increase_validator_count"`` - -#### Defined in - -[middleware/types.ts:25650](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25650) - -___ - -### InitiateCorporateAction - -• **InitiateCorporateAction** = ``"initiate_corporate_action"`` - -#### Defined in - -[middleware/types.ts:25651](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25651) - -___ - -### InitiateCorporateActionAndDistribute - -• **InitiateCorporateActionAndDistribute** = ``"initiate_corporate_action_and_distribute"`` - -#### Defined in - -[middleware/types.ts:25652](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25652) - -___ - -### Instantiate - -• **Instantiate** = ``"instantiate"`` - -#### Defined in - -[middleware/types.ts:25653](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25653) - -___ - -### InstantiateOldWeight - -• **InstantiateOldWeight** = ``"instantiate_old_weight"`` - -#### Defined in - -[middleware/types.ts:25654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25654) - -___ - -### InstantiateWithCode - -• **InstantiateWithCode** = ``"instantiate_with_code"`` - -#### Defined in - -[middleware/types.ts:25655](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25655) - -___ - -### InstantiateWithCodeAsPrimaryKey - -• **InstantiateWithCodeAsPrimaryKey** = ``"instantiate_with_code_as_primary_key"`` - -#### Defined in - -[middleware/types.ts:25656](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25656) - -___ - -### InstantiateWithCodeOldWeight - -• **InstantiateWithCodeOldWeight** = ``"instantiate_with_code_old_weight"`` - -#### Defined in - -[middleware/types.ts:25657](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25657) - -___ - -### InstantiateWithCodePerms - -• **InstantiateWithCodePerms** = ``"instantiate_with_code_perms"`` - -#### Defined in - -[middleware/types.ts:25658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25658) - -___ - -### InstantiateWithHashAsPrimaryKey - -• **InstantiateWithHashAsPrimaryKey** = ``"instantiate_with_hash_as_primary_key"`` - -#### Defined in - -[middleware/types.ts:25659](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25659) - -___ - -### InstantiateWithHashPerms - -• **InstantiateWithHashPerms** = ``"instantiate_with_hash_perms"`` - -#### Defined in - -[middleware/types.ts:25660](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25660) - -___ - -### InvalidateCddClaims - -• **InvalidateCddClaims** = ``"invalidate_cdd_claims"`` - -#### Defined in - -[middleware/types.ts:25661](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25661) - -___ - -### Invest - -• **Invest** = ``"invest"`` - -#### Defined in - -[middleware/types.ts:25662](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25662) - -___ - -### IsIssuable - -• **IsIssuable** = ``"is_issuable"`` - -#### Defined in - -[middleware/types.ts:25663](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25663) - -___ - -### Issue - -• **Issue** = ``"issue"`` - -#### Defined in - -[middleware/types.ts:25664](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25664) - -___ - -### IssueNft - -• **IssueNft** = ``"issue_nft"`` - -#### Defined in - -[middleware/types.ts:25665](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25665) - -___ - -### JoinIdentityAsIdentity - -• **JoinIdentityAsIdentity** = ``"join_identity_as_identity"`` - -#### Defined in - -[middleware/types.ts:25666](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25666) - -___ - -### JoinIdentityAsKey - -• **JoinIdentityAsKey** = ``"join_identity_as_key"`` - -#### Defined in - -[middleware/types.ts:25667](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25667) - -___ - -### KillPrefix - -• **KillPrefix** = ``"kill_prefix"`` - -#### Defined in - -[middleware/types.ts:25668](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25668) - -___ - -### KillProposal - -• **KillProposal** = ``"kill_proposal"`` - -#### Defined in - -[middleware/types.ts:25669](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25669) - -___ - -### KillStorage - -• **KillStorage** = ``"kill_storage"`` - -#### Defined in - -[middleware/types.ts:25670](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25670) - -___ - -### LaunchSto - -• **LaunchSto** = ``"launch_sto"`` - -#### Defined in - -[middleware/types.ts:25671](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25671) - -___ - -### LeaveIdentityAsIdentity - -• **LeaveIdentityAsIdentity** = ``"leave_identity_as_identity"`` - -#### Defined in - -[middleware/types.ts:25672](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25672) - -___ - -### LeaveIdentityAsKey - -• **LeaveIdentityAsKey** = ``"leave_identity_as_key"`` - -#### Defined in - -[middleware/types.ts:25673](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25673) - -___ - -### LegacySetPermissionToSigner - -• **LegacySetPermissionToSigner** = ``"legacy_set_permission_to_signer"`` - -#### Defined in - -[middleware/types.ts:25674](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25674) - -___ - -### LinkCaDoc - -• **LinkCaDoc** = ``"link_ca_doc"`` - -#### Defined in - -[middleware/types.ts:25675](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25675) - -___ - -### MakeDivisible - -• **MakeDivisible** = ``"make_divisible"`` - -#### Defined in - -[middleware/types.ts:25676](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25676) - -___ - -### MakeMultisigPrimary - -• **MakeMultisigPrimary** = ``"make_multisig_primary"`` - -#### Defined in - -[middleware/types.ts:25677](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25677) - -___ - -### MakeMultisigSecondary - -• **MakeMultisigSecondary** = ``"make_multisig_secondary"`` - -#### Defined in - -[middleware/types.ts:25678](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25678) - -___ - -### MakeMultisigSigner - -• **MakeMultisigSigner** = ``"make_multisig_signer"`` - -#### Defined in - -[middleware/types.ts:25679](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25679) - -___ - -### MediatorAffirmTransaction - -• **MediatorAffirmTransaction** = ``"mediator_affirm_transaction"`` - -#### Defined in - -[middleware/types.ts:25680](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25680) - -___ - -### MediatorUnaffirmTransaction - -• **MediatorUnaffirmTransaction** = ``"mediator_unaffirm_transaction"`` - -#### Defined in - -[middleware/types.ts:25681](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25681) - -___ - -### Mint - -• **Mint** = ``"mint"`` - -#### Defined in - -[middleware/types.ts:25682](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25682) - -___ - -### MockCddRegisterDid - -• **MockCddRegisterDid** = ``"mock_cdd_register_did"`` - -#### Defined in - -[middleware/types.ts:25683](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25683) - -___ - -### ModifyExemptionList - -• **ModifyExemptionList** = ``"modify_exemption_list"`` - -#### Defined in - -[middleware/types.ts:25684](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25684) - -___ - -### ModifyFundraiserWindow - -• **ModifyFundraiserWindow** = ``"modify_fundraiser_window"`` - -#### Defined in - -[middleware/types.ts:25685](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25685) - -___ - -### MovePortfolioFunds - -• **MovePortfolioFunds** = ``"move_portfolio_funds"`` - -#### Defined in - -[middleware/types.ts:25686](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25686) - -___ - -### MovePortfolioFundsV2 - -• **MovePortfolioFundsV2** = ``"move_portfolio_funds_v2"`` - -#### Defined in - -[middleware/types.ts:25687](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25687) - -___ - -### New - -• **New** = ``"new"`` - -#### Defined in - -[middleware/types.ts:25688](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25688) - -___ - -### Nominate - -• **Nominate** = ``"nominate"`` - -#### Defined in - -[middleware/types.ts:25689](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25689) - -___ - -### NotePreimage - -• **NotePreimage** = ``"note_preimage"`` - -#### Defined in - -[middleware/types.ts:25690](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25690) - -___ - -### NoteStalled - -• **NoteStalled** = ``"note_stalled"`` - -#### Defined in - -[middleware/types.ts:25691](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25691) - -___ - -### OverrideReferendumEnactmentPeriod - -• **OverrideReferendumEnactmentPeriod** = ``"override_referendum_enactment_period"`` - -#### Defined in - -[middleware/types.ts:25692](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25692) - -___ - -### PauseAssetCompliance - -• **PauseAssetCompliance** = ``"pause_asset_compliance"`` - -#### Defined in - -[middleware/types.ts:25693](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25693) - -___ - -### PauseAssetRules - -• **PauseAssetRules** = ``"pause_asset_rules"`` - -#### Defined in - -[middleware/types.ts:25694](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25694) - -___ - -### PauseSto - -• **PauseSto** = ``"pause_sto"`` - -#### Defined in - -[middleware/types.ts:25695](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25695) - -___ - -### PayoutStakers - -• **PayoutStakers** = ``"payout_stakers"`` - -#### Defined in - -[middleware/types.ts:25696](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25696) - -___ - -### PayoutStakersBySystem - -• **PayoutStakersBySystem** = ``"payout_stakers_by_system"`` - -#### Defined in - -[middleware/types.ts:25697](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25697) - -___ - -### PlaceholderAddAndAffirmInstruction - -• **PlaceholderAddAndAffirmInstruction** = ``"placeholder_add_and_affirm_instruction"`` - -#### Defined in - -[middleware/types.ts:25698](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25698) - -___ - -### PlaceholderAddAndAffirmInstructionWithMemo - -• **PlaceholderAddAndAffirmInstructionWithMemo** = ``"placeholder_add_and_affirm_instruction_with_memo"`` - -#### Defined in - -[middleware/types.ts:25699](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25699) - -___ - -### PlaceholderAddInstruction - -• **PlaceholderAddInstruction** = ``"placeholder_add_instruction"`` - -#### Defined in - -[middleware/types.ts:25700](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25700) - -___ - -### PlaceholderAddInstructionWithMemo - -• **PlaceholderAddInstructionWithMemo** = ``"placeholder_add_instruction_with_memo"`` - -#### Defined in - -[middleware/types.ts:25701](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25701) - -___ - -### PlaceholderAffirmInstruction - -• **PlaceholderAffirmInstruction** = ``"placeholder_affirm_instruction"`` - -#### Defined in - -[middleware/types.ts:25702](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25702) - -___ - -### PlaceholderClaimReceipt - -• **PlaceholderClaimReceipt** = ``"placeholder_claim_receipt"`` - -#### Defined in - -[middleware/types.ts:25703](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25703) - -___ - -### PlaceholderFillBlock - -• **PlaceholderFillBlock** = ``"placeholder_fill_block"`` - -#### Defined in - -[middleware/types.ts:25704](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25704) - -___ - -### PlaceholderLegacySetPermissionToSigner - -• **PlaceholderLegacySetPermissionToSigner** = ``"placeholder_legacy_set_permission_to_signer"`` - -#### Defined in - -[middleware/types.ts:25705](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25705) - -___ - -### PlaceholderRejectInstruction - -• **PlaceholderRejectInstruction** = ``"placeholder_reject_instruction"`` - -#### Defined in - -[middleware/types.ts:25706](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25706) - -___ - -### PlaceholderUnclaimReceipt - -• **PlaceholderUnclaimReceipt** = ``"placeholder_unclaim_receipt"`` - -#### Defined in - -[middleware/types.ts:25707](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25707) - -___ - -### PlaceholderWithdrawAffirmation - -• **PlaceholderWithdrawAffirmation** = ``"placeholder_withdraw_affirmation"`` - -#### Defined in - -[middleware/types.ts:25708](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25708) - -___ - -### PlanConfigChange - -• **PlanConfigChange** = ``"plan_config_change"`` - -#### Defined in - -[middleware/types.ts:25709](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25709) - -___ - -### PreApprovePortfolio - -• **PreApprovePortfolio** = ``"pre_approve_portfolio"`` - -#### Defined in - -[middleware/types.ts:25710](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25710) - -___ - -### PreApproveTicker - -• **PreApproveTicker** = ``"pre_approve_ticker"`` - -#### Defined in - -[middleware/types.ts:25711](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25711) - -___ - -### Propose - -• **Propose** = ``"propose"`` - -#### Defined in - -[middleware/types.ts:25712](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25712) - -___ - -### ProposeBridgeTx - -• **ProposeBridgeTx** = ``"propose_bridge_tx"`` - -#### Defined in - -[middleware/types.ts:25713](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25713) - -___ - -### PruneProposal - -• **PruneProposal** = ``"prune_proposal"`` - -#### Defined in - -[middleware/types.ts:25714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25714) - -___ - -### PurgeKeys - -• **PurgeKeys** = ``"purge_keys"`` - -#### Defined in - -[middleware/types.ts:25715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25715) - -___ - -### PushBenefit - -• **PushBenefit** = ``"push_benefit"`` - -#### Defined in - -[middleware/types.ts:25716](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25716) - -___ - -### PutCode - -• **PutCode** = ``"put_code"`` - -#### Defined in - -[middleware/types.ts:25717](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25717) - -___ - -### QuitPortfolioCustody - -• **QuitPortfolioCustody** = ``"quit_portfolio_custody"`` - -#### Defined in - -[middleware/types.ts:25718](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25718) - -___ - -### ReapStash - -• **ReapStash** = ``"reap_stash"`` - -#### Defined in - -[middleware/types.ts:25719](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25719) - -___ - -### Rebond - -• **Rebond** = ``"rebond"`` - -#### Defined in - -[middleware/types.ts:25720](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25720) - -___ - -### ReceiverAffirmTransaction - -• **ReceiverAffirmTransaction** = ``"receiver_affirm_transaction"`` - -#### Defined in - -[middleware/types.ts:25721](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25721) - -___ - -### ReceiverUnaffirmTransaction - -• **ReceiverUnaffirmTransaction** = ``"receiver_unaffirm_transaction"`` - -#### Defined in - -[middleware/types.ts:25722](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25722) - -___ - -### Reclaim - -• **Reclaim** = ``"reclaim"`` - -#### Defined in - -[middleware/types.ts:25723](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25723) - -___ - -### Redeem - -• **Redeem** = ``"redeem"`` - -#### Defined in - -[middleware/types.ts:25724](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25724) - -___ - -### RedeemFrom - -• **RedeemFrom** = ``"redeem_from"`` - -#### Defined in - -[middleware/types.ts:25725](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25725) - -___ - -### RedeemFromPortfolio - -• **RedeemFromPortfolio** = ``"redeem_from_portfolio"`` - -#### Defined in - -[middleware/types.ts:25726](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25726) - -___ - -### RedeemNft - -• **RedeemNft** = ``"redeem_nft"`` - -#### Defined in - -[middleware/types.ts:25727](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25727) - -___ - -### RegisterAndSetLocalAssetMetadata - -• **RegisterAndSetLocalAssetMetadata** = ``"register_and_set_local_asset_metadata"`` - -#### Defined in - -[middleware/types.ts:25728](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25728) - -___ - -### RegisterAssetMetadataGlobalType - -• **RegisterAssetMetadataGlobalType** = ``"register_asset_metadata_global_type"`` - -#### Defined in - -[middleware/types.ts:25729](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25729) - -___ - -### RegisterAssetMetadataLocalType - -• **RegisterAssetMetadataLocalType** = ``"register_asset_metadata_local_type"`` - -#### Defined in - -[middleware/types.ts:25730](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25730) - -___ - -### RegisterCustomAssetType - -• **RegisterCustomAssetType** = ``"register_custom_asset_type"`` - -#### Defined in - -[middleware/types.ts:25731](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25731) - -___ - -### RegisterCustomClaimType - -• **RegisterCustomClaimType** = ``"register_custom_claim_type"`` - -#### Defined in - -[middleware/types.ts:25732](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25732) - -___ - -### RegisterDid - -• **RegisterDid** = ``"register_did"`` - -#### Defined in - -[middleware/types.ts:25733](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25733) - -___ - -### RegisterTicker - -• **RegisterTicker** = ``"register_ticker"`` - -#### Defined in - -[middleware/types.ts:25734](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25734) - -___ - -### Reimbursement - -• **Reimbursement** = ``"reimbursement"`` - -#### Defined in - -[middleware/types.ts:25735](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25735) - -___ - -### RejectAsIdentity - -• **RejectAsIdentity** = ``"reject_as_identity"`` - -#### Defined in - -[middleware/types.ts:25736](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25736) - -___ - -### RejectAsKey - -• **RejectAsKey** = ``"reject_as_key"`` - -#### Defined in - -[middleware/types.ts:25737](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25737) - -___ - -### RejectInstruction - -• **RejectInstruction** = ``"reject_instruction"`` - -#### Defined in - -[middleware/types.ts:25738](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25738) - -___ - -### RejectInstructionAsMediator - -• **RejectInstructionAsMediator** = ``"reject_instruction_as_mediator"`` - -#### Defined in - -[middleware/types.ts:25739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25739) - -___ - -### RejectInstructionV2 - -• **RejectInstructionV2** = ``"reject_instruction_v2"`` - -#### Defined in - -[middleware/types.ts:25740](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25740) - -___ - -### RejectInstructionWithCount - -• **RejectInstructionWithCount** = ``"reject_instruction_with_count"`` - -#### Defined in - -[middleware/types.ts:25741](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25741) - -___ - -### RejectProposal - -• **RejectProposal** = ``"reject_proposal"`` - -#### Defined in - -[middleware/types.ts:25742](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25742) - -___ - -### RejectReferendum - -• **RejectReferendum** = ``"reject_referendum"`` - -#### Defined in - -[middleware/types.ts:25743](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25743) - -___ - -### RejectTransaction - -• **RejectTransaction** = ``"reject_transaction"`` - -#### Defined in - -[middleware/types.ts:25744](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25744) - -___ - -### RelayTx - -• **RelayTx** = ``"relay_tx"`` - -#### Defined in - -[middleware/types.ts:25745](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25745) - -___ - -### Remark - -• **Remark** = ``"remark"`` - -#### Defined in - -[middleware/types.ts:25746](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25746) - -___ - -### RemarkWithEvent - -• **RemarkWithEvent** = ``"remark_with_event"`` - -#### Defined in - -[middleware/types.ts:25747](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25747) - -___ - -### RemoveActiveRule - -• **RemoveActiveRule** = ``"remove_active_rule"`` - -#### Defined in - -[middleware/types.ts:25748](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25748) - -___ - -### RemoveAgent - -• **RemoveAgent** = ``"remove_agent"`` - -#### Defined in - -[middleware/types.ts:25749](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25749) - -___ - -### RemoveAuthorization - -• **RemoveAuthorization** = ``"remove_authorization"`` - -#### Defined in - -[middleware/types.ts:25750](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25750) - -___ - -### RemoveBallot - -• **RemoveBallot** = ``"remove_ballot"`` - -#### Defined in - -[middleware/types.ts:25751](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25751) - -___ - -### RemoveCa - -• **RemoveCa** = ``"remove_ca"`` - -#### Defined in - -[middleware/types.ts:25752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25752) - -___ - -### RemoveCode - -• **RemoveCode** = ``"remove_code"`` - -#### Defined in - -[middleware/types.ts:25753](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25753) - -___ - -### RemoveComplianceRequirement - -• **RemoveComplianceRequirement** = ``"remove_compliance_requirement"`` - -#### Defined in - -[middleware/types.ts:25754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25754) - -___ - -### RemoveCreatorControls - -• **RemoveCreatorControls** = ``"remove_creator_controls"`` - -#### Defined in - -[middleware/types.ts:25755](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25755) - -___ - -### RemoveDefaultTrustedClaimIssuer - -• **RemoveDefaultTrustedClaimIssuer** = ``"remove_default_trusted_claim_issuer"`` - -#### Defined in - -[middleware/types.ts:25756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25756) - -___ - -### RemoveDistribution - -• **RemoveDistribution** = ``"remove_distribution"`` - -#### Defined in - -[middleware/types.ts:25757](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25757) - -___ - -### RemoveDocuments - -• **RemoveDocuments** = ``"remove_documents"`` - -#### Defined in - -[middleware/types.ts:25758](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25758) - -___ - -### RemoveExemptedEntities - -• **RemoveExemptedEntities** = ``"remove_exempted_entities"`` - -#### Defined in - -[middleware/types.ts:25759](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25759) - -___ - -### RemoveFreezeAdmin - -• **RemoveFreezeAdmin** = ``"remove_freeze_admin"`` - -#### Defined in - -[middleware/types.ts:25760](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25760) - -___ - -### RemoveLocalMetadataKey - -• **RemoveLocalMetadataKey** = ``"remove_local_metadata_key"`` - -#### Defined in - -[middleware/types.ts:25761](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25761) - -___ - -### RemoveMandatoryMediators - -• **RemoveMandatoryMediators** = ``"remove_mandatory_mediators"`` - -#### Defined in - -[middleware/types.ts:25762](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25762) - -___ - -### RemoveMember - -• **RemoveMember** = ``"remove_member"`` - -#### Defined in - -[middleware/types.ts:25763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25763) - -___ - -### RemoveMetadataValue - -• **RemoveMetadataValue** = ``"remove_metadata_value"`` - -#### Defined in - -[middleware/types.ts:25764](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25764) - -___ - -### RemoveMultisigSigner - -• **RemoveMultisigSigner** = ``"remove_multisig_signer"`` - -#### Defined in - -[middleware/types.ts:25765](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25765) - -___ - -### RemoveMultisigSignersViaCreator - -• **RemoveMultisigSignersViaCreator** = ``"remove_multisig_signers_via_creator"`` - -#### Defined in - -[middleware/types.ts:25766](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25766) - -___ - -### RemovePayingKey - -• **RemovePayingKey** = ``"remove_paying_key"`` - -#### Defined in - -[middleware/types.ts:25767](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25767) - -___ - -### RemovePermissionedValidator - -• **RemovePermissionedValidator** = ``"remove_permissioned_validator"`` - -#### Defined in - -[middleware/types.ts:25768](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25768) - -___ - -### RemovePortfolioPreApproval - -• **RemovePortfolioPreApproval** = ``"remove_portfolio_pre_approval"`` - -#### Defined in - -[middleware/types.ts:25769](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25769) - -___ - -### RemovePrimaryIssuanceAgent - -• **RemovePrimaryIssuanceAgent** = ``"remove_primary_issuance_agent"`` - -#### Defined in - -[middleware/types.ts:25770](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25770) - -___ - -### RemoveSchedule - -• **RemoveSchedule** = ``"remove_schedule"`` - -#### Defined in - -[middleware/types.ts:25771](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25771) - -___ - -### RemoveSecondaryKeys - -• **RemoveSecondaryKeys** = ``"remove_secondary_keys"`` - -#### Defined in - -[middleware/types.ts:25772](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25772) - -___ - -### RemoveSecondaryKeysOld - -• **RemoveSecondaryKeysOld** = ``"remove_secondary_keys_old"`` - -#### Defined in - -[middleware/types.ts:25773](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25773) - -___ - -### RemoveSigningKeys - -• **RemoveSigningKeys** = ``"remove_signing_keys"`` - -#### Defined in - -[middleware/types.ts:25774](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25774) - -___ - -### RemoveSmartExtension - -• **RemoveSmartExtension** = ``"remove_smart_extension"`` - -#### Defined in - -[middleware/types.ts:25775](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25775) - -___ - -### RemoveTickerAffirmationExemption - -• **RemoveTickerAffirmationExemption** = ``"remove_ticker_affirmation_exemption"`` - -#### Defined in - -[middleware/types.ts:25776](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25776) - -___ - -### RemoveTickerPreApproval - -• **RemoveTickerPreApproval** = ``"remove_ticker_pre_approval"`` - -#### Defined in - -[middleware/types.ts:25777](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25777) - -___ - -### RemoveTransferManager - -• **RemoveTransferManager** = ``"remove_transfer_manager"`` - -#### Defined in - -[middleware/types.ts:25778](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25778) - -___ - -### RemoveTxs - -• **RemoveTxs** = ``"remove_txs"`` - -#### Defined in - -[middleware/types.ts:25779](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25779) - -___ - -### RenameAsset - -• **RenameAsset** = ``"rename_asset"`` - -#### Defined in - -[middleware/types.ts:25780](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25780) - -___ - -### RenamePortfolio - -• **RenamePortfolio** = ``"rename_portfolio"`` - -#### Defined in - -[middleware/types.ts:25781](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25781) - -___ - -### ReplaceAssetCompliance - -• **ReplaceAssetCompliance** = ``"replace_asset_compliance"`` - -#### Defined in - -[middleware/types.ts:25782](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25782) - -___ - -### ReplaceAssetRules - -• **ReplaceAssetRules** = ``"replace_asset_rules"`` - -#### Defined in - -[middleware/types.ts:25783](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25783) - -___ - -### ReportEquivocation - -• **ReportEquivocation** = ``"report_equivocation"`` - -#### Defined in - -[middleware/types.ts:25784](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25784) - -___ - -### ReportEquivocationUnsigned - -• **ReportEquivocationUnsigned** = ``"report_equivocation_unsigned"`` - -#### Defined in - -[middleware/types.ts:25785](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25785) - -___ - -### RequestPreimage - -• **RequestPreimage** = ``"request_preimage"`` - -#### Defined in - -[middleware/types.ts:25786](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25786) - -___ - -### RescheduleExecution - -• **RescheduleExecution** = ``"reschedule_execution"`` - -#### Defined in - -[middleware/types.ts:25787](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25787) - -___ - -### RescheduleInstruction - -• **RescheduleInstruction** = ``"reschedule_instruction"`` - -#### Defined in - -[middleware/types.ts:25788](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25788) - -___ - -### ReserveClassicTicker - -• **ReserveClassicTicker** = ``"reserve_classic_ticker"`` - -#### Defined in - -[middleware/types.ts:25789](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25789) - -___ - -### ResetActiveRules - -• **ResetActiveRules** = ``"reset_active_rules"`` - -#### Defined in - -[middleware/types.ts:25790](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25790) - -___ - -### ResetAssetCompliance - -• **ResetAssetCompliance** = ``"reset_asset_compliance"`` - -#### Defined in - -[middleware/types.ts:25791](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25791) - -___ - -### ResetCaa - -• **ResetCaa** = ``"reset_caa"`` - -#### Defined in - -[middleware/types.ts:25792](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25792) - -___ - -### ResetMembers - -• **ResetMembers** = ``"reset_members"`` - -#### Defined in - -[middleware/types.ts:25793](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25793) - -___ - -### ResumeAssetCompliance - -• **ResumeAssetCompliance** = ``"resume_asset_compliance"`` - -#### Defined in - -[middleware/types.ts:25794](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25794) - -___ - -### ResumeAssetRules - -• **ResumeAssetRules** = ``"resume_asset_rules"`` - -#### Defined in - -[middleware/types.ts:25795](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25795) - -___ - -### RevokeClaim - -• **RevokeClaim** = ``"revoke_claim"`` - -#### Defined in - -[middleware/types.ts:25796](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25796) - -___ - -### RevokeClaimByIndex - -• **RevokeClaimByIndex** = ``"revoke_claim_by_index"`` - -#### Defined in - -[middleware/types.ts:25797](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25797) - -___ - -### RevokeCreatePortfoliosPermission - -• **RevokeCreatePortfoliosPermission** = ``"revoke_create_portfolios_permission"`` - -#### Defined in - -[middleware/types.ts:25798](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25798) - -___ - -### RevokeOffchainAuthorization - -• **RevokeOffchainAuthorization** = ``"revoke_offchain_authorization"`` - -#### Defined in - -[middleware/types.ts:25799](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25799) - -___ - -### RotatePrimaryKeyToSecondary - -• **RotatePrimaryKeyToSecondary** = ``"rotate_primary_key_to_secondary"`` - -#### Defined in - -[middleware/types.ts:25800](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25800) - -___ - -### ScaleValidatorCount - -• **ScaleValidatorCount** = ``"scale_validator_count"`` - -#### Defined in - -[middleware/types.ts:25801](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25801) - -___ - -### Schedule - -• **Schedule** = ``"schedule"`` - -#### Defined in - -[middleware/types.ts:25802](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25802) - -___ - -### ScheduleAfter - -• **ScheduleAfter** = ``"schedule_after"`` - -#### Defined in - -[middleware/types.ts:25803](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25803) - -___ - -### ScheduleNamed - -• **ScheduleNamed** = ``"schedule_named"`` - -#### Defined in - -[middleware/types.ts:25804](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25804) - -___ - -### ScheduleNamedAfter - -• **ScheduleNamedAfter** = ``"schedule_named_after"`` - -#### Defined in - -[middleware/types.ts:25805](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25805) - -___ - -### SenderAffirmTransaction - -• **SenderAffirmTransaction** = ``"sender_affirm_transaction"`` - -#### Defined in - -[middleware/types.ts:25806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25806) - -___ - -### SenderUnaffirmTransaction - -• **SenderUnaffirmTransaction** = ``"sender_unaffirm_transaction"`` - -#### Defined in - -[middleware/types.ts:25807](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25807) - -___ - -### Set - -• **Set** = ``"set"`` - -#### Defined in - -[middleware/types.ts:25808](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25808) - -___ - -### SetAccountAssetFrozen - -• **SetAccountAssetFrozen** = ``"set_account_asset_frozen"`` - -#### Defined in - -[middleware/types.ts:25809](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25809) - -___ - -### SetActiveAssetStats - -• **SetActiveAssetStats** = ``"set_active_asset_stats"`` - -#### Defined in - -[middleware/types.ts:25810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25810) - -___ - -### SetActiveMembersLimit - -• **SetActiveMembersLimit** = ``"set_active_members_limit"`` - -#### Defined in - -[middleware/types.ts:25811](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25811) - -___ - -### SetActivePipLimit - -• **SetActivePipLimit** = ``"set_active_pip_limit"`` - -#### Defined in - -[middleware/types.ts:25812](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25812) - -___ - -### SetAssetFrozen - -• **SetAssetFrozen** = ``"set_asset_frozen"`` - -#### Defined in - -[middleware/types.ts:25813](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25813) - -___ - -### SetAssetMetadata - -• **SetAssetMetadata** = ``"set_asset_metadata"`` - -#### Defined in - -[middleware/types.ts:25814](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25814) - -___ - -### SetAssetMetadataDetails - -• **SetAssetMetadataDetails** = ``"set_asset_metadata_details"`` - -#### Defined in - -[middleware/types.ts:25815](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25815) - -___ - -### SetAssetTransferCompliance - -• **SetAssetTransferCompliance** = ``"set_asset_transfer_compliance"`` - -#### Defined in - -[middleware/types.ts:25816](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25816) - -___ - -### SetBalance - -• **SetBalance** = ``"set_balance"`` - -#### Defined in - -[middleware/types.ts:25817](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25817) - -___ - -### SetChangesTrieConfig - -• **SetChangesTrieConfig** = ``"set_changes_trie_config"`` - -#### Defined in - -[middleware/types.ts:25818](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25818) - -___ - -### SetCode - -• **SetCode** = ``"set_code"`` - -#### Defined in - -[middleware/types.ts:25819](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25819) - -___ - -### SetCodeWithoutChecks - -• **SetCodeWithoutChecks** = ``"set_code_without_checks"`` - -#### Defined in - -[middleware/types.ts:25820](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25820) - -___ - -### SetCommissionCap - -• **SetCommissionCap** = ``"set_commission_cap"`` - -#### Defined in - -[middleware/types.ts:25821](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25821) - -___ - -### SetController - -• **SetController** = ``"set_controller"`` - -#### Defined in - -[middleware/types.ts:25822](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25822) - -___ - -### SetDefaultEnactmentPeriod - -• **SetDefaultEnactmentPeriod** = ``"set_default_enactment_period"`` - -#### Defined in - -[middleware/types.ts:25823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25823) - -___ - -### SetDefaultTargets - -• **SetDefaultTargets** = ``"set_default_targets"`` - -#### Defined in - -[middleware/types.ts:25824](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25824) - -___ - -### SetDefaultWithholdingTax - -• **SetDefaultWithholdingTax** = ``"set_default_withholding_tax"`` - -#### Defined in - -[middleware/types.ts:25825](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25825) - -___ - -### SetDidWithholdingTax - -• **SetDidWithholdingTax** = ``"set_did_withholding_tax"`` - -#### Defined in - -[middleware/types.ts:25826](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25826) - -___ - -### SetEntitiesExempt - -• **SetEntitiesExempt** = ``"set_entities_exempt"`` - -#### Defined in - -[middleware/types.ts:25827](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25827) - -___ - -### SetExpiresAfter - -• **SetExpiresAfter** = ``"set_expires_after"`` - -#### Defined in - -[middleware/types.ts:25828](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25828) - -___ - -### SetFundingRound - -• **SetFundingRound** = ``"set_funding_round"`` - -#### Defined in - -[middleware/types.ts:25829](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25829) - -___ - -### SetGlobalCommission - -• **SetGlobalCommission** = ``"set_global_commission"`` - -#### Defined in - -[middleware/types.ts:25830](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25830) - -___ - -### SetGroupPermissions - -• **SetGroupPermissions** = ``"set_group_permissions"`` - -#### Defined in - -[middleware/types.ts:25831](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25831) - -___ - -### SetHeapPages - -• **SetHeapPages** = ``"set_heap_pages"`` - -#### Defined in - -[middleware/types.ts:25832](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25832) - -___ - -### SetHistoryDepth - -• **SetHistoryDepth** = ``"set_history_depth"`` - -#### Defined in - -[middleware/types.ts:25833](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25833) - -___ - -### SetInvulnerables - -• **SetInvulnerables** = ``"set_invulnerables"`` - -#### Defined in - -[middleware/types.ts:25834](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25834) - -___ - -### SetItnRewardStatus - -• **SetItnRewardStatus** = ``"set_itn_reward_status"`` - -#### Defined in - -[middleware/types.ts:25835](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25835) - -___ - -### SetKey - -• **SetKey** = ``"set_key"`` - -#### Defined in - -[middleware/types.ts:25836](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25836) - -___ - -### SetKeys - -• **SetKeys** = ``"set_keys"`` - -#### Defined in - -[middleware/types.ts:25837](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25837) - -___ - -### SetMasterKey - -• **SetMasterKey** = ``"set_master_key"`` - -#### Defined in - -[middleware/types.ts:25838](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25838) - -___ - -### SetMaxDetailsLength - -• **SetMaxDetailsLength** = ``"set_max_details_length"`` - -#### Defined in - -[middleware/types.ts:25839](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25839) - -___ - -### SetMaxPipSkipCount - -• **SetMaxPipSkipCount** = ``"set_max_pip_skip_count"`` - -#### Defined in - -[middleware/types.ts:25840](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25840) - -___ - -### SetMinBondThreshold - -• **SetMinBondThreshold** = ``"set_min_bond_threshold"`` - -#### Defined in - -[middleware/types.ts:25841](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25841) - -___ - -### SetMinProposalDeposit - -• **SetMinProposalDeposit** = ``"set_min_proposal_deposit"`` - -#### Defined in - -[middleware/types.ts:25842](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25842) - -___ - -### SetPayee - -• **SetPayee** = ``"set_payee"`` - -#### Defined in - -[middleware/types.ts:25843](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25843) - -___ - -### SetPayingKey - -• **SetPayingKey** = ``"set_paying_key"`` - -#### Defined in - -[middleware/types.ts:25844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25844) - -___ - -### SetPendingPipExpiry - -• **SetPendingPipExpiry** = ``"set_pending_pip_expiry"`` - -#### Defined in - -[middleware/types.ts:25845](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25845) - -___ - -### SetPermissionToSigner - -• **SetPermissionToSigner** = ``"set_permission_to_signer"`` - -#### Defined in - -[middleware/types.ts:25846](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25846) - -___ - -### SetPrimaryKey - -• **SetPrimaryKey** = ``"set_primary_key"`` - -#### Defined in - -[middleware/types.ts:25847](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25847) - -___ - -### SetProposalCoolOffPeriod - -• **SetProposalCoolOffPeriod** = ``"set_proposal_cool_off_period"`` - -#### Defined in - -[middleware/types.ts:25848](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25848) - -___ - -### SetProposalDuration - -• **SetProposalDuration** = ``"set_proposal_duration"`` - -#### Defined in - -[middleware/types.ts:25849](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25849) - -___ - -### SetPruneHistoricalPips - -• **SetPruneHistoricalPips** = ``"set_prune_historical_pips"`` - -#### Defined in - -[middleware/types.ts:25850](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25850) - -___ - -### SetReleaseCoordinator - -• **SetReleaseCoordinator** = ``"set_release_coordinator"`` - -#### Defined in - -[middleware/types.ts:25851](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25851) - -___ - -### SetSchedulesMaxComplexity - -• **SetSchedulesMaxComplexity** = ``"set_schedules_max_complexity"`` - -#### Defined in - -[middleware/types.ts:25852](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25852) - -___ - -### SetSecondaryKeyPermissions - -• **SetSecondaryKeyPermissions** = ``"set_secondary_key_permissions"`` - -#### Defined in - -[middleware/types.ts:25853](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25853) - -___ - -### SetStorage - -• **SetStorage** = ``"set_storage"`` - -#### Defined in - -[middleware/types.ts:25854](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25854) - -___ - -### SetUncles - -• **SetUncles** = ``"set_uncles"`` - -#### Defined in - -[middleware/types.ts:25855](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25855) - -___ - -### SetValidatorCount - -• **SetValidatorCount** = ``"set_validator_count"`` - -#### Defined in - -[middleware/types.ts:25856](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25856) - -___ - -### SetVenueFiltering - -• **SetVenueFiltering** = ``"set_venue_filtering"`` - -#### Defined in - -[middleware/types.ts:25857](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25857) - -___ - -### SetVoteThreshold - -• **SetVoteThreshold** = ``"set_vote_threshold"`` - -#### Defined in - -[middleware/types.ts:25858](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25858) - -___ - -### Snapshot - -• **Snapshot** = ``"snapshot"`` - -#### Defined in - -[middleware/types.ts:25859](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25859) - -___ - -### Stop - -• **Stop** = ``"stop"`` - -#### Defined in - -[middleware/types.ts:25860](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25860) - -___ - -### SubmitElectionSolution - -• **SubmitElectionSolution** = ``"submit_election_solution"`` - -#### Defined in - -[middleware/types.ts:25861](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25861) - -___ - -### SubmitElectionSolutionUnsigned - -• **SubmitElectionSolutionUnsigned** = ``"submit_election_solution_unsigned"`` - -#### Defined in - -[middleware/types.ts:25862](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25862) - -___ - -### Sudo - -• **Sudo** = ``"sudo"`` - -#### Defined in - -[middleware/types.ts:25863](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25863) - -___ - -### SudoAs - -• **SudoAs** = ``"sudo_as"`` - -#### Defined in - -[middleware/types.ts:25864](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25864) - -___ - -### SudoUncheckedWeight - -• **SudoUncheckedWeight** = ``"sudo_unchecked_weight"`` - -#### Defined in - -[middleware/types.ts:25865](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25865) - -___ - -### SwapMember - -• **SwapMember** = ``"swap_member"`` - -#### Defined in - -[middleware/types.ts:25866](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25866) - -___ - -### Transfer - -• **Transfer** = ``"transfer"`` - -#### Defined in - -[middleware/types.ts:25867](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25867) - -___ - -### TransferWithMemo - -• **TransferWithMemo** = ``"transfer_with_memo"`` - -#### Defined in - -[middleware/types.ts:25868](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25868) - -___ - -### Unbond - -• **Unbond** = ``"unbond"`` - -#### Defined in - -[middleware/types.ts:25869](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25869) - -___ - -### UnclaimReceipt - -• **UnclaimReceipt** = ``"unclaim_receipt"`` - -#### Defined in - -[middleware/types.ts:25870](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25870) - -___ - -### Unfreeze - -• **Unfreeze** = ``"unfreeze"`` - -#### Defined in - -[middleware/types.ts:25871](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25871) - -___ - -### UnfreezeFundraiser - -• **UnfreezeFundraiser** = ``"unfreeze_fundraiser"`` - -#### Defined in - -[middleware/types.ts:25872](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25872) - -___ - -### UnfreezeSecondaryKeys - -• **UnfreezeSecondaryKeys** = ``"unfreeze_secondary_keys"`` - -#### Defined in - -[middleware/types.ts:25873](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25873) - -___ - -### UnfreezeTxs - -• **UnfreezeTxs** = ``"unfreeze_txs"`` - -#### Defined in - -[middleware/types.ts:25874](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25874) - -___ - -### UnlinkChildIdentity - -• **UnlinkChildIdentity** = ``"unlink_child_identity"`` - -#### Defined in - -[middleware/types.ts:25875](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25875) - -___ - -### UnnotePreimage - -• **UnnotePreimage** = ``"unnote_preimage"`` - -#### Defined in - -[middleware/types.ts:25876](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25876) - -___ - -### UnrequestPreimage - -• **UnrequestPreimage** = ``"unrequest_preimage"`` - -#### Defined in - -[middleware/types.ts:25877](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25877) - -___ - -### UpdateAssetType - -• **UpdateAssetType** = ``"update_asset_type"`` - -#### Defined in - -[middleware/types.ts:25878](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25878) - -___ - -### UpdateCallRuntimeWhitelist - -• **UpdateCallRuntimeWhitelist** = ``"update_call_runtime_whitelist"`` - -#### Defined in - -[middleware/types.ts:25879](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25879) - -___ - -### UpdateIdentifiers - -• **UpdateIdentifiers** = ``"update_identifiers"`` - -#### Defined in - -[middleware/types.ts:25880](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25880) - -___ - -### UpdatePermissionedValidatorIntendedCount - -• **UpdatePermissionedValidatorIntendedCount** = ``"update_permissioned_validator_intended_count"`` - -#### Defined in - -[middleware/types.ts:25881](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25881) - -___ - -### UpdatePolyxLimit - -• **UpdatePolyxLimit** = ``"update_polyx_limit"`` - -#### Defined in - -[middleware/types.ts:25882](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25882) - -___ - -### UpdateVenueDetails - -• **UpdateVenueDetails** = ``"update_venue_details"`` - -#### Defined in - -[middleware/types.ts:25883](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25883) - -___ - -### UpdateVenueSigners - -• **UpdateVenueSigners** = ``"update_venue_signers"`` - -#### Defined in - -[middleware/types.ts:25884](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25884) - -___ - -### UpdateVenueType - -• **UpdateVenueType** = ``"update_venue_type"`` - -#### Defined in - -[middleware/types.ts:25885](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25885) - -___ - -### UpgradeApi - -• **UpgradeApi** = ``"upgrade_api"`` - -#### Defined in - -[middleware/types.ts:25886](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25886) - -___ - -### UploadCode - -• **UploadCode** = ``"upload_code"`` - -#### Defined in - -[middleware/types.ts:25887](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25887) - -___ - -### Validate - -• **Validate** = ``"validate"`` - -#### Defined in - -[middleware/types.ts:25888](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25888) - -___ - -### ValidateCddExpiryNominators - -• **ValidateCddExpiryNominators** = ``"validate_cdd_expiry_nominators"`` - -#### Defined in - -[middleware/types.ts:25889](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25889) - -___ - -### Vote - -• **Vote** = ``"vote"`` - -#### Defined in - -[middleware/types.ts:25890](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25890) - -___ - -### VoteOrPropose - -• **VoteOrPropose** = ``"vote_or_propose"`` - -#### Defined in - -[middleware/types.ts:25891](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25891) - -___ - -### WithWeight - -• **WithWeight** = ``"with_weight"`` - -#### Defined in - -[middleware/types.ts:25892](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25892) - -___ - -### WithdrawAffirmation - -• **WithdrawAffirmation** = ``"withdraw_affirmation"`` - -#### Defined in - -[middleware/types.ts:25893](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25893) - -___ - -### WithdrawAffirmationAsMediator - -• **WithdrawAffirmationAsMediator** = ``"withdraw_affirmation_as_mediator"`` - -#### Defined in - -[middleware/types.ts:25894](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25894) - -___ - -### WithdrawAffirmationV2 - -• **WithdrawAffirmationV2** = ``"withdraw_affirmation_v2"`` - -#### Defined in - -[middleware/types.ts:25895](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25895) - -___ - -### WithdrawAffirmationWithCount - -• **WithdrawAffirmationWithCount** = ``"withdraw_affirmation_with_count"`` - -#### Defined in - -[middleware/types.ts:25896](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25896) - -___ - -### WithdrawUnbonded - -• **WithdrawUnbonded** = ``"withdraw_unbonded"`` - -#### Defined in - -[middleware/types.ts:25897](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L25897) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/ClaimScopeTypeEnum/ClaimScopeTypeEnum.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Types/ClaimScopeTypeEnum/ClaimScopeTypeEnum.md deleted file mode 100644 index fa7ae69636..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/ClaimScopeTypeEnum/ClaimScopeTypeEnum.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "ClaimScopeTypeEnum" -title: "Enumeration: ClaimScopeTypeEnum" -sidebar_label: "ClaimScopeTypeEnum" ---- - -[types](../../../modules/Types/Types.md).ClaimScopeTypeEnum - -## Enumeration Members - -### Custom - -• **Custom** = ``"Custom"`` - -#### Defined in - -[middleware/typesV1.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/typesV1.ts#L6) - -___ - -### Identity - -• **Identity** = ``"Identity"`` - -#### Defined in - -[middleware/typesV1.ts:4](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/typesV1.ts#L4) - -___ - -### Ticker - -• **Ticker** = ``"Ticker"`` - -#### Defined in - -[middleware/typesV1.ts:5](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/typesV1.ts#L5) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/EventIdEnum/EventIdEnum.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Types/EventIdEnum/EventIdEnum.md deleted file mode 100644 index 182168aa89..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/EventIdEnum/EventIdEnum.md +++ /dev/null @@ -1,3889 +0,0 @@ ---- -id: "EventIdEnum" -title: "Enumeration: EventIdEnum" -sidebar_label: "EventIdEnum" ---- - -[types](../../../modules/Types/Types.md).EventIdEnum - -Events are emitted when chain state is changed. This enum represents all known events - -## Enumeration Members - -### AcceptedPayingKey - -• **AcceptedPayingKey** = ``"AcceptedPayingKey"`` - -#### Defined in - -[middleware/types.ts:32038](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32038) - -___ - -### AccountAssetFrozen - -• **AccountAssetFrozen** = ``"AccountAssetFrozen"`` - -#### Defined in - -[middleware/types.ts:32039](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32039) - -___ - -### AccountAssetUnfrozen - -• **AccountAssetUnfrozen** = ``"AccountAssetUnfrozen"`` - -#### Defined in - -[middleware/types.ts:32040](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32040) - -___ - -### AccountBalanceBurned - -• **AccountBalanceBurned** = ``"AccountBalanceBurned"`` - -#### Defined in - -[middleware/types.ts:32041](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32041) - -___ - -### AccountCreated - -• **AccountCreated** = ``"AccountCreated"`` - -#### Defined in - -[middleware/types.ts:32042](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32042) - -___ - -### AccountDeposit - -• **AccountDeposit** = ``"AccountDeposit"`` - -#### Defined in - -[middleware/types.ts:32043](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32043) - -___ - -### AccountDepositIncoming - -• **AccountDepositIncoming** = ``"AccountDepositIncoming"`` - -#### Defined in - -[middleware/types.ts:32044](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32044) - -___ - -### AccountWithdraw - -• **AccountWithdraw** = ``"AccountWithdraw"`` - -#### Defined in - -[middleware/types.ts:32045](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32045) - -___ - -### ActiveLimitChanged - -• **ActiveLimitChanged** = ``"ActiveLimitChanged"`` - -#### Defined in - -[middleware/types.ts:32046](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32046) - -___ - -### ActivePipLimitChanged - -• **ActivePipLimitChanged** = ``"ActivePipLimitChanged"`` - -#### Defined in - -[middleware/types.ts:32047](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32047) - -___ - -### AdminChanged - -• **AdminChanged** = ``"AdminChanged"`` - -#### Defined in - -[middleware/types.ts:32048](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32048) - -___ - -### AffirmationWithdrawn - -• **AffirmationWithdrawn** = ``"AffirmationWithdrawn"`` - -#### Defined in - -[middleware/types.ts:32049](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32049) - -___ - -### AgentAdded - -• **AgentAdded** = ``"AgentAdded"`` - -#### Defined in - -[middleware/types.ts:32050](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32050) - -___ - -### AgentRemoved - -• **AgentRemoved** = ``"AgentRemoved"`` - -#### Defined in - -[middleware/types.ts:32051](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32051) - -___ - -### AllGood - -• **AllGood** = ``"AllGood"`` - -#### Defined in - -[middleware/types.ts:32052](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32052) - -___ - -### ApiHashUpdated - -• **ApiHashUpdated** = ``"ApiHashUpdated"`` - -#### Defined in - -[middleware/types.ts:32053](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32053) - -___ - -### Approval - -• **Approval** = ``"Approval"`` - -#### Defined in - -[middleware/types.ts:32054](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32054) - -___ - -### Approved - -• **Approved** = ``"Approved"`` - -#### Defined in - -[middleware/types.ts:32055](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32055) - -___ - -### AssetAffirmationExemption - -• **AssetAffirmationExemption** = ``"AssetAffirmationExemption"`` - -#### Defined in - -[middleware/types.ts:32056](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32056) - -___ - -### AssetBalanceUpdated - -• **AssetBalanceUpdated** = ``"AssetBalanceUpdated"`` - -#### Defined in - -[middleware/types.ts:32057](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32057) - -___ - -### AssetCompliancePaused - -• **AssetCompliancePaused** = ``"AssetCompliancePaused"`` - -#### Defined in - -[middleware/types.ts:32058](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32058) - -___ - -### AssetComplianceReplaced - -• **AssetComplianceReplaced** = ``"AssetComplianceReplaced"`` - -#### Defined in - -[middleware/types.ts:32059](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32059) - -___ - -### AssetComplianceReset - -• **AssetComplianceReset** = ``"AssetComplianceReset"`` - -#### Defined in - -[middleware/types.ts:32060](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32060) - -___ - -### AssetComplianceResumed - -• **AssetComplianceResumed** = ``"AssetComplianceResumed"`` - -#### Defined in - -[middleware/types.ts:32061](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32061) - -___ - -### AssetCreated - -• **AssetCreated** = ``"AssetCreated"`` - -#### Defined in - -[middleware/types.ts:32062](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32062) - -___ - -### AssetDidRegistered - -• **AssetDidRegistered** = ``"AssetDidRegistered"`` - -#### Defined in - -[middleware/types.ts:32063](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32063) - -___ - -### AssetFrozen - -• **AssetFrozen** = ``"AssetFrozen"`` - -#### Defined in - -[middleware/types.ts:32064](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32064) - -___ - -### AssetMediatorsAdded - -• **AssetMediatorsAdded** = ``"AssetMediatorsAdded"`` - -#### Defined in - -[middleware/types.ts:32065](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32065) - -___ - -### AssetMediatorsRemoved - -• **AssetMediatorsRemoved** = ``"AssetMediatorsRemoved"`` - -#### Defined in - -[middleware/types.ts:32066](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32066) - -___ - -### AssetOwnershipTransferred - -• **AssetOwnershipTransferred** = ``"AssetOwnershipTransferred"`` - -#### Defined in - -[middleware/types.ts:32067](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32067) - -___ - -### AssetPurchased - -• **AssetPurchased** = ``"AssetPurchased"`` - -#### Defined in - -[middleware/types.ts:32068](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32068) - -___ - -### AssetRenamed - -• **AssetRenamed** = ``"AssetRenamed"`` - -#### Defined in - -[middleware/types.ts:32069](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32069) - -___ - -### AssetRuleChanged - -• **AssetRuleChanged** = ``"AssetRuleChanged"`` - -#### Defined in - -[middleware/types.ts:32070](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32070) - -___ - -### AssetRuleRemoved - -• **AssetRuleRemoved** = ``"AssetRuleRemoved"`` - -#### Defined in - -[middleware/types.ts:32071](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32071) - -___ - -### AssetRulesPaused - -• **AssetRulesPaused** = ``"AssetRulesPaused"`` - -#### Defined in - -[middleware/types.ts:32072](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32072) - -___ - -### AssetRulesReplaced - -• **AssetRulesReplaced** = ``"AssetRulesReplaced"`` - -#### Defined in - -[middleware/types.ts:32073](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32073) - -___ - -### AssetRulesReset - -• **AssetRulesReset** = ``"AssetRulesReset"`` - -#### Defined in - -[middleware/types.ts:32074](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32074) - -___ - -### AssetRulesResumed - -• **AssetRulesResumed** = ``"AssetRulesResumed"`` - -#### Defined in - -[middleware/types.ts:32075](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32075) - -___ - -### AssetStatsUpdated - -• **AssetStatsUpdated** = ``"AssetStatsUpdated"`` - -#### Defined in - -[middleware/types.ts:32076](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32076) - -___ - -### AssetTypeChanged - -• **AssetTypeChanged** = ``"AssetTypeChanged"`` - -#### Defined in - -[middleware/types.ts:32077](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32077) - -___ - -### AssetUnfrozen - -• **AssetUnfrozen** = ``"AssetUnfrozen"`` - -#### Defined in - -[middleware/types.ts:32078](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32078) - -___ - -### AuthorizationAdded - -• **AuthorizationAdded** = ``"AuthorizationAdded"`` - -#### Defined in - -[middleware/types.ts:32079](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32079) - -___ - -### AuthorizationConsumed - -• **AuthorizationConsumed** = ``"AuthorizationConsumed"`` - -#### Defined in - -[middleware/types.ts:32080](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32080) - -___ - -### AuthorizationRejected - -• **AuthorizationRejected** = ``"AuthorizationRejected"`` - -#### Defined in - -[middleware/types.ts:32081](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32081) - -___ - -### AuthorizationRetryLimitReached - -• **AuthorizationRetryLimitReached** = ``"AuthorizationRetryLimitReached"`` - -#### Defined in - -[middleware/types.ts:32082](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32082) - -___ - -### AuthorizationRevoked - -• **AuthorizationRevoked** = ``"AuthorizationRevoked"`` - -#### Defined in - -[middleware/types.ts:32083](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32083) - -___ - -### AuthorizedPayingKey - -• **AuthorizedPayingKey** = ``"AuthorizedPayingKey"`` - -#### Defined in - -[middleware/types.ts:32084](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32084) - -___ - -### BalanceSet - -• **BalanceSet** = ``"BalanceSet"`` - -#### Defined in - -[middleware/types.ts:32085](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32085) - -___ - -### BallotCancelled - -• **BallotCancelled** = ``"BallotCancelled"`` - -#### Defined in - -[middleware/types.ts:32086](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32086) - -___ - -### BallotCreated - -• **BallotCreated** = ``"BallotCreated"`` - -#### Defined in - -[middleware/types.ts:32087](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32087) - -___ - -### BatchCompleted - -• **BatchCompleted** = ``"BatchCompleted"`` - -#### Defined in - -[middleware/types.ts:32088](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32088) - -___ - -### BatchCompletedOld - -• **BatchCompletedOld** = ``"BatchCompletedOld"`` - -#### Defined in - -[middleware/types.ts:32089](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32089) - -___ - -### BatchCompletedWithErrors - -• **BatchCompletedWithErrors** = ``"BatchCompletedWithErrors"`` - -#### Defined in - -[middleware/types.ts:32090](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32090) - -___ - -### BatchInterrupted - -• **BatchInterrupted** = ``"BatchInterrupted"`` - -#### Defined in - -[middleware/types.ts:32091](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32091) - -___ - -### BatchInterruptedOld - -• **BatchInterruptedOld** = ``"BatchInterruptedOld"`` - -#### Defined in - -[middleware/types.ts:32092](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32092) - -___ - -### BatchOptimisticFailed - -• **BatchOptimisticFailed** = ``"BatchOptimisticFailed"`` - -#### Defined in - -[middleware/types.ts:32093](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32093) - -___ - -### BenefitClaimed - -• **BenefitClaimed** = ``"BenefitClaimed"`` - -#### Defined in - -[middleware/types.ts:32094](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32094) - -___ - -### Bonded - -• **Bonded** = ``"Bonded"`` - -#### Defined in - -[middleware/types.ts:32095](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32095) - -___ - -### BridgeLimitUpdated - -• **BridgeLimitUpdated** = ``"BridgeLimitUpdated"`` - -#### Defined in - -[middleware/types.ts:32096](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32096) - -___ - -### BridgeTxFailed - -• **BridgeTxFailed** = ``"BridgeTxFailed"`` - -#### Defined in - -[middleware/types.ts:32097](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32097) - -___ - -### BridgeTxScheduleFailed - -• **BridgeTxScheduleFailed** = ``"BridgeTxScheduleFailed"`` - -#### Defined in - -[middleware/types.ts:32098](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32098) - -___ - -### BridgeTxScheduled - -• **BridgeTxScheduled** = ``"BridgeTxScheduled"`` - -#### Defined in - -[middleware/types.ts:32099](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32099) - -___ - -### Bridged - -• **Bridged** = ``"Bridged"`` - -#### Defined in - -[middleware/types.ts:32100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32100) - -___ - -### Burned - -• **Burned** = ``"Burned"`` - -#### Defined in - -[middleware/types.ts:32101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32101) - -___ - -### CaInitiated - -• **CaInitiated** = ``"CAInitiated"`` - -#### Defined in - -[middleware/types.ts:32103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32103) - -___ - -### CaLinkedToDoc - -• **CaLinkedToDoc** = ``"CALinkedToDoc"`` - -#### Defined in - -[middleware/types.ts:32104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32104) - -___ - -### CaRemoved - -• **CaRemoved** = ``"CARemoved"`` - -#### Defined in - -[middleware/types.ts:32105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32105) - -___ - -### CaaTransferred - -• **CaaTransferred** = ``"CAATransferred"`` - -#### Defined in - -[middleware/types.ts:32102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32102) - -___ - -### CallLookupFailed - -• **CallLookupFailed** = ``"CallLookupFailed"`` - -#### Defined in - -[middleware/types.ts:32106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32106) - -___ - -### CallUnavailable - -• **CallUnavailable** = ``"CallUnavailable"`` - -#### Defined in - -[middleware/types.ts:32107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32107) - -___ - -### Called - -• **Called** = ``"Called"`` - -#### Defined in - -[middleware/types.ts:32108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32108) - -___ - -### Canceled - -• **Canceled** = ``"Canceled"`` - -#### Defined in - -[middleware/types.ts:32109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32109) - -___ - -### CddClaimsInvalidated - -• **CddClaimsInvalidated** = ``"CddClaimsInvalidated"`` - -#### Defined in - -[middleware/types.ts:32110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32110) - -___ - -### CddRequirementForMasterKeyUpdated - -• **CddRequirementForMasterKeyUpdated** = ``"CddRequirementForMasterKeyUpdated"`` - -#### Defined in - -[middleware/types.ts:32111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32111) - -___ - -### CddRequirementForPrimaryKeyUpdated - -• **CddRequirementForPrimaryKeyUpdated** = ``"CddRequirementForPrimaryKeyUpdated"`` - -#### Defined in - -[middleware/types.ts:32112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32112) - -___ - -### CddStatus - -• **CddStatus** = ``"CddStatus"`` - -#### Defined in - -[middleware/types.ts:32113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32113) - -___ - -### CheckpointCreated - -• **CheckpointCreated** = ``"CheckpointCreated"`` - -#### Defined in - -[middleware/types.ts:32114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32114) - -___ - -### ChildDidCreated - -• **ChildDidCreated** = ``"ChildDidCreated"`` - -#### Defined in - -[middleware/types.ts:32115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32115) - -___ - -### ChildDidUnlinked - -• **ChildDidUnlinked** = ``"ChildDidUnlinked"`` - -#### Defined in - -[middleware/types.ts:32116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32116) - -___ - -### ClaimAdded - -• **ClaimAdded** = ``"ClaimAdded"`` - -#### Defined in - -[middleware/types.ts:32117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32117) - -___ - -### ClaimRevoked - -• **ClaimRevoked** = ``"ClaimRevoked"`` - -#### Defined in - -[middleware/types.ts:32118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32118) - -___ - -### ClassicTickerClaimed - -• **ClassicTickerClaimed** = ``"ClassicTickerClaimed"`` - -#### Defined in - -[middleware/types.ts:32119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32119) - -___ - -### Cleared - -• **Cleared** = ``"Cleared"`` - -#### Defined in - -[middleware/types.ts:32120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32120) - -___ - -### Closed - -• **Closed** = ``"Closed"`` - -#### Defined in - -[middleware/types.ts:32121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32121) - -___ - -### CodeRemoved - -• **CodeRemoved** = ``"CodeRemoved"`` - -#### Defined in - -[middleware/types.ts:32122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32122) - -___ - -### CodeStored - -• **CodeStored** = ``"CodeStored"`` - -#### Defined in - -[middleware/types.ts:32123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32123) - -___ - -### CodeUpdated - -• **CodeUpdated** = ``"CodeUpdated"`` - -#### Defined in - -[middleware/types.ts:32124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32124) - -___ - -### CoefficientSet - -• **CoefficientSet** = ``"CoefficientSet"`` - -#### Defined in - -[middleware/types.ts:32125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32125) - -___ - -### CommissionCapUpdated - -• **CommissionCapUpdated** = ``"CommissionCapUpdated"`` - -#### Defined in - -[middleware/types.ts:32126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32126) - -___ - -### ComplianceRequirementChanged - -• **ComplianceRequirementChanged** = ``"ComplianceRequirementChanged"`` - -#### Defined in - -[middleware/types.ts:32127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32127) - -___ - -### ComplianceRequirementCreated - -• **ComplianceRequirementCreated** = ``"ComplianceRequirementCreated"`` - -#### Defined in - -[middleware/types.ts:32128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32128) - -___ - -### ComplianceRequirementRemoved - -• **ComplianceRequirementRemoved** = ``"ComplianceRequirementRemoved"`` - -#### Defined in - -[middleware/types.ts:32129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32129) - -___ - -### ContractCodeUpdated - -• **ContractCodeUpdated** = ``"ContractCodeUpdated"`` - -#### Defined in - -[middleware/types.ts:32130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32130) - -___ - -### ContractEmitted - -• **ContractEmitted** = ``"ContractEmitted"`` - -#### Defined in - -[middleware/types.ts:32131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32131) - -___ - -### ContractExecution - -• **ContractExecution** = ``"ContractExecution"`` - -#### Defined in - -[middleware/types.ts:32132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32132) - -___ - -### ControllerChanged - -• **ControllerChanged** = ``"ControllerChanged"`` - -#### Defined in - -[middleware/types.ts:32133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32133) - -___ - -### ControllerRedemption - -• **ControllerRedemption** = ``"ControllerRedemption"`` - -#### Defined in - -[middleware/types.ts:32134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32134) - -___ - -### ControllerTransfer - -• **ControllerTransfer** = ``"ControllerTransfer"`` - -#### Defined in - -[middleware/types.ts:32135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32135) - -___ - -### Created - -• **Created** = ``"Created"`` - -#### Defined in - -[middleware/types.ts:32136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32136) - -___ - -### CustodyAllowanceChanged - -• **CustodyAllowanceChanged** = ``"CustodyAllowanceChanged"`` - -#### Defined in - -[middleware/types.ts:32137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32137) - -___ - -### CustodyTransfer - -• **CustodyTransfer** = ``"CustodyTransfer"`` - -#### Defined in - -[middleware/types.ts:32138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32138) - -___ - -### CustomAssetTypeExists - -• **CustomAssetTypeExists** = ``"CustomAssetTypeExists"`` - -#### Defined in - -[middleware/types.ts:32139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32139) - -___ - -### CustomAssetTypeRegistered - -• **CustomAssetTypeRegistered** = ``"CustomAssetTypeRegistered"`` - -#### Defined in - -[middleware/types.ts:32140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32140) - -___ - -### CustomClaimTypeAdded - -• **CustomClaimTypeAdded** = ``"CustomClaimTypeAdded"`` - -#### Defined in - -[middleware/types.ts:32141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32141) - -___ - -### DefaultEnactmentPeriodChanged - -• **DefaultEnactmentPeriodChanged** = ``"DefaultEnactmentPeriodChanged"`` - -#### Defined in - -[middleware/types.ts:32142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32142) - -___ - -### DefaultTargetIdentitiesChanged - -• **DefaultTargetIdentitiesChanged** = ``"DefaultTargetIdentitiesChanged"`` - -#### Defined in - -[middleware/types.ts:32143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32143) - -___ - -### DefaultWithholdingTaxChanged - -• **DefaultWithholdingTaxChanged** = ``"DefaultWithholdingTaxChanged"`` - -#### Defined in - -[middleware/types.ts:32144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32144) - -___ - -### DelegateCalled - -• **DelegateCalled** = ``"DelegateCalled"`` - -#### Defined in - -[middleware/types.ts:32145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32145) - -___ - -### DidCreated - -• **DidCreated** = ``"DidCreated"`` - -#### Defined in - -[middleware/types.ts:32146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32146) - -___ - -### DidStatus - -• **DidStatus** = ``"DidStatus"`` - -#### Defined in - -[middleware/types.ts:32147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32147) - -___ - -### DidWithholdingTaxChanged - -• **DidWithholdingTaxChanged** = ``"DidWithholdingTaxChanged"`` - -#### Defined in - -[middleware/types.ts:32148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32148) - -___ - -### Dispatched - -• **Dispatched** = ``"Dispatched"`` - -#### Defined in - -[middleware/types.ts:32149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32149) - -___ - -### DispatchedAs - -• **DispatchedAs** = ``"DispatchedAs"`` - -#### Defined in - -[middleware/types.ts:32150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32150) - -___ - -### DividendCanceled - -• **DividendCanceled** = ``"DividendCanceled"`` - -#### Defined in - -[middleware/types.ts:32151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32151) - -___ - -### DividendCreated - -• **DividendCreated** = ``"DividendCreated"`` - -#### Defined in - -[middleware/types.ts:32152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32152) - -___ - -### DividendPaidOutToUser - -• **DividendPaidOutToUser** = ``"DividendPaidOutToUser"`` - -#### Defined in - -[middleware/types.ts:32153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32153) - -___ - -### DividendRemainingClaimed - -• **DividendRemainingClaimed** = ``"DividendRemainingClaimed"`` - -#### Defined in - -[middleware/types.ts:32154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32154) - -___ - -### DivisibilityChanged - -• **DivisibilityChanged** = ``"DivisibilityChanged"`` - -#### Defined in - -[middleware/types.ts:32155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32155) - -___ - -### DocumentAdded - -• **DocumentAdded** = ``"DocumentAdded"`` - -#### Defined in - -[middleware/types.ts:32156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32156) - -___ - -### DocumentRemoved - -• **DocumentRemoved** = ``"DocumentRemoved"`` - -#### Defined in - -[middleware/types.ts:32157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32157) - -___ - -### Dummy - -• **Dummy** = ``"Dummy"`` - -#### Defined in - -[middleware/types.ts:32158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32158) - -___ - -### Endowed - -• **Endowed** = ``"Endowed"`` - -#### Defined in - -[middleware/types.ts:32159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32159) - -___ - -### EraPayout - -• **EraPayout** = ``"EraPayout"`` - -#### Defined in - -[middleware/types.ts:32160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32160) - -___ - -### Evicted - -• **Evicted** = ``"Evicted"`` - -#### Defined in - -[middleware/types.ts:32161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32161) - -___ - -### Executed - -• **Executed** = ``"Executed"`` - -#### Defined in - -[middleware/types.ts:32162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32162) - -___ - -### ExecutionCancellingFailed - -• **ExecutionCancellingFailed** = ``"ExecutionCancellingFailed"`` - -#### Defined in - -[middleware/types.ts:32163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32163) - -___ - -### ExecutionScheduled - -• **ExecutionScheduled** = ``"ExecutionScheduled"`` - -#### Defined in - -[middleware/types.ts:32164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32164) - -___ - -### ExecutionSchedulingFailed - -• **ExecutionSchedulingFailed** = ``"ExecutionSchedulingFailed"`` - -#### Defined in - -[middleware/types.ts:32165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32165) - -___ - -### ExemptedUpdated - -• **ExemptedUpdated** = ``"ExemptedUpdated"`` - -#### Defined in - -[middleware/types.ts:32166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32166) - -___ - -### ExemptionListModified - -• **ExemptionListModified** = ``"ExemptionListModified"`` - -#### Defined in - -[middleware/types.ts:32167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32167) - -___ - -### ExemptionsAdded - -• **ExemptionsAdded** = ``"ExemptionsAdded"`` - -#### Defined in - -[middleware/types.ts:32168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32168) - -___ - -### ExemptionsRemoved - -• **ExemptionsRemoved** = ``"ExemptionsRemoved"`` - -#### Defined in - -[middleware/types.ts:32169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32169) - -___ - -### ExpiresAfterUpdated - -• **ExpiresAfterUpdated** = ``"ExpiresAfterUpdated"`` - -#### Defined in - -[middleware/types.ts:32170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32170) - -___ - -### ExpiryScheduled - -• **ExpiryScheduled** = ``"ExpiryScheduled"`` - -#### Defined in - -[middleware/types.ts:32171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32171) - -___ - -### ExpirySchedulingFailed - -• **ExpirySchedulingFailed** = ``"ExpirySchedulingFailed"`` - -#### Defined in - -[middleware/types.ts:32172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32172) - -___ - -### ExtensionAdded - -• **ExtensionAdded** = ``"ExtensionAdded"`` - -#### Defined in - -[middleware/types.ts:32173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32173) - -___ - -### ExtensionArchived - -• **ExtensionArchived** = ``"ExtensionArchived"`` - -#### Defined in - -[middleware/types.ts:32174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32174) - -___ - -### ExtensionRemoved - -• **ExtensionRemoved** = ``"ExtensionRemoved"`` - -#### Defined in - -[middleware/types.ts:32175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32175) - -___ - -### ExtensionUnArchive - -• **ExtensionUnArchive** = ``"ExtensionUnArchive"`` - -#### Defined in - -[middleware/types.ts:32176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32176) - -___ - -### ExtrinsicFailed - -• **ExtrinsicFailed** = ``"ExtrinsicFailed"`` - -#### Defined in - -[middleware/types.ts:32177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32177) - -___ - -### ExtrinsicSuccess - -• **ExtrinsicSuccess** = ``"ExtrinsicSuccess"`` - -#### Defined in - -[middleware/types.ts:32178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32178) - -___ - -### FailedToExecuteInstruction - -• **FailedToExecuteInstruction** = ``"FailedToExecuteInstruction"`` - -#### Defined in - -[middleware/types.ts:32179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32179) - -___ - -### FeeCharged - -• **FeeCharged** = ``"FeeCharged"`` - -#### Defined in - -[middleware/types.ts:32180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32180) - -___ - -### FeeSet - -• **FeeSet** = ``"FeeSet"`` - -#### Defined in - -[middleware/types.ts:32181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32181) - -___ - -### FinalVotes - -• **FinalVotes** = ``"FinalVotes"`` - -#### Defined in - -[middleware/types.ts:32182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32182) - -___ - -### FreezeAdminAdded - -• **FreezeAdminAdded** = ``"FreezeAdminAdded"`` - -#### Defined in - -[middleware/types.ts:32183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32183) - -___ - -### FreezeAdminRemoved - -• **FreezeAdminRemoved** = ``"FreezeAdminRemoved"`` - -#### Defined in - -[middleware/types.ts:32184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32184) - -___ - -### Frozen - -• **Frozen** = ``"Frozen"`` - -#### Defined in - -[middleware/types.ts:32185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32185) - -___ - -### FrozenTx - -• **FrozenTx** = ``"FrozenTx"`` - -#### Defined in - -[middleware/types.ts:32186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32186) - -___ - -### FundingRoundSet - -• **FundingRoundSet** = ``"FundingRoundSet"`` - -#### Defined in - -[middleware/types.ts:32187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32187) - -___ - -### FundraiserClosed - -• **FundraiserClosed** = ``"FundraiserClosed"`` - -#### Defined in - -[middleware/types.ts:32188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32188) - -___ - -### FundraiserCreated - -• **FundraiserCreated** = ``"FundraiserCreated"`` - -#### Defined in - -[middleware/types.ts:32189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32189) - -___ - -### FundraiserFrozen - -• **FundraiserFrozen** = ``"FundraiserFrozen"`` - -#### Defined in - -[middleware/types.ts:32190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32190) - -___ - -### FundraiserUnfrozen - -• **FundraiserUnfrozen** = ``"FundraiserUnfrozen"`` - -#### Defined in - -[middleware/types.ts:32191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32191) - -___ - -### FundraiserWindowModifed - -• **FundraiserWindowModifed** = ``"FundraiserWindowModifed"`` - -#### Defined in - -[middleware/types.ts:32192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32192) - -___ - -### FundraiserWindowModified - -• **FundraiserWindowModified** = ``"FundraiserWindowModified"`` - -#### Defined in - -[middleware/types.ts:32193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32193) - -___ - -### FundsMovedBetweenPortfolios - -• **FundsMovedBetweenPortfolios** = ``"FundsMovedBetweenPortfolios"`` - -#### Defined in - -[middleware/types.ts:32194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32194) - -___ - -### FundsRaised - -• **FundsRaised** = ``"FundsRaised"`` - -#### Defined in - -[middleware/types.ts:32195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32195) - -___ - -### FungibleTokensMovedBetweenPortfolios - -• **FungibleTokensMovedBetweenPortfolios** = ``"FungibleTokensMovedBetweenPortfolios"`` - -#### Defined in - -[middleware/types.ts:32196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32196) - -___ - -### GlobalCommissionUpdated - -• **GlobalCommissionUpdated** = ``"GlobalCommissionUpdated"`` - -#### Defined in - -[middleware/types.ts:32197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32197) - -___ - -### GroupChanged - -• **GroupChanged** = ``"GroupChanged"`` - -#### Defined in - -[middleware/types.ts:32198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32198) - -___ - -### GroupCreated - -• **GroupCreated** = ``"GroupCreated"`` - -#### Defined in - -[middleware/types.ts:32199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32199) - -___ - -### GroupPermissionsUpdated - -• **GroupPermissionsUpdated** = ``"GroupPermissionsUpdated"`` - -#### Defined in - -[middleware/types.ts:32200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32200) - -___ - -### HeartbeatReceived - -• **HeartbeatReceived** = ``"HeartbeatReceived"`` - -#### Defined in - -[middleware/types.ts:32201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32201) - -___ - -### HistoricalPipsPruned - -• **HistoricalPipsPruned** = ``"HistoricalPipsPruned"`` - -#### Defined in - -[middleware/types.ts:32202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32202) - -___ - -### IdentifiersUpdated - -• **IdentifiersUpdated** = ``"IdentifiersUpdated"`` - -#### Defined in - -[middleware/types.ts:32203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32203) - -___ - -### IndexAssigned - -• **IndexAssigned** = ``"IndexAssigned"`` - -#### Defined in - -[middleware/types.ts:32204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32204) - -___ - -### IndexFreed - -• **IndexFreed** = ``"IndexFreed"`` - -#### Defined in - -[middleware/types.ts:32205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32205) - -___ - -### IndexFrozen - -• **IndexFrozen** = ``"IndexFrozen"`` - -#### Defined in - -[middleware/types.ts:32206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32206) - -___ - -### IndividualCommissionEnabled - -• **IndividualCommissionEnabled** = ``"IndividualCommissionEnabled"`` - -#### Defined in - -[middleware/types.ts:32207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32207) - -___ - -### Instantiated - -• **Instantiated** = ``"Instantiated"`` - -#### Defined in - -[middleware/types.ts:32208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32208) - -___ - -### InstantiationFeeChanged - -• **InstantiationFeeChanged** = ``"InstantiationFeeChanged"`` - -#### Defined in - -[middleware/types.ts:32209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32209) - -___ - -### InstantiationFreezed - -• **InstantiationFreezed** = ``"InstantiationFreezed"`` - -#### Defined in - -[middleware/types.ts:32210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32210) - -___ - -### InstantiationUnFreezed - -• **InstantiationUnFreezed** = ``"InstantiationUnFreezed"`` - -#### Defined in - -[middleware/types.ts:32211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32211) - -___ - -### InstructionAffirmed - -• **InstructionAffirmed** = ``"InstructionAffirmed"`` - -#### Defined in - -[middleware/types.ts:32212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32212) - -___ - -### InstructionAuthorized - -• **InstructionAuthorized** = ``"InstructionAuthorized"`` - -#### Defined in - -[middleware/types.ts:32213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32213) - -___ - -### InstructionAutomaticallyAffirmed - -• **InstructionAutomaticallyAffirmed** = ``"InstructionAutomaticallyAffirmed"`` - -#### Defined in - -[middleware/types.ts:32214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32214) - -___ - -### InstructionCreated - -• **InstructionCreated** = ``"InstructionCreated"`` - -#### Defined in - -[middleware/types.ts:32215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32215) - -___ - -### InstructionExecuted - -• **InstructionExecuted** = ``"InstructionExecuted"`` - -#### Defined in - -[middleware/types.ts:32216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32216) - -___ - -### InstructionFailed - -• **InstructionFailed** = ``"InstructionFailed"`` - -#### Defined in - -[middleware/types.ts:32217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32217) - -___ - -### InstructionMediators - -• **InstructionMediators** = ``"InstructionMediators"`` - -#### Defined in - -[middleware/types.ts:32218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32218) - -___ - -### InstructionRejected - -• **InstructionRejected** = ``"InstructionRejected"`` - -#### Defined in - -[middleware/types.ts:32219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32219) - -___ - -### InstructionRescheduled - -• **InstructionRescheduled** = ``"InstructionRescheduled"`` - -#### Defined in - -[middleware/types.ts:32220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32220) - -___ - -### InstructionUnauthorized - -• **InstructionUnauthorized** = ``"InstructionUnauthorized"`` - -#### Defined in - -[middleware/types.ts:32221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32221) - -___ - -### InstructionV2Created - -• **InstructionV2Created** = ``"InstructionV2Created"`` - -#### Defined in - -[middleware/types.ts:32222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32222) - -___ - -### InvalidatedNominators - -• **InvalidatedNominators** = ``"InvalidatedNominators"`` - -#### Defined in - -[middleware/types.ts:32223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32223) - -___ - -### Invested - -• **Invested** = ``"Invested"`` - -#### Defined in - -[middleware/types.ts:32224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32224) - -___ - -### InvestorUniquenessClaimNotAllowed - -• **InvestorUniquenessClaimNotAllowed** = ``"InvestorUniquenessClaimNotAllowed"`` - -#### Defined in - -[middleware/types.ts:32225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32225) - -___ - -### IsIssuable - -• **IsIssuable** = ``"IsIssuable"`` - -#### Defined in - -[middleware/types.ts:32226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32226) - -___ - -### Issued - -• **Issued** = ``"Issued"`` - -#### Defined in - -[middleware/types.ts:32227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32227) - -___ - -### IssuedNft - -• **IssuedNft** = ``"IssuedNFT"`` - -#### Defined in - -[middleware/types.ts:32228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32228) - -___ - -### ItemCompleted - -• **ItemCompleted** = ``"ItemCompleted"`` - -#### Defined in - -[middleware/types.ts:32229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32229) - -___ - -### ItemFailed - -• **ItemFailed** = ``"ItemFailed"`` - -#### Defined in - -[middleware/types.ts:32230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32230) - -___ - -### ItnRewardClaimed - -• **ItnRewardClaimed** = ``"ItnRewardClaimed"`` - -#### Defined in - -[middleware/types.ts:32231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32231) - -___ - -### KeyChanged - -• **KeyChanged** = ``"KeyChanged"`` - -#### Defined in - -[middleware/types.ts:32232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32232) - -___ - -### KilledAccount - -• **KilledAccount** = ``"KilledAccount"`` - -#### Defined in - -[middleware/types.ts:32233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32233) - -___ - -### LegFailedExecution - -• **LegFailedExecution** = ``"LegFailedExecution"`` - -#### Defined in - -[middleware/types.ts:32234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32234) - -___ - -### LocalMetadataKeyDeleted - -• **LocalMetadataKeyDeleted** = ``"LocalMetadataKeyDeleted"`` - -#### Defined in - -[middleware/types.ts:32235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32235) - -___ - -### MasterKeyUpdated - -• **MasterKeyUpdated** = ``"MasterKeyUpdated"`` - -#### Defined in - -[middleware/types.ts:32236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32236) - -___ - -### MaxDetailsLengthChanged - -• **MaxDetailsLengthChanged** = ``"MaxDetailsLengthChanged"`` - -#### Defined in - -[middleware/types.ts:32237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32237) - -___ - -### MaxPipSkipCountChanged - -• **MaxPipSkipCountChanged** = ``"MaxPipSkipCountChanged"`` - -#### Defined in - -[middleware/types.ts:32238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32238) - -___ - -### MaximumSchedulesComplexityChanged - -• **MaximumSchedulesComplexityChanged** = ``"MaximumSchedulesComplexityChanged"`` - -#### Defined in - -[middleware/types.ts:32239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32239) - -___ - -### MediatorAffirmationReceived - -• **MediatorAffirmationReceived** = ``"MediatorAffirmationReceived"`` - -#### Defined in - -[middleware/types.ts:32240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32240) - -___ - -### MediatorAffirmationWithdrawn - -• **MediatorAffirmationWithdrawn** = ``"MediatorAffirmationWithdrawn"`` - -#### Defined in - -[middleware/types.ts:32241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32241) - -___ - -### MemberAdded - -• **MemberAdded** = ``"MemberAdded"`` - -#### Defined in - -[middleware/types.ts:32242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32242) - -___ - -### MemberRemoved - -• **MemberRemoved** = ``"MemberRemoved"`` - -#### Defined in - -[middleware/types.ts:32243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32243) - -___ - -### MemberRevoked - -• **MemberRevoked** = ``"MemberRevoked"`` - -#### Defined in - -[middleware/types.ts:32244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32244) - -___ - -### MembersReset - -• **MembersReset** = ``"MembersReset"`` - -#### Defined in - -[middleware/types.ts:32245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32245) - -___ - -### MembersSwapped - -• **MembersSwapped** = ``"MembersSwapped"`` - -#### Defined in - -[middleware/types.ts:32246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32246) - -___ - -### MetaChanged - -• **MetaChanged** = ``"MetaChanged"`` - -#### Defined in - -[middleware/types.ts:32247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32247) - -___ - -### MetadataValueDeleted - -• **MetadataValueDeleted** = ``"MetadataValueDeleted"`` - -#### Defined in - -[middleware/types.ts:32248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32248) - -___ - -### MinimumBondThresholdUpdated - -• **MinimumBondThresholdUpdated** = ``"MinimumBondThresholdUpdated"`` - -#### Defined in - -[middleware/types.ts:32249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32249) - -___ - -### MinimumProposalDepositChanged - -• **MinimumProposalDepositChanged** = ``"MinimumProposalDepositChanged"`` - -#### Defined in - -[middleware/types.ts:32250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32250) - -___ - -### MockInvestorUidCreated - -• **MockInvestorUidCreated** = ``"MockInvestorUIDCreated"`` - -#### Defined in - -[middleware/types.ts:32251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32251) - -___ - -### MovedBetweenPortfolios - -• **MovedBetweenPortfolios** = ``"MovedBetweenPortfolios"`` - -#### Defined in - -[middleware/types.ts:32252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32252) - -___ - -### MultiSigCreated - -• **MultiSigCreated** = ``"MultiSigCreated"`` - -#### Defined in - -[middleware/types.ts:32253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32253) - -___ - -### MultiSigSignaturesRequiredChanged - -• **MultiSigSignaturesRequiredChanged** = ``"MultiSigSignaturesRequiredChanged"`` - -#### Defined in - -[middleware/types.ts:32254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32254) - -___ - -### MultiSigSignerAdded - -• **MultiSigSignerAdded** = ``"MultiSigSignerAdded"`` - -#### Defined in - -[middleware/types.ts:32255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32255) - -___ - -### MultiSigSignerAuthorized - -• **MultiSigSignerAuthorized** = ``"MultiSigSignerAuthorized"`` - -#### Defined in - -[middleware/types.ts:32256](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32256) - -___ - -### MultiSigSignerRemoved - -• **MultiSigSignerRemoved** = ``"MultiSigSignerRemoved"`` - -#### Defined in - -[middleware/types.ts:32257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32257) - -___ - -### NewAccount - -• **NewAccount** = ``"NewAccount"`` - -#### Defined in - -[middleware/types.ts:32260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32260) - -___ - -### NewAssetRuleCreated - -• **NewAssetRuleCreated** = ``"NewAssetRuleCreated"`` - -#### Defined in - -[middleware/types.ts:32261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32261) - -___ - -### NewAuthorities - -• **NewAuthorities** = ``"NewAuthorities"`` - -#### Defined in - -[middleware/types.ts:32262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32262) - -___ - -### NewSession - -• **NewSession** = ``"NewSession"`` - -#### Defined in - -[middleware/types.ts:32263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32263) - -___ - -### NfTsMovedBetweenPortfolios - -• **NfTsMovedBetweenPortfolios** = ``"NFTsMovedBetweenPortfolios"`` - -#### Defined in - -[middleware/types.ts:32259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32259) - -___ - -### NftCollectionCreated - -• **NftCollectionCreated** = ``"NftCollectionCreated"`` - -#### Defined in - -[middleware/types.ts:32264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32264) - -___ - -### NftPortfolioUpdated - -• **NftPortfolioUpdated** = ``"NFTPortfolioUpdated"`` - -#### Defined in - -[middleware/types.ts:32258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32258) - -___ - -### Nominated - -• **Nominated** = ``"Nominated"`` - -#### Defined in - -[middleware/types.ts:32265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32265) - -___ - -### Noted - -• **Noted** = ``"Noted"`` - -#### Defined in - -[middleware/types.ts:32266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32266) - -___ - -### OffChainAuthorizationRevoked - -• **OffChainAuthorizationRevoked** = ``"OffChainAuthorizationRevoked"`` - -#### Defined in - -[middleware/types.ts:32267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32267) - -___ - -### Offence - -• **Offence** = ``"Offence"`` - -#### Defined in - -[middleware/types.ts:32268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32268) - -___ - -### OldSlashingReportDiscarded - -• **OldSlashingReportDiscarded** = ``"OldSlashingReportDiscarded"`` - -#### Defined in - -[middleware/types.ts:32269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32269) - -___ - -### Paused - -• **Paused** = ``"Paused"`` - -#### Defined in - -[middleware/types.ts:32270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32270) - -___ - -### PendingPipExpiryChanged - -• **PendingPipExpiryChanged** = ``"PendingPipExpiryChanged"`` - -#### Defined in - -[middleware/types.ts:32271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32271) - -___ - -### PeriodicFailed - -• **PeriodicFailed** = ``"PeriodicFailed"`` - -#### Defined in - -[middleware/types.ts:32272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32272) - -___ - -### PermanentlyOverweight - -• **PermanentlyOverweight** = ``"PermanentlyOverweight"`` - -#### Defined in - -[middleware/types.ts:32273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32273) - -___ - -### PermissionedIdentityAdded - -• **PermissionedIdentityAdded** = ``"PermissionedIdentityAdded"`` - -#### Defined in - -[middleware/types.ts:32274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32274) - -___ - -### PermissionedIdentityRemoved - -• **PermissionedIdentityRemoved** = ``"PermissionedIdentityRemoved"`` - -#### Defined in - -[middleware/types.ts:32275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32275) - -___ - -### PermissionedValidatorAdded - -• **PermissionedValidatorAdded** = ``"PermissionedValidatorAdded"`` - -#### Defined in - -[middleware/types.ts:32276](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32276) - -___ - -### PermissionedValidatorRemoved - -• **PermissionedValidatorRemoved** = ``"PermissionedValidatorRemoved"`` - -#### Defined in - -[middleware/types.ts:32277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32277) - -___ - -### PermissionedValidatorStatusChanged - -• **PermissionedValidatorStatusChanged** = ``"PermissionedValidatorStatusChanged"`` - -#### Defined in - -[middleware/types.ts:32278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32278) - -___ - -### PipClosed - -• **PipClosed** = ``"PipClosed"`` - -#### Defined in - -[middleware/types.ts:32279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32279) - -___ - -### PipSkipped - -• **PipSkipped** = ``"PipSkipped"`` - -#### Defined in - -[middleware/types.ts:32280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32280) - -___ - -### PlaceholderFillBlock - -• **PlaceholderFillBlock** = ``"PlaceholderFillBlock"`` - -#### Defined in - -[middleware/types.ts:32281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32281) - -___ - -### PortfolioCreated - -• **PortfolioCreated** = ``"PortfolioCreated"`` - -#### Defined in - -[middleware/types.ts:32282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32282) - -___ - -### PortfolioCustodianChanged - -• **PortfolioCustodianChanged** = ``"PortfolioCustodianChanged"`` - -#### Defined in - -[middleware/types.ts:32283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32283) - -___ - -### PortfolioDeleted - -• **PortfolioDeleted** = ``"PortfolioDeleted"`` - -#### Defined in - -[middleware/types.ts:32284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32284) - -___ - -### PortfolioRenamed - -• **PortfolioRenamed** = ``"PortfolioRenamed"`` - -#### Defined in - -[middleware/types.ts:32285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32285) - -___ - -### PreApprovedAsset - -• **PreApprovedAsset** = ``"PreApprovedAsset"`` - -#### Defined in - -[middleware/types.ts:32286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32286) - -___ - -### PreApprovedPortfolio - -• **PreApprovedPortfolio** = ``"PreApprovedPortfolio"`` - -#### Defined in - -[middleware/types.ts:32287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32287) - -___ - -### PrimaryIssuanceAgentTransfered - -• **PrimaryIssuanceAgentTransfered** = ``"PrimaryIssuanceAgentTransfered"`` - -#### Defined in - -[middleware/types.ts:32288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32288) - -___ - -### PrimaryIssuanceAgentTransferred - -• **PrimaryIssuanceAgentTransferred** = ``"PrimaryIssuanceAgentTransferred"`` - -#### Defined in - -[middleware/types.ts:32289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32289) - -___ - -### PrimaryKeyUpdated - -• **PrimaryKeyUpdated** = ``"PrimaryKeyUpdated"`` - -#### Defined in - -[middleware/types.ts:32290](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32290) - -___ - -### ProposalAdded - -• **ProposalAdded** = ``"ProposalAdded"`` - -#### Defined in - -[middleware/types.ts:32291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32291) - -___ - -### ProposalApproved - -• **ProposalApproved** = ``"ProposalApproved"`` - -#### Defined in - -[middleware/types.ts:32292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32292) - -___ - -### ProposalBondAdjusted - -• **ProposalBondAdjusted** = ``"ProposalBondAdjusted"`` - -#### Defined in - -[middleware/types.ts:32293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32293) - -___ - -### ProposalCoolOffPeriodChanged - -• **ProposalCoolOffPeriodChanged** = ``"ProposalCoolOffPeriodChanged"`` - -#### Defined in - -[middleware/types.ts:32294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32294) - -___ - -### ProposalCreated - -• **ProposalCreated** = ``"ProposalCreated"`` - -#### Defined in - -[middleware/types.ts:32295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32295) - -___ - -### ProposalDetailsAmended - -• **ProposalDetailsAmended** = ``"ProposalDetailsAmended"`` - -#### Defined in - -[middleware/types.ts:32296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32296) - -___ - -### ProposalDurationChanged - -• **ProposalDurationChanged** = ``"ProposalDurationChanged"`` - -#### Defined in - -[middleware/types.ts:32297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32297) - -___ - -### ProposalExecuted - -• **ProposalExecuted** = ``"ProposalExecuted"`` - -#### Defined in - -[middleware/types.ts:32298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32298) - -___ - -### ProposalExecutionFailed - -• **ProposalExecutionFailed** = ``"ProposalExecutionFailed"`` - -#### Defined in - -[middleware/types.ts:32299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32299) - -___ - -### ProposalRefund - -• **ProposalRefund** = ``"ProposalRefund"`` - -#### Defined in - -[middleware/types.ts:32300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32300) - -___ - -### ProposalRejected - -• **ProposalRejected** = ``"ProposalRejected"`` - -#### Defined in - -[middleware/types.ts:32301](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32301) - -___ - -### ProposalRejectionVote - -• **ProposalRejectionVote** = ``"ProposalRejectionVote"`` - -#### Defined in - -[middleware/types.ts:32302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32302) - -___ - -### ProposalStateUpdated - -• **ProposalStateUpdated** = ``"ProposalStateUpdated"`` - -#### Defined in - -[middleware/types.ts:32303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32303) - -___ - -### Proposed - -• **Proposed** = ``"Proposed"`` - -#### Defined in - -[middleware/types.ts:32304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32304) - -___ - -### PutCodeFlagChanged - -• **PutCodeFlagChanged** = ``"PutCodeFlagChanged"`` - -#### Defined in - -[middleware/types.ts:32305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32305) - -___ - -### QuorumThresholdChanged - -• **QuorumThresholdChanged** = ``"QuorumThresholdChanged"`` - -#### Defined in - -[middleware/types.ts:32306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32306) - -___ - -### RangeChanged - -• **RangeChanged** = ``"RangeChanged"`` - -#### Defined in - -[middleware/types.ts:32308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32308) - -___ - -### RangeProofAdded - -• **RangeProofAdded** = ``"RangeProofAdded"`` - -#### Defined in - -[middleware/types.ts:32309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32309) - -___ - -### RangeProofVerified - -• **RangeProofVerified** = ``"RangeProofVerified"`` - -#### Defined in - -[middleware/types.ts:32310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32310) - -___ - -### RcvChanged - -• **RcvChanged** = ``"RCVChanged"`` - -#### Defined in - -[middleware/types.ts:32307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32307) - -___ - -### ReceiptClaimed - -• **ReceiptClaimed** = ``"ReceiptClaimed"`` - -#### Defined in - -[middleware/types.ts:32311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32311) - -___ - -### ReceiptUnclaimed - -• **ReceiptUnclaimed** = ``"ReceiptUnclaimed"`` - -#### Defined in - -[middleware/types.ts:32312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32312) - -___ - -### ReceiptValidityChanged - -• **ReceiptValidityChanged** = ``"ReceiptValidityChanged"`` - -#### Defined in - -[middleware/types.ts:32313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32313) - -___ - -### Reclaimed - -• **Reclaimed** = ``"Reclaimed"`` - -#### Defined in - -[middleware/types.ts:32314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32314) - -___ - -### RecordDateChanged - -• **RecordDateChanged** = ``"RecordDateChanged"`` - -#### Defined in - -[middleware/types.ts:32315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32315) - -___ - -### Redeemed - -• **Redeemed** = ``"Redeemed"`` - -#### Defined in - -[middleware/types.ts:32316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32316) - -___ - -### RedeemedNft - -• **RedeemedNft** = ``"RedeemedNFT"`` - -#### Defined in - -[middleware/types.ts:32317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32317) - -___ - -### ReferendumCreated - -• **ReferendumCreated** = ``"ReferendumCreated"`` - -#### Defined in - -[middleware/types.ts:32318](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32318) - -___ - -### ReferendumScheduled - -• **ReferendumScheduled** = ``"ReferendumScheduled"`` - -#### Defined in - -[middleware/types.ts:32319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32319) - -___ - -### ReferendumStateUpdated - -• **ReferendumStateUpdated** = ``"ReferendumStateUpdated"`` - -#### Defined in - -[middleware/types.ts:32320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32320) - -___ - -### RegisterAssetMetadataGlobalType - -• **RegisterAssetMetadataGlobalType** = ``"RegisterAssetMetadataGlobalType"`` - -#### Defined in - -[middleware/types.ts:32321](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32321) - -___ - -### RegisterAssetMetadataLocalType - -• **RegisterAssetMetadataLocalType** = ``"RegisterAssetMetadataLocalType"`` - -#### Defined in - -[middleware/types.ts:32322](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32322) - -___ - -### Rejected - -• **Rejected** = ``"Rejected"`` - -#### Defined in - -[middleware/types.ts:32323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32323) - -___ - -### RelayedTx - -• **RelayedTx** = ``"RelayedTx"`` - -#### Defined in - -[middleware/types.ts:32324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32324) - -___ - -### ReleaseCoordinatorUpdated - -• **ReleaseCoordinatorUpdated** = ``"ReleaseCoordinatorUpdated"`` - -#### Defined in - -[middleware/types.ts:32325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32325) - -___ - -### Remarked - -• **Remarked** = ``"Remarked"`` - -#### Defined in - -[middleware/types.ts:32326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32326) - -___ - -### RemoveAssetAffirmationExemption - -• **RemoveAssetAffirmationExemption** = ``"RemoveAssetAffirmationExemption"`` - -#### Defined in - -[middleware/types.ts:32327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32327) - -___ - -### RemovePreApprovedAsset - -• **RemovePreApprovedAsset** = ``"RemovePreApprovedAsset"`` - -#### Defined in - -[middleware/types.ts:32328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32328) - -___ - -### Removed - -• **Removed** = ``"Removed"`` - -#### Defined in - -[middleware/types.ts:32329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32329) - -___ - -### RemovedPayingKey - -• **RemovedPayingKey** = ``"RemovedPayingKey"`` - -#### Defined in - -[middleware/types.ts:32330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32330) - -___ - -### Requested - -• **Requested** = ``"Requested"`` - -#### Defined in - -[middleware/types.ts:32331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32331) - -___ - -### ReserveRepatriated - -• **ReserveRepatriated** = ``"ReserveRepatriated"`` - -#### Defined in - -[middleware/types.ts:32332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32332) - -___ - -### Reserved - -• **Reserved** = ``"Reserved"`` - -#### Defined in - -[middleware/types.ts:32333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32333) - -___ - -### Restored - -• **Restored** = ``"Restored"`` - -#### Defined in - -[middleware/types.ts:32334](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32334) - -___ - -### Resumed - -• **Resumed** = ``"Resumed"`` - -#### Defined in - -[middleware/types.ts:32335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32335) - -___ - -### RevokePreApprovedPortfolio - -• **RevokePreApprovedPortfolio** = ``"RevokePreApprovedPortfolio"`` - -#### Defined in - -[middleware/types.ts:32336](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32336) - -___ - -### Reward - -• **Reward** = ``"Reward"`` - -#### Defined in - -[middleware/types.ts:32337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32337) - -___ - -### RewardPaymentSchedulingInterrupted - -• **RewardPaymentSchedulingInterrupted** = ``"RewardPaymentSchedulingInterrupted"`` - -#### Defined in - -[middleware/types.ts:32338](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32338) - -___ - -### ScRuntimeCall - -• **ScRuntimeCall** = ``"SCRuntimeCall"`` - -#### Defined in - -[middleware/types.ts:32339](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32339) - -___ - -### ScheduleCreated - -• **ScheduleCreated** = ``"ScheduleCreated"`` - -#### Defined in - -[middleware/types.ts:32340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32340) - -___ - -### ScheduleRemoved - -• **ScheduleRemoved** = ``"ScheduleRemoved"`` - -#### Defined in - -[middleware/types.ts:32341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32341) - -___ - -### ScheduleUpdated - -• **ScheduleUpdated** = ``"ScheduleUpdated"`` - -#### Defined in - -[middleware/types.ts:32342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32342) - -___ - -### Scheduled - -• **Scheduled** = ``"Scheduled"`` - -#### Defined in - -[middleware/types.ts:32343](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32343) - -___ - -### SchedulingFailed - -• **SchedulingFailed** = ``"SchedulingFailed"`` - -#### Defined in - -[middleware/types.ts:32344](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32344) - -___ - -### SecondaryKeyLeftIdentity - -• **SecondaryKeyLeftIdentity** = ``"SecondaryKeyLeftIdentity"`` - -#### Defined in - -[middleware/types.ts:32345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32345) - -___ - -### SecondaryKeyPermissionsUpdated - -• **SecondaryKeyPermissionsUpdated** = ``"SecondaryKeyPermissionsUpdated"`` - -#### Defined in - -[middleware/types.ts:32346](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32346) - -___ - -### SecondaryKeysAdded - -• **SecondaryKeysAdded** = ``"SecondaryKeysAdded"`` - -#### Defined in - -[middleware/types.ts:32347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32347) - -___ - -### SecondaryKeysFrozen - -• **SecondaryKeysFrozen** = ``"SecondaryKeysFrozen"`` - -#### Defined in - -[middleware/types.ts:32348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32348) - -___ - -### SecondaryKeysRemoved - -• **SecondaryKeysRemoved** = ``"SecondaryKeysRemoved"`` - -#### Defined in - -[middleware/types.ts:32349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32349) - -___ - -### SecondaryKeysUnfrozen - -• **SecondaryKeysUnfrozen** = ``"SecondaryKeysUnfrozen"`` - -#### Defined in - -[middleware/types.ts:32350](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32350) - -___ - -### SecondaryPermissionsUpdated - -• **SecondaryPermissionsUpdated** = ``"SecondaryPermissionsUpdated"`` - -#### Defined in - -[middleware/types.ts:32351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32351) - -___ - -### SetAssetMediators - -• **SetAssetMediators** = ``"SetAssetMediators"`` - -#### Defined in - -[middleware/types.ts:32352](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32352) - -___ - -### SetAssetMetadataValue - -• **SetAssetMetadataValue** = ``"SetAssetMetadataValue"`` - -#### Defined in - -[middleware/types.ts:32353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32353) - -___ - -### SetAssetMetadataValueDetails - -• **SetAssetMetadataValueDetails** = ``"SetAssetMetadataValueDetails"`` - -#### Defined in - -[middleware/types.ts:32354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32354) - -___ - -### SetAssetTransferCompliance - -• **SetAssetTransferCompliance** = ``"SetAssetTransferCompliance"`` - -#### Defined in - -[middleware/types.ts:32355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32355) - -___ - -### SettlementManuallyExecuted - -• **SettlementManuallyExecuted** = ``"SettlementManuallyExecuted"`` - -#### Defined in - -[middleware/types.ts:32356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32356) - -___ - -### SignerLeft - -• **SignerLeft** = ``"SignerLeft"`` - -#### Defined in - -[middleware/types.ts:32357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32357) - -___ - -### SigningKeysAdded - -• **SigningKeysAdded** = ``"SigningKeysAdded"`` - -#### Defined in - -[middleware/types.ts:32358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32358) - -___ - -### SigningKeysFrozen - -• **SigningKeysFrozen** = ``"SigningKeysFrozen"`` - -#### Defined in - -[middleware/types.ts:32359](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32359) - -___ - -### SigningKeysRemoved - -• **SigningKeysRemoved** = ``"SigningKeysRemoved"`` - -#### Defined in - -[middleware/types.ts:32360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32360) - -___ - -### SigningKeysUnfrozen - -• **SigningKeysUnfrozen** = ``"SigningKeysUnfrozen"`` - -#### Defined in - -[middleware/types.ts:32361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32361) - -___ - -### SigningPermissionsUpdated - -• **SigningPermissionsUpdated** = ``"SigningPermissionsUpdated"`` - -#### Defined in - -[middleware/types.ts:32362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32362) - -___ - -### Slash - -• **Slash** = ``"Slash"`` - -#### Defined in - -[middleware/types.ts:32363](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32363) - -___ - -### SlashingAllowedForChanged - -• **SlashingAllowedForChanged** = ``"SlashingAllowedForChanged"`` - -#### Defined in - -[middleware/types.ts:32364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32364) - -___ - -### SlashingParamsUpdated - -• **SlashingParamsUpdated** = ``"SlashingParamsUpdated"`` - -#### Defined in - -[middleware/types.ts:32365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32365) - -___ - -### SnapshotCleared - -• **SnapshotCleared** = ``"SnapshotCleared"`` - -#### Defined in - -[middleware/types.ts:32366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32366) - -___ - -### SnapshotResultsEnacted - -• **SnapshotResultsEnacted** = ``"SnapshotResultsEnacted"`` - -#### Defined in - -[middleware/types.ts:32367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32367) - -___ - -### SnapshotTaken - -• **SnapshotTaken** = ``"SnapshotTaken"`` - -#### Defined in - -[middleware/types.ts:32368](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32368) - -___ - -### SolutionStored - -• **SolutionStored** = ``"SolutionStored"`` - -#### Defined in - -[middleware/types.ts:32369](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32369) - -___ - -### SomeOffline - -• **SomeOffline** = ``"SomeOffline"`` - -#### Defined in - -[middleware/types.ts:32370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32370) - -___ - -### StakingElection - -• **StakingElection** = ``"StakingElection"`` - -#### Defined in - -[middleware/types.ts:32371](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32371) - -___ - -### StatTypesAdded - -• **StatTypesAdded** = ``"StatTypesAdded"`` - -#### Defined in - -[middleware/types.ts:32372](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32372) - -___ - -### StatTypesRemoved - -• **StatTypesRemoved** = ``"StatTypesRemoved"`` - -#### Defined in - -[middleware/types.ts:32373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32373) - -___ - -### Sudid - -• **Sudid** = ``"Sudid"`` - -#### Defined in - -[middleware/types.ts:32374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32374) - -___ - -### SudoAsDone - -• **SudoAsDone** = ``"SudoAsDone"`` - -#### Defined in - -[middleware/types.ts:32375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32375) - -___ - -### TemplateInstantiationFeeChanged - -• **TemplateInstantiationFeeChanged** = ``"TemplateInstantiationFeeChanged"`` - -#### Defined in - -[middleware/types.ts:32376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32376) - -___ - -### TemplateMetaUrlChanged - -• **TemplateMetaUrlChanged** = ``"TemplateMetaUrlChanged"`` - -#### Defined in - -[middleware/types.ts:32377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32377) - -___ - -### TemplateOwnershipTransferred - -• **TemplateOwnershipTransferred** = ``"TemplateOwnershipTransferred"`` - -#### Defined in - -[middleware/types.ts:32378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32378) - -___ - -### TemplateUsageFeeChanged - -• **TemplateUsageFeeChanged** = ``"TemplateUsageFeeChanged"`` - -#### Defined in - -[middleware/types.ts:32379](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32379) - -___ - -### Terminated - -• **Terminated** = ``"Terminated"`` - -#### Defined in - -[middleware/types.ts:32380](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32380) - -___ - -### TickerRegistered - -• **TickerRegistered** = ``"TickerRegistered"`` - -#### Defined in - -[middleware/types.ts:32381](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32381) - -___ - -### TickerTransferred - -• **TickerTransferred** = ``"TickerTransferred"`` - -#### Defined in - -[middleware/types.ts:32382](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32382) - -___ - -### TimelockChanged - -• **TimelockChanged** = ``"TimelockChanged"`` - -#### Defined in - -[middleware/types.ts:32383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32383) - -___ - -### TransactionAffirmed - -• **TransactionAffirmed** = ``"TransactionAffirmed"`` - -#### Defined in - -[middleware/types.ts:32384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32384) - -___ - -### TransactionCreated - -• **TransactionCreated** = ``"TransactionCreated"`` - -#### Defined in - -[middleware/types.ts:32385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32385) - -___ - -### TransactionExecuted - -• **TransactionExecuted** = ``"TransactionExecuted"`` - -#### Defined in - -[middleware/types.ts:32386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32386) - -___ - -### TransactionFeePaid - -• **TransactionFeePaid** = ``"TransactionFeePaid"`` - -#### Defined in - -[middleware/types.ts:32387](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32387) - -___ - -### TransactionRejected - -• **TransactionRejected** = ``"TransactionRejected"`` - -#### Defined in - -[middleware/types.ts:32388](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32388) - -___ - -### Transfer - -• **Transfer** = ``"Transfer"`` - -#### Defined in - -[middleware/types.ts:32389](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32389) - -___ - -### TransferConditionExemptionsAdded - -• **TransferConditionExemptionsAdded** = ``"TransferConditionExemptionsAdded"`` - -#### Defined in - -[middleware/types.ts:32390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32390) - -___ - -### TransferConditionExemptionsRemoved - -• **TransferConditionExemptionsRemoved** = ``"TransferConditionExemptionsRemoved"`` - -#### Defined in - -[middleware/types.ts:32391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32391) - -___ - -### TransferManagerAdded - -• **TransferManagerAdded** = ``"TransferManagerAdded"`` - -#### Defined in - -[middleware/types.ts:32392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32392) - -___ - -### TransferManagerRemoved - -• **TransferManagerRemoved** = ``"TransferManagerRemoved"`` - -#### Defined in - -[middleware/types.ts:32393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32393) - -___ - -### TransferWithData - -• **TransferWithData** = ``"TransferWithData"`` - -#### Defined in - -[middleware/types.ts:32394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32394) - -___ - -### TreasuryDidSet - -• **TreasuryDidSet** = ``"TreasuryDidSet"`` - -#### Defined in - -[middleware/types.ts:32395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32395) - -___ - -### TreasuryDisbursement - -• **TreasuryDisbursement** = ``"TreasuryDisbursement"`` - -#### Defined in - -[middleware/types.ts:32396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32396) - -___ - -### TreasuryDisbursementFailed - -• **TreasuryDisbursementFailed** = ``"TreasuryDisbursementFailed"`` - -#### Defined in - -[middleware/types.ts:32397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32397) - -___ - -### TreasuryReimbursement - -• **TreasuryReimbursement** = ``"TreasuryReimbursement"`` - -#### Defined in - -[middleware/types.ts:32398](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32398) - -___ - -### TrustedDefaultClaimIssuerAdded - -• **TrustedDefaultClaimIssuerAdded** = ``"TrustedDefaultClaimIssuerAdded"`` - -#### Defined in - -[middleware/types.ts:32399](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32399) - -___ - -### TrustedDefaultClaimIssuerRemoved - -• **TrustedDefaultClaimIssuerRemoved** = ``"TrustedDefaultClaimIssuerRemoved"`` - -#### Defined in - -[middleware/types.ts:32400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32400) - -___ - -### TxRemoved - -• **TxRemoved** = ``"TxRemoved"`` - -#### Defined in - -[middleware/types.ts:32401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32401) - -___ - -### TxsHandled - -• **TxsHandled** = ``"TxsHandled"`` - -#### Defined in - -[middleware/types.ts:32402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32402) - -___ - -### Unbonded - -• **Unbonded** = ``"Unbonded"`` - -#### Defined in - -[middleware/types.ts:32403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32403) - -___ - -### UnexpectedError - -• **UnexpectedError** = ``"UnexpectedError"`` - -#### Defined in - -[middleware/types.ts:32404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32404) - -___ - -### Unfrozen - -• **Unfrozen** = ``"Unfrozen"`` - -#### Defined in - -[middleware/types.ts:32405](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32405) - -___ - -### UnfrozenTx - -• **UnfrozenTx** = ``"UnfrozenTx"`` - -#### Defined in - -[middleware/types.ts:32406](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32406) - -___ - -### Unreserved - -• **Unreserved** = ``"Unreserved"`` - -#### Defined in - -[middleware/types.ts:32407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32407) - -___ - -### UpdatedPolyxLimit - -• **UpdatedPolyxLimit** = ``"UpdatedPolyxLimit"`` - -#### Defined in - -[middleware/types.ts:32408](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32408) - -___ - -### UserPortfolios - -• **UserPortfolios** = ``"UserPortfolios"`` - -#### Defined in - -[middleware/types.ts:32409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32409) - -___ - -### VenueCreated - -• **VenueCreated** = ``"VenueCreated"`` - -#### Defined in - -[middleware/types.ts:32410](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32410) - -___ - -### VenueDetailsUpdated - -• **VenueDetailsUpdated** = ``"VenueDetailsUpdated"`` - -#### Defined in - -[middleware/types.ts:32411](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32411) - -___ - -### VenueFiltering - -• **VenueFiltering** = ``"VenueFiltering"`` - -#### Defined in - -[middleware/types.ts:32412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32412) - -___ - -### VenueSignersUpdated - -• **VenueSignersUpdated** = ``"VenueSignersUpdated"`` - -#### Defined in - -[middleware/types.ts:32413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32413) - -___ - -### VenueTypeUpdated - -• **VenueTypeUpdated** = ``"VenueTypeUpdated"`` - -#### Defined in - -[middleware/types.ts:32414](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32414) - -___ - -### VenueUnauthorized - -• **VenueUnauthorized** = ``"VenueUnauthorized"`` - -#### Defined in - -[middleware/types.ts:32415](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32415) - -___ - -### VenueUpdated - -• **VenueUpdated** = ``"VenueUpdated"`` - -#### Defined in - -[middleware/types.ts:32416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32416) - -___ - -### VenuesAllowed - -• **VenuesAllowed** = ``"VenuesAllowed"`` - -#### Defined in - -[middleware/types.ts:32417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32417) - -___ - -### VenuesBlocked - -• **VenuesBlocked** = ``"VenuesBlocked"`` - -#### Defined in - -[middleware/types.ts:32418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32418) - -___ - -### VoteCast - -• **VoteCast** = ``"VoteCast"`` - -#### Defined in - -[middleware/types.ts:32419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32419) - -___ - -### VoteEnactReferendum - -• **VoteEnactReferendum** = ``"VoteEnactReferendum"`` - -#### Defined in - -[middleware/types.ts:32420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32420) - -___ - -### VoteRejectReferendum - -• **VoteRejectReferendum** = ``"VoteRejectReferendum"`` - -#### Defined in - -[middleware/types.ts:32421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32421) - -___ - -### VoteRetracted - -• **VoteRetracted** = ``"VoteRetracted"`` - -#### Defined in - -[middleware/types.ts:32422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32422) - -___ - -### VoteThresholdUpdated - -• **VoteThresholdUpdated** = ``"VoteThresholdUpdated"`` - -#### Defined in - -[middleware/types.ts:32423](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32423) - -___ - -### Voted - -• **Voted** = ``"Voted"`` - -#### Defined in - -[middleware/types.ts:32424](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32424) - -___ - -### Withdrawn - -• **Withdrawn** = ``"Withdrawn"`` - -#### Defined in - -[middleware/types.ts:32425](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32425) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md deleted file mode 100644 index 62d035d9ac..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md +++ /dev/null @@ -1,419 +0,0 @@ ---- -id: "ExtrinsicsOrderBy" -title: "Enumeration: ExtrinsicsOrderBy" -sidebar_label: "ExtrinsicsOrderBy" ---- - -[types](../../../modules/Types/Types.md).ExtrinsicsOrderBy - -Methods to use when ordering `Extrinsic`. - -## Enumeration Members - -### AddressAsc - -• **AddressAsc** = ``"ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:32935](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32935) - -___ - -### AddressDesc - -• **AddressDesc** = ``"ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:32936](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32936) - -___ - -### BlockIdAsc - -• **BlockIdAsc** = ``"BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:32937](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32937) - -___ - -### BlockIdDesc - -• **BlockIdDesc** = ``"BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:32938](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32938) - -___ - -### CallIdAsc - -• **CallIdAsc** = ``"CALL_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:32939](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32939) - -___ - -### CallIdDesc - -• **CallIdDesc** = ``"CALL_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:32940](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32940) - -___ - -### CreatedAtAsc - -• **CreatedAtAsc** = ``"CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:32941](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32941) - -___ - -### CreatedAtDesc - -• **CreatedAtDesc** = ``"CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:32942](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32942) - -___ - -### EventsCountAsc - -• **EventsCountAsc** = ``"EVENTS_COUNT_ASC"`` - -#### Defined in - -[middleware/types.ts:32943](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32943) - -___ - -### EventsCountDesc - -• **EventsCountDesc** = ``"EVENTS_COUNT_DESC"`` - -#### Defined in - -[middleware/types.ts:32944](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32944) - -___ - -### ExtrinsicHashAsc - -• **ExtrinsicHashAsc** = ``"EXTRINSIC_HASH_ASC"`` - -#### Defined in - -[middleware/types.ts:32945](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32945) - -___ - -### ExtrinsicHashDesc - -• **ExtrinsicHashDesc** = ``"EXTRINSIC_HASH_DESC"`` - -#### Defined in - -[middleware/types.ts:32946](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32946) - -___ - -### ExtrinsicIdxAsc - -• **ExtrinsicIdxAsc** = ``"EXTRINSIC_IDX_ASC"`` - -#### Defined in - -[middleware/types.ts:32947](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32947) - -___ - -### ExtrinsicIdxDesc - -• **ExtrinsicIdxDesc** = ``"EXTRINSIC_IDX_DESC"`` - -#### Defined in - -[middleware/types.ts:32948](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32948) - -___ - -### ExtrinsicLengthAsc - -• **ExtrinsicLengthAsc** = ``"EXTRINSIC_LENGTH_ASC"`` - -#### Defined in - -[middleware/types.ts:32949](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32949) - -___ - -### ExtrinsicLengthDesc - -• **ExtrinsicLengthDesc** = ``"EXTRINSIC_LENGTH_DESC"`` - -#### Defined in - -[middleware/types.ts:32950](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32950) - -___ - -### IdAsc - -• **IdAsc** = ``"ID_ASC"`` - -#### Defined in - -[middleware/types.ts:32951](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32951) - -___ - -### IdDesc - -• **IdDesc** = ``"ID_DESC"`` - -#### Defined in - -[middleware/types.ts:32952](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32952) - -___ - -### ModuleIdAsc - -• **ModuleIdAsc** = ``"MODULE_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:32953](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32953) - -___ - -### ModuleIdDesc - -• **ModuleIdDesc** = ``"MODULE_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:32954](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32954) - -___ - -### Natural - -• **Natural** = ``"NATURAL"`` - -#### Defined in - -[middleware/types.ts:32955](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32955) - -___ - -### NonceAsc - -• **NonceAsc** = ``"NONCE_ASC"`` - -#### Defined in - -[middleware/types.ts:32956](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32956) - -___ - -### NonceDesc - -• **NonceDesc** = ``"NONCE_DESC"`` - -#### Defined in - -[middleware/types.ts:32957](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32957) - -___ - -### ParamsAsc - -• **ParamsAsc** = ``"PARAMS_ASC"`` - -#### Defined in - -[middleware/types.ts:32958](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32958) - -___ - -### ParamsDesc - -• **ParamsDesc** = ``"PARAMS_DESC"`` - -#### Defined in - -[middleware/types.ts:32959](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32959) - -___ - -### ParamsTxtAsc - -• **ParamsTxtAsc** = ``"PARAMS_TXT_ASC"`` - -#### Defined in - -[middleware/types.ts:32960](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32960) - -___ - -### ParamsTxtDesc - -• **ParamsTxtDesc** = ``"PARAMS_TXT_DESC"`` - -#### Defined in - -[middleware/types.ts:32961](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32961) - -___ - -### PolyxTransactionsCountAsc - -• **PolyxTransactionsCountAsc** = ``"POLYX_TRANSACTIONS_COUNT_ASC"`` - -#### Defined in - -[middleware/types.ts:32962](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32962) - -___ - -### PolyxTransactionsCountDesc - -• **PolyxTransactionsCountDesc** = ``"POLYX_TRANSACTIONS_COUNT_DESC"`` - -#### Defined in - -[middleware/types.ts:32963](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32963) - -___ - -### PrimaryKeyAsc - -• **PrimaryKeyAsc** = ``"PRIMARY_KEY_ASC"`` - -#### Defined in - -[middleware/types.ts:32964](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32964) - -___ - -### PrimaryKeyDesc - -• **PrimaryKeyDesc** = ``"PRIMARY_KEY_DESC"`` - -#### Defined in - -[middleware/types.ts:32965](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32965) - -___ - -### SignedAsc - -• **SignedAsc** = ``"SIGNED_ASC"`` - -#### Defined in - -[middleware/types.ts:32968](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32968) - -___ - -### SignedDesc - -• **SignedDesc** = ``"SIGNED_DESC"`` - -#### Defined in - -[middleware/types.ts:32969](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32969) - -___ - -### SignedbyAddressAsc - -• **SignedbyAddressAsc** = ``"SIGNEDBY_ADDRESS_ASC"`` - -#### Defined in - -[middleware/types.ts:32966](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32966) - -___ - -### SignedbyAddressDesc - -• **SignedbyAddressDesc** = ``"SIGNEDBY_ADDRESS_DESC"`` - -#### Defined in - -[middleware/types.ts:32967](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32967) - -___ - -### SpecVersionIdAsc - -• **SpecVersionIdAsc** = ``"SPEC_VERSION_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:32970](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32970) - -___ - -### SpecVersionIdDesc - -• **SpecVersionIdDesc** = ``"SPEC_VERSION_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:32971](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32971) - -___ - -### SuccessAsc - -• **SuccessAsc** = ``"SUCCESS_ASC"`` - -#### Defined in - -[middleware/types.ts:32972](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32972) - -___ - -### SuccessDesc - -• **SuccessDesc** = ``"SUCCESS_DESC"`` - -#### Defined in - -[middleware/types.ts:32973](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32973) - -___ - -### UpdatedAtAsc - -• **UpdatedAtAsc** = ``"UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:32974](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32974) - -___ - -### UpdatedAtDesc - -• **UpdatedAtDesc** = ``"UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:32975](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L32975) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/InstructionStatusEnum/InstructionStatusEnum.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Types/InstructionStatusEnum/InstructionStatusEnum.md deleted file mode 100644 index 18cb693720..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/InstructionStatusEnum/InstructionStatusEnum.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -id: "InstructionStatusEnum" -title: "Enumeration: InstructionStatusEnum" -sidebar_label: "InstructionStatusEnum" ---- - -[types](../../../modules/Types/Types.md).InstructionStatusEnum - -Represents all possible states of an Instruction - -## Enumeration Members - -### Created - -• **Created** = ``"Created"`` - -#### Defined in - -[middleware/types.ts:41079](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41079) - -___ - -### Executed - -• **Executed** = ``"Executed"`` - -#### Defined in - -[middleware/types.ts:41080](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41080) - -___ - -### Failed - -• **Failed** = ``"Failed"`` - -#### Defined in - -[middleware/types.ts:41081](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41081) - -___ - -### Rejected - -• **Rejected** = ``"Rejected"`` - -#### Defined in - -[middleware/types.ts:41082](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41082) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/ModuleIdEnum/ModuleIdEnum.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Types/ModuleIdEnum/ModuleIdEnum.md deleted file mode 100644 index fe7e4c43dd..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/ModuleIdEnum/ModuleIdEnum.md +++ /dev/null @@ -1,579 +0,0 @@ ---- -id: "ModuleIdEnum" -title: "Enumeration: ModuleIdEnum" -sidebar_label: "ModuleIdEnum" ---- - -[types](../../../modules/Types/Types.md).ModuleIdEnum - -Represents all known chain "pallets" - -## Enumeration Members - -### Asset - -• **Asset** = ``"asset"`` - -#### Defined in - -[middleware/types.ts:41897](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41897) - -___ - -### Authoritydiscovery - -• **Authoritydiscovery** = ``"authoritydiscovery"`` - -#### Defined in - -[middleware/types.ts:41898](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41898) - -___ - -### Authorship - -• **Authorship** = ``"authorship"`` - -#### Defined in - -[middleware/types.ts:41899](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41899) - -___ - -### Babe - -• **Babe** = ``"babe"`` - -#### Defined in - -[middleware/types.ts:41900](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41900) - -___ - -### Balances - -• **Balances** = ``"balances"`` - -#### Defined in - -[middleware/types.ts:41901](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41901) - -___ - -### Base - -• **Base** = ``"base"`` - -#### Defined in - -[middleware/types.ts:41902](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41902) - -___ - -### Bridge - -• **Bridge** = ``"bridge"`` - -#### Defined in - -[middleware/types.ts:41903](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41903) - -___ - -### Capitaldistribution - -• **Capitaldistribution** = ``"capitaldistribution"`` - -#### Defined in - -[middleware/types.ts:41904](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41904) - -___ - -### Cddserviceproviders - -• **Cddserviceproviders** = ``"cddserviceproviders"`` - -#### Defined in - -[middleware/types.ts:41905](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41905) - -___ - -### Checkpoint - -• **Checkpoint** = ``"checkpoint"`` - -#### Defined in - -[middleware/types.ts:41906](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41906) - -___ - -### Committeemembership - -• **Committeemembership** = ``"committeemembership"`` - -#### Defined in - -[middleware/types.ts:41907](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41907) - -___ - -### Compliancemanager - -• **Compliancemanager** = ``"compliancemanager"`` - -#### Defined in - -[middleware/types.ts:41908](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41908) - -___ - -### Confidential - -• **Confidential** = ``"confidential"`` - -#### Defined in - -[middleware/types.ts:41909](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41909) - -___ - -### Confidentialasset - -• **Confidentialasset** = ``"confidentialasset"`` - -#### Defined in - -[middleware/types.ts:41910](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41910) - -___ - -### Contracts - -• **Contracts** = ``"contracts"`` - -#### Defined in - -[middleware/types.ts:41911](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41911) - -___ - -### Corporateaction - -• **Corporateaction** = ``"corporateaction"`` - -#### Defined in - -[middleware/types.ts:41912](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41912) - -___ - -### Corporateballot - -• **Corporateballot** = ``"corporateballot"`` - -#### Defined in - -[middleware/types.ts:41913](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41913) - -___ - -### Dividend - -• **Dividend** = ``"dividend"`` - -#### Defined in - -[middleware/types.ts:41914](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41914) - -___ - -### Exemption - -• **Exemption** = ``"exemption"`` - -#### Defined in - -[middleware/types.ts:41915](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41915) - -___ - -### Externalagents - -• **Externalagents** = ``"externalagents"`` - -#### Defined in - -[middleware/types.ts:41916](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41916) - -___ - -### Finalitytracker - -• **Finalitytracker** = ``"finalitytracker"`` - -#### Defined in - -[middleware/types.ts:41917](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41917) - -___ - -### Grandpa - -• **Grandpa** = ``"grandpa"`` - -#### Defined in - -[middleware/types.ts:41918](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41918) - -___ - -### Historical - -• **Historical** = ``"historical"`` - -#### Defined in - -[middleware/types.ts:41919](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41919) - -___ - -### Identity - -• **Identity** = ``"identity"`` - -#### Defined in - -[middleware/types.ts:41920](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41920) - -___ - -### Imonline - -• **Imonline** = ``"imonline"`` - -#### Defined in - -[middleware/types.ts:41921](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41921) - -___ - -### Indices - -• **Indices** = ``"indices"`` - -#### Defined in - -[middleware/types.ts:41922](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41922) - -___ - -### Multisig - -• **Multisig** = ``"multisig"`` - -#### Defined in - -[middleware/types.ts:41923](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41923) - -___ - -### Nft - -• **Nft** = ``"nft"`` - -#### Defined in - -[middleware/types.ts:41924](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41924) - -___ - -### Offences - -• **Offences** = ``"offences"`` - -#### Defined in - -[middleware/types.ts:41925](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41925) - -___ - -### Permissions - -• **Permissions** = ``"permissions"`` - -#### Defined in - -[middleware/types.ts:41926](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41926) - -___ - -### Pips - -• **Pips** = ``"pips"`` - -#### Defined in - -[middleware/types.ts:41927](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41927) - -___ - -### Polymeshcommittee - -• **Polymeshcommittee** = ``"polymeshcommittee"`` - -#### Defined in - -[middleware/types.ts:41928](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41928) - -___ - -### Polymeshcontracts - -• **Polymeshcontracts** = ``"polymeshcontracts"`` - -#### Defined in - -[middleware/types.ts:41929](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41929) - -___ - -### Portfolio - -• **Portfolio** = ``"portfolio"`` - -#### Defined in - -[middleware/types.ts:41930](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41930) - -___ - -### Preimage - -• **Preimage** = ``"preimage"`` - -#### Defined in - -[middleware/types.ts:41931](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41931) - -___ - -### Protocolfee - -• **Protocolfee** = ``"protocolfee"`` - -#### Defined in - -[middleware/types.ts:41932](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41932) - -___ - -### Randomnesscollectiveflip - -• **Randomnesscollectiveflip** = ``"randomnesscollectiveflip"`` - -#### Defined in - -[middleware/types.ts:41933](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41933) - -___ - -### Relayer - -• **Relayer** = ``"relayer"`` - -#### Defined in - -[middleware/types.ts:41934](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41934) - -___ - -### Rewards - -• **Rewards** = ``"rewards"`` - -#### Defined in - -[middleware/types.ts:41935](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41935) - -___ - -### Scheduler - -• **Scheduler** = ``"scheduler"`` - -#### Defined in - -[middleware/types.ts:41936](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41936) - -___ - -### Session - -• **Session** = ``"session"`` - -#### Defined in - -[middleware/types.ts:41937](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41937) - -___ - -### Settlement - -• **Settlement** = ``"settlement"`` - -#### Defined in - -[middleware/types.ts:41938](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41938) - -___ - -### Staking - -• **Staking** = ``"staking"`` - -#### Defined in - -[middleware/types.ts:41939](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41939) - -___ - -### Statistics - -• **Statistics** = ``"statistics"`` - -#### Defined in - -[middleware/types.ts:41940](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41940) - -___ - -### Sto - -• **Sto** = ``"sto"`` - -#### Defined in - -[middleware/types.ts:41941](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41941) - -___ - -### Stocapped - -• **Stocapped** = ``"stocapped"`` - -#### Defined in - -[middleware/types.ts:41942](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41942) - -___ - -### Sudo - -• **Sudo** = ``"sudo"`` - -#### Defined in - -[middleware/types.ts:41943](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41943) - -___ - -### System - -• **System** = ``"system"`` - -#### Defined in - -[middleware/types.ts:41944](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41944) - -___ - -### Technicalcommittee - -• **Technicalcommittee** = ``"technicalcommittee"`` - -#### Defined in - -[middleware/types.ts:41945](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41945) - -___ - -### Technicalcommitteemembership - -• **Technicalcommitteemembership** = ``"technicalcommitteemembership"`` - -#### Defined in - -[middleware/types.ts:41946](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41946) - -___ - -### Testutils - -• **Testutils** = ``"testutils"`` - -#### Defined in - -[middleware/types.ts:41947](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41947) - -___ - -### Timestamp - -• **Timestamp** = ``"timestamp"`` - -#### Defined in - -[middleware/types.ts:41948](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41948) - -___ - -### Transactionpayment - -• **Transactionpayment** = ``"transactionpayment"`` - -#### Defined in - -[middleware/types.ts:41949](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41949) - -___ - -### Treasury - -• **Treasury** = ``"treasury"`` - -#### Defined in - -[middleware/types.ts:41950](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41950) - -___ - -### Upgradecommittee - -• **Upgradecommittee** = ``"upgradecommittee"`` - -#### Defined in - -[middleware/types.ts:41951](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41951) - -___ - -### Upgradecommitteemembership - -• **Upgradecommitteemembership** = ``"upgradecommitteemembership"`` - -#### Defined in - -[middleware/types.ts:41952](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41952) - -___ - -### Utility - -• **Utility** = ``"utility"`` - -#### Defined in - -[middleware/types.ts:41953](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L41953) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md deleted file mode 100644 index e646f05b45..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "MultiSigProposalVoteActionEnum" -title: "Enumeration: MultiSigProposalVoteActionEnum" -sidebar_label: "MultiSigProposalVoteActionEnum" ---- - -[types](../../../modules/Types/Types.md).MultiSigProposalVoteActionEnum - -Represents action performed on MultiSig proposal - -## Enumeration Members - -### Approved - -• **Approved** = ``"Approved"`` - -#### Defined in - -[middleware/types.ts:42667](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L42667) - -___ - -### Rejected - -• **Rejected** = ``"Rejected"`` - -#### Defined in - -[middleware/types.ts:42668](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L42668) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md deleted file mode 100644 index bff39d38e5..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md +++ /dev/null @@ -1,199 +0,0 @@ ---- -id: "NftHoldersOrderBy" -title: "Enumeration: NftHoldersOrderBy" -sidebar_label: "NftHoldersOrderBy" ---- - -[types](../../../modules/Types/Types.md).NftHoldersOrderBy - -Methods to use when ordering `NftHolder`. - -## Enumeration Members - -### AssetIdAsc - -• **AssetIdAsc** = ``"ASSET_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:43455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43455) - -___ - -### AssetIdDesc - -• **AssetIdDesc** = ``"ASSET_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:43456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43456) - -___ - -### CreatedAtAsc - -• **CreatedAtAsc** = ``"CREATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:43457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43457) - -___ - -### CreatedAtDesc - -• **CreatedAtDesc** = ``"CREATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:43458](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43458) - -___ - -### CreatedBlockIdAsc - -• **CreatedBlockIdAsc** = ``"CREATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:43459](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43459) - -___ - -### CreatedBlockIdDesc - -• **CreatedBlockIdDesc** = ``"CREATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:43460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43460) - -___ - -### IdAsc - -• **IdAsc** = ``"ID_ASC"`` - -#### Defined in - -[middleware/types.ts:43463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43463) - -___ - -### IdDesc - -• **IdDesc** = ``"ID_DESC"`` - -#### Defined in - -[middleware/types.ts:43464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43464) - -___ - -### IdentityIdAsc - -• **IdentityIdAsc** = ``"IDENTITY_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:43461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43461) - -___ - -### IdentityIdDesc - -• **IdentityIdDesc** = ``"IDENTITY_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:43462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43462) - -___ - -### Natural - -• **Natural** = ``"NATURAL"`` - -#### Defined in - -[middleware/types.ts:43465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43465) - -___ - -### NftIdsAsc - -• **NftIdsAsc** = ``"NFT_IDS_ASC"`` - -#### Defined in - -[middleware/types.ts:43466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43466) - -___ - -### NftIdsDesc - -• **NftIdsDesc** = ``"NFT_IDS_DESC"`` - -#### Defined in - -[middleware/types.ts:43467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43467) - -___ - -### PrimaryKeyAsc - -• **PrimaryKeyAsc** = ``"PRIMARY_KEY_ASC"`` - -#### Defined in - -[middleware/types.ts:43468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43468) - -___ - -### PrimaryKeyDesc - -• **PrimaryKeyDesc** = ``"PRIMARY_KEY_DESC"`` - -#### Defined in - -[middleware/types.ts:43469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43469) - -___ - -### UpdatedAtAsc - -• **UpdatedAtAsc** = ``"UPDATED_AT_ASC"`` - -#### Defined in - -[middleware/types.ts:43470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43470) - -___ - -### UpdatedAtDesc - -• **UpdatedAtDesc** = ``"UPDATED_AT_DESC"`` - -#### Defined in - -[middleware/types.ts:43471](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43471) - -___ - -### UpdatedBlockIdAsc - -• **UpdatedBlockIdAsc** = ``"UPDATED_BLOCK_ID_ASC"`` - -#### Defined in - -[middleware/types.ts:43472](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43472) - -___ - -### UpdatedBlockIdDesc - -• **UpdatedBlockIdDesc** = ``"UPDATED_BLOCK_ID_DESC"`` - -#### Defined in - -[middleware/types.ts:43473](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L43473) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md deleted file mode 100644 index 2089cf26fb..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "SettlementDirectionEnum" -title: "Enumeration: SettlementDirectionEnum" -sidebar_label: "SettlementDirectionEnum" ---- - -[types](../../../modules/Types/Types.md).SettlementDirectionEnum - -## Enumeration Members - -### Incoming - -• **Incoming** = ``"Incoming"`` - -#### Defined in - -[middleware/typesV1.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/typesV1.ts#L13) - -___ - -### None - -• **None** = ``"None"`` - -#### Defined in - -[middleware/typesV1.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/typesV1.ts#L12) - -___ - -### Outgoing - -• **Outgoing** = ``"Outgoing"`` - -#### Defined in - -[middleware/typesV1.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/typesV1.ts#L14) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/SettlementResultEnum/SettlementResultEnum.md b/sdk-docs_versioned_docs/version-24.7.x/enums/Types/SettlementResultEnum/SettlementResultEnum.md deleted file mode 100644 index 9c921ab05f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/Types/SettlementResultEnum/SettlementResultEnum.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -id: "SettlementResultEnum" -title: "Enumeration: SettlementResultEnum" -sidebar_label: "SettlementResultEnum" ---- - -[types](../../../modules/Types/Types.md).SettlementResultEnum - -Represents all possible states of a Settlement - -## Enumeration Members - -### Executed - -• **Executed** = ``"Executed"`` - -#### Defined in - -[middleware/types.ts:49800](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L49800) - -___ - -### Failed - -• **Failed** = ``"Failed"`` - -#### Defined in - -[middleware/types.ts:49801](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L49801) - -___ - -### None - -• **None** = ``"None"`` - -#### Defined in - -[middleware/types.ts:49802](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L49802) - -___ - -### Rejected - -• **Rejected** = ``"Rejected"`` - -#### Defined in - -[middleware/types.ts:49803](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L49803) diff --git a/sdk-docs_versioned_docs/version-24.7.x/enums/_category_.yml b/sdk-docs_versioned_docs/version-24.7.x/enums/_category_.yml deleted file mode 100644 index 1687a9e03f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/enums/_category_.yml +++ /dev/null @@ -1,2 +0,0 @@ -label: "Enumerations" -position: 2 \ No newline at end of file diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md deleted file mode 100644 index 0d63a0496b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -id: "ConnectParams" -title: "Interface: ConnectParams" -sidebar_label: "ConnectParams" ---- - -[api/client/Polymesh](../../../../../modules/API/Client/Polymesh/Polymesh.md).ConnectParams - -## Properties - -### middlewareV2 - -• `Optional` **middlewareV2**: [`MiddlewareConfig`](../../Types/MiddlewareConfig/MiddlewareConfig.md) - -Allows for historical data to be queried. Required for some methods to work - -#### Defined in - -[api/client/Polymesh.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L50) - -___ - -### nodeUrl - -• **nodeUrl**: `string` - -The websocket or http URL for the Polymesh node to connect to - -**`Note`** - -subscription features are not available if an http URL is provided - -#### Defined in - -[api/client/Polymesh.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L42) - -___ - -### polkadot - -• `Optional` **polkadot**: [`PolkadotConfig`](../../Types/PolkadotConfig/PolkadotConfig.md) - -Advanced options that will be used with the underling polkadot.js instance - -#### Defined in - -[api/client/Polymesh.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L54) - -___ - -### signingManager - -• `Optional` **signingManager**: `SigningManager` - -Handles signing of transactions. Required to be set before submitting transactions - -#### Defined in - -[api/client/Polymesh.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/Polymesh.ts#L46) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md deleted file mode 100644 index f7c28b3c8d..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -id: "EventIdentifier" -title: "Interface: EventIdentifier" -sidebar_label: "EventIdentifier" ---- - -[api/client/types](../../../../../modules/API/Client/Types/Types.md).EventIdentifier - -## Hierarchy - -- **`EventIdentifier`** - - ↳ [`HistoricPolyxTransaction`](../../../Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md) - - ↳ [`BaseHistoricAssetTransaction`](../../../Entities/Asset/Types/BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md) - -## Properties - -### blockDate - -• **blockDate**: `Date` - -#### Defined in - -[api/client/types.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L170) - -___ - -### blockHash - -• **blockHash**: `string` - -#### Defined in - -[api/client/types.ts:169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L169) - -___ - -### blockNumber - -• **blockNumber**: `BigNumber` - -#### Defined in - -[api/client/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L168) - -___ - -### eventIndex - -• **eventIndex**: `BigNumber` - -#### Defined in - -[api/client/types.ts:171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L171) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md deleted file mode 100644 index 6b839f696c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md +++ /dev/null @@ -1,127 +0,0 @@ ---- -id: "ExtrinsicData" -title: "Interface: ExtrinsicData" -sidebar_label: "ExtrinsicData" ---- - -[api/client/types](../../../../../modules/API/Client/Types/Types.md).ExtrinsicData - -## Hierarchy - -- **`ExtrinsicData`** - - ↳ [`ExtrinsicDataWithFees`](../ExtrinsicDataWithFees/ExtrinsicDataWithFees.md) - -## Properties - -### address - -• **address**: ``null`` \| `string` - -public key of the signer. Unsigned transactions have no signer, in which case this value is null (example: an enacted governance proposal) - -#### Defined in - -[api/client/types.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L14) - -___ - -### blockDate - -• **blockDate**: `Date` - -#### Defined in - -[api/client/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L9) - -___ - -### blockHash - -• **blockHash**: `string` - -#### Defined in - -[api/client/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L7) - -___ - -### blockNumber - -• **blockNumber**: `BigNumber` - -#### Defined in - -[api/client/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L8) - -___ - -### extrinsicHash - -• **extrinsicHash**: `string` - -#### Defined in - -[api/client/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L23) - -___ - -### extrinsicIdx - -• **extrinsicIdx**: `BigNumber` - -#### Defined in - -[api/client/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L10) - -___ - -### nonce - -• **nonce**: ``null`` \| `BigNumber` - -nonce of the transaction. Null for unsigned transactions where address is null - -#### Defined in - -[api/client/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L18) - -___ - -### params - -• **params**: `Record`\<`string`, `unknown`\>[] - -#### Defined in - -[api/client/types.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L20) - -___ - -### specVersionId - -• **specVersionId**: `BigNumber` - -#### Defined in - -[api/client/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L22) - -___ - -### success - -• **success**: `boolean` - -#### Defined in - -[api/client/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L21) - -___ - -### txTag - -• **txTag**: [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag) - -#### Defined in - -[api/client/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L19) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md deleted file mode 100644 index eb0bf50735..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md +++ /dev/null @@ -1,181 +0,0 @@ ---- -id: "ExtrinsicDataWithFees" -title: "Interface: ExtrinsicDataWithFees" -sidebar_label: "ExtrinsicDataWithFees" ---- - -[api/client/types](../../../../../modules/API/Client/Types/Types.md).ExtrinsicDataWithFees - -## Hierarchy - -- [`ExtrinsicData`](../ExtrinsicData/ExtrinsicData.md) - - ↳ **`ExtrinsicDataWithFees`** - -## Properties - -### address - -• **address**: ``null`` \| `string` - -public key of the signer. Unsigned transactions have no signer, in which case this value is null (example: an enacted governance proposal) - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[address](../ExtrinsicData/ExtrinsicData.md#address) - -#### Defined in - -[api/client/types.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L14) - -___ - -### blockDate - -• **blockDate**: `Date` - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[blockDate](../ExtrinsicData/ExtrinsicData.md#blockdate) - -#### Defined in - -[api/client/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L9) - -___ - -### blockHash - -• **blockHash**: `string` - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[blockHash](../ExtrinsicData/ExtrinsicData.md#blockhash) - -#### Defined in - -[api/client/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L7) - -___ - -### blockNumber - -• **blockNumber**: `BigNumber` - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[blockNumber](../ExtrinsicData/ExtrinsicData.md#blocknumber) - -#### Defined in - -[api/client/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L8) - -___ - -### extrinsicHash - -• **extrinsicHash**: `string` - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[extrinsicHash](../ExtrinsicData/ExtrinsicData.md#extrinsichash) - -#### Defined in - -[api/client/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L23) - -___ - -### extrinsicIdx - -• **extrinsicIdx**: `BigNumber` - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[extrinsicIdx](../ExtrinsicData/ExtrinsicData.md#extrinsicidx) - -#### Defined in - -[api/client/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L10) - -___ - -### fee - -• **fee**: [`Fees`](../Fees/Fees.md) - -#### Defined in - -[api/client/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L27) - -___ - -### nonce - -• **nonce**: ``null`` \| `BigNumber` - -nonce of the transaction. Null for unsigned transactions where address is null - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[nonce](../ExtrinsicData/ExtrinsicData.md#nonce) - -#### Defined in - -[api/client/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L18) - -___ - -### params - -• **params**: `Record`\<`string`, `unknown`\>[] - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[params](../ExtrinsicData/ExtrinsicData.md#params) - -#### Defined in - -[api/client/types.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L20) - -___ - -### specVersionId - -• **specVersionId**: `BigNumber` - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[specVersionId](../ExtrinsicData/ExtrinsicData.md#specversionid) - -#### Defined in - -[api/client/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L22) - -___ - -### success - -• **success**: `boolean` - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[success](../ExtrinsicData/ExtrinsicData.md#success) - -#### Defined in - -[api/client/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L21) - -___ - -### txTag - -• **txTag**: [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag) - -#### Inherited from - -[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[txTag](../ExtrinsicData/ExtrinsicData.md#txtag) - -#### Defined in - -[api/client/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L19) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/Fees/Fees.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/Fees/Fees.md deleted file mode 100644 index 47740eb46e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/Fees/Fees.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -id: "Fees" -title: "Interface: Fees" -sidebar_label: "Fees" ---- - -[api/client/types](../../../../../modules/API/Client/Types/Types.md).Fees - -## Properties - -### gas - -• **gas**: `BigNumber` - -regular network fee - -#### Defined in - -[api/client/types.ts:187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L187) - -___ - -### protocol - -• **protocol**: `BigNumber` - -bonus fee charged by certain transactions - -#### Defined in - -[api/client/types.ts:183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L183) - -___ - -### total - -• **total**: `BigNumber` - -sum of the protocol and gas fees - -#### Defined in - -[api/client/types.ts:191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L191) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/MiddlewareConfig/MiddlewareConfig.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/MiddlewareConfig/MiddlewareConfig.md deleted file mode 100644 index 1bcab5001b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/MiddlewareConfig/MiddlewareConfig.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "MiddlewareConfig" -title: "Interface: MiddlewareConfig" -sidebar_label: "MiddlewareConfig" ---- - -[api/client/types](../../../../../modules/API/Client/Types/Types.md).MiddlewareConfig - -## Properties - -### key - -• **key**: `string` - -#### Defined in - -[api/client/types.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L130) - -___ - -### link - -• **link**: `string` - -#### Defined in - -[api/client/types.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L129) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/MiddlewareMetadata/MiddlewareMetadata.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/MiddlewareMetadata/MiddlewareMetadata.md deleted file mode 100644 index 8377ac271c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/MiddlewareMetadata/MiddlewareMetadata.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -id: "MiddlewareMetadata" -title: "Interface: MiddlewareMetadata" -sidebar_label: "MiddlewareMetadata" ---- - -[api/client/types](../../../../../modules/API/Client/Types/Types.md).MiddlewareMetadata - -## Properties - -### chain - -• **chain**: `string` - -#### Defined in - -[api/client/types.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L36) - -___ - -### genesisHash - -• **genesisHash**: `string` - -#### Defined in - -[api/client/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L37) - -___ - -### indexerHealthy - -• **indexerHealthy**: `boolean` - -#### Defined in - -[api/client/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L38) - -___ - -### lastProcessedHeight - -• **lastProcessedHeight**: `BigNumber` - -#### Defined in - -[api/client/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L39) - -___ - -### lastProcessedTimestamp - -• **lastProcessedTimestamp**: `Date` - -#### Defined in - -[api/client/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L40) - -___ - -### specName - -• **specName**: `string` - -#### Defined in - -[api/client/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L41) - -___ - -### targetHeight - -• **targetHeight**: `BigNumber` - -#### Defined in - -[api/client/types.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L42) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/NetworkProperties/NetworkProperties.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/NetworkProperties/NetworkProperties.md deleted file mode 100644 index 9500c8c9f0..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/NetworkProperties/NetworkProperties.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "NetworkProperties" -title: "Interface: NetworkProperties" -sidebar_label: "NetworkProperties" ---- - -[api/client/types](../../../../../modules/API/Client/Types/Types.md).NetworkProperties - -## Properties - -### name - -• **name**: `string` - -#### Defined in - -[api/client/types.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L175) - -___ - -### version - -• **version**: `BigNumber` - -#### Defined in - -[api/client/types.ts:176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L176) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/PolkadotConfig/PolkadotConfig.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/PolkadotConfig/PolkadotConfig.md deleted file mode 100644 index b4ba309be2..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/PolkadotConfig/PolkadotConfig.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -id: "PolkadotConfig" -title: "Interface: PolkadotConfig" -sidebar_label: "PolkadotConfig" ---- - -[api/client/types](../../../../../modules/API/Client/Types/Types.md).PolkadotConfig - -## Properties - -### metadata - -• `Optional` **metadata**: `Record`\<`string`, \`0x$\{string}\`\> - -provide a locally saved metadata file for a modestly fast startup time (e.g. 1 second when provided, 1.5 seconds without). - -**`Note`** - -if not provided the SDK will read the needed data from chain during startup - -**`Note`** - -format is key as genesis hash and spec version and the value hex encoded chain metadata - -**`Example`** - -creating valid metadata -```ts -const meta = _polkadotApi.runtimeMetadata.toHex(); -const genesisHash = _polkadotApi.genesisHash; -const specVersion = _polkadotApi.runtimeVersion.specVersion; - -const metadata = { - [`${genesisHash}-${specVersion}`]: meta, -}; -``` - -#### Defined in - -[api/client/types.ts:152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L152) - -___ - -### noInitWarn - -• `Optional` **noInitWarn**: `boolean` - -set to `true` to disable polkadot start up warnings - -#### Defined in - -[api/client/types.ts:157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L157) - -___ - -### typesBundle - -• `Optional` **typesBundle**: `OverrideBundleType` - -allows for types to be provided for multiple chain specs at once - -**`Note`** - -shouldn't be needed for most use cases - -#### Defined in - -[api/client/types.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L164) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/ProtocolFees/ProtocolFees.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/ProtocolFees/ProtocolFees.md deleted file mode 100644 index 5828833011..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/ProtocolFees/ProtocolFees.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "ProtocolFees" -title: "Interface: ProtocolFees" -sidebar_label: "ProtocolFees" ---- - -[api/client/types](../../../../../modules/API/Client/Types/Types.md).ProtocolFees - -## Properties - -### fees - -• **fees**: `BigNumber` - -#### Defined in - -[api/client/types.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L32) - -___ - -### tag - -• **tag**: [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag) - -#### Defined in - -[api/client/types.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L31) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/SubmissionDetails/SubmissionDetails.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/SubmissionDetails/SubmissionDetails.md deleted file mode 100644 index 37901034a5..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Client/Types/SubmissionDetails/SubmissionDetails.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "SubmissionDetails" -title: "Interface: SubmissionDetails" -sidebar_label: "SubmissionDetails" ---- - -[api/client/types](../../../../../modules/API/Client/Types/Types.md).SubmissionDetails - -## Properties - -### blockHash - -• **blockHash**: `string` - -#### Defined in - -[api/client/types.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L46) - -___ - -### transactionHash - -• **transactionHash**: `string` - -#### Defined in - -[api/client/types.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L48) - -___ - -### transactionIndex - -• **transactionIndex**: `BigNumber` - -#### Defined in - -[api/client/types.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L47) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md deleted file mode 100644 index c84da76502..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "MultiSigDetails" -title: "Interface: MultiSigDetails" -sidebar_label: "MultiSigDetails" ---- - -[api/entities/Account/MultiSig/types](../../../../../../../modules/API/Entities/Account/MultiSig/Types/Types.md).MultiSigDetails - -## Properties - -### requiredSignatures - -• **requiredSignatures**: `BigNumber` - -#### Defined in - -[api/entities/Account/MultiSig/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/MultiSig/types.ts#L8) - -___ - -### signers - -• **signers**: [`Signer`](../../../../../../../modules/API/Entities/Types/Types.md#signer)[] - -#### Defined in - -[api/entities/Account/MultiSig/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/MultiSig/types.ts#L7) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md deleted file mode 100644 index 8f350ba743..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "MultiSigSigners" -title: "Interface: MultiSigSigners" -sidebar_label: "MultiSigSigners" ---- - -[api/entities/Account/MultiSig/types](../../../../../../../modules/API/Entities/Account/MultiSig/Types/Types.md).MultiSigSigners - -## Properties - -### signerFor - -• **signerFor**: [`MultiSig`](../../../../../../../classes/API/Entities/Account/MultiSig/MultiSig.md) - -#### Defined in - -[api/entities/Account/MultiSig/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/MultiSig/types.ts#L12) - -___ - -### signers - -• **signers**: [`Signer`](../../../../../../../modules/API/Entities/Types/Types.md#signer)[] - -#### Defined in - -[api/entities/Account/MultiSig/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/MultiSig/types.ts#L13) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md deleted file mode 100644 index 028b783f73..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -id: "AccountTypeInfo" -title: "Interface: AccountTypeInfo" -sidebar_label: "AccountTypeInfo" ---- - -[api/entities/Account/types](../../../../../../modules/API/Entities/Account/Types/Types.md).AccountTypeInfo - -The type of account, and its relation to an Identity - -## Properties - -### keyType - -• **keyType**: [`AccountKeyType`](../../../../../../enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md) - -The type of Account - -#### Defined in - -[api/entities/Account/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L71) - -___ - -### relation - -• **relation**: [`AccountIdentityRelation`](../../../../../../enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md) - -How or if the account is associated to an Identity - -#### Defined in - -[api/entities/Account/types.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L75) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Account/Types/Balance/Balance.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Account/Types/Balance/Balance.md deleted file mode 100644 index 3d7991f1f3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Account/Types/Balance/Balance.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -id: "Balance" -title: "Interface: Balance" -sidebar_label: "Balance" ---- - -[api/entities/Account/types](../../../../../../modules/API/Entities/Account/Types/Types.md).Balance - -## Hierarchy - -- **`Balance`** - - ↳ [`PortfolioBalance`](../../../Portfolio/Types/PortfolioBalance/PortfolioBalance.md) - -## Properties - -### free - -• **free**: `BigNumber` - -balance available for transferring and paying fees - -#### Defined in - -[api/entities/Account/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L11) - -___ - -### locked - -• **locked**: `BigNumber` - -unavailable balance, either bonded for staking or locked for some other purpose - -#### Defined in - -[api/entities/Account/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L15) - -___ - -### total - -• **total**: `BigNumber` - -free + locked - -#### Defined in - -[api/entities/Account/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L19) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md deleted file mode 100644 index 757c605b1e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md +++ /dev/null @@ -1,205 +0,0 @@ ---- -id: "HistoricPolyxTransaction" -title: "Interface: HistoricPolyxTransaction" -sidebar_label: "HistoricPolyxTransaction" ---- - -[api/entities/Account/types](../../../../../../modules/API/Entities/Account/Types/Types.md).HistoricPolyxTransaction - -## Hierarchy - -- [`EventIdentifier`](../../../../Client/Types/EventIdentifier/EventIdentifier.md) - - ↳ **`HistoricPolyxTransaction`** - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Defined in - -[api/entities/Account/types.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L100) - -___ - -### blockDate - -• **blockDate**: `Date` - -#### Inherited from - -[EventIdentifier](../../../../Client/Types/EventIdentifier/EventIdentifier.md).[blockDate](../../../../Client/Types/EventIdentifier/EventIdentifier.md#blockdate) - -#### Defined in - -[api/client/types.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L170) - -___ - -### blockHash - -• **blockHash**: `string` - -#### Inherited from - -[EventIdentifier](../../../../Client/Types/EventIdentifier/EventIdentifier.md).[blockHash](../../../../Client/Types/EventIdentifier/EventIdentifier.md#blockhash) - -#### Defined in - -[api/client/types.ts:169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L169) - -___ - -### blockNumber - -• **blockNumber**: `BigNumber` - -#### Inherited from - -[EventIdentifier](../../../../Client/Types/EventIdentifier/EventIdentifier.md).[blockNumber](../../../../Client/Types/EventIdentifier/EventIdentifier.md#blocknumber) - -#### Defined in - -[api/client/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L168) - -___ - -### callId - -• `Optional` **callId**: [`CallIdEnum`](../../../../../../enums/Types/CallIdEnum/CallIdEnum.md) - -#### Defined in - -[api/entities/Account/types.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L108) - -___ - -### eventId - -• **eventId**: [`EventIdEnum`](../../../../../../enums/Types/EventIdEnum/EventIdEnum.md) - -#### Defined in - -[api/entities/Account/types.ts:110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L110) - -___ - -### eventIndex - -• **eventIndex**: `BigNumber` - -#### Inherited from - -[EventIdentifier](../../../../Client/Types/EventIdentifier/EventIdentifier.md).[eventIndex](../../../../Client/Types/EventIdentifier/EventIdentifier.md#eventindex) - -#### Defined in - -[api/client/types.ts:171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L171) - -___ - -### extrinsicIdx - -• `Optional` **extrinsicIdx**: `BigNumber` - -#### Defined in - -[api/entities/Account/types.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L106) - -___ - -### fromAccount - -• `Optional` **fromAccount**: [`Account`](../../../../../../classes/API/Entities/Account/Account.md) - -Account from which the POLYX transaction has been initiated/deducted in case of a transfer. - -**`Note`** - -this can be null in cases where some balance are endowed/transferred from treasury - -#### Defined in - -[api/entities/Account/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L88) - -___ - -### fromIdentity - -• `Optional` **fromIdentity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -Identity from which the POLYX transaction has been initiated/deducted in case of a transfer. - -**`Note`** - -this can be null in cases where some balance are endowed/transferred from treasury - -#### Defined in - -[api/entities/Account/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L83) - -___ - -### memo - -• `Optional` **memo**: `string` - -identifier string to help differentiate transfers - -#### Defined in - -[api/entities/Account/types.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L105) - -___ - -### moduleId - -• **moduleId**: [`ModuleIdEnum`](../../../../../../enums/Types/ModuleIdEnum/ModuleIdEnum.md) - -#### Defined in - -[api/entities/Account/types.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L109) - -___ - -### toAccount - -• `Optional` **toAccount**: [`Account`](../../../../../../classes/API/Entities/Account/Account.md) - -Account in which the POLYX amount was deposited. - -**`Note`** - -this can be null in case when account balance was burned - -#### Defined in - -[api/entities/Account/types.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L98) - -___ - -### toIdentity - -• `Optional` **toIdentity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -Identity in which the POLYX amount was deposited. - -**`Note`** - -this can be null in case when account balance was burned - -#### Defined in - -[api/entities/Account/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L93) - -___ - -### type - -• **type**: [`BalanceTypeEnum`](../../../../../../enums/Types/BalanceTypeEnum/BalanceTypeEnum.md) - -#### Defined in - -[api/entities/Account/types.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L101) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md deleted file mode 100644 index ab84707325..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "CorporateActionDefaultConfig" -title: "Interface: CorporateActionDefaultConfig" -sidebar_label: "CorporateActionDefaultConfig" ---- - -[api/entities/Asset/Fungible/CorporateActions/types](../../../../../../../../modules/API/Entities/Asset/Fungible/CorporateActions/Types/Types.md).CorporateActionDefaultConfig - -## Properties - -### defaultTaxWithholding - -• **defaultTaxWithholding**: `BigNumber` - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/CorporateActions/types.ts#L7) - -___ - -### targets - -• **targets**: [`CorporateActionTargets`](../../../../../CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/CorporateActions/types.ts#L6) - -___ - -### taxWithholdings - -• **taxWithholdings**: [`TaxWithholding`](../../../../../CorporateActionBase/Types/TaxWithholding/TaxWithholding.md)[] - -#### Defined in - -[api/entities/Asset/Fungible/CorporateActions/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/CorporateActions/types.ts#L8) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md deleted file mode 100644 index ff91c51e81..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/Asset/NonFungible/Nft](../../../../../../../modules/API/Entities/Asset/NonFungible/Nft/Nft.md).HumanReadable - -## Properties - -### collection - -• **collection**: `string` - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/Nft.ts#L38) - -___ - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/Nft.ts#L37) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md deleted file mode 100644 index 1f783edea3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "AgentWithGroup" -title: "Interface: AgentWithGroup" -sidebar_label: "AgentWithGroup" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).AgentWithGroup - -## Properties - -### agent - -• **agent**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/Asset/types.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L145) - -___ - -### group - -• **group**: [`CustomPermissionGroup`](../../../../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../../../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md) - -#### Defined in - -[api/entities/Asset/types.ts:146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L146) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md deleted file mode 100644 index 789bd9d1bf..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -id: "AssetDetails" -title: "Interface: AssetDetails" -sidebar_label: "AssetDetails" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).AssetDetails - -## Properties - -### assetType - -• **assetType**: `string` - -#### Defined in - -[api/entities/Asset/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L92) - -___ - -### fullAgents - -• **fullAgents**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md)[] - -#### Defined in - -[api/entities/Asset/types.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L98) - -___ - -### isDivisible - -• **isDivisible**: `boolean` - -#### Defined in - -[api/entities/Asset/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L94) - -___ - -### name - -• **name**: `string` - -#### Defined in - -[api/entities/Asset/types.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L95) - -___ - -### nonFungible - -• **nonFungible**: `boolean` - -#### Defined in - -[api/entities/Asset/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L93) - -___ - -### owner - -• **owner**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/Asset/types.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L96) - -___ - -### totalSupply - -• **totalSupply**: `BigNumber` - -#### Defined in - -[api/entities/Asset/types.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L97) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md deleted file mode 100644 index 029cdf1d12..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -id: "AssetDocument" -title: "Interface: AssetDocument" -sidebar_label: "AssetDocument" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).AssetDocument - -Document attached to a token - -## Properties - -### contentHash - -• `Optional` **contentHash**: `string` - -hex representation of the document (must be prefixed by "0x") - -#### Defined in - -[api/entities/Asset/types.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L76) - -___ - -### filedAt - -• `Optional` **filedAt**: `Date` - -#### Defined in - -[api/entities/Asset/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L78) - -___ - -### name - -• **name**: `string` - -#### Defined in - -[api/entities/Asset/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L71) - -___ - -### type - -• `Optional` **type**: `string` - -#### Defined in - -[api/entities/Asset/types.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L77) - -___ - -### uri - -• **uri**: `string` - -#### Defined in - -[api/entities/Asset/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L72) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md deleted file mode 100644 index ee652425b6..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "AssetWithGroup" -title: "Interface: AssetWithGroup" -sidebar_label: "AssetWithGroup" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).AssetWithGroup - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -#### Defined in - -[api/entities/Asset/types.ts:351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L351) - -___ - -### group - -• **group**: [`CustomPermissionGroup`](../../../../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../../../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md) - -#### Defined in - -[api/entities/Asset/types.ts:352](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L352) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md deleted file mode 100644 index 4b78e299f0..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md +++ /dev/null @@ -1,157 +0,0 @@ ---- -id: "BaseHistoricAssetTransaction" -title: "Interface: BaseHistoricAssetTransaction" -sidebar_label: "BaseHistoricAssetTransaction" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).BaseHistoricAssetTransaction - -## Hierarchy - -- [`EventIdentifier`](../../../../Client/Types/EventIdentifier/EventIdentifier.md) - - ↳ **`BaseHistoricAssetTransaction`** - - ↳↳ [`HistoricAssetTransaction`](../HistoricAssetTransaction/HistoricAssetTransaction.md) - - ↳↳ [`HistoricNftTransaction`](../HistoricNftTransaction/HistoricNftTransaction.md) - -## Properties - -### blockDate - -• **blockDate**: `Date` - -#### Inherited from - -[EventIdentifier](../../../../Client/Types/EventIdentifier/EventIdentifier.md).[blockDate](../../../../Client/Types/EventIdentifier/EventIdentifier.md#blockdate) - -#### Defined in - -[api/client/types.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L170) - -___ - -### blockHash - -• **blockHash**: `string` - -#### Inherited from - -[EventIdentifier](../../../../Client/Types/EventIdentifier/EventIdentifier.md).[blockHash](../../../../Client/Types/EventIdentifier/EventIdentifier.md#blockhash) - -#### Defined in - -[api/client/types.ts:169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L169) - -___ - -### blockNumber - -• **blockNumber**: `BigNumber` - -#### Inherited from - -[EventIdentifier](../../../../Client/Types/EventIdentifier/EventIdentifier.md).[blockNumber](../../../../Client/Types/EventIdentifier/EventIdentifier.md#blocknumber) - -#### Defined in - -[api/client/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L168) - -___ - -### event - -• **event**: [`EventIdEnum`](../../../../../../enums/Types/EventIdEnum/EventIdEnum.md) - -Event identifying the type of transaction - -#### Defined in - -[api/entities/Asset/types.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L162) - -___ - -### eventIndex - -• **eventIndex**: `BigNumber` - -#### Inherited from - -[EventIdentifier](../../../../Client/Types/EventIdentifier/EventIdentifier.md).[eventIndex](../../../../Client/Types/EventIdentifier/EventIdentifier.md#eventindex) - -#### Defined in - -[api/client/types.ts:171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L171) - -___ - -### extrinsicIndex - -• **extrinsicIndex**: `BigNumber` - -Index value of the extrinsic which led to the Asset transaction within the `blockNumber` block - -#### Defined in - -[api/entities/Asset/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L167) - -___ - -### from - -• **from**: ``null`` \| [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -Origin portfolio involved in the transaction. This value will be null when the `event` value is `Issued` - -#### Defined in - -[api/entities/Asset/types.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L153) - -___ - -### fundingRound - -• `Optional` **fundingRound**: `string` - -Name of the funding round (if provided while issuing the Asset). This value is present only when the value of `event` is `Issued` - -#### Defined in - -[api/entities/Asset/types.ts:172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L172) - -___ - -### instructionId - -• `Optional` **instructionId**: `BigNumber` - -ID of the instruction being executed. This value is present only when the value of `event` is `Transfer` - -#### Defined in - -[api/entities/Asset/types.ts:176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L176) - -___ - -### instructionMemo - -• `Optional` **instructionMemo**: `string` - -Memo provided against the executed instruction. This value is present only when the value of `event` is `Transfer` - -#### Defined in - -[api/entities/Asset/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L180) - -___ - -### to - -• **to**: ``null`` \| [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -Destination portfolio involved in the transaction . This value will be null when the `event` value is `Redeemed` - -#### Defined in - -[api/entities/Asset/types.ts:157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L157) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md deleted file mode 100644 index 5693c7206b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "HeldNfts" -title: "Interface: HeldNfts" -sidebar_label: "HeldNfts" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).HeldNfts - -An nft collection, along with a subset of its NFTs - -## Properties - -### collection - -• **collection**: [`NftCollection`](../../../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) - -#### Defined in - -[api/entities/Asset/types.ts:376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L376) - -___ - -### nfts - -• **nfts**: [`Nft`](../../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md)[] - -#### Defined in - -[api/entities/Asset/types.ts:377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L377) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md deleted file mode 100644 index 29fff0b1b1..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -id: "HistoricAgentOperation" -title: "Interface: HistoricAgentOperation" -sidebar_label: "HistoricAgentOperation" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).HistoricAgentOperation - -Events triggered by transactions performed by an Agent Identity, related to the Token's configuration - For example: changing compliance requirements, inviting/removing agent Identities, freezing/unfreezing transfers - -Token transfers (settlements or movements between Portfolios) do not count as Operations - -## Properties - -### history - -• **history**: [`EventIdentifier`](../../../../Client/Types/EventIdentifier/EventIdentifier.md)[] - -list of Token Operation Events that were triggered by the Agent Identity - -#### Defined in - -[api/entities/Asset/types.ts:369](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L369) - -___ - -### identity - -• **identity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -Agent Identity that performed the operations - -#### Defined in - -[api/entities/Asset/types.ts:365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L365) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md deleted file mode 100644 index dcfe56b603..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md +++ /dev/null @@ -1,203 +0,0 @@ ---- -id: "HistoricAssetTransaction" -title: "Interface: HistoricAssetTransaction" -sidebar_label: "HistoricAssetTransaction" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).HistoricAssetTransaction - -## Hierarchy - -- [`BaseHistoricAssetTransaction`](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md) - - ↳ **`HistoricAssetTransaction`** - -## Properties - -### amount - -• **amount**: `BigNumber` - -Amount of the fungible tokens involved in the transaction - -#### Defined in - -[api/entities/Asset/types.ts:189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L189) - -___ - -### asset - -• **asset**: [`FungibleAsset`](../../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -#### Defined in - -[api/entities/Asset/types.ts:184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L184) - -___ - -### blockDate - -• **blockDate**: `Date` - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[blockDate](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#blockdate) - -#### Defined in - -[api/client/types.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L170) - -___ - -### blockHash - -• **blockHash**: `string` - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[blockHash](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#blockhash) - -#### Defined in - -[api/client/types.ts:169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L169) - -___ - -### blockNumber - -• **blockNumber**: `BigNumber` - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[blockNumber](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#blocknumber) - -#### Defined in - -[api/client/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L168) - -___ - -### event - -• **event**: [`EventIdEnum`](../../../../../../enums/Types/EventIdEnum/EventIdEnum.md) - -Event identifying the type of transaction - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[event](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#event) - -#### Defined in - -[api/entities/Asset/types.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L162) - -___ - -### eventIndex - -• **eventIndex**: `BigNumber` - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[eventIndex](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#eventindex) - -#### Defined in - -[api/client/types.ts:171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L171) - -___ - -### extrinsicIndex - -• **extrinsicIndex**: `BigNumber` - -Index value of the extrinsic which led to the Asset transaction within the `blockNumber` block - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[extrinsicIndex](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#extrinsicindex) - -#### Defined in - -[api/entities/Asset/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L167) - -___ - -### from - -• **from**: ``null`` \| [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -Origin portfolio involved in the transaction. This value will be null when the `event` value is `Issued` - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[from](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#from) - -#### Defined in - -[api/entities/Asset/types.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L153) - -___ - -### fundingRound - -• `Optional` **fundingRound**: `string` - -Name of the funding round (if provided while issuing the Asset). This value is present only when the value of `event` is `Issued` - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[fundingRound](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#fundinground) - -#### Defined in - -[api/entities/Asset/types.ts:172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L172) - -___ - -### instructionId - -• `Optional` **instructionId**: `BigNumber` - -ID of the instruction being executed. This value is present only when the value of `event` is `Transfer` - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[instructionId](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#instructionid) - -#### Defined in - -[api/entities/Asset/types.ts:176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L176) - -___ - -### instructionMemo - -• `Optional` **instructionMemo**: `string` - -Memo provided against the executed instruction. This value is present only when the value of `event` is `Transfer` - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[instructionMemo](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#instructionmemo) - -#### Defined in - -[api/entities/Asset/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L180) - -___ - -### to - -• **to**: ``null`` \| [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -Destination portfolio involved in the transaction . This value will be null when the `event` value is `Redeemed` - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[to](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#to) - -#### Defined in - -[api/entities/Asset/types.ts:157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L157) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md deleted file mode 100644 index aedaf0ecca..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md +++ /dev/null @@ -1,203 +0,0 @@ ---- -id: "HistoricNftTransaction" -title: "Interface: HistoricNftTransaction" -sidebar_label: "HistoricNftTransaction" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).HistoricNftTransaction - -## Hierarchy - -- [`BaseHistoricAssetTransaction`](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md) - - ↳ **`HistoricNftTransaction`** - -## Properties - -### asset - -• **asset**: [`NftCollection`](../../../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) - -#### Defined in - -[api/entities/Asset/types.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L193) - -___ - -### blockDate - -• **blockDate**: `Date` - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[blockDate](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#blockdate) - -#### Defined in - -[api/client/types.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L170) - -___ - -### blockHash - -• **blockHash**: `string` - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[blockHash](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#blockhash) - -#### Defined in - -[api/client/types.ts:169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L169) - -___ - -### blockNumber - -• **blockNumber**: `BigNumber` - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[blockNumber](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#blocknumber) - -#### Defined in - -[api/client/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L168) - -___ - -### event - -• **event**: [`EventIdEnum`](../../../../../../enums/Types/EventIdEnum/EventIdEnum.md) - -Event identifying the type of transaction - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[event](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#event) - -#### Defined in - -[api/entities/Asset/types.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L162) - -___ - -### eventIndex - -• **eventIndex**: `BigNumber` - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[eventIndex](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#eventindex) - -#### Defined in - -[api/client/types.ts:171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L171) - -___ - -### extrinsicIndex - -• **extrinsicIndex**: `BigNumber` - -Index value of the extrinsic which led to the Asset transaction within the `blockNumber` block - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[extrinsicIndex](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#extrinsicindex) - -#### Defined in - -[api/entities/Asset/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L167) - -___ - -### from - -• **from**: ``null`` \| [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -Origin portfolio involved in the transaction. This value will be null when the `event` value is `Issued` - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[from](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#from) - -#### Defined in - -[api/entities/Asset/types.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L153) - -___ - -### fundingRound - -• `Optional` **fundingRound**: `string` - -Name of the funding round (if provided while issuing the Asset). This value is present only when the value of `event` is `Issued` - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[fundingRound](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#fundinground) - -#### Defined in - -[api/entities/Asset/types.ts:172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L172) - -___ - -### instructionId - -• `Optional` **instructionId**: `BigNumber` - -ID of the instruction being executed. This value is present only when the value of `event` is `Transfer` - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[instructionId](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#instructionid) - -#### Defined in - -[api/entities/Asset/types.ts:176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L176) - -___ - -### instructionMemo - -• `Optional` **instructionMemo**: `string` - -Memo provided against the executed instruction. This value is present only when the value of `event` is `Transfer` - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[instructionMemo](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#instructionmemo) - -#### Defined in - -[api/entities/Asset/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L180) - -___ - -### nfts - -• **nfts**: [`Nft`](../../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md)[] - -The specific NFTs involved in the transaction - -#### Defined in - -[api/entities/Asset/types.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L198) - -___ - -### to - -• **to**: ``null`` \| [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -Destination portfolio involved in the transaction . This value will be null when the `event` value is `Redeemed` - -#### Inherited from - -[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[to](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#to) - -#### Defined in - -[api/entities/Asset/types.ts:157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L157) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md deleted file mode 100644 index 8bb3d9e7b1..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "IdentityBalance" -title: "Interface: IdentityBalance" -sidebar_label: "IdentityBalance" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).IdentityBalance - -Represents the balance of an Asset Holder - -## Properties - -### balance - -• **balance**: `BigNumber` - -#### Defined in - -[api/entities/Asset/types.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L106) - -___ - -### identity - -• **identity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/Asset/types.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L105) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md deleted file mode 100644 index f89fad29a5..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "IdentityHeldNfts" -title: "Interface: IdentityHeldNfts" -sidebar_label: "IdentityHeldNfts" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).IdentityHeldNfts - -Represents the holdings of an NFT holder - -## Properties - -### identity - -• **identity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/Asset/types.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L113) - -___ - -### nfts - -• **nfts**: [`Nft`](../../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md)[] - -#### Defined in - -[api/entities/Asset/types.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L114) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md deleted file mode 100644 index c2496a9de7..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "NftMetadata" -title: "Interface: NftMetadata" -sidebar_label: "NftMetadata" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).NftMetadata - -## Properties - -### key - -• **key**: [`MetadataKeyId`](../../../../../../modules/API/Entities/Asset/Types/Types.md#metadatakeyid) - -The metadata key this value is intended for - -#### Defined in - -[api/entities/Asset/types.ts:219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L219) - -___ - -### value - -• **value**: `string` - -The value the particular NFT has for the metadata - -#### Defined in - -[api/entities/Asset/types.ts:223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L223) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md deleted file mode 100644 index c689c7f102..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "SecurityIdentifier" -title: "Interface: SecurityIdentifier" -sidebar_label: "SecurityIdentifier" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).SecurityIdentifier - -Alphanumeric standardized security identifier - -## Properties - -### type - -• **type**: [`SecurityIdentifierType`](../../../../../../enums/API/Entities/Asset/Types/SecurityIdentifierType/SecurityIdentifierType.md) - -#### Defined in - -[api/entities/Asset/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L63) - -___ - -### value - -• **value**: `string` - -#### Defined in - -[api/entities/Asset/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L64) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md deleted file mode 100644 index 47940d6c01..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "TransferBreakdown" -title: "Interface: TransferBreakdown" -sidebar_label: "TransferBreakdown" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).TransferBreakdown - -Object containing every reason why a specific Asset transfer would fail - -## Properties - -### compliance - -• **compliance**: [`Compliance`](../../../Types/Compliance/Compliance.md) - -how the transfer adheres to the asset's compliance rules - -#### Defined in - -[api/entities/Asset/types.ts:133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L133) - -___ - -### general - -• **general**: [`TransferError`](../../../../../../enums/API/Entities/Asset/Types/TransferError/TransferError.md)[] - -list of general transfer errors - -#### Defined in - -[api/entities/Asset/types.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L129) - -___ - -### restrictions - -• **restrictions**: [`TransferRestrictionResult`](../TransferRestrictionResult/TransferRestrictionResult.md)[] - -list of transfer restrictions and whether the transfer satisfies each one - -#### Defined in - -[api/entities/Asset/types.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L137) - -___ - -### result - -• **result**: `boolean` - -true if the transfer is possible - -#### Defined in - -[api/entities/Asset/types.ts:141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L141) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md deleted file mode 100644 index 25dae334c3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "TransferRestrictionResult" -title: "Interface: TransferRestrictionResult" -sidebar_label: "TransferRestrictionResult" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).TransferRestrictionResult - -## Properties - -### restriction - -• **restriction**: [`TransferRestriction`](../../../../../../modules/API/Procedures/Types/Types.md#transferrestriction) - -#### Defined in - -[api/entities/Asset/types.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L118) - -___ - -### result - -• **result**: `boolean` - -#### Defined in - -[api/entities/Asset/types.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L119) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index d17264734b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).UniqueIdentifiers - -Properties that uniquely identify an Asset - -## Properties - -### ticker - -• **ticker**: `string` - -ticker of the Asset - -#### Defined in - -[api/entities/Asset/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L88) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md deleted file mode 100644 index 8a81a27116..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "VenueFilteringDetails" -title: "Interface: VenueFilteringDetails" -sidebar_label: "VenueFilteringDetails" ---- - -[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).VenueFilteringDetails - -## Properties - -### allowedVenues - -• **allowedVenues**: [`Venue`](../../../../../../classes/API/Entities/Venue/Venue.md)[] - -If `isEnabled` is true, then only these venues are allowed to create instructions involving the asset - -#### Defined in - -[api/entities/Asset/types.ts:234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L234) - -___ - -### isEnabled - -• **isEnabled**: `boolean` - -Whether or not Venue filtering is enabled. If enabled then only allowed the Venues are able to create instructions to trade the asset - -#### Defined in - -[api/entities/Asset/types.ts:230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L230) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md deleted file mode 100644 index 75472863f3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/AuthorizationRequest](../../../../../modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md).HumanReadable - -## Properties - -### data - -• **data**: \{ `type`: [`AttestPrimaryKeyRotation`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#attestprimarykeyrotation) ; `value`: `string` } \| \{ `type`: [`RotatePrimaryKey`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#rotateprimarykey) } \| \{ `type`: [`JoinIdentity`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#joinidentity) ; `value`: \{ assets: \{ values: string[]; type: PermissionType; } \| null; transactions: \{ exceptions?: TxTag[] \| undefined; values: (TxTag \| ModuleName)[]; type: PermissionType; } \| null; transactionGroups: TxGroup[]; portfolios: \{ ...; } \| null; } } \| \{ `type`: [`PortfolioCustody`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#portfoliocustody) ; `value`: \{ did: string; id?: string \| undefined; } } \| \{ `type`: [`BecomeAgent`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#becomeagent) ; `value`: \{ id: string; ticker: string; } \| \{ type: PermissionGroupType; ticker: string; } } \| \{ `type`: [`AddRelayerPayingKey`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#addrelayerpayingkey) ; `value`: \{ beneficiary: string; subsidizer: string; allowance: string; } } \| \{ `type`: [`RotatePrimaryKeyToSecondary`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#rotateprimarykeytosecondary) ; `value`: \{ assets: \{ values: string[]; type: PermissionType; } \| null; transactions: \{ exceptions?: TxTag[] \| undefined; values: (TxTag \| ModuleName)[]; type: PermissionType; } \| null; transactionGroups: TxGroup[]; portfolios: \{ ...; } \| null; } } \| \{ `type`: [`TransferTicker`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#transferticker) \| [`AddMultiSigSigner`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#addmultisigsigner) \| [`TransferAssetOwnership`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#transferassetownership) ; `value`: `string` } - -#### Defined in - -[api/entities/AuthorizationRequest.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L36) - -___ - -### expiry - -• **expiry**: ``null`` \| `string` - -#### Defined in - -[api/entities/AuthorizationRequest.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L34) - -___ - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/AuthorizationRequest.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L37) - -___ - -### issuer - -• **issuer**: `string` - -#### Defined in - -[api/entities/AuthorizationRequest.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L33) - -___ - -### target - -• **target**: [`SignerValue`](../../Types/SignerValue/SignerValue.md) - -#### Defined in - -[api/entities/AuthorizationRequest.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L35) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/AuthorizationRequest/Params/Params.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/AuthorizationRequest/Params/Params.md deleted file mode 100644 index ae49150f8e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/AuthorizationRequest/Params/Params.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "Params" -title: "Interface: Params" -sidebar_label: "Params" ---- - -[api/entities/AuthorizationRequest](../../../../../modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md).Params - -## Properties - -### data - -• **data**: [`Authorization`](../../../../../modules/API/Entities/Types/Types.md#authorization) - -#### Defined in - -[api/entities/AuthorizationRequest.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L44) - -___ - -### expiry - -• **expiry**: ``null`` \| `Date` - -#### Defined in - -[api/entities/AuthorizationRequest.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L43) - -___ - -### issuer - -• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/AuthorizationRequest.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L42) - -___ - -### target - -• **target**: [`Signer`](../../../../../modules/API/Entities/Types/Types.md#signer) - -#### Defined in - -[api/entities/AuthorizationRequest.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L41) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/AuthorizationRequest/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/AuthorizationRequest/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 04577a3b5d..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/AuthorizationRequest/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/AuthorizationRequest](../../../../../modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md).UniqueIdentifiers - -## Properties - -### authId - -• **authId**: `BigNumber` - -#### Defined in - -[api/entities/AuthorizationRequest.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/AuthorizationRequest.ts#L29) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md deleted file mode 100644 index 948a8aaa3c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/Checkpoint](../../../../../modules/API/Entities/Checkpoint/Checkpoint.md).HumanReadable - -## Properties - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/Checkpoint.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Checkpoint.ts#L25) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/Checkpoint.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Checkpoint.ts#L26) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Checkpoint/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Checkpoint/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 7381114333..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Checkpoint/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/Checkpoint](../../../../../modules/API/Entities/Checkpoint/Checkpoint.md).UniqueIdentifiers - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/Checkpoint.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Checkpoint.ts#L20) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/Checkpoint.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Checkpoint.ts#L21) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md deleted file mode 100644 index e7164a78c4..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/CheckpointSchedule](../../../../../modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md).HumanReadable - -## Properties - -### expiryDate - -• **expiryDate**: ``null`` \| `string` - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CheckpointSchedule/index.ts#L17) - -___ - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CheckpointSchedule/index.ts#L14) - -___ - -### pendingPoints - -• **pendingPoints**: `string`[] - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CheckpointSchedule/index.ts#L16) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CheckpointSchedule/index.ts#L15) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CheckpointSchedule/Params/Params.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CheckpointSchedule/Params/Params.md deleted file mode 100644 index dc8550f545..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CheckpointSchedule/Params/Params.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "Params" -title: "Interface: Params" -sidebar_label: "Params" ---- - -[api/entities/CheckpointSchedule](../../../../../modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md).Params - -## Properties - -### pendingPoints - -• **pendingPoints**: `Date`[] - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CheckpointSchedule/index.ts#L21) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md deleted file mode 100644 index 0d0e638a61..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "ScheduleDetails" -title: "Interface: ScheduleDetails" -sidebar_label: "ScheduleDetails" ---- - -[api/entities/CheckpointSchedule/types](../../../../../../modules/API/Entities/CheckpointSchedule/Types/Types.md).ScheduleDetails - -## Properties - -### nextCheckpointDate - -• **nextCheckpointDate**: `Date` - -#### Defined in - -[api/entities/CheckpointSchedule/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CheckpointSchedule/types.ts#L7) - -___ - -### remainingCheckpoints - -• **remainingCheckpoints**: `BigNumber` - -#### Defined in - -[api/entities/CheckpointSchedule/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CheckpointSchedule/types.ts#L6) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 7bfe469985..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/CheckpointSchedule](../../../../../modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md).UniqueIdentifiers - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CheckpointSchedule/index.ts#L9) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/CheckpointSchedule/index.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CheckpointSchedule/index.ts#L10) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateAction/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateAction/HumanReadable/HumanReadable.md deleted file mode 100644 index c224af8b8b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateAction/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,90 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/CorporateAction](../../../../../modules/API/Entities/CorporateAction/CorporateAction.md).HumanReadable - -## Hierarchy - -- **`HumanReadable`** - - ↳ [`HumanReadable`](../../DividendDistribution/HumanReadable/HumanReadable.md) - -## Properties - -### declarationDate - -• **declarationDate**: `string` - -#### Defined in - -[api/entities/CorporateAction.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L23) - -___ - -### defaultTaxWithholding - -• **defaultTaxWithholding**: `string` - -#### Defined in - -[api/entities/CorporateAction.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L26) - -___ - -### description - -• **description**: `string` - -#### Defined in - -[api/entities/CorporateAction.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L24) - -___ - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/CorporateAction.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L21) - -___ - -### targets - -• **targets**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `identities` | `string`[] | -| `treatment` | [`TargetTreatment`](../../../../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) | - -#### Defined in - -[api/entities/CorporateAction.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L25) - -___ - -### taxWithholdings - -• **taxWithholdings**: \{ `identity`: `string` ; `percentage`: `string` }[] - -#### Defined in - -[api/entities/CorporateAction.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L27) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/CorporateAction.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L22) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateAction/Params/Params.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateAction/Params/Params.md deleted file mode 100644 index 7c9ffa3ac2..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateAction/Params/Params.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "Params" -title: "Interface: Params" -sidebar_label: "Params" ---- - -[api/entities/CorporateAction](../../../../../modules/API/Entities/CorporateAction/CorporateAction.md).Params - -## Properties - -### declarationDate - -• **declarationDate**: `Date` - -#### Defined in - -[api/entities/CorporateAction.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L32) - -___ - -### defaultTaxWithholding - -• **defaultTaxWithholding**: `BigNumber` - -#### Defined in - -[api/entities/CorporateAction.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L35) - -___ - -### description - -• **description**: `string` - -#### Defined in - -[api/entities/CorporateAction.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L33) - -___ - -### kind - -• **kind**: [`CorporateActionKind`](../../../../../enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md) - -#### Defined in - -[api/entities/CorporateAction.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L31) - -___ - -### targets - -• **targets**: [`CorporateActionTargets`](../../CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) - -#### Defined in - -[api/entities/CorporateAction.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L34) - -___ - -### taxWithholdings - -• **taxWithholdings**: [`TaxWithholding`](../../CorporateActionBase/Types/TaxWithholding/TaxWithholding.md)[] - -#### Defined in - -[api/entities/CorporateAction.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L36) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateAction/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateAction/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 17fa611a29..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateAction/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/CorporateAction](../../../../../modules/API/Entities/CorporateAction/CorporateAction.md).UniqueIdentifiers - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/CorporateAction.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L16) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/CorporateAction.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L17) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md deleted file mode 100644 index c7573576c6..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,84 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/CorporateActionBase](../../../../../modules/API/Entities/CorporateActionBase/CorporateActionBase.md).HumanReadable - -## Properties - -### declarationDate - -• **declarationDate**: `string` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L36) - -___ - -### defaultTaxWithholding - -• **defaultTaxWithholding**: `string` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L39) - -___ - -### description - -• **description**: `string` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L37) - -___ - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L34) - -___ - -### targets - -• **targets**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `identities` | `string`[] | -| `treatment` | [`TargetTreatment`](../../../../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) | - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L38) - -___ - -### taxWithholdings - -• **taxWithholdings**: \{ `identity`: `string` ; `percentage`: `string` }[] - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L40) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L35) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateActionBase/Params/Params.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateActionBase/Params/Params.md deleted file mode 100644 index 63f387c038..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateActionBase/Params/Params.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "Params" -title: "Interface: Params" -sidebar_label: "Params" ---- - -[api/entities/CorporateActionBase](../../../../../modules/API/Entities/CorporateActionBase/CorporateActionBase.md).Params - -## Properties - -### declarationDate - -• **declarationDate**: `Date` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L45) - -___ - -### defaultTaxWithholding - -• **defaultTaxWithholding**: `BigNumber` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L48) - -___ - -### description - -• **description**: `string` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L46) - -___ - -### kind - -• **kind**: [`CorporateActionKind`](../../../../../enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L44) - -___ - -### targets - -• **targets**: [`CorporateActionTargets`](../Types/CorporateActionTargets/CorporateActionTargets.md) - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L47) - -___ - -### taxWithholdings - -• **taxWithholdings**: [`TaxWithholding`](../Types/TaxWithholding/TaxWithholding.md)[] - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L49) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md deleted file mode 100644 index dec120440d..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "CorporateActionTargets" -title: "Interface: CorporateActionTargets" -sidebar_label: "CorporateActionTargets" ---- - -[api/entities/CorporateActionBase/types](../../../../../../modules/API/Entities/CorporateActionBase/Types/Types.md).CorporateActionTargets - -## Properties - -### identities - -• **identities**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md)[] - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/types.ts#L12) - -___ - -### treatment - -• **treatment**: [`TargetTreatment`](../../../../../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/types.ts#L13) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md deleted file mode 100644 index fb7f5b783c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "TaxWithholding" -title: "Interface: TaxWithholding" -sidebar_label: "TaxWithholding" ---- - -[api/entities/CorporateActionBase/types](../../../../../../modules/API/Entities/CorporateActionBase/Types/Types.md).TaxWithholding - -## Properties - -### identity - -• **identity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/types.ts#L17) - -___ - -### percentage - -• **percentage**: `BigNumber` - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/types.ts#L18) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateActionBase/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateActionBase/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index d57b8ef169..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CorporateActionBase/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/CorporateActionBase](../../../../../modules/API/Entities/CorporateActionBase/CorporateActionBase.md).UniqueIdentifiers - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L29) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/CorporateActionBase/index.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/index.ts#L30) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md deleted file mode 100644 index 440064882c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/CustomPermissionGroup](../../../../../modules/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md).HumanReadable - -## Properties - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/CustomPermissionGroup.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CustomPermissionGroup.ts#L16) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/CustomPermissionGroup.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CustomPermissionGroup.ts#L17) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CustomPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CustomPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index b054c8f9ff..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/CustomPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/CustomPermissionGroup](../../../../../modules/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md).UniqueIdentifiers - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/CustomPermissionGroup.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CustomPermissionGroup.ts#L21) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/CustomPermissionGroup.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CustomPermissionGroup.ts#L22) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/DefaultPortfolio/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/DefaultPortfolio/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 19ca9851bc..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/DefaultPortfolio/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/DefaultPortfolio](../../../../../modules/API/Entities/DefaultPortfolio/DefaultPortfolio.md).UniqueIdentifiers - -## Properties - -### did - -• **did**: `string` - -#### Defined in - -[api/entities/DefaultPortfolio.ts:4](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DefaultPortfolio.ts#L4) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/DefaultTrustedClaimIssuer/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/DefaultTrustedClaimIssuer/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 08d4ccaa20..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/DefaultTrustedClaimIssuer/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/DefaultTrustedClaimIssuer](../../../../../modules/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md).UniqueIdentifiers - -## Properties - -### did - -• **did**: `string` - -#### Defined in - -[api/entities/DefaultTrustedClaimIssuer.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DefaultTrustedClaimIssuer.ts#L14) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/DefaultTrustedClaimIssuer.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DefaultTrustedClaimIssuer.ts#L15) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md deleted file mode 100644 index a78e212c13..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -id: "DividendDistributionParams" -title: "Interface: DividendDistributionParams" -sidebar_label: "DividendDistributionParams" ---- - -[api/entities/DividendDistribution](../../../../../modules/API/Entities/DividendDistribution/DividendDistribution.md).DividendDistributionParams - -## Properties - -### currency - -• **currency**: `string` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L73) - -___ - -### expiryDate - -• **expiryDate**: ``null`` \| `Date` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L76) - -___ - -### maxAmount - -• **maxAmount**: `BigNumber` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L75) - -___ - -### origin - -• **origin**: [`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -#### Defined in - -[api/entities/DividendDistribution/index.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L72) - -___ - -### paymentDate - -• **paymentDate**: `Date` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L77) - -___ - -### perShare - -• **perShare**: `BigNumber` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L74) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md deleted file mode 100644 index 4052170006..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,185 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/DividendDistribution](../../../../../modules/API/Entities/DividendDistribution/DividendDistribution.md).HumanReadable - -## Hierarchy - -- [`HumanReadable`](../../CorporateAction/HumanReadable/HumanReadable.md) - - ↳ **`HumanReadable`** - -## Properties - -### currency - -• **currency**: `string` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L64) - -___ - -### declarationDate - -• **declarationDate**: `string` - -#### Inherited from - -[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[declarationDate](../../CorporateAction/HumanReadable/HumanReadable.md#declarationdate) - -#### Defined in - -[api/entities/CorporateAction.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L23) - -___ - -### defaultTaxWithholding - -• **defaultTaxWithholding**: `string` - -#### Inherited from - -[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[defaultTaxWithholding](../../CorporateAction/HumanReadable/HumanReadable.md#defaulttaxwithholding) - -#### Defined in - -[api/entities/CorporateAction.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L26) - -___ - -### description - -• **description**: `string` - -#### Inherited from - -[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[description](../../CorporateAction/HumanReadable/HumanReadable.md#description) - -#### Defined in - -[api/entities/CorporateAction.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L24) - -___ - -### expiryDate - -• **expiryDate**: ``null`` \| `string` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L67) - -___ - -### id - -• **id**: `string` - -#### Inherited from - -[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[id](../../CorporateAction/HumanReadable/HumanReadable.md#id) - -#### Defined in - -[api/entities/CorporateAction.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L21) - -___ - -### maxAmount - -• **maxAmount**: `string` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L66) - -___ - -### origin - -• **origin**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `did` | `string` | -| `id?` | `string` | - -#### Defined in - -[api/entities/DividendDistribution/index.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L63) - -___ - -### paymentDate - -• **paymentDate**: `string` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L68) - -___ - -### perShare - -• **perShare**: `string` - -#### Defined in - -[api/entities/DividendDistribution/index.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L65) - -___ - -### targets - -• **targets**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `identities` | `string`[] | -| `treatment` | [`TargetTreatment`](../../../../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) | - -#### Inherited from - -[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[targets](../../CorporateAction/HumanReadable/HumanReadable.md#targets) - -#### Defined in - -[api/entities/CorporateAction.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L25) - -___ - -### taxWithholdings - -• **taxWithholdings**: \{ `identity`: `string` ; `percentage`: `string` }[] - -#### Inherited from - -[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[taxWithholdings](../../CorporateAction/HumanReadable/HumanReadable.md#taxwithholdings) - -#### Defined in - -[api/entities/CorporateAction.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L27) - -___ - -### ticker - -• **ticker**: `string` - -#### Inherited from - -[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[ticker](../../CorporateAction/HumanReadable/HumanReadable.md#ticker) - -#### Defined in - -[api/entities/CorporateAction.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateAction.ts#L22) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md deleted file mode 100644 index 528dcd6c39..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -id: "DistributionParticipant" -title: "Interface: DistributionParticipant" -sidebar_label: "DistributionParticipant" ---- - -[api/entities/DividendDistribution/types](../../../../../../modules/API/Entities/DividendDistribution/Types/Types.md).DistributionParticipant - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Defined in - -[api/entities/DividendDistribution/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/types.ts#L15) - -___ - -### amountAfterTax - -• **amountAfterTax**: `BigNumber` - -amount to be paid to the participant after tax deductions - -#### Defined in - -[api/entities/DividendDistribution/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/types.ts#L23) - -___ - -### identity - -• **identity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/DividendDistribution/types.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/types.ts#L14) - -___ - -### paid - -• **paid**: `boolean` - -#### Defined in - -[api/entities/DividendDistribution/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/types.ts#L24) - -___ - -### taxWithholdingPercentage - -• **taxWithholdingPercentage**: `BigNumber` - -percentage (0-100) of tax withholding for this participant - -#### Defined in - -[api/entities/DividendDistribution/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/types.ts#L19) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md deleted file mode 100644 index 06689c77c2..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "DividendDistributionDetails" -title: "Interface: DividendDistributionDetails" -sidebar_label: "DividendDistributionDetails" ---- - -[api/entities/DividendDistribution/types](../../../../../../modules/API/Entities/DividendDistribution/Types/Types.md).DividendDistributionDetails - -## Properties - -### fundsReclaimed - -• **fundsReclaimed**: `boolean` - -whether the unclaimed funds have been reclaimed - -#### Defined in - -[api/entities/DividendDistribution/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/types.ts#L10) - -___ - -### remainingFunds - -• **remainingFunds**: `BigNumber` - -#### Defined in - -[api/entities/DividendDistribution/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/types.ts#L6) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Identity/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Identity/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 4201c1c412..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Identity/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/Identity](../../../../../modules/API/Entities/Identity/Identity.md).UniqueIdentifiers - -Properties that uniquely identify an Identity - -## Properties - -### did - -• **did**: `string` - -#### Defined in - -[api/entities/Identity/index.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Identity/index.ts#L106) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md deleted file mode 100644 index 74ee641b2e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "FungibleLeg" -title: "Interface: FungibleLeg" -sidebar_label: "FungibleLeg" ---- - -[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).FungibleLeg - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Defined in - -[api/entities/Instruction/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L58) - -___ - -### asset - -• **asset**: [`FungibleAsset`](../../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -#### Defined in - -[api/entities/Instruction/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L59) - -___ - -### from - -• **from**: [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -#### Defined in - -[api/entities/Instruction/types.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L56) - -___ - -### to - -• **to**: [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -#### Defined in - -[api/entities/Instruction/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L57) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md deleted file mode 100644 index f695444cd1..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -id: "GroupedInstructions" -title: "Interface: GroupedInstructions" -sidebar_label: "GroupedInstructions" ---- - -[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).GroupedInstructions - -## Properties - -### affirmed - -• **affirmed**: [`Instruction`](../../../../../../classes/API/Entities/Instruction/Instruction.md)[] - -Instructions that have already been affirmed by the Identity - -#### Defined in - -[api/entities/Instruction/types.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L104) - -___ - -### failed - -• **failed**: [`Instruction`](../../../../../../classes/API/Entities/Instruction/Instruction.md)[] - -Instructions that failed in their execution (can be rescheduled). - This group supersedes the other three, so for example, a failed Instruction - might also belong in the `affirmed` group, but it will only be included in this one - -#### Defined in - -[api/entities/Instruction/types.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L114) - -___ - -### pending - -• **pending**: [`Instruction`](../../../../../../classes/API/Entities/Instruction/Instruction.md)[] - -Instructions that still need to be affirmed/rejected by the Identity - -#### Defined in - -[api/entities/Instruction/types.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L108) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md deleted file mode 100644 index 14804e2f9e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "GroupedInvolvedInstructions" -title: "Interface: GroupedInvolvedInstructions" -sidebar_label: "GroupedInvolvedInstructions" ---- - -[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).GroupedInvolvedInstructions - -## Properties - -### custodied - -• **custodied**: [`GroupedInstructions`](../GroupedInstructions/GroupedInstructions.md) - -Instructions where the Identity is the custodian of the leg portfolios - -#### Defined in - -[api/entities/Instruction/types.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L128) - -___ - -### owned - -• **owned**: `Omit`\<[`GroupedInstructions`](../GroupedInstructions/GroupedInstructions.md), ``"affirmed"``\> - -Instructions where the Identity is the owner of the leg portfolios - -#### Defined in - -[api/entities/Instruction/types.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L132) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md deleted file mode 100644 index 460e88babc..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "InstructionAffirmation" -title: "Interface: InstructionAffirmation" -sidebar_label: "InstructionAffirmation" ---- - -[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).InstructionAffirmation - -## Properties - -### identity - -• **identity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/Instruction/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L78) - -___ - -### status - -• **status**: [`AffirmationStatus`](../../../../../../enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md) - -#### Defined in - -[api/entities/Instruction/types.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L79) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md deleted file mode 100644 index a0e1a3d238..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "NftLeg" -title: "Interface: NftLeg" -sidebar_label: "NftLeg" ---- - -[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).NftLeg - -## Properties - -### asset - -• **asset**: [`NftCollection`](../../../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) - -#### Defined in - -[api/entities/Instruction/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L66) - -___ - -### from - -• **from**: [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -#### Defined in - -[api/entities/Instruction/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L63) - -___ - -### nfts - -• **nfts**: [`Nft`](../../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md)[] - -#### Defined in - -[api/entities/Instruction/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L65) - -___ - -### to - -• **to**: [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -#### Defined in - -[api/entities/Instruction/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L64) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Instruction/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Instruction/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index eabe5a3c6d..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Instruction/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/Instruction](../../../../../modules/API/Entities/Instruction/Instruction.md).UniqueIdentifiers - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/Instruction/index.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/index.ts#L70) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md deleted file mode 100644 index c03a064078..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/KnownPermissionGroup](../../../../../modules/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md).HumanReadable - -## Properties - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/KnownPermissionGroup.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/KnownPermissionGroup.ts#L8) - -___ - -### type - -• **type**: [`PermissionGroupType`](../../../../../enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md) - -#### Defined in - -[api/entities/KnownPermissionGroup.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/KnownPermissionGroup.ts#L7) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/KnownPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/KnownPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index 9093a0c6ed..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/KnownPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/KnownPermissionGroup](../../../../../modules/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md).UniqueIdentifiers - -## Properties - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/KnownPermissionGroup.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/KnownPermissionGroup.ts#L13) - -___ - -### type - -• **type**: [`PermissionGroupType`](../../../../../enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md) - -#### Defined in - -[api/entities/KnownPermissionGroup.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/KnownPermissionGroup.ts#L12) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md deleted file mode 100644 index d6e7c59c22..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/MetadataEntry](../../../../../modules/API/Entities/MetadataEntry/MetadataEntry.md).HumanReadable - -## Properties - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/MetadataEntry/index.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/index.ts#L34) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/MetadataEntry/index.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/index.ts#L35) - -___ - -### type - -• **type**: [`MetadataType`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) - -#### Defined in - -[api/entities/MetadataEntry/index.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/index.ts#L36) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md deleted file mode 100644 index a2ea825f44..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "MetadataDetails" -title: "Interface: MetadataDetails" -sidebar_label: "MetadataDetails" ---- - -[api/entities/MetadataEntry/types](../../../../../../modules/API/Entities/MetadataEntry/Types/Types.md).MetadataDetails - -## Properties - -### name - -• **name**: `string` - -#### Defined in - -[api/entities/MetadataEntry/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/types.ts#L23) - -___ - -### specs - -• **specs**: [`MetadataSpec`](../MetadataSpec/MetadataSpec.md) - -#### Defined in - -[api/entities/MetadataEntry/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/types.ts#L24) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md deleted file mode 100644 index 171eee7aec..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "MetadataSpec" -title: "Interface: MetadataSpec" -sidebar_label: "MetadataSpec" ---- - -[api/entities/MetadataEntry/types](../../../../../../modules/API/Entities/MetadataEntry/Types/Types.md).MetadataSpec - -## Properties - -### description - -• `Optional` **description**: `string` - -#### Defined in - -[api/entities/MetadataEntry/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/types.ts#L18) - -___ - -### typeDef - -• `Optional` **typeDef**: `string` - -#### Defined in - -[api/entities/MetadataEntry/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/types.ts#L19) - -___ - -### url - -• `Optional` **url**: `string` - -#### Defined in - -[api/entities/MetadataEntry/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/types.ts#L17) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/MetadataEntry/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/MetadataEntry/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index d45efd4aab..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/MetadataEntry/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/MetadataEntry](../../../../../modules/API/Entities/MetadataEntry/MetadataEntry.md).UniqueIdentifiers - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/MetadataEntry/index.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/index.ts#L30) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/MetadataEntry/index.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/index.ts#L28) - -___ - -### type - -• **type**: [`MetadataType`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) - -#### Defined in - -[api/entities/MetadataEntry/index.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/index.ts#L29) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md deleted file mode 100644 index a7ab7cef8f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/MultiSigProposal](../../../../../modules/API/Entities/MultiSigProposal/MultiSigProposal.md).HumanReadable - -## Properties - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/index.ts#L45) - -___ - -### multiSigAddress - -• **multiSigAddress**: `string` - -#### Defined in - -[api/entities/MultiSigProposal/index.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/index.ts#L44) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md deleted file mode 100644 index ae8df60020..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md +++ /dev/null @@ -1,103 +0,0 @@ ---- -id: "MultiSigProposalDetails" -title: "Interface: MultiSigProposalDetails" -sidebar_label: "MultiSigProposalDetails" ---- - -[api/entities/MultiSigProposal/types](../../../../../../modules/API/Entities/MultiSigProposal/Types/Types.md).MultiSigProposalDetails - -## Properties - -### approvalAmount - -• **approvalAmount**: `BigNumber` - -The number of approvals this proposal has received - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/types.ts#L33) - -___ - -### args - -• **args**: [`AnyJson`](../../../../../../modules/API/Entities/MultiSigProposal/Types/Types.md#anyjson) - -The arguments to be passed to the transaction for this proposal - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/types.ts#L57) - -___ - -### autoClose - -• **autoClose**: `boolean` - -Determines if the proposal will automatically be closed once a threshold of reject votes has been reached - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/types.ts#L49) - -___ - -### expiry - -• **expiry**: ``null`` \| `Date` - -An optional time in which this proposal will expire if a decision isn't reached by then - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/types.ts#L45) - -___ - -### rejectionAmount - -• **rejectionAmount**: `BigNumber` - -The number of rejections this proposal has received - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/types.ts#L37) - -___ - -### status - -• **status**: [`ProposalStatus`](../../../../../../enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md) - -The current status of the proposal - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/types.ts#L41) - -___ - -### txTag - -• **txTag**: [`TxTag`](../../../../../../modules/Generated/Types/Types.md#txtag) - -The tag for the transaction being proposed for the MultiSig to execute - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/types.ts#L53) - -___ - -### voted - -• **voted**: [`Account`](../../../../../../classes/API/Entities/Account/Account.md)[] - -Accounts of signing keys that have already voted on this proposal - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/types.ts#L61) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/NumberedPortfolio/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/NumberedPortfolio/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index c2ec098f5f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/NumberedPortfolio/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/NumberedPortfolio](../../../../../modules/API/Entities/NumberedPortfolio/NumberedPortfolio.md).UniqueIdentifiers - -## Properties - -### did - -• **did**: `string` - -#### Defined in - -[api/entities/NumberedPortfolio.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/NumberedPortfolio.ts#L18) - -___ - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/NumberedPortfolio.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/NumberedPortfolio.ts#L19) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md deleted file mode 100644 index b40057fad0..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/Offering](../../../../../modules/API/Entities/Offering/Offering.md).HumanReadable - -## Properties - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/Offering/index.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/index.ts#L39) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/Offering/index.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/index.ts#L40) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/Types/Investment/Investment.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/Types/Investment/Investment.md deleted file mode 100644 index aea6c1d138..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/Types/Investment/Investment.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "Investment" -title: "Interface: Investment" -sidebar_label: "Investment" ---- - -[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).Investment - -## Properties - -### investedAmount - -• **investedAmount**: `BigNumber` - -#### Defined in - -[api/entities/Offering/types.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L90) - -___ - -### investor - -• **investor**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/Offering/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L88) - -___ - -### soldAmount - -• **soldAmount**: `BigNumber` - -#### Defined in - -[api/entities/Offering/types.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L89) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md deleted file mode 100644 index 5671a23677..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md +++ /dev/null @@ -1,137 +0,0 @@ ---- -id: "OfferingDetails" -title: "Interface: OfferingDetails" -sidebar_label: "OfferingDetails" ---- - -[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).OfferingDetails - -## Properties - -### creator - -• **creator**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/Offering/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L72) - -___ - -### end - -• **end**: ``null`` \| `Date` - -#### Defined in - -[api/entities/Offering/types.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L80) - -___ - -### minInvestment - -• **minInvestment**: `BigNumber` - -#### Defined in - -[api/entities/Offering/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L82) - -___ - -### name - -• **name**: `string` - -#### Defined in - -[api/entities/Offering/types.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L73) - -___ - -### offeringPortfolio - -• **offeringPortfolio**: [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -#### Defined in - -[api/entities/Offering/types.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L74) - -___ - -### raisingCurrency - -• **raisingCurrency**: `string` - -#### Defined in - -[api/entities/Offering/types.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L76) - -___ - -### raisingPortfolio - -• **raisingPortfolio**: [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -#### Defined in - -[api/entities/Offering/types.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L75) - -___ - -### start - -• **start**: `Date` - -#### Defined in - -[api/entities/Offering/types.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L79) - -___ - -### status - -• **status**: [`OfferingStatus`](../OfferingStatus/OfferingStatus.md) - -#### Defined in - -[api/entities/Offering/types.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L81) - -___ - -### tiers - -• **tiers**: [`Tier`](../Tier/Tier.md)[] - -#### Defined in - -[api/entities/Offering/types.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L77) - -___ - -### totalAmount - -• **totalAmount**: `BigNumber` - -#### Defined in - -[api/entities/Offering/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L83) - -___ - -### totalRemaining - -• **totalRemaining**: `BigNumber` - -#### Defined in - -[api/entities/Offering/types.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L84) - -___ - -### venue - -• **venue**: [`Venue`](../../../../../../classes/API/Entities/Venue/Venue.md) - -#### Defined in - -[api/entities/Offering/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L78) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md deleted file mode 100644 index c93cdcc54c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "OfferingStatus" -title: "Interface: OfferingStatus" -sidebar_label: "OfferingStatus" ---- - -[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).OfferingStatus - -## Properties - -### balance - -• **balance**: [`OfferingBalanceStatus`](../../../../../../enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md) - -#### Defined in - -[api/entities/Offering/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L58) - -___ - -### sale - -• **sale**: [`OfferingSaleStatus`](../../../../../../enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md) - -#### Defined in - -[api/entities/Offering/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L59) - -___ - -### timing - -• **timing**: [`OfferingTimingStatus`](../../../../../../enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md) - -#### Defined in - -[api/entities/Offering/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L57) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md deleted file mode 100644 index 6c875df92a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -id: "OfferingTier" -title: "Interface: OfferingTier" -sidebar_label: "OfferingTier" ---- - -[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).OfferingTier - -## Hierarchy - -- **`OfferingTier`** - - ↳ [`Tier`](../Tier/Tier.md) - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Defined in - -[api/entities/Offering/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L63) - -___ - -### price - -• **price**: `BigNumber` - -#### Defined in - -[api/entities/Offering/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L64) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/Types/Tier/Tier.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/Types/Tier/Tier.md deleted file mode 100644 index 479e154787..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/Types/Tier/Tier.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -id: "Tier" -title: "Interface: Tier" -sidebar_label: "Tier" ---- - -[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).Tier - -## Hierarchy - -- [`OfferingTier`](../OfferingTier/OfferingTier.md) - - ↳ **`Tier`** - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Inherited from - -[OfferingTier](../OfferingTier/OfferingTier.md).[amount](../OfferingTier/OfferingTier.md#amount) - -#### Defined in - -[api/entities/Offering/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L63) - -___ - -### price - -• **price**: `BigNumber` - -#### Inherited from - -[OfferingTier](../OfferingTier/OfferingTier.md).[price](../OfferingTier/OfferingTier.md#price) - -#### Defined in - -[api/entities/Offering/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L64) - -___ - -### remaining - -• **remaining**: `BigNumber` - -#### Defined in - -[api/entities/Offering/types.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/types.ts#L68) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index b9ee4cfca8..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Offering/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/Offering](../../../../../modules/API/Entities/Offering/Offering.md).UniqueIdentifiers - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/Offering/index.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/index.ts#L34) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/Offering/index.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Offering/index.ts#L35) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/PermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/PermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index e8aaca4736..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/PermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/PermissionGroup](../../../../../modules/API/Entities/PermissionGroup/PermissionGroup.md).UniqueIdentifiers - -## Properties - -### id - -• `Optional` **id**: `BigNumber` - -#### Defined in - -[api/entities/PermissionGroup.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/PermissionGroup.ts#L8) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/PermissionGroup.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/PermissionGroup.ts#L7) - -___ - -### type - -• `Optional` **type**: [`PermissionGroupType`](../../../../../enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md) - -#### Defined in - -[api/entities/PermissionGroup.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/PermissionGroup.ts#L9) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md deleted file mode 100644 index 1916b49e0c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "HumanReadable" -title: "Interface: HumanReadable" -sidebar_label: "HumanReadable" ---- - -[api/entities/Portfolio](../../../../../modules/API/Entities/Portfolio/Portfolio.md).HumanReadable - -## Properties - -### did - -• **did**: `string` - -#### Defined in - -[api/entities/Portfolio/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L53) - -___ - -### id - -• `Optional` **id**: `string` - -#### Defined in - -[api/entities/Portfolio/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L54) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md deleted file mode 100644 index 88082d6486..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -id: "HistoricSettlement" -title: "Interface: HistoricSettlement" -sidebar_label: "HistoricSettlement" ---- - -[api/entities/Portfolio/types](../../../../../../modules/API/Entities/Portfolio/Types/Types.md).HistoricSettlement - -## Properties - -### accounts - -• **accounts**: [`Account`](../../../../../../classes/API/Entities/Account/Account.md)[] - -Array of Accounts that participated by affirming the settlement - -#### Defined in - -[api/entities/Portfolio/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/types.ts#L39) - -___ - -### blockHash - -• **blockHash**: `string` - -#### Defined in - -[api/entities/Portfolio/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/types.ts#L34) - -___ - -### blockNumber - -• **blockNumber**: `BigNumber` - -#### Defined in - -[api/entities/Portfolio/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/types.ts#L33) - -___ - -### legs - -• **legs**: [`SettlementLeg`](../../../../../../modules/API/Entities/Portfolio/Types/Types.md#settlementleg)[] - -#### Defined in - -[api/entities/Portfolio/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/types.ts#L40) - -___ - -### status - -• **status**: [`SettlementResultEnum`](../../../../../../enums/Types/SettlementResultEnum/SettlementResultEnum.md) - -#### Defined in - -[api/entities/Portfolio/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/types.ts#L35) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md deleted file mode 100644 index 15cd688e52..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -id: "PortfolioBalance" -title: "Interface: PortfolioBalance" -sidebar_label: "PortfolioBalance" ---- - -[api/entities/Portfolio/types](../../../../../../modules/API/Entities/Portfolio/Types/Types.md).PortfolioBalance - -## Hierarchy - -- [`Balance`](../../../Account/Types/Balance/Balance.md) - - ↳ **`PortfolioBalance`** - -## Properties - -### asset - -• **asset**: [`FungibleAsset`](../../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -#### Defined in - -[api/entities/Portfolio/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/types.ts#L9) - -___ - -### free - -• **free**: `BigNumber` - -balance available for transferring and paying fees - -#### Inherited from - -[Balance](../../../Account/Types/Balance/Balance.md).[free](../../../Account/Types/Balance/Balance.md#free) - -#### Defined in - -[api/entities/Account/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L11) - -___ - -### locked - -• **locked**: `BigNumber` - -unavailable balance, either bonded for staking or locked for some other purpose - -#### Inherited from - -[Balance](../../../Account/Types/Balance/Balance.md).[locked](../../../Account/Types/Balance/Balance.md#locked) - -#### Defined in - -[api/entities/Account/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L15) - -___ - -### total - -• **total**: `BigNumber` - -free + locked - -#### Inherited from - -[Balance](../../../Account/Types/Balance/Balance.md).[total](../../../Account/Types/Balance/Balance.md#total) - -#### Defined in - -[api/entities/Account/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L19) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md deleted file mode 100644 index 36b3878f24..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -id: "PortfolioCollection" -title: "Interface: PortfolioCollection" -sidebar_label: "PortfolioCollection" ---- - -[api/entities/Portfolio/types](../../../../../../modules/API/Entities/Portfolio/Types/Types.md).PortfolioCollection - -## Properties - -### collection - -• **collection**: [`NftCollection`](../../../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) - -#### Defined in - -[api/entities/Portfolio/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/types.ts#L13) - -___ - -### free - -• **free**: [`Nft`](../../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md)[] - -NFTs available for transferring - -#### Defined in - -[api/entities/Portfolio/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/types.ts#L17) - -___ - -### locked - -• **locked**: [`Nft`](../../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md)[] - -NFTs that are locked, such as being involved in a pending instruction - -#### Defined in - -[api/entities/Portfolio/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/types.ts#L21) - -___ - -### total - -• **total**: `BigNumber` - -Total number of NFTs held for a collection - -#### Defined in - -[api/entities/Portfolio/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/types.ts#L25) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Portfolio/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Portfolio/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index f5c3aec774..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Portfolio/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/Portfolio](../../../../../modules/API/Entities/Portfolio/Portfolio.md).UniqueIdentifiers - -## Properties - -### did - -• **did**: `string` - -#### Defined in - -[api/entities/Portfolio/index.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L48) - -___ - -### id - -• `Optional` **id**: `BigNumber` - -#### Defined in - -[api/entities/Portfolio/index.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/index.ts#L49) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md deleted file mode 100644 index 0f2adefd51..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -id: "SubsidyData" -title: "Interface: SubsidyData" -sidebar_label: "SubsidyData" ---- - -[api/entities/Subsidy/types](../../../../../../modules/API/Entities/Subsidy/Types/Types.md).SubsidyData - -## Properties - -### allowance - -• **allowance**: `BigNumber` - -amount of POLYX to be subsidized. This can be increased/decreased later on - -#### Defined in - -[api/entities/Subsidy/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidy/types.ts#L17) - -___ - -### beneficiary - -• **beneficiary**: [`Account`](../../../../../../classes/API/Entities/Account/Account.md) - -Account whose transactions are being paid for - -#### Defined in - -[api/entities/Subsidy/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidy/types.ts#L9) - -___ - -### subsidizer - -• **subsidizer**: [`Account`](../../../../../../classes/API/Entities/Account/Account.md) - -Account that is paying for the transactions - -#### Defined in - -[api/entities/Subsidy/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidy/types.ts#L13) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md deleted file mode 100644 index db2137c0bc..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SubsidyWithAllowance" -title: "Interface: SubsidyWithAllowance" -sidebar_label: "SubsidyWithAllowance" ---- - -[api/entities/Subsidy/types](../../../../../../modules/API/Entities/Subsidy/Types/Types.md).SubsidyWithAllowance - -## Properties - -### allowance - -• **allowance**: `BigNumber` - -#### Defined in - -[api/entities/Subsidy/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidy/types.ts#L22) - -___ - -### subsidy - -• **subsidy**: [`Subsidy`](../../../../../../classes/API/Entities/Subsidy/Subsidy.md) - -#### Defined in - -[api/entities/Subsidy/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidy/types.ts#L21) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index c655d65648..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/Subsidy](../../../../../modules/API/Entities/Subsidy/Subsidy.md).UniqueIdentifiers - -## Properties - -### beneficiary - -• **beneficiary**: `string` - -beneficiary address - -#### Defined in - -[api/entities/Subsidy/index.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidy/index.ts#L28) - -___ - -### subsidizer - -• **subsidizer**: `string` - -subsidizer address - -#### Defined in - -[api/entities/Subsidy/index.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Subsidy/index.ts#L32) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/TickerReservation/Types/TickerReservationDetails/TickerReservationDetails.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/TickerReservation/Types/TickerReservationDetails/TickerReservationDetails.md deleted file mode 100644 index 58e3d06909..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/TickerReservation/Types/TickerReservationDetails/TickerReservationDetails.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -id: "TickerReservationDetails" -title: "Interface: TickerReservationDetails" -sidebar_label: "TickerReservationDetails" ---- - -[api/entities/TickerReservation/types](../../../../../../modules/API/Entities/TickerReservation/Types/Types.md).TickerReservationDetails - -## Properties - -### expiryDate - -• **expiryDate**: ``null`` \| `Date` - -date at which the reservation expires, null if it never expires (permanent reservation or Asset already launched) - -#### Defined in - -[api/entities/TickerReservation/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/TickerReservation/types.ts#L26) - -___ - -### owner - -• **owner**: ``null`` \| [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -Identity ID of the owner of the ticker, null if it hasn't been reserved - -#### Defined in - -[api/entities/TickerReservation/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/TickerReservation/types.ts#L22) - -___ - -### status - -• **status**: [`TickerReservationStatus`](../../../../../../enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md) - -#### Defined in - -[api/entities/TickerReservation/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/TickerReservation/types.ts#L27) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/TickerReservation/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/TickerReservation/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index d1b89f7897..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/TickerReservation/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/TickerReservation](../../../../../modules/API/Entities/TickerReservation/TickerReservation.md).UniqueIdentifiers - -Properties that uniquely identify a TickerReservation - -## Properties - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/entities/TickerReservation/index.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/TickerReservation/index.ts#L32) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/AccreditedClaim/AccreditedClaim.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/AccreditedClaim/AccreditedClaim.md deleted file mode 100644 index 0c82f5ab50..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/AccreditedClaim/AccreditedClaim.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "AccreditedClaim" -title: "Interface: AccreditedClaim" -sidebar_label: "AccreditedClaim" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).AccreditedClaim - -## Properties - -### scope - -• **scope**: [`Scope`](../Scope/Scope.md) - -#### Defined in - -[api/entities/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L168) - -___ - -### type - -• **type**: [`Accredited`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#accredited) - -#### Defined in - -[api/entities/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L167) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md deleted file mode 100644 index d52eb12170..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -id: "ActiveTransferRestrictions" -title: "Interface: ActiveTransferRestrictions" -sidebar_label: "ActiveTransferRestrictions" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ActiveTransferRestrictions - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `Restriction` | extends [`CountTransferRestriction`](../CountTransferRestriction/CountTransferRestriction.md) \| [`PercentageTransferRestriction`](../PercentageTransferRestriction/PercentageTransferRestriction.md) \| [`ClaimCountTransferRestriction`](../ClaimCountTransferRestriction/ClaimCountTransferRestriction.md) \| [`ClaimPercentageTransferRestriction`](../ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md) | - -## Properties - -### availableSlots - -• **availableSlots**: `BigNumber` - -amount of restrictions that can be added before reaching the shared limit - -#### Defined in - -[api/entities/types.ts:544](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L544) - -___ - -### restrictions - -• **restrictions**: `Restriction`[] - -#### Defined in - -[api/entities/types.ts:540](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L540) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/AddCountStatInput/AddCountStatInput.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/AddCountStatInput/AddCountStatInput.md deleted file mode 100644 index 66562d6ded..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/AddCountStatInput/AddCountStatInput.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "AddCountStatInput" -title: "Interface: AddCountStatInput" -sidebar_label: "AddCountStatInput" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).AddCountStatInput - -## Properties - -### count - -• **count**: `BigNumber` - -#### Defined in - -[api/entities/types.ts:548](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L548) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/AffiliateClaim/AffiliateClaim.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/AffiliateClaim/AffiliateClaim.md deleted file mode 100644 index 0788bef16a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/AffiliateClaim/AffiliateClaim.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "AffiliateClaim" -title: "Interface: AffiliateClaim" -sidebar_label: "AffiliateClaim" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).AffiliateClaim - -## Properties - -### scope - -• **scope**: [`Scope`](../Scope/Scope.md) - -#### Defined in - -[api/entities/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L173) - -___ - -### type - -• **type**: [`Affiliate`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#affiliate) - -#### Defined in - -[api/entities/types.ts:172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L172) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/BlockedClaim/BlockedClaim.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/BlockedClaim/BlockedClaim.md deleted file mode 100644 index f180212dca..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/BlockedClaim/BlockedClaim.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "BlockedClaim" -title: "Interface: BlockedClaim" -sidebar_label: "BlockedClaim" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).BlockedClaim - -## Properties - -### scope - -• **scope**: [`Scope`](../Scope/Scope.md) - -#### Defined in - -[api/entities/types.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L215) - -___ - -### type - -• **type**: [`Blocked`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#blocked) - -#### Defined in - -[api/entities/types.ts:214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L214) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/BuyLockupClaim/BuyLockupClaim.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/BuyLockupClaim/BuyLockupClaim.md deleted file mode 100644 index c15c3ac574..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/BuyLockupClaim/BuyLockupClaim.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "BuyLockupClaim" -title: "Interface: BuyLockupClaim" -sidebar_label: "BuyLockupClaim" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).BuyLockupClaim - -## Properties - -### scope - -• **scope**: [`Scope`](../Scope/Scope.md) - -#### Defined in - -[api/entities/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L178) - -___ - -### type - -• **type**: [`BuyLockup`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#buylockup) - -#### Defined in - -[api/entities/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L177) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/CddClaim/CddClaim.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/CddClaim/CddClaim.md deleted file mode 100644 index 4fd4ed8e6a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/CddClaim/CddClaim.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "CddClaim" -title: "Interface: CddClaim" -sidebar_label: "CddClaim" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).CddClaim - -## Properties - -### id - -• **id**: `string` - -#### Defined in - -[api/entities/types.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L188) - -___ - -### type - -• **type**: [`CustomerDueDiligence`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#customerduediligence) - -#### Defined in - -[api/entities/types.ts:187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L187) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md deleted file mode 100644 index 451b0a462f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -id: "CheckPermissionsResult" -title: "Interface: CheckPermissionsResult" -sidebar_label: "CheckPermissionsResult" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).CheckPermissionsResult - -Result of a `checkPermissions` call. If `Type` is `Account`, represents whether the Account - has all the necessary secondary key Permissions. If `Type` is `Identity`, represents whether the - Identity has all the necessary external agent Permissions - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `Type` | extends [`SignerType`](../../../../../enums/API/Entities/Types/SignerType/SignerType.md) | - -## Properties - -### message - -• `Optional` **message**: `string` - -optional message explaining the reason for failure in special cases - -#### Defined in - -[api/entities/types.ts:721](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L721) - -___ - -### missingPermissions - -• `Optional` **missingPermissions**: `Type` extends [`Account`](../../../../../enums/API/Entities/Types/SignerType/SignerType.md#account) ? [`SimplePermissions`](../SimplePermissions/SimplePermissions.md) : ``null`` \| [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag)[] - -required permissions which the signer *DOESN'T* have. Only present if `result` is `false` - -#### Defined in - -[api/entities/types.ts:713](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L713) - -___ - -### result - -• **result**: `boolean` - -whether the signer complies with the required permissions or not - -#### Defined in - -[api/entities/types.ts:717](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L717) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md deleted file mode 100644 index 3e8715b991..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -id: "CheckRolesResult" -title: "Interface: CheckRolesResult" -sidebar_label: "CheckRolesResult" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).CheckRolesResult - -Result of a `checkRoles` call - -## Properties - -### message - -• `Optional` **message**: `string` - -optional message explaining the reason for failure in special cases - -#### Defined in - -[api/entities/types.ts:701](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L701) - -___ - -### missingRoles - -• `Optional` **missingRoles**: [`Role`](../../../../../modules/API/Procedures/Types/Types.md#role)[] - -required roles which the Identity *DOESN'T* have. Only present if `result` is `false` - -#### Defined in - -[api/entities/types.ts:693](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L693) - -___ - -### result - -• **result**: `boolean` - -whether the signer possesses all the required roles or not - -#### Defined in - -[api/entities/types.ts:697](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L697) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/CheckpointWithData/CheckpointWithData.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/CheckpointWithData/CheckpointWithData.md deleted file mode 100644 index 40dde0b2df..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/CheckpointWithData/CheckpointWithData.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "CheckpointWithData" -title: "Interface: CheckpointWithData" -sidebar_label: "CheckpointWithData" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).CheckpointWithData - -## Properties - -### checkpoint - -• **checkpoint**: [`Checkpoint`](../../../../../classes/API/Entities/Checkpoint/Checkpoint.md) - -#### Defined in - -[api/entities/types.ts:759](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L759) - -___ - -### createdAt - -• **createdAt**: `Date` - -#### Defined in - -[api/entities/types.ts:760](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L760) - -___ - -### totalSupply - -• **totalSupply**: `BigNumber` - -#### Defined in - -[api/entities/types.ts:761](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L761) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md deleted file mode 100644 index a09620c4f4..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -id: "ClaimCountTransferRestriction" -title: "Interface: ClaimCountTransferRestriction" -sidebar_label: "ClaimCountTransferRestriction" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ClaimCountTransferRestriction - -## Hierarchy - -- `TransferRestrictionBase` - - ↳ **`ClaimCountTransferRestriction`** - -## Properties - -### claim - -• **claim**: [`InputStatClaim`](../../../../../modules/API/Entities/Types/Types.md#inputstatclaim) - -The type of investors this restriction applies to. e.g. non-accredited - -#### Defined in - -[api/entities/types.ts:504](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L504) - -___ - -### exemptedIds - -• `Optional` **exemptedIds**: `string`[] - -array of Identity IDs that are exempted from the Restriction - -#### Inherited from - -TransferRestrictionBase.exemptedIds - -#### Defined in - -[api/entities/types.ts:487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L487) - -___ - -### issuer - -• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/types.ts:514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L514) - -___ - -### max - -• `Optional` **max**: `BigNumber` - -The maximum amount of investors that must meet the Claim criteria - -#### Defined in - -[api/entities/types.ts:512](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L512) - -___ - -### min - -• **min**: `BigNumber` - -The minimum amount of investors the must meet the Claim criteria - -#### Defined in - -[api/entities/types.ts:508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L508) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ClaimData/ClaimData.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ClaimData/ClaimData.md deleted file mode 100644 index a99418147b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ClaimData/ClaimData.md +++ /dev/null @@ -1,73 +0,0 @@ ---- -id: "ClaimData" -title: "Interface: ClaimData" -sidebar_label: "ClaimData" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ClaimData - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `ClaimType` | [`Claim`](../../../../../modules/API/Entities/Types/Types.md#claim) | - -## Properties - -### claim - -• **claim**: `ClaimType` - -#### Defined in - -[api/entities/types.ts:239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L239) - -___ - -### expiry - -• **expiry**: ``null`` \| `Date` - -#### Defined in - -[api/entities/types.ts:238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L238) - -___ - -### issuedAt - -• **issuedAt**: `Date` - -#### Defined in - -[api/entities/types.ts:236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L236) - -___ - -### issuer - -• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/types.ts:235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L235) - -___ - -### lastUpdatedAt - -• **lastUpdatedAt**: `Date` - -#### Defined in - -[api/entities/types.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L237) - -___ - -### target - -• **target**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/types.ts:234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L234) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md deleted file mode 100644 index be2a362878..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -id: "ClaimPercentageTransferRestriction" -title: "Interface: ClaimPercentageTransferRestriction" -sidebar_label: "ClaimPercentageTransferRestriction" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ClaimPercentageTransferRestriction - -## Hierarchy - -- `TransferRestrictionBase` - - ↳ **`ClaimPercentageTransferRestriction`** - -## Properties - -### claim - -• **claim**: [`InputStatClaim`](../../../../../modules/API/Entities/Types/Types.md#inputstatclaim) - -The type of investors this restriction applies to. e.g. Canadian investor - -#### Defined in - -[api/entities/types.ts:520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L520) - -___ - -### exemptedIds - -• `Optional` **exemptedIds**: `string`[] - -array of Identity IDs that are exempted from the Restriction - -#### Inherited from - -TransferRestrictionBase.exemptedIds - -#### Defined in - -[api/entities/types.ts:487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L487) - -___ - -### issuer - -• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/types.ts:530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L530) - -___ - -### max - -• **max**: `BigNumber` - -The maximum percentage of the total supply that investors meeting the Claim criteria must hold - -#### Defined in - -[api/entities/types.ts:528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L528) - -___ - -### min - -• **min**: `BigNumber` - -The minimum percentage of the total supply that investors meeting the Claim criteria must hold - -#### Defined in - -[api/entities/types.ts:524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L524) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ClaimScope/ClaimScope.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ClaimScope/ClaimScope.md deleted file mode 100644 index be45f70edf..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ClaimScope/ClaimScope.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "ClaimScope" -title: "Interface: ClaimScope" -sidebar_label: "ClaimScope" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ClaimScope - -## Properties - -### scope - -• **scope**: ``null`` \| [`Scope`](../Scope/Scope.md) - -#### Defined in - -[api/entities/types.ts:296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L296) - -___ - -### ticker - -• `Optional` **ticker**: `string` - -#### Defined in - -[api/entities/types.ts:297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L297) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ClaimTarget/ClaimTarget.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ClaimTarget/ClaimTarget.md deleted file mode 100644 index 401e02645f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ClaimTarget/ClaimTarget.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "ClaimTarget" -title: "Interface: ClaimTarget" -sidebar_label: "ClaimTarget" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ClaimTarget - -## Properties - -### claim - -• **claim**: [`Claim`](../../../../../modules/API/Entities/Types/Types.md#claim) - -#### Defined in - -[api/entities/types.ts:419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L419) - -___ - -### expiry - -• `Optional` **expiry**: `Date` - -#### Defined in - -[api/entities/types.ts:420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L420) - -___ - -### target - -• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/types.ts:418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L418) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/Compliance/Compliance.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/Compliance/Compliance.md deleted file mode 100644 index 98c51126b1..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/Compliance/Compliance.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "Compliance" -title: "Interface: Compliance" -sidebar_label: "Compliance" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).Compliance - -## Properties - -### complies - -• **complies**: `boolean` - -#### Defined in - -[api/entities/types.ts:414](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L414) - -___ - -### requirements - -• **requirements**: [`RequirementCompliance`](../RequirementCompliance/RequirementCompliance.md)[] - -#### Defined in - -[api/entities/types.ts:413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L413) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md deleted file mode 100644 index 63a19b0a30..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "ComplianceRequirements" -title: "Interface: ComplianceRequirements" -sidebar_label: "ComplianceRequirements" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ComplianceRequirements - -## Properties - -### defaultTrustedClaimIssuers - -• **defaultTrustedClaimIssuers**: [`TrustedClaimIssuer`](../TrustedClaimIssuer/TrustedClaimIssuer.md)\<``false``\>[] - -used for conditions where no trusted claim issuers were specified - -#### Defined in - -[api/entities/types.ts:396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L396) - -___ - -### requirements - -• **requirements**: [`Requirement`](../Requirement/Requirement.md)[] - -#### Defined in - -[api/entities/types.ts:392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L392) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ConditionBase/ConditionBase.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ConditionBase/ConditionBase.md deleted file mode 100644 index bee158515e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ConditionBase/ConditionBase.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "ConditionBase" -title: "Interface: ConditionBase" -sidebar_label: "ConditionBase" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ConditionBase - -## Properties - -### target - -• **target**: [`ConditionTarget`](../../../../../enums/API/Entities/Types/ConditionTarget/ConditionTarget.md) - -#### Defined in - -[api/entities/types.ts:329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L329) - -___ - -### trustedClaimIssuers - -• `Optional` **trustedClaimIssuers**: [`TrustedClaimIssuer`](../TrustedClaimIssuer/TrustedClaimIssuer.md)\<``false``\>[] - -if undefined, the default trusted claim issuers for the Asset are used - -#### Defined in - -[api/entities/types.ts:333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L333) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ConditionCompliance/ConditionCompliance.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ConditionCompliance/ConditionCompliance.md deleted file mode 100644 index 62747127a9..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ConditionCompliance/ConditionCompliance.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "ConditionCompliance" -title: "Interface: ConditionCompliance" -sidebar_label: "ConditionCompliance" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ConditionCompliance - -## Properties - -### complies - -• **complies**: `boolean` - -#### Defined in - -[api/entities/types.ts:403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L403) - -___ - -### condition - -• **condition**: [`Condition`](../../../../../modules/API/Entities/Types/Types.md#condition) - -#### Defined in - -[api/entities/types.ts:402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L402) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md deleted file mode 100644 index 6626ac31e9..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -id: "CountTransferRestriction" -title: "Interface: CountTransferRestriction" -sidebar_label: "CountTransferRestriction" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).CountTransferRestriction - -## Hierarchy - -- `TransferRestrictionBase` - - ↳ **`CountTransferRestriction`** - -## Properties - -### count - -• **count**: `BigNumber` - -#### Defined in - -[api/entities/types.ts:491](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L491) - -___ - -### exemptedIds - -• `Optional` **exemptedIds**: `string`[] - -array of Identity IDs that are exempted from the Restriction - -#### Inherited from - -TransferRestrictionBase.exemptedIds - -#### Defined in - -[api/entities/types.ts:487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L487) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/CustomClaim/CustomClaim.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/CustomClaim/CustomClaim.md deleted file mode 100644 index 49f4c5f0e8..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/CustomClaim/CustomClaim.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "CustomClaim" -title: "Interface: CustomClaim" -sidebar_label: "CustomClaim" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).CustomClaim - -## Properties - -### customClaimTypeId - -• **customClaimTypeId**: `BigNumber` - -#### Defined in - -[api/entities/types.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L210) - -___ - -### scope - -• **scope**: [`Scope`](../Scope/Scope.md) - -#### Defined in - -[api/entities/types.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L209) - -___ - -### type - -• **type**: [`Custom`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#custom) - -#### Defined in - -[api/entities/types.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L208) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/DistributionPayment/DistributionPayment.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/DistributionPayment/DistributionPayment.md deleted file mode 100644 index 6d86e612af..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/DistributionPayment/DistributionPayment.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -id: "DistributionPayment" -title: "Interface: DistributionPayment" -sidebar_label: "DistributionPayment" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).DistributionPayment - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Defined in - -[api/entities/types.ts:588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L588) - -___ - -### blockHash - -• **blockHash**: `string` - -#### Defined in - -[api/entities/types.ts:585](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L585) - -___ - -### blockNumber - -• **blockNumber**: `BigNumber` - -#### Defined in - -[api/entities/types.ts:584](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L584) - -___ - -### date - -• **date**: `Date` - -#### Defined in - -[api/entities/types.ts:586](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L586) - -___ - -### target - -• **target**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/types.ts:587](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L587) - -___ - -### withheldTax - -• **withheldTax**: `BigNumber` - -percentage (0-100) of tax withholding for the `target` identity - -#### Defined in - -[api/entities/types.ts:592](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L592) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md deleted file mode 100644 index 1f92248c47..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "DistributionWithDetails" -title: "Interface: DistributionWithDetails" -sidebar_label: "DistributionWithDetails" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).DistributionWithDetails - -## Properties - -### details - -• **details**: [`DividendDistributionDetails`](../../DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md) - -#### Defined in - -[api/entities/types.ts:580](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L580) - -___ - -### distribution - -• **distribution**: [`DividendDistribution`](../../../../../classes/API/Entities/DividendDistribution/DividendDistribution.md) - -#### Defined in - -[api/entities/types.ts:579](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L579) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ExemptedClaim/ExemptedClaim.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ExemptedClaim/ExemptedClaim.md deleted file mode 100644 index ddbdfd0ccd..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ExemptedClaim/ExemptedClaim.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "ExemptedClaim" -title: "Interface: ExemptedClaim" -sidebar_label: "ExemptedClaim" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ExemptedClaim - -## Properties - -### scope - -• **scope**: [`Scope`](../Scope/Scope.md) - -#### Defined in - -[api/entities/types.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L204) - -___ - -### type - -• **type**: [`Exempted`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#exempted) - -#### Defined in - -[api/entities/types.ts:203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L203) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ExternalAgentCondition/ExternalAgentCondition.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ExternalAgentCondition/ExternalAgentCondition.md deleted file mode 100644 index cfe952285c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ExternalAgentCondition/ExternalAgentCondition.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "ExternalAgentCondition" -title: "Interface: ExternalAgentCondition" -sidebar_label: "ExternalAgentCondition" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ExternalAgentCondition - -## Properties - -### type - -• **type**: [`IsExternalAgent`](../../../../../enums/API/Entities/Types/ConditionType/ConditionType.md#isexternalagent) - -#### Defined in - -[api/entities/types.ts:362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L362) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md deleted file mode 100644 index f9bbc2ea54..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -id: "FungiblePortfolioMovement" -title: "Interface: FungiblePortfolioMovement" -sidebar_label: "FungiblePortfolioMovement" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).FungiblePortfolioMovement - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Defined in - -[api/entities/types.ts:806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L806) - -___ - -### asset - -• **asset**: `string` \| [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -#### Defined in - -[api/entities/types.ts:805](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L805) - -___ - -### memo - -• `Optional` **memo**: `string` - -identifier string to help differentiate transfers - -#### Defined in - -[api/entities/types.ts:810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L810) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/IdentityCondition/IdentityCondition.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/IdentityCondition/IdentityCondition.md deleted file mode 100644 index ab36d5b576..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/IdentityCondition/IdentityCondition.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "IdentityCondition" -title: "Interface: IdentityCondition" -sidebar_label: "IdentityCondition" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).IdentityCondition - -## Properties - -### identity - -• **identity**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/types.ts:358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L358) - -___ - -### type - -• **type**: [`IsIdentity`](../../../../../enums/API/Entities/Types/ConditionType/ConditionType.md#isidentity) - -#### Defined in - -[api/entities/types.ts:357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L357) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md deleted file mode 100644 index 03e5d4db83..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "IdentityWithClaims" -title: "Interface: IdentityWithClaims" -sidebar_label: "IdentityWithClaims" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).IdentityWithClaims - -## Properties - -### claims - -• **claims**: [`ClaimData`](../ClaimData/ClaimData.md)\<[`Claim`](../../../../../modules/API/Entities/Types/Types.md#claim)\>[] - -#### Defined in - -[api/entities/types.ts:292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L292) - -___ - -### identity - -• **identity**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/types.ts:291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L291) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/JurisdictionClaim/JurisdictionClaim.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/JurisdictionClaim/JurisdictionClaim.md deleted file mode 100644 index 3f3507011e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/JurisdictionClaim/JurisdictionClaim.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "JurisdictionClaim" -title: "Interface: JurisdictionClaim" -sidebar_label: "JurisdictionClaim" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).JurisdictionClaim - -## Properties - -### code - -• **code**: [`CountryCode`](../../../../../enums/Generated/Types/CountryCode/CountryCode.md) - -#### Defined in - -[api/entities/types.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L198) - -___ - -### scope - -• **scope**: [`Scope`](../Scope/Scope.md) - -#### Defined in - -[api/entities/types.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L199) - -___ - -### type - -• **type**: [`Jurisdiction`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#jurisdiction) - -#### Defined in - -[api/entities/types.ts:197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L197) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/KycClaim/KycClaim.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/KycClaim/KycClaim.md deleted file mode 100644 index 70f57eac32..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/KycClaim/KycClaim.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "KycClaim" -title: "Interface: KycClaim" -sidebar_label: "KycClaim" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).KycClaim - -## Properties - -### scope - -• **scope**: [`Scope`](../Scope/Scope.md) - -#### Defined in - -[api/entities/types.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L193) - -___ - -### type - -• **type**: [`KnowYourCustomer`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#knowyourcustomer) - -#### Defined in - -[api/entities/types.ts:192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L192) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/MultiClaimCondition/MultiClaimCondition.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/MultiClaimCondition/MultiClaimCondition.md deleted file mode 100644 index 67def8f265..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/MultiClaimCondition/MultiClaimCondition.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "MultiClaimCondition" -title: "Interface: MultiClaimCondition" -sidebar_label: "MultiClaimCondition" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).MultiClaimCondition - -## Properties - -### claims - -• **claims**: [`Claim`](../../../../../modules/API/Entities/Types/Types.md#claim)[] - -#### Defined in - -[api/entities/types.ts:353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L353) - -___ - -### type - -• **type**: [`IsAnyOf`](../../../../../enums/API/Entities/Types/ConditionType/ConditionType.md#isanyof) \| [`IsNoneOf`](../../../../../enums/API/Entities/Types/ConditionType/ConditionType.md#isnoneof) - -#### Defined in - -[api/entities/types.ts:352](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L352) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/OfferingWithDetails/OfferingWithDetails.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/OfferingWithDetails/OfferingWithDetails.md deleted file mode 100644 index 664f1b3e70..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/OfferingWithDetails/OfferingWithDetails.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "OfferingWithDetails" -title: "Interface: OfferingWithDetails" -sidebar_label: "OfferingWithDetails" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).OfferingWithDetails - -## Properties - -### details - -• **details**: [`OfferingDetails`](../../Offering/Types/OfferingDetails/OfferingDetails.md) - -#### Defined in - -[api/entities/types.ts:755](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L755) - -___ - -### offering - -• **offering**: [`Offering`](../../../../../classes/API/Entities/Offering/Offering.md) - -#### Defined in - -[api/entities/types.ts:754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L754) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md deleted file mode 100644 index aa0a977f7d..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "PaginationOptions" -title: "Interface: PaginationOptions" -sidebar_label: "PaginationOptions" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).PaginationOptions - -## Properties - -### size - -• **size**: `BigNumber` - -#### Defined in - -[api/entities/types.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L86) - -___ - -### start - -• `Optional` **start**: `string` - -#### Defined in - -[api/entities/types.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L87) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md deleted file mode 100644 index 8c9f52c4d9..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -id: "PercentageTransferRestriction" -title: "Interface: PercentageTransferRestriction" -sidebar_label: "PercentageTransferRestriction" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).PercentageTransferRestriction - -## Hierarchy - -- `TransferRestrictionBase` - - ↳ **`PercentageTransferRestriction`** - -## Properties - -### exemptedIds - -• `Optional` **exemptedIds**: `string`[] - -array of Identity IDs that are exempted from the Restriction - -#### Inherited from - -TransferRestrictionBase.exemptedIds - -#### Defined in - -[api/entities/types.ts:487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L487) - -___ - -### percentage - -• **percentage**: `BigNumber` - -maximum percentage (0-100) of the total supply of the Asset that can be held by a single investor at once - -#### Defined in - -[api/entities/types.ts:498](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L498) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/PermissionGroups/PermissionGroups.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/PermissionGroups/PermissionGroups.md deleted file mode 100644 index 6a4484ee4e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/PermissionGroups/PermissionGroups.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "PermissionGroups" -title: "Interface: PermissionGroups" -sidebar_label: "PermissionGroups" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).PermissionGroups - -All Permission Groups of a specific Asset, separated by `known` and `custom` - -## Properties - -### custom - -• **custom**: [`CustomPermissionGroup`](../../../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md)[] - -#### Defined in - -[api/entities/types.ts:665](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L665) - -___ - -### known - -• **known**: [`KnownPermissionGroup`](../../../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md)[] - -#### Defined in - -[api/entities/types.ts:664](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L664) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md deleted file mode 100644 index 2859ae272a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "PermissionedAccount" -title: "Interface: PermissionedAccount" -sidebar_label: "PermissionedAccount" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).PermissionedAccount - -## Properties - -### account - -• **account**: [`Account`](../../../../../classes/API/Entities/Account/Account.md) \| [`MultiSig`](../../../../../classes/API/Entities/Account/MultiSig/MultiSig.md) - -#### Defined in - -[api/entities/types.ts:765](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L765) - -___ - -### permissions - -• **permissions**: [`Permissions`](../Permissions/Permissions.md) - -#### Defined in - -[api/entities/types.ts:766](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L766) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/Permissions/Permissions.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/Permissions/Permissions.md deleted file mode 100644 index 77211dac1d..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/Permissions/Permissions.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -id: "Permissions" -title: "Interface: Permissions" -sidebar_label: "Permissions" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).Permissions - -Permissions a Secondary Key has over the Identity. A null value means the key has - all permissions of that type (e.g. if `assets` is null, the key has permissions over all - of the Identity's Assets) - -## Properties - -### assets - -• **assets**: ``null`` \| [`SectionPermissions`](../SectionPermissions/SectionPermissions.md)\<[`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md)\> - -Assets over which this key has permissions - -#### Defined in - -[api/entities/types.ts:638](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L638) - -___ - -### portfolios - -• **portfolios**: ``null`` \| [`SectionPermissions`](../SectionPermissions/SectionPermissions.md)\<[`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md)\> - -#### Defined in - -[api/entities/types.ts:652](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L652) - -___ - -### transactionGroups - -• **transactionGroups**: [`TxGroup`](../../../../../enums/API/Procedures/Types/TxGroup/TxGroup.md)[] - -list of Transaction Groups this key can execute. Having permissions over a TxGroup - means having permissions over every TxTag in said group. Partial group permissions are not - covered by this value. For a full picture of transaction permissions, see the `transactions` property - -NOTE: If transactions is null, ignore this value - -#### Defined in - -[api/entities/types.ts:650](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L650) - -___ - -### transactions - -• **transactions**: ``null`` \| [`TransactionPermissions`](../TransactionPermissions/TransactionPermissions.md) - -Transactions this key can execute - -#### Defined in - -[api/entities/types.ts:642](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L642) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/Requirement/Requirement.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/Requirement/Requirement.md deleted file mode 100644 index e3f7626efd..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/Requirement/Requirement.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "Requirement" -title: "Interface: Requirement" -sidebar_label: "Requirement" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).Requirement - -## Properties - -### conditions - -• **conditions**: [`Condition`](../../../../../modules/API/Entities/Types/Types.md#condition)[] - -#### Defined in - -[api/entities/types.ts:388](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L388) - -___ - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/types.ts:387](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L387) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/RequirementCompliance/RequirementCompliance.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/RequirementCompliance/RequirementCompliance.md deleted file mode 100644 index b524684899..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/RequirementCompliance/RequirementCompliance.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "RequirementCompliance" -title: "Interface: RequirementCompliance" -sidebar_label: "RequirementCompliance" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).RequirementCompliance - -## Properties - -### complies - -• **complies**: `boolean` - -#### Defined in - -[api/entities/types.ts:409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L409) - -___ - -### conditions - -• **conditions**: [`ConditionCompliance`](../ConditionCompliance/ConditionCompliance.md)[] - -#### Defined in - -[api/entities/types.ts:408](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L408) - -___ - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/types.ts:407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L407) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ResultSet/ResultSet.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ResultSet/ResultSet.md deleted file mode 100644 index 5811da7652..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ResultSet/ResultSet.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "ResultSet" -title: "Interface: ResultSet" -sidebar_label: "ResultSet" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ResultSet - -## Type parameters - -| Name | -| :------ | -| `T` | - -## Properties - -### count - -• `Optional` **count**: `BigNumber` - -**`Note`** - -methods will have `count` defined when middleware is configured, but be undefined otherwise. This happens when the chain node is queried directly - -#### Defined in - -[api/entities/types.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L98) - -___ - -### data - -• **data**: `T`[] - -#### Defined in - -[api/entities/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L93) - -___ - -### next - -• **next**: [`NextKey`](../../../../../modules/API/Entities/Types/Types.md#nextkey) - -#### Defined in - -[api/entities/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L94) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md deleted file mode 100644 index 249e5a6758..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "ScheduleWithDetails" -title: "Interface: ScheduleWithDetails" -sidebar_label: "ScheduleWithDetails" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ScheduleWithDetails - -## Properties - -### details - -• **details**: [`ScheduleDetails`](../../CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md) - -#### Defined in - -[api/entities/types.ts:575](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L575) - -___ - -### schedule - -• **schedule**: [`CheckpointSchedule`](../../../../../classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md) - -#### Defined in - -[api/entities/types.ts:574](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L574) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/Scope/Scope.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/Scope/Scope.md deleted file mode 100644 index 1ac278d2b1..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/Scope/Scope.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "Scope" -title: "Interface: Scope" -sidebar_label: "Scope" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).Scope - -## Properties - -### type - -• **type**: [`ScopeType`](../../../../../enums/API/Entities/Types/ScopeType/ScopeType.md) - -#### Defined in - -[api/entities/types.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L149) - -___ - -### value - -• **value**: `string` - -#### Defined in - -[api/entities/types.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L150) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md deleted file mode 100644 index cd8c6725c5..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -id: "SectionPermissions" -title: "Interface: SectionPermissions" -sidebar_label: "SectionPermissions" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).SectionPermissions - -Signer/agent permissions for a specific type - -## Type parameters - -| Name | Description | -| :------ | :------ | -| `T` | type of Permissions (Asset, Transaction, Portfolio, etc) | - -## Hierarchy - -- **`SectionPermissions`** - - ↳ [`TransactionPermissions`](../TransactionPermissions/TransactionPermissions.md) - -## Properties - -### type - -• **type**: [`PermissionType`](../../../../../enums/API/Entities/Types/PermissionType/PermissionType.md) - -Whether the permissions are inclusive or exclusive - -#### Defined in - -[api/entities/types.ts:613](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L613) - -___ - -### values - -• **values**: `T`[] - -Values to be included/excluded - -#### Defined in - -[api/entities/types.ts:609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L609) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/SellLockupClaim/SellLockupClaim.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/SellLockupClaim/SellLockupClaim.md deleted file mode 100644 index aae3320f5c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/SellLockupClaim/SellLockupClaim.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SellLockupClaim" -title: "Interface: SellLockupClaim" -sidebar_label: "SellLockupClaim" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).SellLockupClaim - -## Properties - -### scope - -• **scope**: [`Scope`](../Scope/Scope.md) - -#### Defined in - -[api/entities/types.ts:183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L183) - -___ - -### type - -• **type**: [`SellLockup`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#selllockup) - -#### Defined in - -[api/entities/types.ts:182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L182) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/SignerValue/SignerValue.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/SignerValue/SignerValue.md deleted file mode 100644 index e263c121e2..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/SignerValue/SignerValue.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "SignerValue" -title: "Interface: SignerValue" -sidebar_label: "SignerValue" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).SignerValue - -## Properties - -### type - -• **type**: [`SignerType`](../../../../../enums/API/Entities/Types/SignerType/SignerType.md) - -whether the signer is an Account or Identity - -#### Defined in - -[api/entities/types.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L112) - -___ - -### value - -• **value**: `string` - -address or DID (depending on whether the signer is an Account or Identity) - -#### Defined in - -[api/entities/types.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L116) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md deleted file mode 100644 index 1f3194e242..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -id: "SimplePermissions" -title: "Interface: SimplePermissions" -sidebar_label: "SimplePermissions" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).SimplePermissions - -This represents positive permissions (i.e. only "includes"). It is used - for specifying procedure requirements and querying if an Account has certain - permissions. Null values represent full permissions in that category - -## Properties - -### assets - -• `Optional` **assets**: ``null`` \| [`BaseAsset`](../../../../../classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md)[] - -list of required Asset permissions - -#### Defined in - -[api/entities/types.ts:677](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L677) - -___ - -### portfolios - -• `Optional` **portfolios**: ``null`` \| ([`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md))[] - -#### Defined in - -[api/entities/types.ts:683](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L683) - -___ - -### transactions - -• `Optional` **transactions**: ``null`` \| [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag)[] - -list of required Transaction permissions - -#### Defined in - -[api/entities/types.ts:681](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L681) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/SingleClaimCondition/SingleClaimCondition.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/SingleClaimCondition/SingleClaimCondition.md deleted file mode 100644 index 3e6345c4ef..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/SingleClaimCondition/SingleClaimCondition.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SingleClaimCondition" -title: "Interface: SingleClaimCondition" -sidebar_label: "SingleClaimCondition" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).SingleClaimCondition - -## Properties - -### claim - -• **claim**: [`Claim`](../../../../../modules/API/Entities/Types/Types.md#claim) - -#### Defined in - -[api/entities/types.ts:348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L348) - -___ - -### type - -• **type**: [`IsPresent`](../../../../../enums/API/Entities/Types/ConditionType/ConditionType.md#ispresent) \| [`IsAbsent`](../../../../../enums/API/Entities/Types/ConditionType/ConditionType.md#isabsent) - -#### Defined in - -[api/entities/types.ts:347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L347) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md deleted file mode 100644 index 528ce5e3af..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "StatAccreditedClaimInput" -title: "Interface: StatAccreditedClaimInput" -sidebar_label: "StatAccreditedClaimInput" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).StatAccreditedClaimInput - -## Properties - -### accredited - -• **accredited**: `boolean` - -#### Defined in - -[api/entities/types.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L251) - -___ - -### type - -• **type**: [`Accredited`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#accredited) - -#### Defined in - -[api/entities/types.ts:250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L250) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md deleted file mode 100644 index 60c74f747f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "StatAffiliateClaimInput" -title: "Interface: StatAffiliateClaimInput" -sidebar_label: "StatAffiliateClaimInput" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).StatAffiliateClaimInput - -## Properties - -### affiliate - -• **affiliate**: `boolean` - -#### Defined in - -[api/entities/types.ts:256](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L256) - -___ - -### type - -• **type**: [`Affiliate`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#affiliate) - -#### Defined in - -[api/entities/types.ts:255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L255) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md deleted file mode 100644 index f3445a4f2b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "StatClaimIssuer" -title: "Interface: StatClaimIssuer" -sidebar_label: "StatClaimIssuer" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).StatClaimIssuer - -## Properties - -### claimType - -• **claimType**: [`StatClaimType`](../../../../../modules/API/Entities/Types/Types.md#statclaimtype) - -#### Defined in - -[api/entities/types.ts:553](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L553) - -___ - -### issuer - -• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/types.ts:552](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L552) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md deleted file mode 100644 index c435067406..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "StatJurisdictionClaimInput" -title: "Interface: StatJurisdictionClaimInput" -sidebar_label: "StatJurisdictionClaimInput" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).StatJurisdictionClaimInput - -## Properties - -### countryCode - -• `Optional` **countryCode**: [`CountryCode`](../../../../../enums/Generated/Types/CountryCode/CountryCode.md) - -#### Defined in - -[api/entities/types.ts:246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L246) - -___ - -### type - -• **type**: [`Jurisdiction`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#jurisdiction) - -#### Defined in - -[api/entities/types.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L245) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/TransactionPermissions/TransactionPermissions.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/TransactionPermissions/TransactionPermissions.md deleted file mode 100644 index b54bd7887d..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/TransactionPermissions/TransactionPermissions.md +++ /dev/null @@ -1,62 +0,0 @@ ---- -id: "TransactionPermissions" -title: "Interface: TransactionPermissions" -sidebar_label: "TransactionPermissions" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).TransactionPermissions - -Permissions related to Transactions. Can include/exclude individual transactions or entire modules - -## Hierarchy - -- [`SectionPermissions`](../SectionPermissions/SectionPermissions.md)\<[`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag) \| [`ModuleName`](../../../../../enums/Generated/Types/ModuleName/ModuleName.md)\> - - ↳ **`TransactionPermissions`** - -## Properties - -### exceptions - -• `Optional` **exceptions**: [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag)[] - -Transactions to be exempted from inclusion/exclusion. This allows more granularity when - setting permissions. For example, let's say we want to include only the `asset` and `staking` modules, - but exclude the `asset.registerTicker` transaction. We could add both modules to `values`, and add - `TxTags.asset.registerTicker` to `exceptions` - -#### Defined in - -[api/entities/types.ts:626](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L626) - -___ - -### type - -• **type**: [`PermissionType`](../../../../../enums/API/Entities/Types/PermissionType/PermissionType.md) - -Whether the permissions are inclusive or exclusive - -#### Inherited from - -[SectionPermissions](../SectionPermissions/SectionPermissions.md).[type](../SectionPermissions/SectionPermissions.md#type) - -#### Defined in - -[api/entities/types.ts:613](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L613) - -___ - -### values - -• **values**: ([`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag) \| [`ModuleName`](../../../../../enums/Generated/Types/ModuleName/ModuleName.md))[] - -Values to be included/excluded - -#### Inherited from - -[SectionPermissions](../SectionPermissions/SectionPermissions.md).[values](../SectionPermissions/SectionPermissions.md#values) - -#### Defined in - -[api/entities/types.ts:609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L609) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md deleted file mode 100644 index fb2d3164aa..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -id: "TrustedClaimIssuer" -title: "Interface: TrustedClaimIssuer" -sidebar_label: "TrustedClaimIssuer" ---- - -[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).TrustedClaimIssuer - -## Type parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `IsDefault` | extends `boolean` = ``false`` | whether the Identity is a default trusted claim issuer for an asset or just for a specific compliance condition. Defaults to false | - -## Properties - -### identity - -• **identity**: `IsDefault` extends ``true`` ? [`DefaultTrustedClaimIssuer`](../../../../../classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md) : [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/types.ts:305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L305) - -___ - -### trustedFor - -• **trustedFor**: ``null`` \| [`ClaimType`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md)[] - -a null value means that the issuer is trusted for all claim types - -#### Defined in - -[api/entities/types.ts:309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L309) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md deleted file mode 100644 index c54b3148d8..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "VenueDetails" -title: "Interface: VenueDetails" -sidebar_label: "VenueDetails" ---- - -[api/entities/Venue/types](../../../../../../modules/API/Entities/Venue/Types/Types.md).VenueDetails - -## Properties - -### description - -• **description**: `string` - -#### Defined in - -[api/entities/Venue/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Venue/types.ts#L26) - -___ - -### owner - -• **owner**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/Venue/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Venue/types.ts#L25) - -___ - -### type - -• **type**: [`VenueType`](../../../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) - -#### Defined in - -[api/entities/Venue/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Venue/types.ts#L24) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Venue/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Venue/UniqueIdentifiers/UniqueIdentifiers.md deleted file mode 100644 index f0a335579c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Entities/Venue/UniqueIdentifiers/UniqueIdentifiers.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "UniqueIdentifiers" -title: "Interface: UniqueIdentifiers" -sidebar_label: "UniqueIdentifiers" ---- - -[api/entities/Venue](../../../../../modules/API/Entities/Venue/Venue.md).UniqueIdentifiers - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/entities/Venue/index.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Venue/index.ts#L32) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md deleted file mode 100644 index dac92641f4..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "AcceptPrimaryKeyRotationParams" -title: "Interface: AcceptPrimaryKeyRotationParams" -sidebar_label: "AcceptPrimaryKeyRotationParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AcceptPrimaryKeyRotationParams - -## Properties - -### cddAuth - -• `Optional` **cddAuth**: [`AuthorizationRequest`](../../../../../classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md) \| `BigNumber` - -(optional) Authorization from a CDD service provider attesting the rotation of primary key - -#### Defined in - -[api/procedures/types.ts:574](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L574) - -___ - -### ownerAuth - -• **ownerAuth**: [`AuthorizationRequest`](../../../../../classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md) \| `BigNumber` - -Authorization from the owner who initiated the change - -#### Defined in - -[api/procedures/types.ts:570](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L570) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md deleted file mode 100644 index 45d302e381..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -id: "AddAssetRequirementParams" -title: "Interface: AddAssetRequirementParams" -sidebar_label: "AddAssetRequirementParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AddAssetRequirementParams - -## Properties - -### conditions - -• **conditions**: [`InputCondition`](../../../../../modules/API/Entities/Types/Types.md#inputcondition)[] - -array of conditions that form the requirement that must be added. - Conditions within a requirement are *AND* between them. This means that in order - for a transfer to comply with this requirement, it must fulfill *ALL* conditions - -#### Defined in - -[api/procedures/types.ts:1104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1104) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md deleted file mode 100644 index 0e47d0aeec..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "AddClaimsParams" -title: "Interface: AddClaimsParams" -sidebar_label: "AddClaimsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AddClaimsParams - -## Properties - -### claims - -• **claims**: [`ClaimTarget`](../../../Entities/Types/ClaimTarget/ClaimTarget.md)[] - -array of claims to be added - -#### Defined in - -[api/procedures/types.ts:732](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L732) - -___ - -### operation - -• **operation**: [`Add`](../../../../../enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md#add) - -#### Defined in - -[api/procedures/types.ts:733](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L733) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md deleted file mode 100644 index 4f0c395788..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "AddInstructionsParams" -title: "Interface: AddInstructionsParams" -sidebar_label: "AddInstructionsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AddInstructionsParams - -## Properties - -### instructions - -• **instructions**: [`AddInstructionParams`](../../../../../modules/API/Procedures/Types/Types.md#addinstructionparams)[] - -array of Instructions to be added in the Venue - -#### Defined in - -[api/procedures/types.ts:903](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L903) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md deleted file mode 100644 index a95565b739..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -id: "AddInvestorUniquenessClaimParams" -title: "Interface: AddInvestorUniquenessClaimParams" -sidebar_label: "AddInvestorUniquenessClaimParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AddInvestorUniquenessClaimParams - -## Properties - -### cddId - -• **cddId**: `string` - -#### Defined in - -[api/procedures/types.ts:765](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L765) - -___ - -### expiry - -• `Optional` **expiry**: `Date` - -#### Defined in - -[api/procedures/types.ts:768](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L768) - -___ - -### proof - -• **proof**: `string` \| [`ScopeClaimProof`](../ScopeClaimProof/ScopeClaimProof.md) - -#### Defined in - -[api/procedures/types.ts:766](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L766) - -___ - -### scope - -• **scope**: [`Scope`](../../../Entities/Types/Scope/Scope.md) - -#### Defined in - -[api/procedures/types.ts:764](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L764) - -___ - -### scopeId - -• **scopeId**: `string` - -#### Defined in - -[api/procedures/types.ts:767](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L767) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AssetBase/AssetBase.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AssetBase/AssetBase.md deleted file mode 100644 index b6f740ecdd..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AssetBase/AssetBase.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "AssetBase" -title: "Interface: AssetBase" -sidebar_label: "AssetBase" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AssetBase - -## Hierarchy - -- **`AssetBase`** - - ↳ [`TransactionsParams`](../TransactionsParams/TransactionsParams.md) - - ↳ [`TxGroupParams`](../TxGroupParams/TxGroupParams.md) - -## Properties - -### asset - -• **asset**: `string` \| [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -Asset over which the Identity will be granted permissions - -#### Defined in - -[api/procedures/types.ts:1429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1429) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md deleted file mode 100644 index 5fe56a3afc..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "AssetMediatorParams" -title: "Interface: AssetMediatorParams" -sidebar_label: "AssetMediatorParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AssetMediatorParams - -## Properties - -### mediators - -• **mediators**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] - -#### Defined in - -[api/procedures/types.ts:1545](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1545) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md deleted file mode 100644 index 9f743bf505..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -id: "AttestPrimaryKeyRotationParams" -title: "Interface: AttestPrimaryKeyRotationParams" -sidebar_label: "AttestPrimaryKeyRotationParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AttestPrimaryKeyRotationParams - -## Properties - -### expiry - -• `Optional` **expiry**: `Date` - -(optional) when the generated authorization should expire - -#### Defined in - -[api/procedures/types.ts:805](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L805) - -___ - -### identity - -• **identity**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -Identity or the DID of the Identity that is to be rotated - -#### Defined in - -[api/procedures/types.ts:800](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L800) - -___ - -### targetAccount - -• **targetAccount**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) - -The Account that will be attested to become the primary key of the `identity`. Can be ss58 encoded address or an instance of Account - -#### Defined in - -[api/procedures/types.ts:795](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L795) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CddProviderRole/CddProviderRole.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CddProviderRole/CddProviderRole.md deleted file mode 100644 index ace5d63041..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CddProviderRole/CddProviderRole.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "CddProviderRole" -title: "Interface: CddProviderRole" -sidebar_label: "CddProviderRole" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CddProviderRole - -## Properties - -### type - -• **type**: [`CddProvider`](../../../../../enums/API/Procedures/Types/RoleType/RoleType.md#cddprovider) - -#### Defined in - -[api/procedures/types.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L242) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md deleted file mode 100644 index dd0da6f934..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "ClaimCountRestrictionValue" -title: "Interface: ClaimCountRestrictionValue" -sidebar_label: "ClaimCountRestrictionValue" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ClaimCountRestrictionValue - -## Properties - -### claim - -• **claim**: [`InputStatClaim`](../../../../../modules/API/Entities/Types/Types.md#inputstatclaim) - -#### Defined in - -[api/procedures/types.ts:458](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L458) - -___ - -### issuer - -• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/procedures/types.ts:457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L457) - -___ - -### max - -• `Optional` **max**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L456) - -___ - -### min - -• **min**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L455) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md deleted file mode 100644 index 3934f85b6f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -id: "ClaimCountTransferRestrictionInput" -title: "Interface: ClaimCountTransferRestrictionInput" -sidebar_label: "ClaimCountTransferRestrictionInput" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ClaimCountTransferRestrictionInput - -## Hierarchy - -- `TransferRestrictionInputBase` - - ↳ **`ClaimCountTransferRestrictionInput`** - -## Properties - -### claim - -• **claim**: [`InputStatClaim`](../../../../../modules/API/Entities/Types/Types.md#inputstatclaim) - -#### Defined in - -[api/procedures/types.ts:508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L508) - -___ - -### exemptedIdentities - -• `Optional` **exemptedIdentities**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] - -array of Identities (or DIDs) that are exempted from the Restriction - -#### Inherited from - -TransferRestrictionInputBase.exemptedIdentities - -#### Defined in - -[api/procedures/types.ts:487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L487) - -___ - -### issuer - -• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/procedures/types.ts:507](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L507) - -___ - -### max - -• `Optional` **max**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:506](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L506) - -___ - -### min - -• **min**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:505](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L505) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md deleted file mode 100644 index ded0d5332e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "ClaimPercentageRestrictionValue" -title: "Interface: ClaimPercentageRestrictionValue" -sidebar_label: "ClaimPercentageRestrictionValue" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ClaimPercentageRestrictionValue - -## Properties - -### claim - -• **claim**: [`InputStatClaim`](../../../../../modules/API/Entities/Types/Types.md#inputstatclaim) - -#### Defined in - -[api/procedures/types.ts:465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L465) - -___ - -### issuer - -• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/procedures/types.ts:464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L464) - -___ - -### max - -• **max**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L463) - -___ - -### min - -• **min**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L462) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md deleted file mode 100644 index a7a6653972..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -id: "ClaimPercentageTransferRestrictionInput" -title: "Interface: ClaimPercentageTransferRestrictionInput" -sidebar_label: "ClaimPercentageTransferRestrictionInput" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ClaimPercentageTransferRestrictionInput - -## Hierarchy - -- `TransferRestrictionInputBase` - - ↳ **`ClaimPercentageTransferRestrictionInput`** - -## Properties - -### claim - -• **claim**: [`InputStatClaim`](../../../../../modules/API/Entities/Types/Types.md#inputstatclaim) - -#### Defined in - -[api/procedures/types.ts:514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L514) - -___ - -### exemptedIdentities - -• `Optional` **exemptedIdentities**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] - -array of Identities (or DIDs) that are exempted from the Restriction - -#### Inherited from - -TransferRestrictionInputBase.exemptedIdentities - -#### Defined in - -[api/procedures/types.ts:487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L487) - -___ - -### issuer - -• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/procedures/types.ts:513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L513) - -___ - -### max - -• **max**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:512](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L512) - -___ - -### min - -• **min**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:511](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L511) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md deleted file mode 100644 index ca89fe9259..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md +++ /dev/null @@ -1,153 +0,0 @@ ---- -id: "ConfigureDividendDistributionParams" -title: "Interface: ConfigureDividendDistributionParams" -sidebar_label: "ConfigureDividendDistributionParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ConfigureDividendDistributionParams - -## Properties - -### checkpoint - -• **checkpoint**: [`InputCaCheckpoint`](../../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) - -checkpoint to be used to calculate Dividends. If a Schedule is passed, the next Checkpoint it creates will be used. - If a Date is passed, a Checkpoint will be created at that date and used - -#### Defined in - -[api/procedures/types.ts:1200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1200) - -___ - -### currency - -• **currency**: `string` - -ticker of the currency in which Dividends will be distributed - -#### Defined in - -[api/procedures/types.ts:1208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1208) - -___ - -### declarationDate - -• `Optional` **declarationDate**: `Date` - -date at which the issuer publicly declared the Dividend Distribution. Optional, defaults to the current date - -#### Defined in - -[api/procedures/types.ts:1179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1179) - -___ - -### defaultTaxWithholding - -• `Optional` **defaultTaxWithholding**: `BigNumber` - -default percentage (0-100) of the Benefits to be held for tax purposes - -#### Defined in - -[api/procedures/types.ts:1190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1190) - -___ - -### description - -• **description**: `string` - -#### Defined in - -[api/procedures/types.ts:1180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1180) - -___ - -### expiryDate - -• `Optional` **expiryDate**: `Date` - -optional, defaults to never expiring - -#### Defined in - -[api/procedures/types.ts:1224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1224) - -___ - -### maxAmount - -• **maxAmount**: `BigNumber` - -maximum amount of `currency` to distribute in total - -#### Defined in - -[api/procedures/types.ts:1216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1216) - -___ - -### originPortfolio - -• `Optional` **originPortfolio**: `BigNumber` \| [`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) - -portfolio from which the Dividends will be distributed. Optional, defaults to the Dividend Distributions Agent's Default Portfolio - -#### Defined in - -[api/procedures/types.ts:1204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1204) - -___ - -### paymentDate - -• **paymentDate**: `Date` - -date from which Asset Holders can claim their Dividends - -#### Defined in - -[api/procedures/types.ts:1220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1220) - -___ - -### perShare - -• **perShare**: `BigNumber` - -amount of `currency` to distribute per each share of the Asset that a target holds - -#### Defined in - -[api/procedures/types.ts:1212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1212) - -___ - -### targets - -• `Optional` **targets**: [`InputCorporateActionTargets`](../../../../../modules/API/Procedures/Types/Types.md#inputcorporateactiontargets) - -Asset Holder Identities to be included (or excluded) from the Dividend Distribution. Inclusion/exclusion is controlled by the `treatment` - property. When the value is `Include`, all Asset Holders not present in the array are excluded, and vice-versa. If no value is passed, - the default value for the Asset is used. If there is no default value, all Asset Holders will be part of the Dividend Distribution - -#### Defined in - -[api/procedures/types.ts:1186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1186) - -___ - -### taxWithholdings - -• `Optional` **taxWithholdings**: [`InputCorporateActionTaxWithholdings`](../../../../../modules/API/Procedures/Types/Types.md#inputcorporateactiontaxwithholdings) - -percentage (0-100) of the Benefits to be held for tax purposes from individual Asset Holder Identities. - This overrides the value of `defaultTaxWithholding` - -#### Defined in - -[api/procedures/types.ts:1195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1195) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md deleted file mode 100644 index 89c4e4cc9b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "ControllerTransferParams" -title: "Interface: ControllerTransferParams" -sidebar_label: "ControllerTransferParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ControllerTransferParams - -## Properties - -### amount - -• **amount**: `BigNumber` - -amount of Asset tokens to transfer - -#### Defined in - -[api/procedures/types.ts:985](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L985) - -___ - -### originPortfolio - -• **originPortfolio**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) - -portfolio (or portfolio ID) from which Assets will be transferred - -#### Defined in - -[api/procedures/types.ts:981](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L981) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md deleted file mode 100644 index 422f134ecb..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -id: "CountTransferRestrictionInput" -title: "Interface: CountTransferRestrictionInput" -sidebar_label: "CountTransferRestrictionInput" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CountTransferRestrictionInput - -## Hierarchy - -- `TransferRestrictionInputBase` - - ↳ **`CountTransferRestrictionInput`** - -## Properties - -### count - -• **count**: `BigNumber` - -limit on the amount of different (unique) investors that can hold the Asset at once - -#### Defined in - -[api/procedures/types.ts:494](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L494) - -___ - -### exemptedIdentities - -• `Optional` **exemptedIdentities**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] - -array of Identities (or DIDs) that are exempted from the Restriction - -#### Inherited from - -TransferRestrictionInputBase.exemptedIdentities - -#### Defined in - -[api/procedures/types.ts:487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L487) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md deleted file mode 100644 index 377492f86e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md +++ /dev/null @@ -1,128 +0,0 @@ ---- -id: "CreateAssetParams" -title: "Interface: CreateAssetParams" -sidebar_label: "CreateAssetParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateAssetParams - -## Hierarchy - -- **`CreateAssetParams`** - - ↳ [`CreateAssetWithTickerParams`](../CreateAssetWithTickerParams/CreateAssetWithTickerParams.md) - -## Properties - -### assetType - -• **assetType**: `string` - -type of security that the Asset represents (e.g. Equity, Debt, Commodity). Common values are included in the - [KnownAssetType](../../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) enum, but custom values can be used as well. Custom values must be registered on-chain the first time - they're used, requiring an additional transaction. They aren't tied to a specific Asset - -#### Defined in - -[api/procedures/types.ts:621](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L621) - -___ - -### documents - -• `Optional` **documents**: [`AssetDocument`](../../../Entities/Asset/Types/AssetDocument/AssetDocument.md)[] - -#### Defined in - -[api/procedures/types.ts:630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L630) - -___ - -### fundingRound - -• `Optional` **fundingRound**: `string` - -(optional) funding round in which the Asset currently is (e.g. Series A, Series B) - -#### Defined in - -[api/procedures/types.ts:629](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L629) - -___ - -### initialStatistics - -• `Optional` **initialStatistics**: [`InputStatType`](../../../../../modules/API/Entities/Types/Types.md#inputstattype)[] - -(optional) type of statistics that should be enabled for the Asset - -Enabling statistics allows for TransferRestrictions to be made. For example the SEC requires registration for a company that -has either more than 2000 investors, or more than 500 non accredited investors. To prevent crossing this limit two restrictions are -needed, a `Count` of 2000, and a `ScopedCount` of non accredited with a maximum of 500. [source](https://www.sec.gov/info/smallbus/secg/jobs-act-section-12g-small-business-compliance-guide.htm) - -These restrictions require a `Count` and `ScopedCount` statistic to be created. Although they an be created after the Asset is made, it is recommended to create statistics -before the Asset is circulated. Count statistics made after Asset creation need their initial value set, so it is simpler to create them before investors hold the Asset. -If you do need to create a stat for an Asset after creation, you can use the [enableStat](../../../../../classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md#enablestat) method in -the appropriate namespace - -#### Defined in - -[api/procedures/types.ts:644](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L644) - -___ - -### initialSupply - -• `Optional` **initialSupply**: `BigNumber` - -amount of Asset tokens that will be minted on creation (optional, default doesn't mint) - -#### Defined in - -[api/procedures/types.ts:607](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L607) - -___ - -### isDivisible - -• **isDivisible**: `boolean` - -whether a single Asset token can be divided into decimal parts - -#### Defined in - -[api/procedures/types.ts:615](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L615) - -___ - -### name - -• **name**: `string` - -#### Defined in - -[api/procedures/types.ts:603](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L603) - -___ - -### portfolioId - -• `Optional` **portfolioId**: `BigNumber` - -portfolio to which the Asset tokens will be issued on creation (optional, default is the default portfolio) - -#### Defined in - -[api/procedures/types.ts:611](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L611) - -___ - -### securityIdentifiers - -• `Optional` **securityIdentifiers**: [`SecurityIdentifier`](../../../Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] - -array of domestic or international alphanumeric security identifiers for the Asset (e.g. ISIN, CUSIP, FIGI) - -#### Defined in - -[api/procedures/types.ts:625](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L625) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md deleted file mode 100644 index c94f7b352a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md +++ /dev/null @@ -1,174 +0,0 @@ ---- -id: "CreateAssetWithTickerParams" -title: "Interface: CreateAssetWithTickerParams" -sidebar_label: "CreateAssetWithTickerParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateAssetWithTickerParams - -## Hierarchy - -- [`CreateAssetParams`](../CreateAssetParams/CreateAssetParams.md) - - ↳ **`CreateAssetWithTickerParams`** - -## Properties - -### assetType - -• **assetType**: `string` - -type of security that the Asset represents (e.g. Equity, Debt, Commodity). Common values are included in the - [KnownAssetType](../../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) enum, but custom values can be used as well. Custom values must be registered on-chain the first time - they're used, requiring an additional transaction. They aren't tied to a specific Asset - -#### Inherited from - -[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[assetType](../CreateAssetParams/CreateAssetParams.md#assettype) - -#### Defined in - -[api/procedures/types.ts:621](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L621) - -___ - -### documents - -• `Optional` **documents**: [`AssetDocument`](../../../Entities/Asset/Types/AssetDocument/AssetDocument.md)[] - -#### Inherited from - -[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[documents](../CreateAssetParams/CreateAssetParams.md#documents) - -#### Defined in - -[api/procedures/types.ts:630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L630) - -___ - -### fundingRound - -• `Optional` **fundingRound**: `string` - -(optional) funding round in which the Asset currently is (e.g. Series A, Series B) - -#### Inherited from - -[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[fundingRound](../CreateAssetParams/CreateAssetParams.md#fundinground) - -#### Defined in - -[api/procedures/types.ts:629](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L629) - -___ - -### initialStatistics - -• `Optional` **initialStatistics**: [`InputStatType`](../../../../../modules/API/Entities/Types/Types.md#inputstattype)[] - -(optional) type of statistics that should be enabled for the Asset - -Enabling statistics allows for TransferRestrictions to be made. For example the SEC requires registration for a company that -has either more than 2000 investors, or more than 500 non accredited investors. To prevent crossing this limit two restrictions are -needed, a `Count` of 2000, and a `ScopedCount` of non accredited with a maximum of 500. [source](https://www.sec.gov/info/smallbus/secg/jobs-act-section-12g-small-business-compliance-guide.htm) - -These restrictions require a `Count` and `ScopedCount` statistic to be created. Although they an be created after the Asset is made, it is recommended to create statistics -before the Asset is circulated. Count statistics made after Asset creation need their initial value set, so it is simpler to create them before investors hold the Asset. -If you do need to create a stat for an Asset after creation, you can use the [enableStat](../../../../../classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md#enablestat) method in -the appropriate namespace - -#### Inherited from - -[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[initialStatistics](../CreateAssetParams/CreateAssetParams.md#initialstatistics) - -#### Defined in - -[api/procedures/types.ts:644](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L644) - -___ - -### initialSupply - -• `Optional` **initialSupply**: `BigNumber` - -amount of Asset tokens that will be minted on creation (optional, default doesn't mint) - -#### Inherited from - -[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[initialSupply](../CreateAssetParams/CreateAssetParams.md#initialsupply) - -#### Defined in - -[api/procedures/types.ts:607](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L607) - -___ - -### isDivisible - -• **isDivisible**: `boolean` - -whether a single Asset token can be divided into decimal parts - -#### Inherited from - -[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[isDivisible](../CreateAssetParams/CreateAssetParams.md#isdivisible) - -#### Defined in - -[api/procedures/types.ts:615](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L615) - -___ - -### name - -• **name**: `string` - -#### Inherited from - -[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[name](../CreateAssetParams/CreateAssetParams.md#name) - -#### Defined in - -[api/procedures/types.ts:603](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L603) - -___ - -### portfolioId - -• `Optional` **portfolioId**: `BigNumber` - -portfolio to which the Asset tokens will be issued on creation (optional, default is the default portfolio) - -#### Inherited from - -[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[portfolioId](../CreateAssetParams/CreateAssetParams.md#portfolioid) - -#### Defined in - -[api/procedures/types.ts:611](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L611) - -___ - -### securityIdentifiers - -• `Optional` **securityIdentifiers**: [`SecurityIdentifier`](../../../Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] - -array of domestic or international alphanumeric security identifiers for the Asset (e.g. ISIN, CUSIP, FIGI) - -#### Inherited from - -[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[securityIdentifiers](../CreateAssetParams/CreateAssetParams.md#securityidentifiers) - -#### Defined in - -[api/procedures/types.ts:625](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L625) - -___ - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/procedures/types.ts:659](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L659) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md deleted file mode 100644 index 1f3a3e1ae5..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "CreateCheckpointScheduleParams" -title: "Interface: CreateCheckpointScheduleParams" -sidebar_label: "CreateCheckpointScheduleParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateCheckpointScheduleParams - -## Properties - -### points - -• **points**: `Date`[] - -The points in time in the future for which to create checkpoints for - -#### Defined in - -[api/procedures/types.ts:1088](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1088) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md deleted file mode 100644 index ac6adf315c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "CreateChildIdentitiesParams" -title: "Interface: CreateChildIdentitiesParams" -sidebar_label: "CreateChildIdentitiesParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateChildIdentitiesParams - -## Properties - -### expiry - -• **expiry**: `Date` - -Expiry date of the signed authorization - -#### Defined in - -[api/procedures/types.ts:1533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1533) - -___ - -### secondaryKeys - -• **secondaryKeys**: (`string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md))[] - -The secondary keys that will become the primary keys of the new child Identities - -#### Defined in - -[api/procedures/types.ts:1529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1529) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md deleted file mode 100644 index b7fca1c5c0..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "CreateChildIdentityParams" -title: "Interface: CreateChildIdentityParams" -sidebar_label: "CreateChildIdentityParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateChildIdentityParams - -## Properties - -### secondaryKey - -• **secondaryKey**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) - -The secondary key that will become the primary key of the new child Identity - -#### Defined in - -[api/procedures/types.ts:1522](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1522) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md deleted file mode 100644 index bb7b3b5648..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "CreateGroupParams" -title: "Interface: CreateGroupParams" -sidebar_label: "CreateGroupParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateGroupParams - -## Properties - -### permissions - -• **permissions**: \{ `transactions`: [`TransactionPermissions`](../../../Entities/Types/TransactionPermissions/TransactionPermissions.md) } \| \{ `transactionGroups`: [`TxGroup`](../../../../../enums/API/Procedures/Types/TxGroup/TxGroup.md)[] } - -#### Defined in - -[api/procedures/types.ts:1275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1275) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md deleted file mode 100644 index 633722cf8c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "CreateMultiSigParams" -title: "Interface: CreateMultiSigParams" -sidebar_label: "CreateMultiSigParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateMultiSigParams - -## Properties - -### requiredSignatures - -• **requiredSignatures**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:1482](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1482) - -___ - -### signers - -• **signers**: [`Signer`](../../../../../modules/API/Entities/Types/Types.md#signer)[] - -#### Defined in - -[api/procedures/types.ts:1481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1481) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md deleted file mode 100644 index c9be338636..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md +++ /dev/null @@ -1,102 +0,0 @@ ---- -id: "CreateNftCollectionParams" -title: "Interface: CreateNftCollectionParams" -sidebar_label: "CreateNftCollectionParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateNftCollectionParams - -## Properties - -### collectionKeys - -• **collectionKeys**: [`CollectionKeyInput`](../../../../../modules/API/Procedures/Types/Types.md#collectionkeyinput)[] - -The required metadata values each NFT in the collection will have - -**`Note`** - -Images — Most Polymesh networks (mainnet, testnet, etc.) have global metadata keys registered to help standardize displaying images -If `imageUri` is specified as a collection key, then each token will need to be issued with an image URI. - -#### Defined in - -[api/procedures/types.ts:702](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L702) - -___ - -### documents - -• `Optional` **documents**: [`AssetDocument`](../../../Entities/Asset/Types/AssetDocument/AssetDocument.md)[] - -Links to off chain documents related to the NftCollection - -#### Defined in - -[api/procedures/types.ts:706](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L706) - -___ - -### fundingRound - -• `Optional` **fundingRound**: `string` - -A optional field that can be used to provide information about the funding state of the asset - -#### Defined in - -[api/procedures/types.ts:711](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L711) - -___ - -### name - -• `Optional` **name**: `string` - -The collection name. defaults to `ticker` - -#### Defined in - -[api/procedures/types.ts:686](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L686) - -___ - -### nftType - -• **nftType**: `string` \| `BigNumber` - -**`Throws`** - -if provided string that does not have a custom type - -**`Throws`** - -if provided a BigNumber that does not correspond to a custom type - -#### Defined in - -[api/procedures/types.ts:691](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L691) - -___ - -### securityIdentifiers - -• `Optional` **securityIdentifiers**: [`SecurityIdentifier`](../../../Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] - -array of domestic or international alphanumeric security identifiers for the Asset (e.g. ISIN, CUSIP, FIGI) - -#### Defined in - -[api/procedures/types.ts:695](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L695) - -___ - -### ticker - -• **ticker**: `string` - -The primary identifier for the collection. The ticker must either be free, or the signer has appropriate permissions if reserved - -#### Defined in - -[api/procedures/types.ts:682](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L682) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md deleted file mode 100644 index 9716ad556f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -id: "CreateTransactionBatchParams" -title: "Interface: CreateTransactionBatchParams" -sidebar_label: "CreateTransactionBatchParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateTransactionBatchParams - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValues` | extends readonly [...unknown[]] | - -## Properties - -### transactions - -• **transactions**: `Readonly`\<[`TransactionArray`](../../../../../modules/API/Procedures/Types/Types.md#transactionarray)\<`ReturnValues`\>\> - -#### Defined in - -[api/procedures/types.ts:1477](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1477) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md deleted file mode 100644 index a964e74b71..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md +++ /dev/null @@ -1,65 +0,0 @@ ---- -id: "CreateTransactionBatchProcedureMethod" -title: "Interface: CreateTransactionBatchProcedureMethod" -sidebar_label: "CreateTransactionBatchProcedureMethod" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateTransactionBatchProcedureMethod - -## Callable - -### CreateTransactionBatchProcedureMethod - -▸ **CreateTransactionBatchProcedureMethod**\<`ReturnValues`\>(`args`, `opts?`): `Promise`\<[`PolymeshTransactionBatch`](../../../../../classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md)\<`ReturnValues`, `ReturnValues`, `unknown`[][]\>\> - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValues` | extends readonly `unknown`[] | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateTransactionBatchParams`](../CreateTransactionBatchParams/CreateTransactionBatchParams.md)\<`ReturnValues`\> | -| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`PolymeshTransactionBatch`](../../../../../classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md)\<`ReturnValues`, `ReturnValues`, `unknown`[][]\>\> - -#### Defined in - -[api/procedures/types.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L137) - -## Properties - -### checkAuthorization - -• **checkAuthorization**: \(`args`: [`CreateTransactionBatchParams`](../CreateTransactionBatchParams/CreateTransactionBatchParams.md)\<`ReturnValues`\>, `opts?`: [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md)) => `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -#### Type declaration - -▸ \<`ReturnValues`\>(`args`, `opts?`): `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -##### Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValues` | extends `unknown`[] | - -##### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | [`CreateTransactionBatchParams`](../CreateTransactionBatchParams/CreateTransactionBatchParams.md)\<`ReturnValues`\> | -| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | - -##### Returns - -`Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -#### Defined in - -[api/procedures/types.ts:141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L141) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md deleted file mode 100644 index 5773094548..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "CreateVenueParams" -title: "Interface: CreateVenueParams" -sidebar_label: "CreateVenueParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateVenueParams - -## Properties - -### description - -• **description**: `string` - -#### Defined in - -[api/procedures/types.ts:973](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L973) - -___ - -### type - -• **type**: [`VenueType`](../../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) - -#### Defined in - -[api/procedures/types.ts:974](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L974) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md deleted file mode 100644 index 13b2df2385..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "DecreaseAllowanceParams" -title: "Interface: DecreaseAllowanceParams" -sidebar_label: "DecreaseAllowanceParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).DecreaseAllowanceParams - -## Properties - -### allowance - -• **allowance**: `BigNumber` - -amount of POLYX to decrease the allowance by - -#### Defined in - -[api/procedures/types.ts:1369](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1369) - -___ - -### operation - -• **operation**: [`Decrease`](../../../../../enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md#decrease) - -#### Defined in - -[api/procedures/types.ts:1370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1370) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md deleted file mode 100644 index 956731d729..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "EditClaimsParams" -title: "Interface: EditClaimsParams" -sidebar_label: "EditClaimsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).EditClaimsParams - -## Properties - -### claims - -• **claims**: [`ClaimTarget`](../../../Entities/Types/ClaimTarget/ClaimTarget.md)[] - -array of claims to be edited - -#### Defined in - -[api/procedures/types.ts:740](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L740) - -___ - -### operation - -• **operation**: [`Edit`](../../../../../enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md#edit) - -#### Defined in - -[api/procedures/types.ts:741](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L741) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md deleted file mode 100644 index 774feb678f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "ExecuteManualInstructionParams" -title: "Interface: ExecuteManualInstructionParams" -sidebar_label: "ExecuteManualInstructionParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ExecuteManualInstructionParams - -## Properties - -### skipAffirmationCheck - -• `Optional` **skipAffirmationCheck**: `boolean` - -(optional) Set to `true` to skip affirmation check, useful for batch transactions - -#### Defined in - -[api/procedures/types.ts:969](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L969) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md deleted file mode 100644 index 2115561fbe..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "GlobalCollectionKeyInput" -title: "Interface: GlobalCollectionKeyInput" -sidebar_label: "GlobalCollectionKeyInput" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).GlobalCollectionKeyInput - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:664](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L664) - -___ - -### type - -• **type**: [`Global`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md#global) - -#### Defined in - -[api/procedures/types.ts:663](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L663) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/IdentityRole/IdentityRole.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/IdentityRole/IdentityRole.md deleted file mode 100644 index 43a1ab5933..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/IdentityRole/IdentityRole.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "IdentityRole" -title: "Interface: IdentityRole" -sidebar_label: "IdentityRole" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).IdentityRole - -## Properties - -### did - -• **did**: `string` - -#### Defined in - -[api/procedures/types.ts:262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L262) - -___ - -### type - -• **type**: [`Identity`](../../../../../enums/API/Procedures/Types/RoleType/RoleType.md#identity) - -#### Defined in - -[api/procedures/types.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L261) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md deleted file mode 100644 index 9d15ab5bb7..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "ImmortalProcedureOptValue" -title: "Interface: ImmortalProcedureOptValue" -sidebar_label: "ImmortalProcedureOptValue" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ImmortalProcedureOptValue - -This transaction will never expire - -## Properties - -### immortal - -• `Readonly` **immortal**: ``true`` - -#### Defined in - -[api/procedures/types.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L117) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md deleted file mode 100644 index fdc8e974a4..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "IncreaseAllowanceParams" -title: "Interface: IncreaseAllowanceParams" -sidebar_label: "IncreaseAllowanceParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).IncreaseAllowanceParams - -## Properties - -### allowance - -• **allowance**: `BigNumber` - -amount of POLYX to increase the allowance by - -#### Defined in - -[api/procedures/types.ts:1361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1361) - -___ - -### operation - -• **operation**: [`Increase`](../../../../../enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md#increase) - -#### Defined in - -[api/procedures/types.ts:1362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1362) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md deleted file mode 100644 index dde71d8196..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "InstructionFungibleLeg" -title: "Interface: InstructionFungibleLeg" -sidebar_label: "InstructionFungibleLeg" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InstructionFungibleLeg - -## Properties - -### amount - -• **amount**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:848](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L848) - -___ - -### asset - -• **asset**: `string` \| [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -#### Defined in - -[api/procedures/types.ts:851](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L851) - -___ - -### from - -• **from**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) - -#### Defined in - -[api/procedures/types.ts:849](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L849) - -___ - -### to - -• **to**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) - -#### Defined in - -[api/procedures/types.ts:850](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L850) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md deleted file mode 100644 index 50e1025e6a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "InstructionIdParams" -title: "Interface: InstructionIdParams" -sidebar_label: "InstructionIdParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InstructionIdParams - -## Properties - -### id - -• **id**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:911](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L911) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md deleted file mode 100644 index d65d017875..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "InstructionNftLeg" -title: "Interface: InstructionNftLeg" -sidebar_label: "InstructionNftLeg" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InstructionNftLeg - -## Properties - -### asset - -• **asset**: `string` \| [`NftCollection`](../../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) - -#### Defined in - -[api/procedures/types.ts:858](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L858) - -___ - -### from - -• **from**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) - -#### Defined in - -[api/procedures/types.ts:856](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L856) - -___ - -### nfts - -• **nfts**: (`BigNumber` \| [`Nft`](../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md))[] - -#### Defined in - -[api/procedures/types.ts:855](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L855) - -___ - -### to - -• **to**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) - -#### Defined in - -[api/procedures/types.ts:857](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L857) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md deleted file mode 100644 index 2dc255f7eb..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -id: "InvestInOfferingParams" -title: "Interface: InvestInOfferingParams" -sidebar_label: "InvestInOfferingParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InvestInOfferingParams - -## Properties - -### fundingPortfolio - -• **fundingPortfolio**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) - -portfolio from which funds will be withdrawn to pay for the Asset tokens - -#### Defined in - -[api/procedures/types.ts:1406](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1406) - -___ - -### maxPrice - -• `Optional` **maxPrice**: `BigNumber` - -maximum average price to pay per Asset token (optional) - -#### Defined in - -[api/procedures/types.ts:1414](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1414) - -___ - -### purchaseAmount - -• **purchaseAmount**: `BigNumber` - -amount of Asset tokens to purchase - -#### Defined in - -[api/procedures/types.ts:1410](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1410) - -___ - -### purchasePortfolio - -• **purchasePortfolio**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) - -portfolio in which the purchased Asset tokens will be stored - -#### Defined in - -[api/procedures/types.ts:1402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1402) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md deleted file mode 100644 index 0a4a4a9ad3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "InviteAccountParams" -title: "Interface: InviteAccountParams" -sidebar_label: "InviteAccountParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InviteAccountParams - -## Properties - -### expiry - -• `Optional` **expiry**: `Date` - -#### Defined in - -[api/procedures/types.ts:563](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L563) - -___ - -### permissions - -• `Optional` **permissions**: [`PermissionsLike`](../../../../../modules/API/Entities/Types/Types.md#permissionslike) - -#### Defined in - -[api/procedures/types.ts:562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L562) - -___ - -### targetAccount - -• **targetAccount**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) - -#### Defined in - -[api/procedures/types.ts:561](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L561) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md deleted file mode 100644 index 093895c156..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -id: "InviteExternalAgentParams" -title: "Interface: InviteExternalAgentParams" -sidebar_label: "InviteExternalAgentParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InviteExternalAgentParams - -## Properties - -### expiry - -• `Optional` **expiry**: `Date` - -date at which the authorization request for invitation expires (optional) - -**`Note`** - -if expiry date is not set, the invitation will never expire - -**`Note`** - -due to chain limitations, the expiry will be ignored if the passed `permissions` don't correspond to an existing Permission Group - -#### Defined in - -[api/procedures/types.ts:1301](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1301) - -___ - -### permissions - -• **permissions**: [`CustomPermissionGroup`](../../../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md) \| \{ `transactions`: ``null`` \| [`TransactionPermissions`](../../../Entities/Types/TransactionPermissions/TransactionPermissions.md) } \| \{ `transactionGroups`: [`TxGroup`](../../../../../enums/API/Procedures/Types/TxGroup/TxGroup.md)[] } - -#### Defined in - -[api/procedures/types.ts:1286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1286) - -___ - -### target - -• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/procedures/types.ts:1285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1285) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md deleted file mode 100644 index 285c1c9fab..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "IssueTokensParams" -title: "Interface: IssueTokensParams" -sidebar_label: "IssueTokensParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).IssueTokensParams - -## Properties - -### amount - -• **amount**: `BigNumber` - -amount of Asset tokens to be issued - -#### Defined in - -[api/procedures/types.ts:651](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L651) - -___ - -### portfolioId - -• `Optional` **portfolioId**: `BigNumber` - -portfolio to which the Asset tokens will be issued (optional, default is the default portfolio) - -#### Defined in - -[api/procedures/types.ts:655](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L655) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md deleted file mode 100644 index fff7bb8ecd..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md +++ /dev/null @@ -1,117 +0,0 @@ ---- -id: "LaunchOfferingParams" -title: "Interface: LaunchOfferingParams" -sidebar_label: "LaunchOfferingParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).LaunchOfferingParams - -## Properties - -### end - -• `Optional` **end**: `Date` - -end date of the Offering (optional, defaults to never) - -#### Defined in - -[api/procedures/types.ts:1262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1262) - -___ - -### minInvestment - -• **minInvestment**: `BigNumber` - -minimum amount that can be spent on this offering - -#### Defined in - -[api/procedures/types.ts:1271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1271) - -___ - -### name - -• **name**: `string` - -#### Defined in - -[api/procedures/types.ts:1254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1254) - -___ - -### offeringPortfolio - -• **offeringPortfolio**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) - -portfolio in which the Asset tokens to be sold are stored - -#### Defined in - -[api/procedures/types.ts:1238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1238) - -___ - -### raisingCurrency - -• **raisingCurrency**: `string` - -ticker symbol of the currency in which the funds are being raised (e.g. 'USD' or 'CAD'). - Other Assets can be used as currency as well - -#### Defined in - -[api/procedures/types.ts:1247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1247) - -___ - -### raisingPortfolio - -• **raisingPortfolio**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) - -portfolio in which the raised funds will be stored - -#### Defined in - -[api/procedures/types.ts:1242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1242) - -___ - -### start - -• `Optional` **start**: `Date` - -start date of the Offering (optional, defaults to right now) - -#### Defined in - -[api/procedures/types.ts:1258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1258) - -___ - -### tiers - -• **tiers**: [`OfferingTier`](../../../Entities/Offering/Types/OfferingTier/OfferingTier.md)[] - -array of sale tiers. Each tier consists of an amount of Assets to be sold at a certain price. - Tokens in a tier can only be bought when all tokens in previous tiers have been bought - -#### Defined in - -[api/procedures/types.ts:1267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1267) - -___ - -### venue - -• `Optional` **venue**: [`Venue`](../../../../../classes/API/Entities/Venue/Venue.md) - -venue through which all offering related trades will be settled - (optional, defaults to the first `Sto` type Venue owned by the owner of the Offering Portfolio. - If passed, it must be of type `Sto`) - -#### Defined in - -[api/procedures/types.ts:1253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1253) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md deleted file mode 100644 index 5c51fe77cc..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "LinkCaDocsParams" -title: "Interface: LinkCaDocsParams" -sidebar_label: "LinkCaDocsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).LinkCaDocsParams - -## Properties - -### documents - -• **documents**: [`AssetDocument`](../../../Entities/Asset/Types/AssetDocument/AssetDocument.md)[] - -list of documents - -#### Defined in - -[api/procedures/types.ts:1312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1312) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md deleted file mode 100644 index 77486260f2..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -id: "LocalCollectionKeyInput" -title: "Interface: LocalCollectionKeyInput" -sidebar_label: "LocalCollectionKeyInput" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).LocalCollectionKeyInput - -## Properties - -### name - -• **name**: `string` - -#### Defined in - -[api/procedures/types.ts:669](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L669) - -___ - -### spec - -• **spec**: [`MetadataSpec`](../../../Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md) - -#### Defined in - -[api/procedures/types.ts:670](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L670) - -___ - -### type - -• **type**: [`Local`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md#local) - -#### Defined in - -[api/procedures/types.ts:668](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L668) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md deleted file mode 100644 index b62773f933..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "ModifyAssetTrustedClaimIssuersAddSetParams" -title: "Interface: ModifyAssetTrustedClaimIssuersAddSetParams" -sidebar_label: "ModifyAssetTrustedClaimIssuersAddSetParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifyAssetTrustedClaimIssuersAddSetParams - -## Properties - -### claimIssuers - -• **claimIssuers**: [`InputTrustedClaimIssuer`](../../../../../modules/API/Entities/Types/Types.md#inputtrustedclaimissuer)[] - -#### Defined in - -[api/procedures/types.ts:1133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1133) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md deleted file mode 100644 index aa00cb5f91..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "ModifyAssetTrustedClaimIssuersRemoveParams" -title: "Interface: ModifyAssetTrustedClaimIssuersRemoveParams" -sidebar_label: "ModifyAssetTrustedClaimIssuersRemoveParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifyAssetTrustedClaimIssuersRemoveParams - -## Properties - -### claimIssuers - -• **claimIssuers**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] - -array of Identities (or DIDs) of the default claim issuers - -#### Defined in - -[api/procedures/types.ts:1140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1140) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md deleted file mode 100644 index b77aa113d5..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "ModifyCaCheckpointParams" -title: "Interface: ModifyCaCheckpointParams" -sidebar_label: "ModifyCaCheckpointParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifyCaCheckpointParams - -## Properties - -### checkpoint - -• **checkpoint**: ``null`` \| [`InputCaCheckpoint`](../../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) - -#### Defined in - -[api/procedures/types.ts:1316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1316) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md deleted file mode 100644 index 6a2c5ad9d9..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "ModifyCorporateActionsAgentParams" -title: "Interface: ModifyCorporateActionsAgentParams" -sidebar_label: "ModifyCorporateActionsAgentParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifyCorporateActionsAgentParams - -## Properties - -### requestExpiry - -• `Optional` **requestExpiry**: `Date` - -date at which the authorization request to modify the Corporate Actions Agent expires (optional, never expires if a date is not provided) - -#### Defined in - -[api/procedures/types.ts:1155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1155) - -___ - -### target - -• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -Identity to be set as Corporate Actions Agent - -#### Defined in - -[api/procedures/types.ts:1151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1151) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md deleted file mode 100644 index dbae75dc5b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "ModifyMultiSigParams" -title: "Interface: ModifyMultiSigParams" -sidebar_label: "ModifyMultiSigParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifyMultiSigParams - -## Properties - -### multiSig - -• **multiSig**: [`MultiSig`](../../../../../classes/API/Entities/Account/MultiSig/MultiSig.md) - -The MultiSig to be modified - -#### Defined in - -[api/procedures/types.ts:1489](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1489) - -___ - -### signers - -• **signers**: [`Signer`](../../../../../modules/API/Entities/Types/Types.md#signer)[] - -The signers to set for the MultiSig - -#### Defined in - -[api/procedures/types.ts:1493](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1493) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md deleted file mode 100644 index ca7f63c982..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "ModifyPrimaryIssuanceAgentParams" -title: "Interface: ModifyPrimaryIssuanceAgentParams" -sidebar_label: "ModifyPrimaryIssuanceAgentParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifyPrimaryIssuanceAgentParams - -## Properties - -### requestExpiry - -• `Optional` **requestExpiry**: `Date` - -date at which the authorization request to modify the primary issuance agent expires (optional, never expires if a date is not provided) - -#### Defined in - -[api/procedures/types.ts:1055](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1055) - -___ - -### target - -• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -Identity to be set as primary issuance agent - -#### Defined in - -[api/procedures/types.ts:1051](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1051) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md deleted file mode 100644 index 00160812e4..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "ModifySignerPermissionsParams" -title: "Interface: ModifySignerPermissionsParams" -sidebar_label: "ModifySignerPermissionsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifySignerPermissionsParams - -## Properties - -### secondaryAccounts - -• **secondaryAccounts**: [`Modify`](../../../../../modules/Types/Utils/Utils.md#modify)\<[`PermissionedAccount`](../../../Entities/Types/PermissionedAccount/PermissionedAccount.md), \{ `account`: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) ; `permissions`: [`PermissionsLike`](../../../../../modules/API/Entities/Types/Types.md#permissionslike) }\>[] - -list of secondary Accounts - -#### Defined in - -[api/procedures/types.ts:581](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L581) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/MortalProcedureOptValue/MortalProcedureOptValue.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/MortalProcedureOptValue/MortalProcedureOptValue.md deleted file mode 100644 index 2a5c209b88..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/MortalProcedureOptValue/MortalProcedureOptValue.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -id: "MortalProcedureOptValue" -title: "Interface: MortalProcedureOptValue" -sidebar_label: "MortalProcedureOptValue" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).MortalProcedureOptValue - -This transaction will be rejected if not included in a block after a while (default: ~5 minutes) - -## Properties - -### immortal - -• `Readonly` **immortal**: ``false`` - -#### Defined in - -[api/procedures/types.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L124) - -___ - -### lifetime - -• `Optional` `Readonly` **lifetime**: `BigNumber` - -The number of blocks the for which the transaction remains valid. Target block time is 6 seconds. The default should suffice for most use cases - -**`Note`** - -this value will get rounded up to the closest power of 2, e.g. `65` rounds up to `128` - -**`Note`** - -this value should not exceed 4096, which is the chain's `BlockHashCount` as the lesser of the two will be used. - -#### Defined in - -[api/procedures/types.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L131) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md deleted file mode 100644 index 0fab6e4eaf..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "MoveFundsParams" -title: "Interface: MoveFundsParams" -sidebar_label: "MoveFundsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).MoveFundsParams - -## Properties - -### items - -• **items**: [`PortfolioMovement`](../../../../../modules/API/Entities/Types/Types.md#portfoliomovement)[] - -list of Assets (and the corresponding token amounts) that will be moved - -#### Defined in - -[api/procedures/types.ts:1473](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1473) - -___ - -### to - -• `Optional` **to**: `BigNumber` \| [`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -portfolio (or portfolio ID) that will receive the funds. Optional, if no value is passed, the funds will be moved to the default Portfolio of this Portfolio's owner - -#### Defined in - -[api/procedures/types.ts:1469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1469) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/NftControllerTransferParams/NftControllerTransferParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/NftControllerTransferParams/NftControllerTransferParams.md deleted file mode 100644 index e3ce8df2c2..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/NftControllerTransferParams/NftControllerTransferParams.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -id: "NftControllerTransferParams" -title: "Interface: NftControllerTransferParams" -sidebar_label: "NftControllerTransferParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).NftControllerTransferParams - -## Properties - -### destinationPortfolio - -• `Optional` **destinationPortfolio**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) - -Optional portfolio (or portfolio ID) to which NFTs will be transferred to. Defaults to default. If specified it must be one of the callers own portfolios - -#### Defined in - -[api/procedures/types.ts:1001](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1001) - -___ - -### nfts - -• **nfts**: (`BigNumber` \| [`Nft`](../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md))[] - -The NFTs to transfer - -#### Defined in - -[api/procedures/types.ts:996](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L996) - -___ - -### originPortfolio - -• **originPortfolio**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) - -portfolio (or portfolio ID) from which NFTs will be transferred from - -#### Defined in - -[api/procedures/types.ts:992](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L992) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md deleted file mode 100644 index bcd80be7f2..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -id: "NoArgsProcedureMethod" -title: "Interface: NoArgsProcedureMethod" -sidebar_label: "NoArgsProcedureMethod" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).NoArgsProcedureMethod - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `ProcedureReturnValue` | `ProcedureReturnValue` | -| `ReturnValue` | `ProcedureReturnValue` | - -## Callable - -### NoArgsProcedureMethod - -▸ **NoArgsProcedureMethod**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ProcedureReturnValue`, `ReturnValue`\>\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ProcedureReturnValue`, `ReturnValue`\>\> - -#### Defined in - -[api/procedures/types.ts:176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L176) - -## Properties - -### checkAuthorization - -• **checkAuthorization**: (`opts?`: [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md)) => `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -#### Type declaration - -▸ (`opts?`): `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -##### Parameters - -| Name | Type | -| :------ | :------ | -| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | - -##### Returns - -`Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -#### Defined in - -[api/procedures/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L177) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md deleted file mode 100644 index ebe4b2b163..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -id: "OptionalArgsProcedureMethod" -title: "Interface: OptionalArgsProcedureMethod" -sidebar_label: "OptionalArgsProcedureMethod" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).OptionalArgsProcedureMethod - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `MethodArgs` | `MethodArgs` | -| `ProcedureReturnValue` | `ProcedureReturnValue` | -| `ReturnValue` | `ProcedureReturnValue` | - -## Callable - -### OptionalArgsProcedureMethod - -▸ **OptionalArgsProcedureMethod**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ProcedureReturnValue`, `ReturnValue`\>\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | `MethodArgs` | -| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ProcedureReturnValue`, `ReturnValue`\>\> - -#### Defined in - -[api/procedures/types.ts:166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L166) - -## Properties - -### checkAuthorization - -• **checkAuthorization**: (`args?`: `MethodArgs`, `opts?`: [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md)) => `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -#### Type declaration - -▸ (`args?`, `opts?`): `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -##### Parameters - -| Name | Type | -| :------ | :------ | -| `args?` | `MethodArgs` | -| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | - -##### Returns - -`Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -#### Defined in - -[api/procedures/types.ts:169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L169) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md deleted file mode 100644 index f08896c7a4..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "PayDividendsParams" -title: "Interface: PayDividendsParams" -sidebar_label: "PayDividendsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).PayDividendsParams - -## Properties - -### targets - -• **targets**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] - -#### Defined in - -[api/procedures/types.ts:1457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1457) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md deleted file mode 100644 index b64b34bf0c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -id: "PercentageTransferRestrictionInput" -title: "Interface: PercentageTransferRestrictionInput" -sidebar_label: "PercentageTransferRestrictionInput" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).PercentageTransferRestrictionInput - -## Hierarchy - -- `TransferRestrictionInputBase` - - ↳ **`PercentageTransferRestrictionInput`** - -## Properties - -### exemptedIdentities - -• `Optional` **exemptedIdentities**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] - -array of Identities (or DIDs) that are exempted from the Restriction - -#### Inherited from - -TransferRestrictionInputBase.exemptedIdentities - -#### Defined in - -[api/procedures/types.ts:487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L487) - -___ - -### percentage - -• **percentage**: `BigNumber` - -maximum percentage (0-100) of the total supply of the Asset that can be held by a single investor at once - -#### Defined in - -[api/procedures/types.ts:501](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L501) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/PortfolioCustodianRole/PortfolioCustodianRole.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/PortfolioCustodianRole/PortfolioCustodianRole.md deleted file mode 100644 index 4697ece9bc..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/PortfolioCustodianRole/PortfolioCustodianRole.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "PortfolioCustodianRole" -title: "Interface: PortfolioCustodianRole" -sidebar_label: "PortfolioCustodianRole" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).PortfolioCustodianRole - -## Properties - -### portfolioId - -• **portfolioId**: [`PortfolioId`](../PortfolioId/PortfolioId.md) - -#### Defined in - -[api/procedures/types.ts:257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L257) - -___ - -### type - -• **type**: [`PortfolioCustodian`](../../../../../enums/API/Procedures/Types/RoleType/RoleType.md#portfoliocustodian) - -#### Defined in - -[api/procedures/types.ts:256](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L256) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/PortfolioId/PortfolioId.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/PortfolioId/PortfolioId.md deleted file mode 100644 index e38850045b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/PortfolioId/PortfolioId.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "PortfolioId" -title: "Interface: PortfolioId" -sidebar_label: "PortfolioId" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).PortfolioId - -## Properties - -### did - -• **did**: `string` - -#### Defined in - -[api/procedures/types.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L251) - -___ - -### number - -• `Optional` **number**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L252) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md deleted file mode 100644 index 0c42ceecd8..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -id: "ProcedureAuthorizationStatus" -title: "Interface: ProcedureAuthorizationStatus" -sidebar_label: "ProcedureAuthorizationStatus" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ProcedureAuthorizationStatus - -## Properties - -### accountFrozen - -• **accountFrozen**: `boolean` - -whether the Account is frozen (i.e. can't perform any transactions) - -#### Defined in - -[api/procedures/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L82) - -___ - -### agentPermissions - -• **agentPermissions**: [`CheckPermissionsResult`](../../../Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Identity`](../../../../../enums/API/Entities/Types/SignerType/SignerType.md#identity)\> - -whether the Identity complies with all required Agent permissions - -#### Defined in - -[api/procedures/types.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L70) - -___ - -### noIdentity - -• **noIdentity**: `boolean` - -true only if the Procedure requires an Identity but the signing Account - doesn't have one associated - -#### Defined in - -[api/procedures/types.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L87) - -___ - -### roles - -• **roles**: [`CheckRolesResult`](../../../Entities/Types/CheckRolesResult/CheckRolesResult.md) - -whether the Identity complies with all required Roles - -#### Defined in - -[api/procedures/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L78) - -___ - -### signerPermissions - -• **signerPermissions**: [`CheckPermissionsResult`](../../../Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Account`](../../../../../enums/API/Entities/Types/SignerType/SignerType.md#account)\> - -whether the Account complies with all required Signer permissions - -#### Defined in - -[api/procedures/types.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L74) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md deleted file mode 100644 index f01bf8f05e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -id: "ProcedureMethod" -title: "Interface: ProcedureMethod" -sidebar_label: "ProcedureMethod" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ProcedureMethod - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `MethodArgs` | `MethodArgs` | -| `ProcedureReturnValue` | `ProcedureReturnValue` | -| `ReturnValue` | `ProcedureReturnValue` | - -## Callable - -### ProcedureMethod - -▸ **ProcedureMethod**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ProcedureReturnValue`, `ReturnValue`\>\> - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `MethodArgs` | -| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | - -#### Returns - -`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ProcedureReturnValue`, `ReturnValue`\>\> - -#### Defined in - -[api/procedures/types.ts:152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L152) - -## Properties - -### checkAuthorization - -• **checkAuthorization**: (`args`: `MethodArgs`, `opts?`: [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md)) => `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -#### Type declaration - -▸ (`args`, `opts?`): `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -##### Parameters - -| Name | Type | -| :------ | :------ | -| `args` | `MethodArgs` | -| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | - -##### Returns - -`Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> - -#### Defined in - -[api/procedures/types.ts:155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L155) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md deleted file mode 100644 index 761aecebbf..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -id: "ProcedureOpts" -title: "Interface: ProcedureOpts" -sidebar_label: "ProcedureOpts" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ProcedureOpts - -## Properties - -### mortality - -• `Optional` **mortality**: [`MortalityProcedureOpt`](../../../../../modules/API/Procedures/Types/Types.md#mortalityprocedureopt) - -This option allows for transactions that never expire, aka "immortal". By default, a transaction is only valid for approximately 5 minutes (250 blocks) after its construction. Allows for transaction construction to be decoupled from its submission, such as requiring manual approval for the signing or providing "at least once" guarantees. - -More information can be found [here](https://wiki.polkadot.network/docs/build-protocol-info#transaction-mortality). Note the Polymesh chain will **never** reap Accounts, so the risk of a replay attack is mitigated. - -#### Defined in - -[api/procedures/types.ts:110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L110) - -___ - -### nonce - -• `Optional` **nonce**: `BigNumber` \| `Promise`\<`BigNumber`\> \| () => `BigNumber` \| `Promise`\<`BigNumber`\> - -nonce value for signing the transaction - -An [Account](../../../../../classes/API/Entities/Account/Account.md) can directly fetch its current nonce by calling [account.getCurrentNonce](../../../../../classes/API/Entities/Account/Account.md#getcurrentnonce). More information can be found at: https://polkadot.js.org/docs/api/cookbook/tx/#how-do-i-take-the-pending-tx-pool-into-account-in-my-nonce - -**`Note`** - -the passed value can be either the nonce itself or a function that returns the nonce. This allows, for example, passing a closure that increases the returned value every time it's called, or a function that fetches the nonce from the chain or a different source - -#### Defined in - -[api/procedures/types.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L103) - -___ - -### signingAccount - -• `Optional` **signingAccount**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) - -Account or address of a signing key to replace the current one (for this procedure only) - -#### Defined in - -[api/procedures/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L94) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md deleted file mode 100644 index 737993883b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "RedeemNftParams" -title: "Interface: RedeemNftParams" -sidebar_label: "RedeemNftParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RedeemNftParams - -## Properties - -### from - -• `Optional` **from**: `BigNumber` \| [`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -portfolio (or portfolio ID) from which Assets will be redeemed (optional, defaults to the default Portfolio) - -#### Defined in - -[api/procedures/types.ts:1073](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1073) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md deleted file mode 100644 index 1a730b6d6b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "RedeemTokensParams" -title: "Interface: RedeemTokensParams" -sidebar_label: "RedeemTokensParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RedeemTokensParams - -## Properties - -### amount - -• **amount**: `BigNumber` - -amount of Asset tokens to be redeemed - -#### Defined in - -[api/procedures/types.ts:1062](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1062) - -___ - -### from - -• `Optional` **from**: `BigNumber` \| [`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -portfolio (or portfolio ID) from which Assets will be redeemed (optional, defaults to the default Portfolio) - -#### Defined in - -[api/procedures/types.ts:1066](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1066) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md deleted file mode 100644 index 1941d6fb5b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "RegisterCustomClaimTypeParams" -title: "Interface: RegisterCustomClaimTypeParams" -sidebar_label: "RegisterCustomClaimTypeParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RegisterCustomClaimTypeParams - -## Properties - -### name - -• **name**: `string` - -#### Defined in - -[api/procedures/types.ts:1541](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1541) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md deleted file mode 100644 index a14daf5191..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -id: "RegisterIdentityParams" -title: "Interface: RegisterIdentityParams" -sidebar_label: "RegisterIdentityParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RegisterIdentityParams - -## Properties - -### createCdd - -• `Optional` **createCdd**: `boolean` - -(optional) also issue a CDD claim for the created DID, completing the onboarding process for the Account - -#### Defined in - -[api/procedures/types.ts:784](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L784) - -___ - -### expiry - -• `Optional` **expiry**: `Date` - -(optional) when the generated CDD claim should expire, `createCdd` must be true if specified - -#### Defined in - -[api/procedures/types.ts:788](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L788) - -___ - -### secondaryAccounts - -• `Optional` **secondaryAccounts**: [`Modify`](../../../../../modules/Types/Utils/Utils.md#modify)\<[`PermissionedAccount`](../../../Entities/Types/PermissionedAccount/PermissionedAccount.md), \{ `permissions`: [`PermissionsLike`](../../../../../modules/API/Entities/Types/Types.md#permissionslike) }\>[] - -(optional) secondary accounts for the new Identity with their corresponding permissions. - -**`Note`** - -Each Account will need to accept the generated authorizations before being linked to the Identity - -#### Defined in - -[api/procedures/types.ts:780](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L780) - -___ - -### targetAccount - -• **targetAccount**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) - -The Account that should function as the primary key of the newly created Identity. Can be ss58 encoded address or an instance of Account - -#### Defined in - -[api/procedures/types.ts:775](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L775) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md deleted file mode 100644 index ea8fd17903..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "RemoveAssetRequirementParams" -title: "Interface: RemoveAssetRequirementParams" -sidebar_label: "RemoveAssetRequirementParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RemoveAssetRequirementParams - -## Properties - -### requirement - -• **requirement**: `BigNumber` \| [`Requirement`](../../../Entities/Types/Requirement/Requirement.md) - -#### Defined in - -[api/procedures/types.ts:1121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1121) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md deleted file mode 100644 index 84418c0d1a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "RemoveCheckpointScheduleParams" -title: "Interface: RemoveCheckpointScheduleParams" -sidebar_label: "RemoveCheckpointScheduleParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RemoveCheckpointScheduleParams - -## Properties - -### schedule - -• **schedule**: `BigNumber` \| [`CheckpointSchedule`](../../../../../classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md) - -schedule (or ID) of the schedule to be removed - -#### Defined in - -[api/procedures/types.ts:1095](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1095) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md deleted file mode 100644 index 53b89d5afe..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "RemoveCorporateActionParams" -title: "Interface: RemoveCorporateActionParams" -sidebar_label: "RemoveCorporateActionParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RemoveCorporateActionParams - -## Properties - -### corporateAction - -• **corporateAction**: `BigNumber` \| [`CorporateActionBase`](../../../../../classes/API/Entities/CorporateActionBase/CorporateActionBase.md) - -#### Defined in - -[api/procedures/types.ts:1144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1144) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md deleted file mode 100644 index 56e94bd3ba..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "RemoveExternalAgentParams" -title: "Interface: RemoveExternalAgentParams" -sidebar_label: "RemoveExternalAgentParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RemoveExternalAgentParams - -## Properties - -### target - -• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/procedures/types.ts:1305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1305) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md deleted file mode 100644 index 5b663d29af..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "RemoveSecondaryAccountsParams" -title: "Interface: RemoveSecondaryAccountsParams" -sidebar_label: "RemoveSecondaryAccountsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RemoveSecondaryAccountsParams - -## Properties - -### accounts - -• **accounts**: [`Account`](../../../../../classes/API/Entities/Account/Account.md)[] - -#### Defined in - -[api/procedures/types.ts:588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L588) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md deleted file mode 100644 index 4866ebc4e0..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "RenamePortfolioParams" -title: "Interface: RenamePortfolioParams" -sidebar_label: "RenamePortfolioParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RenamePortfolioParams - -## Properties - -### name - -• **name**: `string` - -#### Defined in - -[api/procedures/types.ts:1418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1418) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md deleted file mode 100644 index 39b8b03906..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "ReserveTickerParams" -title: "Interface: ReserveTickerParams" -sidebar_label: "ReserveTickerParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ReserveTickerParams - -## Properties - -### extendPeriod - -• `Optional` **extendPeriod**: `boolean` - -#### Defined in - -[api/procedures/types.ts:719](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L719) - -___ - -### ticker - -• **ticker**: `string` - -ticker symbol to reserve - -#### Defined in - -[api/procedures/types.ts:718](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L718) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md deleted file mode 100644 index dfbfb90eb9..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "RevokeClaimsParams" -title: "Interface: RevokeClaimsParams" -sidebar_label: "RevokeClaimsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RevokeClaimsParams - -## Properties - -### claims - -• **claims**: `Omit`\<[`ClaimTarget`](../../../Entities/Types/ClaimTarget/ClaimTarget.md), ``"expiry"``\>[] - -array of claims to be revoked - -#### Defined in - -[api/procedures/types.ts:748](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L748) - -___ - -### operation - -• **operation**: [`Revoke`](../../../../../enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md#revoke) - -#### Defined in - -[api/procedures/types.ts:749](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L749) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md deleted file mode 100644 index b85477a4f3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "RotatePrimaryKeyParams" -title: "Interface: RotatePrimaryKeyParams" -sidebar_label: "RotatePrimaryKeyParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RotatePrimaryKeyParams - -## Properties - -### expiry - -• `Optional` **expiry**: `Date` - -(optional) when the generated authorization should expire - -#### Defined in - -[api/procedures/types.ts:817](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L817) - -___ - -### targetAccount - -• **targetAccount**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) - -The Account that should function as the primary key of the newly created Identity. Can be ss58 encoded address or an instance of Account - -#### Defined in - -[api/procedures/types.ts:812](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L812) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md deleted file mode 100644 index 6968efecda..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -id: "ScopeClaimProof" -title: "Interface: ScopeClaimProof" -sidebar_label: "ScopeClaimProof" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ScopeClaimProof - -## Properties - -### proofScopeIdCddIdMatch - -• **proofScopeIdCddIdMatch**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `blindedScopeDidHash` | `string` | -| `challengeResponses` | [`string`, `string`] | -| `subtractExpressionsRes` | `string` | - -#### Defined in - -[api/procedures/types.ts:756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L756) - -___ - -### proofScopeIdWellFormed - -• **proofScopeIdWellFormed**: `string` - -#### Defined in - -[api/procedures/types.ts:755](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L755) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md deleted file mode 100644 index 6e6d23fcd6..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "SetAllowanceParams" -title: "Interface: SetAllowanceParams" -sidebar_label: "SetAllowanceParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetAllowanceParams - -## Properties - -### allowance - -• **allowance**: `BigNumber` - -amount of POLYX to set the allowance to - -#### Defined in - -[api/procedures/types.ts:1377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1377) - -___ - -### operation - -• **operation**: [`Set`](../../../../../enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md#set) - -#### Defined in - -[api/procedures/types.ts:1378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1378) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md deleted file mode 100644 index 2e656d83b9..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "SetAssetDocumentsParams" -title: "Interface: SetAssetDocumentsParams" -sidebar_label: "SetAssetDocumentsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetAssetDocumentsParams - -## Properties - -### documents - -• **documents**: [`AssetDocument`](../../../Entities/Asset/Types/AssetDocument/AssetDocument.md)[] - -list of documents - -#### Defined in - -[api/procedures/types.ts:1231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1231) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md deleted file mode 100644 index 8a3bbef099..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -id: "SetAssetRequirementsParams" -title: "Interface: SetAssetRequirementsParams" -sidebar_label: "SetAssetRequirementsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetAssetRequirementsParams - -## Properties - -### requirements - -• **requirements**: [`InputCondition`](../../../../../modules/API/Entities/Types/Types.md#inputcondition)[][] - -array of array of conditions. For a transfer to be successful, it must comply with all the conditions of at least one of the arrays. - In other words, higher level arrays are *OR* between them, while conditions inside each array are *AND* between them - -#### Defined in - -[api/procedures/types.ts:1129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1129) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md deleted file mode 100644 index 752f9d7200..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SetClaimCountTransferRestrictionsParams" -title: "Interface: SetClaimCountTransferRestrictionsParams" -sidebar_label: "SetClaimCountTransferRestrictionsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetClaimCountTransferRestrictionsParams - -## Properties - -### restrictions - -• **restrictions**: [`ClaimCountTransferRestrictionInput`](../ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md)[] - -#### Defined in - -[api/procedures/types.ts:551](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L551) - -___ - -### type - -• **type**: [`ClaimCount`](../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) - -#### Defined in - -[api/procedures/types.ts:552](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L552) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md deleted file mode 100644 index 93b2cb2a00..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SetClaimPercentageTransferRestrictionsParams" -title: "Interface: SetClaimPercentageTransferRestrictionsParams" -sidebar_label: "SetClaimPercentageTransferRestrictionsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetClaimPercentageTransferRestrictionsParams - -## Properties - -### restrictions - -• **restrictions**: [`ClaimPercentageTransferRestrictionInput`](../ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md)[] - -#### Defined in - -[api/procedures/types.ts:556](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L556) - -___ - -### type - -• **type**: [`ClaimPercentage`](../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimpercentage) - -#### Defined in - -[api/procedures/types.ts:557](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L557) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md deleted file mode 100644 index 4aa41e4ff1..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "SetCountTransferRestrictionsParams" -title: "Interface: SetCountTransferRestrictionsParams" -sidebar_label: "SetCountTransferRestrictionsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetCountTransferRestrictionsParams - -## Properties - -### restrictions - -• **restrictions**: [`CountTransferRestrictionInput`](../CountTransferRestrictionInput/CountTransferRestrictionInput.md)[] - -array of Count Transfer Restrictions with their corresponding exemptions (if applicable) - -#### Defined in - -[api/procedures/types.ts:538](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L538) - -___ - -### type - -• **type**: [`Count`](../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) - -#### Defined in - -[api/procedures/types.ts:539](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L539) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md deleted file mode 100644 index 2129dcec0b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SetCustodianParams" -title: "Interface: SetCustodianParams" -sidebar_label: "SetCustodianParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetCustodianParams - -## Properties - -### expiry - -• `Optional` **expiry**: `Date` - -#### Defined in - -[api/procedures/types.ts:1462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1462) - -___ - -### targetIdentity - -• **targetIdentity**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/procedures/types.ts:1461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1461) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md deleted file mode 100644 index 7b684776da..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "SetGroupPermissionsParams" -title: "Interface: SetGroupPermissionsParams" -sidebar_label: "SetGroupPermissionsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetGroupPermissionsParams - -## Properties - -### permissions - -• **permissions**: \{ `transactions`: [`TransactionPermissions`](../../../Entities/Types/TransactionPermissions/TransactionPermissions.md) } \| \{ `transactionGroups`: [`TxGroup`](../../../../../enums/API/Procedures/Types/TxGroup/TxGroup.md)[] } - -#### Defined in - -[api/procedures/types.ts:1320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1320) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md deleted file mode 100644 index 9d1af40b63..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "SetPercentageTransferRestrictionsParams" -title: "Interface: SetPercentageTransferRestrictionsParams" -sidebar_label: "SetPercentageTransferRestrictionsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetPercentageTransferRestrictionsParams - -## Properties - -### restrictions - -• **restrictions**: [`PercentageTransferRestrictionInput`](../PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md)[] - -array of Percentage Transfer Restrictions with their corresponding exemptions (if applicable) - -#### Defined in - -[api/procedures/types.ts:546](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L546) - -___ - -### type - -• **type**: [`Percentage`](../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) - -#### Defined in - -[api/procedures/types.ts:547](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L547) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md deleted file mode 100644 index 01fea87046..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -id: "SetPermissionGroupParams" -title: "Interface: SetPermissionGroupParams" -sidebar_label: "SetPermissionGroupParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetPermissionGroupParams - -This procedure can be called with: - - An Asset's existing Custom Permission Group. The Identity will be assigned as an Agent of that Group for that Asset - - A Known Permission Group and an Asset. The Identity will be assigned as an Agent of that Group for that Asset - - A set of Transaction Permissions and an Asset. If there is no Custom Permission Group with those permissions, a Custom Permission Group will be created for that Asset with those permissions, and - the Identity will be assigned as an Agent of that Group for that Asset. Otherwise, the existing Group will be used - - An array of [Transaction Groups](../../../../../enums/API/Procedures/Types/TxGroup/TxGroup.md) that represent a set of permissions. If there is no Custom Permission Group with those permissions, a Custom Permission Group will be created with those permissions, and - the Identity will be assigned as an Agent of that Group for that Asset. Otherwise, the existing Group will be used - -## Properties - -### group - -• **group**: [`CustomPermissionGroup`](../../../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md) \| [`TransactionsParams`](../TransactionsParams/TransactionsParams.md) \| [`TxGroupParams`](../TxGroupParams/TxGroupParams.md) - -#### Defined in - -[api/procedures/types.ts:1453](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1453) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md deleted file mode 100644 index 4d2a70dd11..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -id: "SubsidizeAccountParams" -title: "Interface: SubsidizeAccountParams" -sidebar_label: "SubsidizeAccountParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SubsidizeAccountParams - -## Properties - -### allowance - -• **allowance**: `BigNumber` - -amount of POLYX to be subsidized. This can be increased/decreased later on - -#### Defined in - -[api/procedures/types.ts:599](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L599) - -___ - -### beneficiary - -• **beneficiary**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) - -Account to subsidize - -#### Defined in - -[api/procedures/types.ts:595](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L595) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TickerOwnerRole/TickerOwnerRole.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TickerOwnerRole/TickerOwnerRole.md deleted file mode 100644 index 88c6a6f036..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TickerOwnerRole/TickerOwnerRole.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "TickerOwnerRole" -title: "Interface: TickerOwnerRole" -sidebar_label: "TickerOwnerRole" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TickerOwnerRole - -## Properties - -### ticker - -• **ticker**: `string` - -#### Defined in - -[api/procedures/types.ts:238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L238) - -___ - -### type - -• **type**: [`TickerOwner`](../../../../../enums/API/Procedures/Types/RoleType/RoleType.md#tickerowner) - -#### Defined in - -[api/procedures/types.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L237) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md deleted file mode 100644 index 57fab041fb..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -id: "TransactionsParams" -title: "Interface: TransactionsParams" -sidebar_label: "TransactionsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TransactionsParams - -## Hierarchy - -- [`AssetBase`](../AssetBase/AssetBase.md) - - ↳ **`TransactionsParams`** - -## Properties - -### asset - -• **asset**: `string` \| [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -Asset over which the Identity will be granted permissions - -#### Inherited from - -[AssetBase](../AssetBase/AssetBase.md).[asset](../AssetBase/AssetBase.md#asset) - -#### Defined in - -[api/procedures/types.ts:1429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1429) - -___ - -### transactions - -• **transactions**: ``null`` \| [`TransactionPermissions`](../../../Entities/Types/TransactionPermissions/TransactionPermissions.md) - -a null value means full permissions - -#### Defined in - -[api/procedures/types.ts:1436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1436) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md deleted file mode 100644 index 56d7018e25..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "TransferAssetOwnershipParams" -title: "Interface: TransferAssetOwnershipParams" -sidebar_label: "TransferAssetOwnershipParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TransferAssetOwnershipParams - -## Properties - -### expiry - -• `Optional` **expiry**: `Date` - -date at which the authorization request for transfer expires (optional) - -#### Defined in - -[api/procedures/types.ts:1081](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1081) - -___ - -### target - -• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/procedures/types.ts:1077](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1077) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md deleted file mode 100644 index fa1b664021..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -id: "TransferPolyxParams" -title: "Interface: TransferPolyxParams" -sidebar_label: "TransferPolyxParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TransferPolyxParams - -## Properties - -### amount - -• **amount**: `BigNumber` - -amount of POLYX to be transferred - -#### Defined in - -[api/procedures/types.ts:840](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L840) - -___ - -### memo - -• `Optional` **memo**: `string` - -identifier string to help differentiate transfers - -#### Defined in - -[api/procedures/types.ts:844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L844) - -___ - -### to - -• **to**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) - -Account that will receive the POLYX - -#### Defined in - -[api/procedures/types.ts:836](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L836) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md deleted file mode 100644 index 9959c76c24..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "TransferTickerOwnershipParams" -title: "Interface: TransferTickerOwnershipParams" -sidebar_label: "TransferTickerOwnershipParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TransferTickerOwnershipParams - -## Properties - -### expiry - -• `Optional` **expiry**: `Date` - -date at which the authorization request for transfer expires (optional) - -#### Defined in - -[api/procedures/types.ts:1348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1348) - -___ - -### target - -• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/procedures/types.ts:1344](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1344) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TxData/TxData.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TxData/TxData.md deleted file mode 100644 index 7a628d5991..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TxData/TxData.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -id: "TxData" -title: "Interface: TxData" -sidebar_label: "TxData" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TxData - -Transaction data for display purposes - -## Type parameters - -| Name | Type | -| :------ | :------ | -| `Args` | extends `unknown`[] = `unknown`[] | - -## Properties - -### args - -• **args**: `Args` - -arguments with which the transaction will be called - -#### Defined in - -[api/procedures/types.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L221) - -___ - -### tag - -• **tag**: [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag) - -transaction string identifier - -#### Defined in - -[api/procedures/types.ts:217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L217) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md deleted file mode 100644 index b7858ee615..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -id: "TxGroupParams" -title: "Interface: TxGroupParams" -sidebar_label: "TxGroupParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TxGroupParams - -## Hierarchy - -- [`AssetBase`](../AssetBase/AssetBase.md) - - ↳ **`TxGroupParams`** - -## Properties - -### asset - -• **asset**: `string` \| [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -Asset over which the Identity will be granted permissions - -#### Inherited from - -[AssetBase](../AssetBase/AssetBase.md).[asset](../AssetBase/AssetBase.md#asset) - -#### Defined in - -[api/procedures/types.ts:1429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1429) - -___ - -### transactionGroups - -• **transactionGroups**: [`TxGroup`](../../../../../enums/API/Procedures/Types/TxGroup/TxGroup.md)[] - -#### Defined in - -[api/procedures/types.ts:1440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1440) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md deleted file mode 100644 index a789482340..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "UnlinkChildParams" -title: "Interface: UnlinkChildParams" -sidebar_label: "UnlinkChildParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).UnlinkChildParams - -## Properties - -### child - -• **child**: `string` \| [`ChildIdentity`](../../../../../classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md) - -#### Defined in - -[api/procedures/types.ts:1537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1537) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/VenueOwnerRole/VenueOwnerRole.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/VenueOwnerRole/VenueOwnerRole.md deleted file mode 100644 index be44412e39..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/VenueOwnerRole/VenueOwnerRole.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "VenueOwnerRole" -title: "Interface: VenueOwnerRole" -sidebar_label: "VenueOwnerRole" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).VenueOwnerRole - -## Properties - -### type - -• **type**: [`VenueOwner`](../../../../../enums/API/Procedures/Types/RoleType/RoleType.md#venueowner) - -#### Defined in - -[api/procedures/types.ts:246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L246) - -___ - -### venueId - -• **venueId**: `BigNumber` - -#### Defined in - -[api/procedures/types.ts:247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L247) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md deleted file mode 100644 index 91c1f287d9..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "WaivePermissionsParams" -title: "Interface: WaivePermissionsParams" -sidebar_label: "WaivePermissionsParams" ---- - -[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).WaivePermissionsParams - -## Properties - -### asset - -• **asset**: `string` \| [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -#### Defined in - -[api/procedures/types.ts:1422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1422) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/Base/Types/ArrayTransactionArgument/ArrayTransactionArgument.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/Base/Types/ArrayTransactionArgument/ArrayTransactionArgument.md deleted file mode 100644 index 844af49bcd..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/Base/Types/ArrayTransactionArgument/ArrayTransactionArgument.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "ArrayTransactionArgument" -title: "Interface: ArrayTransactionArgument" -sidebar_label: "ArrayTransactionArgument" ---- - -[base/types](../../../../modules/Base/Types/Types.md).ArrayTransactionArgument - -## Properties - -### internal - -• **internal**: [`TransactionArgument`](../../../../modules/Base/Types/Types.md#transactionargument) - -#### Defined in - -[base/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L83) - -___ - -### type - -• **type**: [`Array`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#array) - -#### Defined in - -[base/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L82) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/Base/Types/ComplexTransactionArgument/ComplexTransactionArgument.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/Base/Types/ComplexTransactionArgument/ComplexTransactionArgument.md deleted file mode 100644 index 21e8e6d154..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/Base/Types/ComplexTransactionArgument/ComplexTransactionArgument.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "ComplexTransactionArgument" -title: "Interface: ComplexTransactionArgument" -sidebar_label: "ComplexTransactionArgument" ---- - -[base/types](../../../../modules/Base/Types/Types.md).ComplexTransactionArgument - -## Properties - -### internal - -• **internal**: [`TransactionArgument`](../../../../modules/Base/Types/Types.md#transactionargument)[] - -#### Defined in - -[base/types.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L96) - -___ - -### type - -• **type**: [`Tuple`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#tuple) \| [`RichEnum`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#richenum) \| [`Object`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#object) - -#### Defined in - -[base/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L92) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md deleted file mode 100644 index 40ef4b79cf..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -id: "PayingAccountFees" -title: "Interface: PayingAccountFees" -sidebar_label: "PayingAccountFees" ---- - -[base/types](../../../../modules/Base/Types/Types.md).PayingAccountFees - -Breakdown of the fees that will be paid by a specific Account for a transaction, along - with data associated to the Paying account - -## Properties - -### fees - -• **fees**: [`Fees`](../../../API/Client/Types/Fees/Fees.md) - -fees that will be paid by the Account - -#### Defined in - -[base/types.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L158) - -___ - -### payingAccountData - -• **payingAccountData**: `Object` - -data related to the Account responsible of paying for the transaction - -#### Defined in - -[base/types.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L162) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/Base/Types/PlainTransactionArgument/PlainTransactionArgument.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/Base/Types/PlainTransactionArgument/PlainTransactionArgument.md deleted file mode 100644 index 5a902c075f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/Base/Types/PlainTransactionArgument/PlainTransactionArgument.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: "PlainTransactionArgument" -title: "Interface: PlainTransactionArgument" -sidebar_label: "PlainTransactionArgument" ---- - -[base/types](../../../../modules/Base/Types/Types.md).PlainTransactionArgument - -## Properties - -### type - -• **type**: [`Did`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#did) \| [`Address`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#address) \| [`Text`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#text) \| [`Boolean`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#boolean) \| [`Number`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#number) \| [`Balance`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#balance) \| [`Date`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#date) \| [`Unknown`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#unknown) \| [`Null`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#null) - -#### Defined in - -[base/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L71) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/Base/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/Base/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md deleted file mode 100644 index 14a04bb79f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/Base/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -id: "SimpleEnumTransactionArgument" -title: "Interface: SimpleEnumTransactionArgument" -sidebar_label: "SimpleEnumTransactionArgument" ---- - -[base/types](../../../../modules/Base/Types/Types.md).SimpleEnumTransactionArgument - -## Properties - -### internal - -• **internal**: `string`[] - -#### Defined in - -[base/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L88) - -___ - -### type - -• **type**: [`SimpleEnum`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#simpleenum) - -#### Defined in - -[base/types.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L87) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/Base/Types/TransactionPayload/TransactionPayload.md b/sdk-docs_versioned_docs/version-24.7.x/interfaces/Base/Types/TransactionPayload/TransactionPayload.md deleted file mode 100644 index d8b92cca6d..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/Base/Types/TransactionPayload/TransactionPayload.md +++ /dev/null @@ -1,62 +0,0 @@ ---- -id: "TransactionPayload" -title: "Interface: TransactionPayload" -sidebar_label: "TransactionPayload" ---- - -[base/types](../../../../modules/Base/Types/Types.md).TransactionPayload - -## Properties - -### metadata - -• `Readonly` **metadata**: `Record`\<`string`, `string`\> - -Additional information attached to the payload, such as IDs or memos about the transaction - -#### Defined in - -[base/types.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L195) - -___ - -### method - -• `Readonly` **method**: \`0x$\{string}\` - -A hex representation of the core extrinsic information. i.e. the extrinsic and args, but does not contain information about who is to sign the transaction. - -When submitting the transaction this will be used to construct the extrinsic, to which -the signer payload and signature will be attached to. - -#### Defined in - -[base/types.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L190) - -___ - -### payload - -• `Readonly` **payload**: `SignerPayloadJSON` - -This is what a Polkadot signer ".signPayload" method expects - -#### Defined in - -[base/types.ts:174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L174) - -___ - -### rawPayload - -• `Readonly` **rawPayload**: `SignerPayloadRaw` - -An alternative representation of the payload for which Polkadot signers providing ".signRaw" expect. - -**`Note`** - -the signature should be prefixed with a single byte to indicate its type. Prepend a zero byte (`0x00`) for ed25519 or a `0x01` byte to indicate sr25519 if the signer implementation does not already do so. - -#### Defined in - -[base/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L181) diff --git a/sdk-docs_versioned_docs/version-24.7.x/interfaces/_category_.yml b/sdk-docs_versioned_docs/version-24.7.x/interfaces/_category_.yml deleted file mode 100644 index 43bec88cfa..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/interfaces/_category_.yml +++ /dev/null @@ -1,2 +0,0 @@ -label: "Interfaces" -position: 4 \ No newline at end of file diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/AccountManagement/AccountManagement.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/AccountManagement/AccountManagement.md deleted file mode 100644 index 638e067558..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/AccountManagement/AccountManagement.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "AccountManagement" -title: "Module: AccountManagement" -sidebar_label: "AccountManagement" ---- - -## Classes - -- [AccountManagement](../../../../classes/API/Client/AccountManagement/AccountManagement.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Assets/Assets.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Assets/Assets.md deleted file mode 100644 index 13023456c4..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Assets/Assets.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Assets" -title: "Module: Assets" -sidebar_label: "Assets" ---- - -## Classes - -- [Assets](../../../../classes/API/Client/Assets/Assets.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Claims/Claims.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Claims/Claims.md deleted file mode 100644 index 37ef631308..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Claims/Claims.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Claims" -title: "Module: Claims" -sidebar_label: "Claims" ---- - -## Classes - -- [Claims](../../../../classes/API/Client/Claims/Claims.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Identities/Identities.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Identities/Identities.md deleted file mode 100644 index a40c5d5b5f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Identities/Identities.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Identities" -title: "Module: Identities" -sidebar_label: "Identities" ---- - -## Classes - -- [Identities](../../../../classes/API/Client/Identities/Identities.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Network/Network.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Network/Network.md deleted file mode 100644 index a41389e443..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Network/Network.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Network" -title: "Module: Network" -sidebar_label: "Network" ---- - -## Classes - -- [Network](../../../../classes/API/Client/Network/Network.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Polymesh/Polymesh.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Polymesh/Polymesh.md deleted file mode 100644 index 81aa9d0bfb..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Polymesh/Polymesh.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -id: "Polymesh" -title: "Module: Polymesh" -sidebar_label: "Polymesh" ---- - -## Classes - -- [Polymesh](../../../../classes/API/Client/Polymesh/Polymesh.md) - -## Interfaces - -- [ConnectParams](../../../../interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Settlements/Settlements.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Settlements/Settlements.md deleted file mode 100644 index b4057b5d80..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Settlements/Settlements.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Settlements" -title: "Module: Settlements" -sidebar_label: "Settlements" ---- - -## Classes - -- [Settlements](../../../../classes/API/Client/Settlements/Settlements.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Types/Types.md deleted file mode 100644 index 5284b34f71..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Client/Types/Types.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -id: "Types" -title: "Module: Client Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [ErrorCode](../../../../enums/API/Client/Types/ErrorCode/ErrorCode.md) - -## Interfaces - -- [EventIdentifier](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md) -- [ExtrinsicData](../../../../interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md) -- [ExtrinsicDataWithFees](../../../../interfaces/API/Client/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md) -- [Fees](../../../../interfaces/API/Client/Types/Fees/Fees.md) -- [MiddlewareConfig](../../../../interfaces/API/Client/Types/MiddlewareConfig/MiddlewareConfig.md) -- [MiddlewareMetadata](../../../../interfaces/API/Client/Types/MiddlewareMetadata/MiddlewareMetadata.md) -- [NetworkProperties](../../../../interfaces/API/Client/Types/NetworkProperties/NetworkProperties.md) -- [PolkadotConfig](../../../../interfaces/API/Client/Types/PolkadotConfig/PolkadotConfig.md) -- [ProtocolFees](../../../../interfaces/API/Client/Types/ProtocolFees/ProtocolFees.md) -- [SubmissionDetails](../../../../interfaces/API/Client/Types/SubmissionDetails/SubmissionDetails.md) - -## Type Aliases - -### CustomClaimType - -Ƭ **CustomClaimType**: `Object` - -CustomClaimType - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `id` | `BigNumber` | -| `name` | `string` | - -#### Defined in - -[api/client/types.ts:197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L197) - -___ - -### CustomClaimTypeWithDid - -Ƭ **CustomClaimTypeWithDid**: [`CustomClaimType`](Types.md#customclaimtype) & \{ `did?`: `string` } - -CustomClaimType with DID that registered the CustomClaimType - -#### Defined in - -[api/client/types.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/client/types.ts#L205) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Account/Account.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Account/Account.md deleted file mode 100644 index 9fbb752a51..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Account/Account.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Account" -title: "Module: Account" -sidebar_label: "Account" ---- - -## Classes - -- [Account](../../../../classes/API/Entities/Account/Account.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Account/Helpers/Helpers.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Account/Helpers/Helpers.md deleted file mode 100644 index 1fa5af44a1..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Account/Helpers/Helpers.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -id: "Helpers" -title: "Module: helpers" -sidebar_label: "Helpers" ---- - -## Functions - -### getMissingPortfolioPermissions - -▸ **getMissingPortfolioPermissions**(`requiredPermissions`, `currentPermissions`): [`SimplePermissions`](../../../../../interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md)[``"portfolios"``] - -Calculate the difference between the required Transaction permissions and the current ones - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `requiredPermissions` | `undefined` \| ``null`` \| ([`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md))[] | -| `currentPermissions` | ``null`` \| [`SectionPermissions`](../../../../../interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md)\<[`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md)\> | - -#### Returns - -[`SimplePermissions`](../../../../../interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md)[``"portfolios"``] - -#### Defined in - -[api/entities/Account/helpers.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/helpers.ts#L30) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Account/MultiSig/MultiSig.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Account/MultiSig/MultiSig.md deleted file mode 100644 index 5147e35d98..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Account/MultiSig/MultiSig.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "MultiSig" -title: "Module: MultiSig" -sidebar_label: "MultiSig" ---- - -## Classes - -- [MultiSig](../../../../../classes/API/Entities/Account/MultiSig/MultiSig.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Account/MultiSig/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Account/MultiSig/Types/Types.md deleted file mode 100644 index a60f52937c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Account/MultiSig/Types/Types.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -id: "Types" -title: "Module: MultiSig Types" -sidebar_label: "Types" ---- - -## Interfaces - -- [MultiSigDetails](../../../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md) -- [MultiSigSigners](../../../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Account/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Account/Types/Types.md deleted file mode 100644 index 0ede255f7a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Account/Types/Types.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -id: "Types" -title: "Module: Account Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [AccountIdentityRelation](../../../../../enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md) -- [AccountKeyType](../../../../../enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md) - -## Interfaces - -- [AccountTypeInfo](../../../../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md) -- [Balance](../../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md) -- [HistoricPolyxTransaction](../../../../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md) - -## Type Aliases - -### AccountBalance - -Ƭ **AccountBalance**: [`Balance`](../../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md) - -#### Defined in - -[api/entities/Account/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Account/types.ts#L22) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Base.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Base.md deleted file mode 100644 index fef209d2a5..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Base.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -id: "Base" -title: "Module: Base" -sidebar_label: "Base" ---- - -## References - -### BaseAsset - -Re-exports [BaseAsset](../../../../../classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/BaseAsset/BaseAsset.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/BaseAsset/BaseAsset.md deleted file mode 100644 index a8bf3ad418..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/BaseAsset/BaseAsset.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "BaseAsset" -title: "Module: BaseAsset" -sidebar_label: "BaseAsset" ---- - -## Classes - -- [BaseAsset](../../../../../../classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Compliance/Compliance.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Compliance/Compliance.md deleted file mode 100644 index ff32f54463..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Compliance/Compliance.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Compliance" -title: "Module: Compliance" -sidebar_label: "Compliance" ---- - -## Classes - -- [Compliance](../../../../../../classes/API/Entities/Asset/Base/Compliance/Compliance.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md deleted file mode 100644 index 2241b55284..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Requirements" -title: "Module: Requirements" -sidebar_label: "Requirements" ---- - -## Classes - -- [Requirements](../../../../../../../classes/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md deleted file mode 100644 index e85268c3f2..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "TrustedClaimIssuers" -title: "Module: TrustedClaimIssuers" -sidebar_label: "TrustedClaimIssuers" ---- - -## Classes - -- [TrustedClaimIssuers](../../../../../../../classes/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Documents/Documents.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Documents/Documents.md deleted file mode 100644 index aa508cb7ea..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Documents/Documents.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Documents" -title: "Module: Documents" -sidebar_label: "Documents" ---- - -## Classes - -- [Documents](../../../../../../classes/API/Entities/Asset/Base/Documents/Documents.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Metadata/Metadata.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Metadata/Metadata.md deleted file mode 100644 index 7020090606..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Metadata/Metadata.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Metadata" -title: "Module: Metadata" -sidebar_label: "Metadata" ---- - -## Classes - -- [Metadata](../../../../../../classes/API/Entities/Asset/Base/Metadata/Metadata.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Permissions/Permissions.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Permissions/Permissions.md deleted file mode 100644 index 579b861a55..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Permissions/Permissions.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Permissions" -title: "Module: Permissions" -sidebar_label: "Permissions" ---- - -## Classes - -- [Permissions](../../../../../../classes/API/Entities/Asset/Base/Permissions/Permissions.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Settlements/Settlements.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Settlements/Settlements.md deleted file mode 100644 index 532e0516ee..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Base/Settlements/Settlements.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -id: "Settlements" -title: "Module: Settlements" -sidebar_label: "Settlements" ---- - -## Classes - -- [FungibleSettlements](../../../../../../classes/API/Entities/Asset/Base/Settlements/FungibleSettlements.md) -- [NonFungibleSettlements](../../../../../../classes/API/Entities/Asset/Base/Settlements/NonFungibleSettlements.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md deleted file mode 100644 index 5b13458948..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "AssetHolders" -title: "Module: AssetHolders" -sidebar_label: "AssetHolders" ---- - -## Classes - -- [AssetHolders](../../../../../../classes/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md deleted file mode 100644 index 38fae3742b..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Checkpoints" -title: "Module: Checkpoints" -sidebar_label: "Checkpoints" ---- - -## Classes - -- [Checkpoints](../../../../../../classes/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md deleted file mode 100644 index 38dea7b1c5..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Schedules" -title: "Module: Schedules" -sidebar_label: "Schedules" ---- - -## Classes - -- [Schedules](../../../../../../../classes/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md deleted file mode 100644 index 5d5359a34c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "Types" -title: "Module: Checkpoints Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [CaCheckpointType](../../../../../../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md) - -## Type Aliases - -### InputCaCheckpoint - -Ƭ **InputCaCheckpoint**: [`Checkpoint`](../../../../../../../classes/API/Entities/Checkpoint/Checkpoint.md) \| [`CheckpointSchedule`](../../../../../../../classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md) \| `Date` \| \{ `id`: `BigNumber` ; `type`: [`Existing`](../../../../../../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md#existing) } \| \{ `id`: `BigNumber` ; `type`: [`Schedule`](../../../../../../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md#schedule) } - -#### Defined in - -[api/entities/Asset/Fungible/Checkpoints/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/Checkpoints/types.ts#L10) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md deleted file mode 100644 index db8872d106..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "CorporateActions" -title: "Module: CorporateActions" -sidebar_label: "CorporateActions" ---- - -## Classes - -- [CorporateActions](../../../../../../classes/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md deleted file mode 100644 index f931c41b4d..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Distributions" -title: "Module: Distributions" -sidebar_label: "Distributions" ---- - -## Classes - -- [Distributions](../../../../../../../classes/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/CorporateActions/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/CorporateActions/Types/Types.md deleted file mode 100644 index 4a03b84b6e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/CorporateActions/Types/Types.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Types" -title: "Module: CorporateActions Types" -sidebar_label: "Types" ---- - -## Interfaces - -- [CorporateActionDefaultConfig](../../../../../../../interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/Fungible.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/Fungible.md deleted file mode 100644 index 653acde7d2..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/Fungible.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Fungible" -title: "Module: Fungible" -sidebar_label: "Fungible" ---- - -## Classes - -- [FungibleAsset](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/Issuance/Issuance.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/Issuance/Issuance.md deleted file mode 100644 index ac387c0dcd..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/Issuance/Issuance.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Issuance" -title: "Module: Issuance" -sidebar_label: "Issuance" ---- - -## Classes - -- [Issuance](../../../../../../classes/API/Entities/Asset/Fungible/Issuance/Issuance.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/Offerings/Offerings.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/Offerings/Offerings.md deleted file mode 100644 index 3291ca7565..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/Offerings/Offerings.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Offerings" -title: "Module: Offerings" -sidebar_label: "Offerings" ---- - -## Classes - -- [Offerings](../../../../../../classes/API/Entities/Asset/Fungible/Offerings/Offerings.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md deleted file mode 100644 index 76da400b5c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "ClaimCount" -title: "Module: ClaimCount" -sidebar_label: "ClaimCount" ---- - -## Classes - -- [ClaimCount](../../../../../../../classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md deleted file mode 100644 index 48abc8f66a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "ClaimPercentage" -title: "Module: ClaimPercentage" -sidebar_label: "ClaimPercentage" ---- - -## Classes - -- [ClaimPercentage](../../../../../../../classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md deleted file mode 100644 index 0afa8add46..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Count" -title: "Module: Count" -sidebar_label: "Count" ---- - -## Classes - -- [Count](../../../../../../../classes/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md deleted file mode 100644 index 21b5ac63ad..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Percentage" -title: "Module: Percentage" -sidebar_label: "Percentage" ---- - -## Classes - -- [Percentage](../../../../../../../classes/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md deleted file mode 100644 index 5faea24269..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -id: "TransferRestrictionBase" -title: "Module: TransferRestrictionBase" -sidebar_label: "TransferRestrictionBase" ---- - -## Classes - -- [TransferRestrictionBase](../../../../../../../classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md) - -## Type Aliases - -### RemoveAssetStatParamsBase - -Ƭ **RemoveAssetStatParamsBase**\<`T`\>: `Omit`\<`T` extends [`Count`](../../../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) ? [`RemoveCountStatParams`](../../../../../Procedures/Types/Types.md#removecountstatparams) : `T` extends [`Percentage`](../../../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) ? [`RemoveBalanceStatParams`](../../../../../Procedures/Types/Types.md#removebalancestatparams) : `T` extends [`ClaimCount`](../../../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) ? [`RemoveScopedCountParams`](../../../../../Procedures/Types/Types.md#removescopedcountparams) : [`RemoveScopedBalanceParams`](../../../../../Procedures/Types/Types.md#removescopedbalanceparams), ``"type"``\> - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L51) - -___ - -### SetTransferRestrictionsParams - -Ƭ **SetTransferRestrictionsParams**: \{ `ticker`: `string` } & [`SetCountTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md) \| [`SetPercentageTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md) \| [`SetClaimCountTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md) \| [`SetClaimPercentageTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md) - -#### Defined in - -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L44) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md deleted file mode 100644 index bd57397c9f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "TransferRestrictions" -title: "Module: TransferRestrictions" -sidebar_label: "TransferRestrictions" ---- - -## Classes - -- [TransferRestrictions](../../../../../../classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/NonFungible/Nft/Nft.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/NonFungible/Nft/Nft.md deleted file mode 100644 index e84b6920bd..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/NonFungible/Nft/Nft.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -id: "Nft" -title: "Module: Nft" -sidebar_label: "Nft" ---- - -## Classes - -- [Nft](../../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md) - -## Interfaces - -- [HumanReadable](../../../../../../interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md) - -## Type Aliases - -### NftUniqueIdentifiers - -Ƭ **NftUniqueIdentifiers**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `id` | `BigNumber` | -| `ticker` | `string` | - -#### Defined in - -[api/entities/Asset/NonFungible/Nft.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/NonFungible/Nft.ts#L31) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md deleted file mode 100644 index 549c16b75c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "NftCollection" -title: "Module: NftCollection" -sidebar_label: "NftCollection" ---- - -## Classes - -- [NftCollection](../../../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/NonFungible/NonFungible.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/NonFungible/NonFungible.md deleted file mode 100644 index 98a3c3fc6e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/NonFungible/NonFungible.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -id: "NonFungible" -title: "Module: NonFungible" -sidebar_label: "NonFungible" ---- - -## References - -### HumanReadable - -Re-exports [HumanReadable](../../../../../interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md) - -___ - -### Nft - -Re-exports [Nft](../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md) - -___ - -### NftCollection - -Re-exports [NftCollection](../../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) - -___ - -### NftUniqueIdentifiers - -Re-exports [NftUniqueIdentifiers](Nft/Nft.md#nftuniqueidentifiers) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Types/Types.md deleted file mode 100644 index 80757074e7..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Types/Types.md +++ /dev/null @@ -1,92 +0,0 @@ ---- -id: "Types" -title: "Module: Asset Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [KnownAssetType](../../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) -- [KnownNftType](../../../../../enums/API/Entities/Asset/Types/KnownNftType/KnownNftType.md) -- [SecurityIdentifierType](../../../../../enums/API/Entities/Asset/Types/SecurityIdentifierType/SecurityIdentifierType.md) -- [TransferError](../../../../../enums/API/Entities/Asset/Types/TransferError/TransferError.md) -- [TransferStatus](../../../../../enums/API/Entities/Asset/Types/TransferStatus/TransferStatus.md) - -## Interfaces - -- [AgentWithGroup](../../../../../interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md) -- [AssetDetails](../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md) -- [AssetDocument](../../../../../interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md) -- [AssetWithGroup](../../../../../interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md) -- [BaseHistoricAssetTransaction](../../../../../interfaces/API/Entities/Asset/Types/BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md) -- [HeldNfts](../../../../../interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md) -- [HistoricAgentOperation](../../../../../interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md) -- [HistoricAssetTransaction](../../../../../interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md) -- [HistoricNftTransaction](../../../../../interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md) -- [IdentityBalance](../../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md) -- [IdentityHeldNfts](../../../../../interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md) -- [NftMetadata](../../../../../interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md) -- [SecurityIdentifier](../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md) -- [TransferBreakdown](../../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md) -- [TransferRestrictionResult](../../../../../interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md) -- [UniqueIdentifiers](../../../../../interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md) -- [VenueFilteringDetails](../../../../../interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md) - -## References - -### CaCheckpointType - -Re-exports [CaCheckpointType](../../../../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md) - -___ - -### CorporateActionDefaultConfig - -Re-exports [CorporateActionDefaultConfig](../../../../../interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md) - -___ - -### InputCaCheckpoint - -Re-exports [InputCaCheckpoint](../Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) - -## Type Aliases - -### Asset - -Ƭ **Asset**: [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) \| [`NftCollection`](../../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) - -Represents a generic asset on chain. Common functionality (e.g. documents) can be interacted with directly. For type specific functionality (e.g. issue) the type can -be narrowed via `instanceof` operator, or by using a more specific getter - -#### Defined in - -[api/entities/Asset/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L27) - -___ - -### CollectionKey - -Ƭ **CollectionKey**: [`MetadataKeyId`](Types.md#metadatakeyid) & [`MetadataDetails`](../../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md) - -A metadata entry for which each NFT in the collection must have an entry for - -**`Note`** - -each NFT **must** have an entry for each metadata value, the entry **should** comply with the relevant spec - -#### Defined in - -[api/entities/Asset/types.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L242) - -___ - -### MetadataKeyId - -Ƭ **MetadataKeyId**: \{ `id`: `BigNumber` ; `type`: [`Global`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md#global) } \| \{ `id`: `BigNumber` ; `ticker`: `string` ; `type`: [`Local`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md#local) } - -The data needed to uniquely identify a metadata specification - -#### Defined in - -[api/entities/Asset/types.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Asset/types.ts#L204) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md deleted file mode 100644 index 00073c451c..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -id: "AuthorizationRequest" -title: "Module: AuthorizationRequest" -sidebar_label: "AuthorizationRequest" ---- - -## Classes - -- [AuthorizationRequest](../../../../classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md) - -## Interfaces - -- [HumanReadable](../../../../interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md) -- [Params](../../../../interfaces/API/Entities/AuthorizationRequest/Params/Params.md) -- [UniqueIdentifiers](../../../../interfaces/API/Entities/AuthorizationRequest/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Checkpoint/Checkpoint.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Checkpoint/Checkpoint.md deleted file mode 100644 index cebfe4ac54..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Checkpoint/Checkpoint.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -id: "Checkpoint" -title: "Module: Checkpoint" -sidebar_label: "Checkpoint" ---- - -## Classes - -- [Checkpoint](../../../../classes/API/Entities/Checkpoint/Checkpoint.md) - -## Interfaces - -- [HumanReadable](../../../../interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md) -- [UniqueIdentifiers](../../../../interfaces/API/Entities/Checkpoint/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md deleted file mode 100644 index 4f57827c81..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -id: "CheckpointSchedule" -title: "Module: CheckpointSchedule" -sidebar_label: "CheckpointSchedule" ---- - -## Classes - -- [CheckpointSchedule](../../../../classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md) - -## Interfaces - -- [HumanReadable](../../../../interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md) -- [Params](../../../../interfaces/API/Entities/CheckpointSchedule/Params/Params.md) -- [UniqueIdentifiers](../../../../interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/CheckpointSchedule/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/CheckpointSchedule/Types/Types.md deleted file mode 100644 index 63ab500e9a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/CheckpointSchedule/Types/Types.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "Types" -title: "Module: CheckpointSchedule Types" -sidebar_label: "Types" ---- - -## Interfaces - -- [ScheduleDetails](../../../../../interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md) - -## Type Aliases - -### CheckpointScheduleParams - -Ƭ **CheckpointScheduleParams**: `Omit`\<[`UniqueIdentifiers`](../../../../../interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md) & [`Params`](../../../../../interfaces/API/Entities/CheckpointSchedule/Params/Params.md), ``"ticker"``\> - -#### Defined in - -[api/entities/CheckpointSchedule/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CheckpointSchedule/types.ts#L10) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Common/Namespaces/Authorizations/Authorizations.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Common/Namespaces/Authorizations/Authorizations.md deleted file mode 100644 index 2b74e713bc..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Common/Namespaces/Authorizations/Authorizations.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Authorizations" -title: "Module: Authorizations" -sidebar_label: "Authorizations" ---- - -## Classes - -- [Authorizations](../../../../../../classes/API/Entities/Common/Namespaces/Authorizations/Authorizations.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/CorporateAction/CorporateAction.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/CorporateAction/CorporateAction.md deleted file mode 100644 index 971f2d6333..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/CorporateAction/CorporateAction.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -id: "CorporateAction" -title: "Module: CorporateAction" -sidebar_label: "CorporateAction" ---- - -## Classes - -- [CorporateAction](../../../../classes/API/Entities/CorporateAction/CorporateAction.md) - -## Interfaces - -- [HumanReadable](../../../../interfaces/API/Entities/CorporateAction/HumanReadable/HumanReadable.md) -- [Params](../../../../interfaces/API/Entities/CorporateAction/Params/Params.md) -- [UniqueIdentifiers](../../../../interfaces/API/Entities/CorporateAction/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/CorporateActionBase/CorporateActionBase.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/CorporateActionBase/CorporateActionBase.md deleted file mode 100644 index 53dbfaab21..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/CorporateActionBase/CorporateActionBase.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -id: "CorporateActionBase" -title: "Module: CorporateActionBase" -sidebar_label: "CorporateActionBase" ---- - -## Classes - -- [CorporateActionBase](../../../../classes/API/Entities/CorporateActionBase/CorporateActionBase.md) - -## Interfaces - -- [HumanReadable](../../../../interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md) -- [Params](../../../../interfaces/API/Entities/CorporateActionBase/Params/Params.md) -- [UniqueIdentifiers](../../../../interfaces/API/Entities/CorporateActionBase/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/CorporateActionBase/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/CorporateActionBase/Types/Types.md deleted file mode 100644 index 9c1e91d6cd..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/CorporateActionBase/Types/Types.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -id: "Types" -title: "Module: CorporateActionBase Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [CorporateActionKind](../../../../../enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md) -- [TargetTreatment](../../../../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) - -## Interfaces - -- [CorporateActionTargets](../../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) -- [TaxWithholding](../../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md) - -## References - -### CorporateActionParams - -Renames and re-exports [Params](../../../../../interfaces/API/Entities/CorporateActionBase/Params/Params.md) - -## Type Aliases - -### InputTargets - -Ƭ **InputTargets**: [`Modify`](../../../../Types/Utils/Utils.md#modify)\<[`CorporateActionTargets`](../../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md), \{ `identities`: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] }\> - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/types.ts#L21) - -___ - -### InputTaxWithholding - -Ƭ **InputTaxWithholding**: [`Modify`](../../../../Types/Utils/Utils.md#modify)\<[`TaxWithholding`](../../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md), \{ `identity`: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) }\> - -#### Defined in - -[api/entities/CorporateActionBase/types.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/CorporateActionBase/types.ts#L28) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md deleted file mode 100644 index 751a615917..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -id: "CustomPermissionGroup" -title: "Module: CustomPermissionGroup" -sidebar_label: "CustomPermissionGroup" ---- - -## Classes - -- [CustomPermissionGroup](../../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md) - -## Interfaces - -- [HumanReadable](../../../../interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md) -- [UniqueIdentifiers](../../../../interfaces/API/Entities/CustomPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/DefaultPortfolio/DefaultPortfolio.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/DefaultPortfolio/DefaultPortfolio.md deleted file mode 100644 index a111577d5a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/DefaultPortfolio/DefaultPortfolio.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -id: "DefaultPortfolio" -title: "Module: DefaultPortfolio" -sidebar_label: "DefaultPortfolio" ---- - -## Classes - -- [DefaultPortfolio](../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -## Interfaces - -- [UniqueIdentifiers](../../../../interfaces/API/Entities/DefaultPortfolio/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md deleted file mode 100644 index d3614fac60..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -id: "DefaultTrustedClaimIssuer" -title: "Module: DefaultTrustedClaimIssuer" -sidebar_label: "DefaultTrustedClaimIssuer" ---- - -## Classes - -- [DefaultTrustedClaimIssuer](../../../../classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md) - -## Interfaces - -- [UniqueIdentifiers](../../../../interfaces/API/Entities/DefaultTrustedClaimIssuer/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/DividendDistribution/DividendDistribution.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/DividendDistribution/DividendDistribution.md deleted file mode 100644 index 21639803e6..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/DividendDistribution/DividendDistribution.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -id: "DividendDistribution" -title: "Module: DividendDistribution" -sidebar_label: "DividendDistribution" ---- - -## Classes - -- [DividendDistribution](../../../../classes/API/Entities/DividendDistribution/DividendDistribution.md) - -## Interfaces - -- [DividendDistributionParams](../../../../interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md) -- [HumanReadable](../../../../interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md) - -## Type Aliases - -### Params - -Ƭ **Params**: [`Params`](../../../../interfaces/API/Entities/CorporateAction/Params/Params.md) & [`DividendDistributionParams`](../../../../interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md) - -#### Defined in - -[api/entities/DividendDistribution/index.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/DividendDistribution/index.ts#L80) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/DividendDistribution/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/DividendDistribution/Types/Types.md deleted file mode 100644 index 0ecad9ff1d..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/DividendDistribution/Types/Types.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -id: "Types" -title: "Module: DividendDistribution Types" -sidebar_label: "Types" ---- - -## Interfaces - -- [DistributionParticipant](../../../../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md) -- [DividendDistributionDetails](../../../../../interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md) - -## References - -### DividendDistributionParams - -Re-exports [DividendDistributionParams](../../../../../interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Entity/Entity.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Entity/Entity.md deleted file mode 100644 index b504b98d88..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Entity/Entity.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Entity" -title: "Module: Entity" -sidebar_label: "Entity" ---- - -## Classes - -- [Entity](../../../../classes/API/Entities/Entity/Entity.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Identity/AssetPermissions/AssetPermissions.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Identity/AssetPermissions/AssetPermissions.md deleted file mode 100644 index 03992f1262..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Identity/AssetPermissions/AssetPermissions.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "AssetPermissions" -title: "Module: AssetPermissions" -sidebar_label: "AssetPermissions" ---- - -## Classes - -- [AssetPermissions](../../../../../classes/API/Entities/Identity/AssetPermissions/AssetPermissions.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Identity/ChildIdentity/ChildIdentity.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Identity/ChildIdentity/ChildIdentity.md deleted file mode 100644 index 80d7e7bc60..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Identity/ChildIdentity/ChildIdentity.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "ChildIdentity" -title: "Module: ChildIdentity" -sidebar_label: "ChildIdentity" ---- - -## Classes - -- [ChildIdentity](../../../../../classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Identity/Identity.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Identity/Identity.md deleted file mode 100644 index 65015c77f4..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Identity/Identity.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -id: "Identity" -title: "Module: Identity" -sidebar_label: "Identity" ---- - -## Classes - -- [Identity](../../../../classes/API/Entities/Identity/Identity.md) - -## Interfaces - -- [UniqueIdentifiers](../../../../interfaces/API/Entities/Identity/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md deleted file mode 100644 index 5b43eb4fdc..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "IdentityAuthorizations" -title: "Module: IdentityAuthorizations" -sidebar_label: "IdentityAuthorizations" ---- - -## Classes - -- [IdentityAuthorizations](../../../../../classes/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Identity/Portfolios/Portfolios.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Identity/Portfolios/Portfolios.md deleted file mode 100644 index e188a4280f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Identity/Portfolios/Portfolios.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Portfolios" -title: "Module: Portfolios" -sidebar_label: "Portfolios" ---- - -## Classes - -- [Portfolios](../../../../../classes/API/Entities/Identity/Portfolios/Portfolios.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Instruction/Instruction.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Instruction/Instruction.md deleted file mode 100644 index fa7b6a4007..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Instruction/Instruction.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -id: "Instruction" -title: "Module: Instruction" -sidebar_label: "Instruction" ---- - -## Classes - -- [Instruction](../../../../classes/API/Entities/Instruction/Instruction.md) - -## Interfaces - -- [UniqueIdentifiers](../../../../interfaces/API/Entities/Instruction/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Instruction/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Instruction/Types/Types.md deleted file mode 100644 index b64530a85a..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Instruction/Types/Types.md +++ /dev/null @@ -1,87 +0,0 @@ ---- -id: "Types" -title: "Module: Instruction Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [AffirmationStatus](../../../../../enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md) -- [InstructionStatus](../../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md) -- [InstructionType](../../../../../enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md) - -## Interfaces - -- [FungibleLeg](../../../../../interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md) -- [GroupedInstructions](../../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md) -- [GroupedInvolvedInstructions](../../../../../interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md) -- [InstructionAffirmation](../../../../../interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md) -- [NftLeg](../../../../../interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md) - -## Type Aliases - -### InstructionDetails - -Ƭ **InstructionDetails**: \{ `createdAt`: `Date` ; `memo`: `string` \| ``null`` ; `status`: [`InstructionStatus`](../../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md) ; `tradeDate`: `Date` \| ``null`` ; `valueDate`: `Date` \| ``null`` ; `venue`: [`Venue`](../../../../../classes/API/Entities/Venue/Venue.md) } & [`InstructionEndCondition`](Types.md#instructionendcondition) - -#### Defined in - -[api/entities/Instruction/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L40) - -___ - -### InstructionEndCondition - -Ƭ **InstructionEndCondition**: \{ `type`: [`SettleOnAffirmation`](../../../../../enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md#settleonaffirmation) } \| \{ `endBlock`: `BigNumber` ; `type`: [`SettleOnBlock`](../../../../../enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md#settleonblock) } \| \{ `endAfterBlock`: `BigNumber` ; `type`: [`SettleManual`](../../../../../enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md#settlemanual) } - -#### Defined in - -[api/entities/Instruction/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L27) - -___ - -### InstructionStatusResult - -Ƭ **InstructionStatusResult**: \{ `status`: [`Pending`](../../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md#pending) } \| \{ `eventIdentifier`: [`EventIdentifier`](../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md) ; `status`: `Exclude`\<[`InstructionStatus`](../../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md), [`Pending`](../../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md#pending)\> } - -#### Defined in - -[api/entities/Instruction/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L82) - -___ - -### InstructionsByStatus - -Ƭ **InstructionsByStatus**: [`GroupedInstructions`](../../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md) & \{ `partiallyAffirmed`: [`Instruction`](../../../../../classes/API/Entities/Instruction/Instruction.md)[] } - -#### Defined in - -[api/entities/Instruction/types.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L117) - -___ - -### Leg - -Ƭ **Leg**: [`FungibleLeg`](../../../../../interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md) \| [`NftLeg`](../../../../../interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md) - -#### Defined in - -[api/entities/Instruction/types.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L69) - -___ - -### MediatorAffirmation - -Ƭ **MediatorAffirmation**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `expiry?` | `Date` | Affirmations may have an expiration time | -| `identity` | [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) | - | -| `status` | [`AffirmationStatus`](../../../../../enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md) | - | - -#### Defined in - -[api/entities/Instruction/types.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Instruction/types.ts#L91) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md deleted file mode 100644 index 3c975c3476..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -id: "KnownPermissionGroup" -title: "Module: KnownPermissionGroup" -sidebar_label: "KnownPermissionGroup" ---- - -## Classes - -- [KnownPermissionGroup](../../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md) - -## Interfaces - -- [HumanReadable](../../../../interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md) -- [UniqueIdentifiers](../../../../interfaces/API/Entities/KnownPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/MetadataEntry/MetadataEntry.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/MetadataEntry/MetadataEntry.md deleted file mode 100644 index 37c97ee0bb..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/MetadataEntry/MetadataEntry.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -id: "MetadataEntry" -title: "Module: MetadataEntry" -sidebar_label: "MetadataEntry" ---- - -## Classes - -- [MetadataEntry](../../../../classes/API/Entities/MetadataEntry/MetadataEntry.md) - -## Interfaces - -- [HumanReadable](../../../../interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md) -- [UniqueIdentifiers](../../../../interfaces/API/Entities/MetadataEntry/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/MetadataEntry/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/MetadataEntry/Types/Types.md deleted file mode 100644 index f63b52e82e..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/MetadataEntry/Types/Types.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -id: "Types" -title: "Module: MetadataEntry Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [MetadataLockStatus](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md) -- [MetadataType](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) - -## Interfaces - -- [MetadataDetails](../../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md) -- [MetadataSpec](../../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md) - -## Type Aliases - -### GlobalMetadataKey - -Ƭ **GlobalMetadataKey**: [`MetadataDetails`](../../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md) & \{ `id`: `BigNumber` } - -#### Defined in - -[api/entities/MetadataEntry/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/types.ts#L55) - -___ - -### MetadataValue - -Ƭ **MetadataValue**: \{ `value`: `string` } & [`MetadataValueDetails`](Types.md#metadatavaluedetails) - -#### Defined in - -[api/entities/MetadataEntry/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/types.ts#L51) - -___ - -### MetadataValueDetails - -Ƭ **MetadataValueDetails**: \{ `expiry`: `Date` \| ``null`` } & \{ `lockStatus`: `Exclude`\<[`MetadataLockStatus`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md), [`LockedUntil`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md#lockeduntil)\> } \| \{ `lockStatus`: [`LockedUntil`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md#lockeduntil) ; `lockedUntil`: `Date` } - -#### Defined in - -[api/entities/MetadataEntry/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/types.ts#L27) - -___ - -### MetadataWithValue - -Ƭ **MetadataWithValue**: \{ `metadataEntry`: [`MetadataEntry`](../../../../../classes/API/Entities/MetadataEntry/MetadataEntry.md) } & [`MetadataDetails`](../../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md) & [`MetadataValue`](Types.md#metadatavalue) - -#### Defined in - -[api/entities/MetadataEntry/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MetadataEntry/types.ts#L59) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/MultiSigProposal/MultiSigProposal.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/MultiSigProposal/MultiSigProposal.md deleted file mode 100644 index d31ffbcb00..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/MultiSigProposal/MultiSigProposal.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -id: "MultiSigProposal" -title: "Module: MultiSigProposal" -sidebar_label: "MultiSigProposal" ---- - -## Classes - -- [MultiSigProposal](../../../../classes/API/Entities/MultiSigProposal/MultiSigProposal.md) - -## Interfaces - -- [HumanReadable](../../../../interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/MultiSigProposal/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/MultiSigProposal/Types/Types.md deleted file mode 100644 index 5de1e1e4e4..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/MultiSigProposal/Types/Types.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -id: "Types" -title: "Module: MultiSigProposal Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [MultiSigProposalAction](../../../../../enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md) -- [ProposalStatus](../../../../../enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md) - -## Interfaces - -- [MultiSigProposalDetails](../../../../../interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md) - -## Type Aliases - -### AnyJson - -Ƭ **AnyJson**: `string` \| `number` \| `boolean` \| ``null`` \| `undefined` \| [`AnyJson`](Types.md#anyjson)[] \| \{ `[index: string]`: [`AnyJson`](Types.md#anyjson); } - -Represents JSON serializable data. Used for cases when the value can take on many types, like args for a MultiSig proposal. - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/types.ts#L18) - -___ - -### MultiSigProposalVote - -Ƭ **MultiSigProposalVote**: [`EventIdentifier`](../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md) & \{ `action`: [`MultiSigProposalVoteActionEnum`](../../../../../enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md) ; `signer`: [`Signer`](../../Types/Types.md#signer) } - -#### Defined in - -[api/entities/MultiSigProposal/types.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/MultiSigProposal/types.ts#L69) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/NumberedPortfolio/NumberedPortfolio.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/NumberedPortfolio/NumberedPortfolio.md deleted file mode 100644 index ce1fd5ff2d..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/NumberedPortfolio/NumberedPortfolio.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -id: "NumberedPortfolio" -title: "Module: NumberedPortfolio" -sidebar_label: "NumberedPortfolio" ---- - -## Classes - -- [NumberedPortfolio](../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) - -## Interfaces - -- [UniqueIdentifiers](../../../../interfaces/API/Entities/NumberedPortfolio/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Offering/Offering.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Offering/Offering.md deleted file mode 100644 index 2cb8c7328f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Offering/Offering.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -id: "Offering" -title: "Module: Offering" -sidebar_label: "Offering" ---- - -## Classes - -- [Offering](../../../../classes/API/Entities/Offering/Offering.md) - -## Interfaces - -- [HumanReadable](../../../../interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md) -- [UniqueIdentifiers](../../../../interfaces/API/Entities/Offering/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Offering/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Offering/Types/Types.md deleted file mode 100644 index 0c825d8270..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Offering/Types/Types.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: "Types" -title: "Module: Offering Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [OfferingBalanceStatus](../../../../../enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md) -- [OfferingSaleStatus](../../../../../enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md) -- [OfferingTimingStatus](../../../../../enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md) - -## Interfaces - -- [Investment](../../../../../interfaces/API/Entities/Offering/Types/Investment/Investment.md) -- [OfferingDetails](../../../../../interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md) -- [OfferingStatus](../../../../../interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md) -- [OfferingTier](../../../../../interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md) -- [Tier](../../../../../interfaces/API/Entities/Offering/Types/Tier/Tier.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/PermissionGroup/PermissionGroup.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/PermissionGroup/PermissionGroup.md deleted file mode 100644 index 42f4d3dac1..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/PermissionGroup/PermissionGroup.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -id: "PermissionGroup" -title: "Module: PermissionGroup" -sidebar_label: "PermissionGroup" ---- - -## Classes - -- [PermissionGroup](../../../../classes/API/Entities/PermissionGroup/PermissionGroup.md) - -## Interfaces - -- [UniqueIdentifiers](../../../../interfaces/API/Entities/PermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Portfolio/Portfolio.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Portfolio/Portfolio.md deleted file mode 100644 index 8c0de38d18..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Portfolio/Portfolio.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -id: "Portfolio" -title: "Module: Portfolio" -sidebar_label: "Portfolio" ---- - -## Classes - -- [Portfolio](../../../../classes/API/Entities/Portfolio/Portfolio.md) - -## Interfaces - -- [HumanReadable](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) -- [UniqueIdentifiers](../../../../interfaces/API/Entities/Portfolio/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Portfolio/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Portfolio/Types/Types.md deleted file mode 100644 index 953bfaeeb3..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Portfolio/Types/Types.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -id: "Types" -title: "Module: Portfolio Types" -sidebar_label: "Types" ---- - -## Interfaces - -- [HistoricSettlement](../../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md) -- [PortfolioBalance](../../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md) -- [PortfolioCollection](../../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md) - -## Type Aliases - -### SettlementLeg - -Ƭ **SettlementLeg**: [`Leg`](../../Instruction/Types/Types.md#leg) & \{ `direction`: [`SettlementDirectionEnum`](../../../../../enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md) } - -#### Defined in - -[api/entities/Portfolio/types.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Portfolio/types.ts#L28) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Subsidies/Subsidies.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Subsidies/Subsidies.md deleted file mode 100644 index 68fa352c4f..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Subsidies/Subsidies.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "Subsidies" -title: "Module: Subsidies" -sidebar_label: "Subsidies" ---- - -## Classes - -- [Subsidies](../../../../classes/API/Entities/Subsidies/Subsidies.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Subsidy/Subsidy.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Subsidy/Subsidy.md deleted file mode 100644 index 043ac47910..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Subsidy/Subsidy.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -id: "Subsidy" -title: "Module: Subsidy" -sidebar_label: "Subsidy" ---- - -## Classes - -- [Subsidy](../../../../classes/API/Entities/Subsidy/Subsidy.md) - -## Interfaces - -- [UniqueIdentifiers](../../../../interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Subsidy/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Subsidy/Types/Types.md deleted file mode 100644 index 4513bb791d..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Subsidy/Types/Types.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -id: "Types" -title: "Module: Subsidy Types" -sidebar_label: "Types" ---- - -## Interfaces - -- [SubsidyData](../../../../../interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md) -- [SubsidyWithAllowance](../../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/TickerReservation/TickerReservation.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/TickerReservation/TickerReservation.md deleted file mode 100644 index 6410625895..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/TickerReservation/TickerReservation.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -id: "TickerReservation" -title: "Module: TickerReservation" -sidebar_label: "TickerReservation" ---- - -## Classes - -- [TickerReservation](../../../../classes/API/Entities/TickerReservation/TickerReservation.md) - -## Interfaces - -- [UniqueIdentifiers](../../../../interfaces/API/Entities/TickerReservation/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/TickerReservation/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/TickerReservation/Types/Types.md deleted file mode 100644 index c461f23d05..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/TickerReservation/Types/Types.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -id: "Types" -title: "Module: TickerReservation Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [TickerReservationStatus](../../../../../enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md) - -## Interfaces - -- [TickerReservationDetails](../../../../../interfaces/API/Entities/TickerReservation/Types/TickerReservationDetails/TickerReservationDetails.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Types/Types.md deleted file mode 100644 index 8755818215..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Types/Types.md +++ /dev/null @@ -1,1270 +0,0 @@ ---- -id: "Types" -title: "Module: Entities Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [AuthorizationType](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md) -- [ClaimType](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md) -- [ConditionTarget](../../../../enums/API/Entities/Types/ConditionTarget/ConditionTarget.md) -- [ConditionType](../../../../enums/API/Entities/Types/ConditionType/ConditionType.md) -- [PermissionGroupType](../../../../enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md) -- [PermissionType](../../../../enums/API/Entities/Types/PermissionType/PermissionType.md) -- [ScopeType](../../../../enums/API/Entities/Types/ScopeType/ScopeType.md) -- [SignerType](../../../../enums/API/Entities/Types/SignerType/SignerType.md) -- [StatType](../../../../enums/API/Entities/Types/StatType/StatType.md) - -## Interfaces - -- [AccreditedClaim](../../../../interfaces/API/Entities/Types/AccreditedClaim/AccreditedClaim.md) -- [ActiveTransferRestrictions](../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md) -- [AddCountStatInput](../../../../interfaces/API/Entities/Types/AddCountStatInput/AddCountStatInput.md) -- [AffiliateClaim](../../../../interfaces/API/Entities/Types/AffiliateClaim/AffiliateClaim.md) -- [BlockedClaim](../../../../interfaces/API/Entities/Types/BlockedClaim/BlockedClaim.md) -- [BuyLockupClaim](../../../../interfaces/API/Entities/Types/BuyLockupClaim/BuyLockupClaim.md) -- [CddClaim](../../../../interfaces/API/Entities/Types/CddClaim/CddClaim.md) -- [CheckPermissionsResult](../../../../interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md) -- [CheckRolesResult](../../../../interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md) -- [CheckpointWithData](../../../../interfaces/API/Entities/Types/CheckpointWithData/CheckpointWithData.md) -- [ClaimCountTransferRestriction](../../../../interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md) -- [ClaimData](../../../../interfaces/API/Entities/Types/ClaimData/ClaimData.md) -- [ClaimPercentageTransferRestriction](../../../../interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md) -- [ClaimScope](../../../../interfaces/API/Entities/Types/ClaimScope/ClaimScope.md) -- [ClaimTarget](../../../../interfaces/API/Entities/Types/ClaimTarget/ClaimTarget.md) -- [Compliance](../../../../interfaces/API/Entities/Types/Compliance/Compliance.md) -- [ComplianceRequirements](../../../../interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md) -- [ConditionBase](../../../../interfaces/API/Entities/Types/ConditionBase/ConditionBase.md) -- [ConditionCompliance](../../../../interfaces/API/Entities/Types/ConditionCompliance/ConditionCompliance.md) -- [CountTransferRestriction](../../../../interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md) -- [CustomClaim](../../../../interfaces/API/Entities/Types/CustomClaim/CustomClaim.md) -- [DistributionPayment](../../../../interfaces/API/Entities/Types/DistributionPayment/DistributionPayment.md) -- [DistributionWithDetails](../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md) -- [ExemptedClaim](../../../../interfaces/API/Entities/Types/ExemptedClaim/ExemptedClaim.md) -- [ExternalAgentCondition](../../../../interfaces/API/Entities/Types/ExternalAgentCondition/ExternalAgentCondition.md) -- [FungiblePortfolioMovement](../../../../interfaces/API/Entities/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md) -- [IdentityCondition](../../../../interfaces/API/Entities/Types/IdentityCondition/IdentityCondition.md) -- [IdentityWithClaims](../../../../interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md) -- [JurisdictionClaim](../../../../interfaces/API/Entities/Types/JurisdictionClaim/JurisdictionClaim.md) -- [KycClaim](../../../../interfaces/API/Entities/Types/KycClaim/KycClaim.md) -- [MultiClaimCondition](../../../../interfaces/API/Entities/Types/MultiClaimCondition/MultiClaimCondition.md) -- [OfferingWithDetails](../../../../interfaces/API/Entities/Types/OfferingWithDetails/OfferingWithDetails.md) -- [PaginationOptions](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) -- [PercentageTransferRestriction](../../../../interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md) -- [PermissionGroups](../../../../interfaces/API/Entities/Types/PermissionGroups/PermissionGroups.md) -- [PermissionedAccount](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md) -- [Permissions](../../../../interfaces/API/Entities/Types/Permissions/Permissions.md) -- [Requirement](../../../../interfaces/API/Entities/Types/Requirement/Requirement.md) -- [RequirementCompliance](../../../../interfaces/API/Entities/Types/RequirementCompliance/RequirementCompliance.md) -- [ResultSet](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md) -- [ScheduleWithDetails](../../../../interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md) -- [Scope](../../../../interfaces/API/Entities/Types/Scope/Scope.md) -- [SectionPermissions](../../../../interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md) -- [SellLockupClaim](../../../../interfaces/API/Entities/Types/SellLockupClaim/SellLockupClaim.md) -- [SignerValue](../../../../interfaces/API/Entities/Types/SignerValue/SignerValue.md) -- [SimplePermissions](../../../../interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md) -- [SingleClaimCondition](../../../../interfaces/API/Entities/Types/SingleClaimCondition/SingleClaimCondition.md) -- [StatAccreditedClaimInput](../../../../interfaces/API/Entities/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md) -- [StatAffiliateClaimInput](../../../../interfaces/API/Entities/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md) -- [StatClaimIssuer](../../../../interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md) -- [StatJurisdictionClaimInput](../../../../interfaces/API/Entities/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md) -- [TransactionPermissions](../../../../interfaces/API/Entities/Types/TransactionPermissions/TransactionPermissions.md) -- [TrustedClaimIssuer](../../../../interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md) - -## References - -### AccountBalance - -Re-exports [AccountBalance](../Account/Types/Types.md#accountbalance) - -___ - -### AccountIdentityRelation - -Re-exports [AccountIdentityRelation](../../../../enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md) - -___ - -### AccountKeyType - -Re-exports [AccountKeyType](../../../../enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md) - -___ - -### AccountTypeInfo - -Re-exports [AccountTypeInfo](../../../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md) - -___ - -### AffirmationStatus - -Re-exports [AffirmationStatus](../../../../enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md) - -___ - -### AgentWithGroup - -Re-exports [AgentWithGroup](../../../../interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md) - -___ - -### AnyJson - -Re-exports [AnyJson](../MultiSigProposal/Types/Types.md#anyjson) - -___ - -### Asset - -Re-exports [Asset](../Asset/Types/Types.md#asset) - -___ - -### AssetDetails - -Re-exports [AssetDetails](../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md) - -___ - -### AssetDocument - -Re-exports [AssetDocument](../../../../interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md) - -___ - -### AssetWithGroup - -Re-exports [AssetWithGroup](../../../../interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md) - -___ - -### Balance - -Re-exports [Balance](../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md) - -___ - -### BaseHistoricAssetTransaction - -Re-exports [BaseHistoricAssetTransaction](../../../../interfaces/API/Entities/Asset/Types/BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md) - -___ - -### CaCheckpointType - -Re-exports [CaCheckpointType](../../../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md) - -___ - -### CheckpointScheduleParams - -Re-exports [CheckpointScheduleParams](../CheckpointSchedule/Types/Types.md#checkpointscheduleparams) - -___ - -### CollectionKey - -Re-exports [CollectionKey](../Asset/Types/Types.md#collectionkey) - -___ - -### CorporateActionDefaultConfig - -Re-exports [CorporateActionDefaultConfig](../../../../interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md) - -___ - -### CorporateActionKind - -Re-exports [CorporateActionKind](../../../../enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md) - -___ - -### CorporateActionParams - -Renames and re-exports [Params](../../../../interfaces/API/Entities/CorporateActionBase/Params/Params.md) - -___ - -### CorporateActionTargets - -Re-exports [CorporateActionTargets](../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) - -___ - -### DistributionParticipant - -Re-exports [DistributionParticipant](../../../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md) - -___ - -### DividendDistributionDetails - -Re-exports [DividendDistributionDetails](../../../../interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md) - -___ - -### DividendDistributionParams - -Re-exports [DividendDistributionParams](../../../../interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md) - -___ - -### FungibleLeg - -Re-exports [FungibleLeg](../../../../interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md) - -___ - -### GlobalMetadataKey - -Re-exports [GlobalMetadataKey](../MetadataEntry/Types/Types.md#globalmetadatakey) - -___ - -### GroupedInstructions - -Re-exports [GroupedInstructions](../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md) - -___ - -### GroupedInvolvedInstructions - -Re-exports [GroupedInvolvedInstructions](../../../../interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md) - -___ - -### HeldNfts - -Re-exports [HeldNfts](../../../../interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md) - -___ - -### HistoricAgentOperation - -Re-exports [HistoricAgentOperation](../../../../interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md) - -___ - -### HistoricAssetTransaction - -Re-exports [HistoricAssetTransaction](../../../../interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md) - -___ - -### HistoricInstruction - -Re-exports [HistoricInstruction](../Venue/Types/Types.md#historicinstruction) - -___ - -### HistoricNftTransaction - -Re-exports [HistoricNftTransaction](../../../../interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md) - -___ - -### HistoricPolyxTransaction - -Re-exports [HistoricPolyxTransaction](../../../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md) - -___ - -### HistoricSettlement - -Re-exports [HistoricSettlement](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md) - -___ - -### IdentityBalance - -Re-exports [IdentityBalance](../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md) - -___ - -### IdentityHeldNfts - -Re-exports [IdentityHeldNfts](../../../../interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md) - -___ - -### InputCaCheckpoint - -Re-exports [InputCaCheckpoint](../Asset/Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) - -___ - -### InputTargets - -Re-exports [InputTargets](../CorporateActionBase/Types/Types.md#inputtargets) - -___ - -### InputTaxWithholding - -Re-exports [InputTaxWithholding](../CorporateActionBase/Types/Types.md#inputtaxwithholding) - -___ - -### InstructionAffirmation - -Re-exports [InstructionAffirmation](../../../../interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md) - -___ - -### InstructionDetails - -Re-exports [InstructionDetails](../Instruction/Types/Types.md#instructiondetails) - -___ - -### InstructionEndCondition - -Re-exports [InstructionEndCondition](../Instruction/Types/Types.md#instructionendcondition) - -___ - -### InstructionStatus - -Re-exports [InstructionStatus](../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md) - -___ - -### InstructionStatusResult - -Re-exports [InstructionStatusResult](../Instruction/Types/Types.md#instructionstatusresult) - -___ - -### InstructionType - -Re-exports [InstructionType](../../../../enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md) - -___ - -### InstructionsByStatus - -Re-exports [InstructionsByStatus](../Instruction/Types/Types.md#instructionsbystatus) - -___ - -### Investment - -Re-exports [Investment](../../../../interfaces/API/Entities/Offering/Types/Investment/Investment.md) - -___ - -### KnownAssetType - -Re-exports [KnownAssetType](../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) - -___ - -### KnownNftType - -Re-exports [KnownNftType](../../../../enums/API/Entities/Asset/Types/KnownNftType/KnownNftType.md) - -___ - -### Leg - -Re-exports [Leg](../Instruction/Types/Types.md#leg) - -___ - -### MediatorAffirmation - -Re-exports [MediatorAffirmation](../Instruction/Types/Types.md#mediatoraffirmation) - -___ - -### MetadataDetails - -Re-exports [MetadataDetails](../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md) - -___ - -### MetadataKeyId - -Re-exports [MetadataKeyId](../Asset/Types/Types.md#metadatakeyid) - -___ - -### MetadataLockStatus - -Re-exports [MetadataLockStatus](../../../../enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md) - -___ - -### MetadataSpec - -Re-exports [MetadataSpec](../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md) - -___ - -### MetadataType - -Re-exports [MetadataType](../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) - -___ - -### MetadataValue - -Re-exports [MetadataValue](../MetadataEntry/Types/Types.md#metadatavalue) - -___ - -### MetadataValueDetails - -Re-exports [MetadataValueDetails](../MetadataEntry/Types/Types.md#metadatavaluedetails) - -___ - -### MetadataWithValue - -Re-exports [MetadataWithValue](../MetadataEntry/Types/Types.md#metadatawithvalue) - -___ - -### MultiSigDetails - -Re-exports [MultiSigDetails](../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md) - -___ - -### MultiSigProposalAction - -Re-exports [MultiSigProposalAction](../../../../enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md) - -___ - -### MultiSigProposalDetails - -Re-exports [MultiSigProposalDetails](../../../../interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md) - -___ - -### MultiSigProposalVote - -Re-exports [MultiSigProposalVote](../MultiSigProposal/Types/Types.md#multisigproposalvote) - -___ - -### MultiSigSigners - -Re-exports [MultiSigSigners](../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md) - -___ - -### NftLeg - -Re-exports [NftLeg](../../../../interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md) - -___ - -### NftMetadata - -Re-exports [NftMetadata](../../../../interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md) - -___ - -### OfferingBalanceStatus - -Re-exports [OfferingBalanceStatus](../../../../enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md) - -___ - -### OfferingDetails - -Re-exports [OfferingDetails](../../../../interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md) - -___ - -### OfferingSaleStatus - -Re-exports [OfferingSaleStatus](../../../../enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md) - -___ - -### OfferingStatus - -Re-exports [OfferingStatus](../../../../interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md) - -___ - -### OfferingTier - -Re-exports [OfferingTier](../../../../interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md) - -___ - -### OfferingTimingStatus - -Re-exports [OfferingTimingStatus](../../../../enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md) - -___ - -### PortfolioBalance - -Re-exports [PortfolioBalance](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md) - -___ - -### PortfolioCollection - -Re-exports [PortfolioCollection](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md) - -___ - -### ProposalStatus - -Re-exports [ProposalStatus](../../../../enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md) - -___ - -### ScheduleDetails - -Re-exports [ScheduleDetails](../../../../interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md) - -___ - -### SecurityIdentifier - -Re-exports [SecurityIdentifier](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md) - -___ - -### SecurityIdentifierType - -Re-exports [SecurityIdentifierType](../../../../enums/API/Entities/Asset/Types/SecurityIdentifierType/SecurityIdentifierType.md) - -___ - -### SettlementLeg - -Re-exports [SettlementLeg](../Portfolio/Types/Types.md#settlementleg) - -___ - -### SubsidyData - -Re-exports [SubsidyData](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md) - -___ - -### SubsidyWithAllowance - -Re-exports [SubsidyWithAllowance](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md) - -___ - -### TargetTreatment - -Re-exports [TargetTreatment](../../../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) - -___ - -### TaxWithholding - -Re-exports [TaxWithholding](../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md) - -___ - -### TickerReservationDetails - -Re-exports [TickerReservationDetails](../../../../interfaces/API/Entities/TickerReservation/Types/TickerReservationDetails/TickerReservationDetails.md) - -___ - -### TickerReservationStatus - -Re-exports [TickerReservationStatus](../../../../enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md) - -___ - -### Tier - -Re-exports [Tier](../../../../interfaces/API/Entities/Offering/Types/Tier/Tier.md) - -___ - -### TransferBreakdown - -Re-exports [TransferBreakdown](../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md) - -___ - -### TransferError - -Re-exports [TransferError](../../../../enums/API/Entities/Asset/Types/TransferError/TransferError.md) - -___ - -### TransferRestrictionResult - -Re-exports [TransferRestrictionResult](../../../../interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md) - -___ - -### TransferStatus - -Re-exports [TransferStatus](../../../../enums/API/Entities/Asset/Types/TransferStatus/TransferStatus.md) - -___ - -### UniqueIdentifiers - -Re-exports [UniqueIdentifiers](../../../../interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md) - -___ - -### VenueDetails - -Re-exports [VenueDetails](../../../../interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md) - -___ - -### VenueFilteringDetails - -Re-exports [VenueFilteringDetails](../../../../interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md) - -___ - -### VenueType - -Re-exports [VenueType](../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) - -## Type Aliases - -### Account - -Ƭ **Account**: [`Account`](../../../../classes/API/Entities/Account/Account.md) - -#### Defined in - -[api/entities/types.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L42) - -___ - -### AddRelayerPayingKeyAuthorizationData - -Ƭ **AddRelayerPayingKeyAuthorizationData**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`AddRelayerPayingKey`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#addrelayerpayingkey) | -| `value` | [`SubsidyData`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md) | - -#### Defined in - -[api/entities/types.ts:452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L452) - -___ - -### AttestPrimaryKeyRotationAuthorizationData - -Ƭ **AttestPrimaryKeyRotationAuthorizationData**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`AttestPrimaryKeyRotation`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#attestprimarykeyrotation) | -| `value` | [`Identity`](Types.md#identity) | - -#### Defined in - -[api/entities/types.ts:423](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L423) - -___ - -### Authorization - -Ƭ **Authorization**: [`AttestPrimaryKeyRotationAuthorizationData`](Types.md#attestprimarykeyrotationauthorizationdata) \| [`RotatePrimaryKeyAuthorizationData`](Types.md#rotateprimarykeyauthorizationdata) \| [`JoinIdentityAuthorizationData`](Types.md#joinidentityauthorizationdata) \| [`PortfolioCustodyAuthorizationData`](Types.md#portfoliocustodyauthorizationdata) \| [`BecomeAgentAuthorizationData`](Types.md#becomeagentauthorizationdata) \| [`AddRelayerPayingKeyAuthorizationData`](Types.md#addrelayerpayingkeyauthorizationdata) \| [`RotatePrimaryKeyToSecondaryData`](Types.md#rotateprimarykeytosecondarydata) \| [`GenericAuthorizationData`](Types.md#genericauthorizationdata) - -Authorization request data corresponding to type - -#### Defined in - -[api/entities/types.ts:473](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L473) - -___ - -### AuthorizationRequest - -Ƭ **AuthorizationRequest**: [`AuthorizationRequest`](../../../../classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md) - -#### Defined in - -[api/entities/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L44) - -___ - -### BecomeAgentAuthorizationData - -Ƭ **BecomeAgentAuthorizationData**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`BecomeAgent`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#becomeagent) | -| `value` | [`KnownPermissionGroup`](Types.md#knownpermissiongroup) \| [`CustomPermissionGroup`](Types.md#custompermissiongroup) | - -#### Defined in - -[api/entities/types.ts:447](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L447) - -___ - -### Checkpoint - -Ƭ **Checkpoint**: [`Checkpoint`](../../../../classes/API/Entities/Checkpoint/Checkpoint.md) - -#### Defined in - -[api/entities/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L45) - -___ - -### CheckpointSchedule - -Ƭ **CheckpointSchedule**: [`CheckpointSchedule`](../../../../classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md) - -#### Defined in - -[api/entities/types.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L46) - -___ - -### ChildIdentity - -Ƭ **ChildIdentity**: [`ChildIdentity`](../../../../classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md) - -#### Defined in - -[api/entities/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L53) - -___ - -### Claim - -Ƭ **Claim**: [`ScopedClaim`](Types.md#scopedclaim) \| [`UnscopedClaim`](Types.md#unscopedclaim) - -#### Defined in - -[api/entities/types.ts:231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L231) - -___ - -### ClaimCountStatInput - -Ƭ **ClaimCountStatInput**: \{ `claimType`: [`Accredited`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#accredited) ; `issuer`: [`Identity`](Types.md#identity) ; `value`: \{ `accredited`: `BigNumber` ; `nonAccredited`: `BigNumber` } } \| \{ `claimType`: [`Affiliate`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#affiliate) ; `issuer`: [`Identity`](Types.md#identity) ; `value`: \{ `affiliate`: `BigNumber` ; `nonAffiliate`: `BigNumber` } } \| \{ `claimType`: [`Jurisdiction`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#jurisdiction) ; `issuer`: [`Identity`](Types.md#identity) ; `value`: \{ `count`: `BigNumber` ; `countryCode`: [`CountryCode`](../../../../enums/Generated/Types/CountryCode/CountryCode.md) }[] } - -#### Defined in - -[api/entities/types.ts:556](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L556) - -___ - -### Condition - -Ƭ **Condition**: [`SingleClaimCondition`](../../../../interfaces/API/Entities/Types/SingleClaimCondition/SingleClaimCondition.md) \| [`MultiClaimCondition`](../../../../interfaces/API/Entities/Types/MultiClaimCondition/MultiClaimCondition.md) \| [`IdentityCondition`](../../../../interfaces/API/Entities/Types/IdentityCondition/IdentityCondition.md) \| [`ExternalAgentCondition`](../../../../interfaces/API/Entities/Types/ExternalAgentCondition/ExternalAgentCondition.md) & [`ConditionBase`](../../../../interfaces/API/Entities/Types/ConditionBase/ConditionBase.md) - -#### Defined in - -[api/entities/types.ts:365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L365) - -___ - -### CorporateAction - -Ƭ **CorporateAction**: [`CorporateAction`](../../../../classes/API/Entities/CorporateAction/CorporateAction.md) - -#### Defined in - -[api/entities/types.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L47) - -___ - -### CustomPermissionGroup - -Ƭ **CustomPermissionGroup**: [`CustomPermissionGroup`](../../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md) - -#### Defined in - -[api/entities/types.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L48) - -___ - -### DefaultPortfolio - -Ƭ **DefaultPortfolio**: [`DefaultPortfolio`](../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) - -#### Defined in - -[api/entities/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L49) - -___ - -### DefaultTrustedClaimIssuer - -Ƭ **DefaultTrustedClaimIssuer**: [`DefaultTrustedClaimIssuer`](../../../../classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md) - -#### Defined in - -[api/entities/types.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L50) - -___ - -### DividendDistribution - -Ƭ **DividendDistribution**: [`DividendDistribution`](../../../../classes/API/Entities/DividendDistribution/DividendDistribution.md) - -#### Defined in - -[api/entities/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L51) - -___ - -### FungibleAsset - -Ƭ **FungibleAsset**: [`FungibleAsset`](../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) - -#### Defined in - -[api/entities/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L57) - -___ - -### GenericAuthorizationData - -Ƭ **GenericAuthorizationData**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | `Exclude`\<[`AuthorizationType`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md), [`RotatePrimaryKey`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#rotateprimarykey) \| [`JoinIdentity`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#joinidentity) \| [`PortfolioCustody`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#portfoliocustody) \| [`BecomeAgent`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#becomeagent) \| [`AddRelayerPayingKey`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#addrelayerpayingkey) \| [`RotatePrimaryKeyToSecondary`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#rotateprimarykeytosecondary) \| [`AttestPrimaryKeyRotation`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#attestprimarykeyrotation)\> | -| `value` | `string` | - -#### Defined in - -[api/entities/types.ts:457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L457) - -___ - -### GroupPermissions - -Ƭ **GroupPermissions**: `Pick`\<[`Permissions`](../../../../interfaces/API/Entities/Types/Permissions/Permissions.md), ``"transactions"`` \| ``"transactionGroups"``\> - -Asset permissions shared by agents in a group - -#### Defined in - -[api/entities/types.ts:658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L658) - -___ - -### Identity - -Ƭ **Identity**: [`Identity`](../../../../classes/API/Entities/Identity/Identity.md) - -#### Defined in - -[api/entities/types.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L52) - -___ - -### InputCondition - -Ƭ **InputCondition**: [`SingleClaimCondition`](../../../../interfaces/API/Entities/Types/SingleClaimCondition/SingleClaimCondition.md) \| [`MultiClaimCondition`](../../../../interfaces/API/Entities/Types/MultiClaimCondition/MultiClaimCondition.md) \| [`Modify`](../../../Types/Utils/Utils.md#modify)\<[`IdentityCondition`](../../../../interfaces/API/Entities/Types/IdentityCondition/IdentityCondition.md), \{ `identity`: `string` \| [`Identity`](Types.md#identity) }\> \| [`ExternalAgentCondition`](../../../../interfaces/API/Entities/Types/ExternalAgentCondition/ExternalAgentCondition.md) & [`InputConditionBase`](Types.md#inputconditionbase) - -#### Defined in - -[api/entities/types.ts:373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L373) - -___ - -### InputConditionBase - -Ƭ **InputConditionBase**: [`Modify`](../../../Types/Utils/Utils.md#modify)\<[`ConditionBase`](../../../../interfaces/API/Entities/Types/ConditionBase/ConditionBase.md), \{ `trustedClaimIssuers?`: [`InputTrustedClaimIssuer`](Types.md#inputtrustedclaimissuer)[] }\> - -#### Defined in - -[api/entities/types.ts:336](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L336) - -___ - -### InputRequirement - -Ƭ **InputRequirement**: [`Modify`](../../../Types/Utils/Utils.md#modify)\<[`Requirement`](../../../../interfaces/API/Entities/Types/Requirement/Requirement.md), \{ `conditions`: [`InputCondition`](Types.md#inputcondition)[] }\> - -#### Defined in - -[api/entities/types.ts:399](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L399) - -___ - -### InputStatClaim - -Ƭ **InputStatClaim**: [`StatJurisdictionClaimInput`](../../../../interfaces/API/Entities/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md) \| [`StatAccreditedClaimInput`](../../../../interfaces/API/Entities/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md) \| [`StatAffiliateClaimInput`](../../../../interfaces/API/Entities/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md) - -#### Defined in - -[api/entities/types.ts:259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L259) - -___ - -### InputStatType - -Ƭ **InputStatType**: \{ `type`: [`Count`](../../../../enums/API/Entities/Types/StatType/StatType.md#count) \| [`Balance`](../../../../enums/API/Entities/Types/StatType/StatType.md#balance) } \| \{ `claimIssuer`: [`StatClaimIssuer`](../../../../interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md) ; `type`: [`ScopedCount`](../../../../enums/API/Entities/Types/StatType/StatType.md#scopedcount) \| [`ScopedBalance`](../../../../enums/API/Entities/Types/StatType/StatType.md#scopedbalance) } - -#### Defined in - -[api/entities/types.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L264) - -___ - -### InputTrustedClaimIssuer - -Ƭ **InputTrustedClaimIssuer**: [`Modify`](../../../Types/Utils/Utils.md#modify)\<[`TrustedClaimIssuer`](../../../../interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md), \{ `identity`: `string` \| [`Identity`](Types.md#identity) }\> - -#### Defined in - -[api/entities/types.ts:312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L312) - -___ - -### Instruction - -Ƭ **Instruction**: [`Instruction`](../../../../classes/API/Entities/Instruction/Instruction.md) - -#### Defined in - -[api/entities/types.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L54) - -___ - -### JoinIdentityAuthorizationData - -Ƭ **JoinIdentityAuthorizationData**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`JoinIdentity`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#joinidentity) | -| `value` | [`Permissions`](../../../../interfaces/API/Entities/Types/Permissions/Permissions.md) | - -#### Defined in - -[api/entities/types.ts:437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L437) - -___ - -### KnownPermissionGroup - -Ƭ **KnownPermissionGroup**: [`KnownPermissionGroup`](../../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md) - -#### Defined in - -[api/entities/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L55) - -___ - -### MetadataEntry - -Ƭ **MetadataEntry**: [`MetadataEntry`](../../../../classes/API/Entities/MetadataEntry/MetadataEntry.md) - -#### Defined in - -[api/entities/types.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L60) - -___ - -### MultiSig - -Ƭ **MultiSig**: [`MultiSig`](../../../../classes/API/Entities/Account/MultiSig/MultiSig.md) - -#### Defined in - -[api/entities/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L43) - -___ - -### NextKey - -Ƭ **NextKey**: `string` \| `BigNumber` \| ``null`` - -#### Defined in - -[api/entities/types.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L90) - -___ - -### Nft - -Ƭ **Nft**: [`Nft`](../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md) - -#### Defined in - -[api/entities/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L58) - -___ - -### NftCollection - -Ƭ **NftCollection**: [`NftCollection`](../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) - -#### Defined in - -[api/entities/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L59) - -___ - -### NonFungiblePortfolioMovement - -Ƭ **NonFungiblePortfolioMovement**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `asset` | [`NftCollection`](Types.md#nftcollection) \| `string` | - | -| `memo?` | `string` | identifier string to help differentiate transfers | -| `nfts` | ([`Nft`](Types.md#nft) \| `BigNumber`)[] | - | - -#### Defined in - -[api/entities/types.ts:813](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L813) - -___ - -### NumberedPortfolio - -Ƭ **NumberedPortfolio**: [`NumberedPortfolio`](../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) - -#### Defined in - -[api/entities/types.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L56) - -___ - -### Offering - -Ƭ **Offering**: [`Offering`](../../../../classes/API/Entities/Offering/Offering.md) - -#### Defined in - -[api/entities/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L61) - -___ - -### PermissionsLike - -Ƭ **PermissionsLike**: \{ `assets?`: [`SectionPermissions`](../../../../interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md)\<`string` \| [`FungibleAsset`](Types.md#fungibleasset)\> \| ``null`` ; `portfolios?`: [`SectionPermissions`](../../../../interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md)\<[`PortfolioLike`](Types.md#portfoliolike)\> \| ``null`` } & \{ `transactions?`: [`TransactionPermissions`](../../../../interfaces/API/Entities/Types/TransactionPermissions/TransactionPermissions.md) \| ``null`` } \| \{ `transactionGroups?`: [`TxGroup`](../../../../enums/API/Procedures/Types/TxGroup/TxGroup.md)[] } - -Permissions to grant to a Signer over an Identity - -[Permissions](../../../../interfaces/API/Entities/Types/Permissions/Permissions.md) - -**`Note`** - -TxGroups in the `transactionGroups` array will be transformed into their corresponding `TxTag`s - -#### Defined in - -[api/entities/types.ts:783](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L783) - -___ - -### PortfolioCustodyAuthorizationData - -Ƭ **PortfolioCustodyAuthorizationData**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`PortfolioCustody`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#portfoliocustody) | -| `value` | [`NumberedPortfolio`](Types.md#numberedportfolio) \| [`DefaultPortfolio`](Types.md#defaultportfolio) | - -#### Defined in - -[api/entities/types.ts:442](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L442) - -___ - -### PortfolioLike - -Ƭ **PortfolioLike**: `string` \| [`Identity`](Types.md#identity) \| [`NumberedPortfolio`](Types.md#numberedportfolio) \| [`DefaultPortfolio`](Types.md#defaultportfolio) \| \{ `id`: `BigNumber` ; `identity`: `string` \| [`Identity`](Types.md#identity) } - -#### Defined in - -[api/entities/types.ts:769](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L769) - -___ - -### PortfolioMovement - -Ƭ **PortfolioMovement**: [`FungiblePortfolioMovement`](../../../../interfaces/API/Entities/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md) \| [`NonFungiblePortfolioMovement`](Types.md#nonfungibleportfoliomovement) - -#### Defined in - -[api/entities/types.ts:822](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L822) - -___ - -### RotatePrimaryKeyAuthorizationData - -Ƭ **RotatePrimaryKeyAuthorizationData**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`RotatePrimaryKey`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#rotateprimarykey) | - -#### Defined in - -[api/entities/types.ts:428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L428) - -___ - -### RotatePrimaryKeyToSecondaryData - -Ƭ **RotatePrimaryKeyToSecondaryData**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`RotatePrimaryKeyToSecondary`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#rotateprimarykeytosecondary) | -| `value` | [`Permissions`](../../../../interfaces/API/Entities/Types/Permissions/Permissions.md) | - -#### Defined in - -[api/entities/types.ts:432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L432) - -___ - -### ScopedClaim - -Ƭ **ScopedClaim**: [`JurisdictionClaim`](../../../../interfaces/API/Entities/Types/JurisdictionClaim/JurisdictionClaim.md) \| [`AccreditedClaim`](../../../../interfaces/API/Entities/Types/AccreditedClaim/AccreditedClaim.md) \| [`AffiliateClaim`](../../../../interfaces/API/Entities/Types/AffiliateClaim/AffiliateClaim.md) \| [`BuyLockupClaim`](../../../../interfaces/API/Entities/Types/BuyLockupClaim/BuyLockupClaim.md) \| [`SellLockupClaim`](../../../../interfaces/API/Entities/Types/SellLockupClaim/SellLockupClaim.md) \| [`KycClaim`](../../../../interfaces/API/Entities/Types/KycClaim/KycClaim.md) \| [`ExemptedClaim`](../../../../interfaces/API/Entities/Types/ExemptedClaim/ExemptedClaim.md) \| [`BlockedClaim`](../../../../interfaces/API/Entities/Types/BlockedClaim/BlockedClaim.md) \| [`CustomClaim`](../../../../interfaces/API/Entities/Types/CustomClaim/CustomClaim.md) - -#### Defined in - -[api/entities/types.ts:218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L218) - -___ - -### Signer - -Ƭ **Signer**: [`Identity`](Types.md#identity) \| [`Account`](Types.md#account) - -#### Defined in - -[api/entities/types.ts:751](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L751) - -___ - -### StatClaimType - -Ƭ **StatClaimType**: [`Accredited`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#accredited) \| [`Affiliate`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#affiliate) \| [`Jurisdiction`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#jurisdiction) - -#### Defined in - -[api/entities/types.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L242) - -___ - -### SubCallback - -Ƭ **SubCallback**\<`T`\>: (`result`: `T`) => `void` \| `Promise`\<`void`\> - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Type declaration - -▸ (`result`): `void` \| `Promise`\<`void`\> - -##### Parameters - -| Name | Type | -| :------ | :------ | -| `result` | `T` | - -##### Returns - -`void` \| `Promise`\<`void`\> - -#### Defined in - -[api/entities/types.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L81) - -___ - -### Subsidy - -Ƭ **Subsidy**: [`Subsidy`](../../../../classes/API/Entities/Subsidy/Subsidy.md) - -#### Defined in - -[api/entities/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L64) - -___ - -### TickerReservation - -Ƭ **TickerReservation**: [`TickerReservation`](../../../../classes/API/Entities/TickerReservation/TickerReservation.md) - -#### Defined in - -[api/entities/types.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L62) - -___ - -### UnscopedClaim - -Ƭ **UnscopedClaim**: [`CddClaim`](../../../../interfaces/API/Entities/Types/CddClaim/CddClaim.md) - -#### Defined in - -[api/entities/types.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L229) - -___ - -### UnsubCallback - -Ƭ **UnsubCallback**: () => `void` - -#### Type declaration - -▸ (): `void` - -##### Returns - -`void` - -#### Defined in - -[api/entities/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L83) - -___ - -### Venue - -Ƭ **Venue**: [`Venue`](../../../../classes/API/Entities/Venue/Venue.md) - -#### Defined in - -[api/entities/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/types.ts#L63) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Venue/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Venue/Types/Types.md deleted file mode 100644 index cdcb765778..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Venue/Types/Types.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -id: "Types" -title: "Module: Venue Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [VenueType](../../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) - -## Interfaces - -- [VenueDetails](../../../../../interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md) - -## Type Aliases - -### HistoricInstruction - -Ƭ **HistoricInstruction**: `Omit`\<[`InstructionDetails`](../../Instruction/Types/Types.md#instructiondetails), ``"status"`` \| ``"venue"``\> & \{ `blockHash`: `string` ; `blockNumber`: `BigNumber` ; `id`: `BigNumber` ; `legs`: [`Leg`](../../Instruction/Types/Types.md#leg)[] ; `status`: [`InstructionStatusEnum`](../../../../../enums/Types/InstructionStatusEnum/InstructionStatusEnum.md) ; `venueId`: `BigNumber` } - -#### Defined in - -[api/entities/Venue/types.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/entities/Venue/types.ts#L29) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Venue/Venue.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Venue/Venue.md deleted file mode 100644 index fe2175b327..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Venue/Venue.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -id: "Venue" -title: "Module: Venue" -sidebar_label: "Venue" ---- - -## Classes - -- [Venue](../../../../classes/API/Entities/Venue/Venue.md) - -## Interfaces - -- [UniqueIdentifiers](../../../../interfaces/API/Entities/Venue/UniqueIdentifiers/UniqueIdentifiers.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Procedures/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/API/Procedures/Types/Types.md deleted file mode 100644 index d538fc39a6..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Procedures/Types/Types.md +++ /dev/null @@ -1,714 +0,0 @@ ---- -id: "Types" -title: "Module: Procedures Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [AllowanceOperation](../../../../enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md) -- [ClaimOperation](../../../../enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md) -- [InstructionAffirmationOperation](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md) -- [RoleType](../../../../enums/API/Procedures/Types/RoleType/RoleType.md) -- [TransferRestrictionType](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md) -- [TxGroup](../../../../enums/API/Procedures/Types/TxGroup/TxGroup.md) - -## Interfaces - -- [AcceptPrimaryKeyRotationParams](../../../../interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md) -- [AddAssetRequirementParams](../../../../interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md) -- [AddClaimsParams](../../../../interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md) -- [AddInstructionsParams](../../../../interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md) -- [AddInvestorUniquenessClaimParams](../../../../interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md) -- [AssetBase](../../../../interfaces/API/Procedures/Types/AssetBase/AssetBase.md) -- [AssetMediatorParams](../../../../interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md) -- [AttestPrimaryKeyRotationParams](../../../../interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md) -- [CddProviderRole](../../../../interfaces/API/Procedures/Types/CddProviderRole/CddProviderRole.md) -- [ClaimCountRestrictionValue](../../../../interfaces/API/Procedures/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md) -- [ClaimCountTransferRestrictionInput](../../../../interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md) -- [ClaimPercentageRestrictionValue](../../../../interfaces/API/Procedures/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md) -- [ClaimPercentageTransferRestrictionInput](../../../../interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md) -- [ConfigureDividendDistributionParams](../../../../interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md) -- [ControllerTransferParams](../../../../interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md) -- [CountTransferRestrictionInput](../../../../interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md) -- [CreateAssetParams](../../../../interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md) -- [CreateAssetWithTickerParams](../../../../interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md) -- [CreateCheckpointScheduleParams](../../../../interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md) -- [CreateChildIdentitiesParams](../../../../interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md) -- [CreateChildIdentityParams](../../../../interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md) -- [CreateGroupParams](../../../../interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md) -- [CreateMultiSigParams](../../../../interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md) -- [CreateNftCollectionParams](../../../../interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md) -- [CreateTransactionBatchParams](../../../../interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md) -- [CreateTransactionBatchProcedureMethod](../../../../interfaces/API/Procedures/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md) -- [CreateVenueParams](../../../../interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md) -- [DecreaseAllowanceParams](../../../../interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md) -- [EditClaimsParams](../../../../interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md) -- [ExecuteManualInstructionParams](../../../../interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md) -- [GlobalCollectionKeyInput](../../../../interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md) -- [IdentityRole](../../../../interfaces/API/Procedures/Types/IdentityRole/IdentityRole.md) -- [ImmortalProcedureOptValue](../../../../interfaces/API/Procedures/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md) -- [IncreaseAllowanceParams](../../../../interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md) -- [InstructionFungibleLeg](../../../../interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md) -- [InstructionIdParams](../../../../interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md) -- [InstructionNftLeg](../../../../interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md) -- [InvestInOfferingParams](../../../../interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md) -- [InviteAccountParams](../../../../interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md) -- [InviteExternalAgentParams](../../../../interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md) -- [IssueTokensParams](../../../../interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md) -- [LaunchOfferingParams](../../../../interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md) -- [LinkCaDocsParams](../../../../interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md) -- [LocalCollectionKeyInput](../../../../interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md) -- [ModifyAssetTrustedClaimIssuersAddSetParams](../../../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md) -- [ModifyAssetTrustedClaimIssuersRemoveParams](../../../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md) -- [ModifyCaCheckpointParams](../../../../interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md) -- [ModifyCorporateActionsAgentParams](../../../../interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md) -- [ModifyMultiSigParams](../../../../interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md) -- [ModifyPrimaryIssuanceAgentParams](../../../../interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md) -- [ModifySignerPermissionsParams](../../../../interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md) -- [MortalProcedureOptValue](../../../../interfaces/API/Procedures/Types/MortalProcedureOptValue/MortalProcedureOptValue.md) -- [MoveFundsParams](../../../../interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md) -- [NftControllerTransferParams](../../../../interfaces/API/Procedures/Types/NftControllerTransferParams/NftControllerTransferParams.md) -- [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md) -- [OptionalArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md) -- [PayDividendsParams](../../../../interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md) -- [PercentageTransferRestrictionInput](../../../../interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md) -- [PortfolioCustodianRole](../../../../interfaces/API/Procedures/Types/PortfolioCustodianRole/PortfolioCustodianRole.md) -- [PortfolioId](../../../../interfaces/API/Procedures/Types/PortfolioId/PortfolioId.md) -- [ProcedureAuthorizationStatus](../../../../interfaces/API/Procedures/Types/ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md) -- [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md) -- [ProcedureOpts](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) -- [RedeemNftParams](../../../../interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md) -- [RedeemTokensParams](../../../../interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md) -- [RegisterCustomClaimTypeParams](../../../../interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md) -- [RegisterIdentityParams](../../../../interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md) -- [RemoveAssetRequirementParams](../../../../interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md) -- [RemoveCheckpointScheduleParams](../../../../interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md) -- [RemoveCorporateActionParams](../../../../interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md) -- [RemoveExternalAgentParams](../../../../interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md) -- [RemoveSecondaryAccountsParams](../../../../interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md) -- [RenamePortfolioParams](../../../../interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md) -- [ReserveTickerParams](../../../../interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md) -- [RevokeClaimsParams](../../../../interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md) -- [RotatePrimaryKeyParams](../../../../interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md) -- [ScopeClaimProof](../../../../interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md) -- [SetAllowanceParams](../../../../interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md) -- [SetAssetDocumentsParams](../../../../interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md) -- [SetAssetRequirementsParams](../../../../interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md) -- [SetClaimCountTransferRestrictionsParams](../../../../interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md) -- [SetClaimPercentageTransferRestrictionsParams](../../../../interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md) -- [SetCountTransferRestrictionsParams](../../../../interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md) -- [SetCustodianParams](../../../../interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md) -- [SetGroupPermissionsParams](../../../../interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md) -- [SetPercentageTransferRestrictionsParams](../../../../interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md) -- [SetPermissionGroupParams](../../../../interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md) -- [SubsidizeAccountParams](../../../../interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md) -- [TickerOwnerRole](../../../../interfaces/API/Procedures/Types/TickerOwnerRole/TickerOwnerRole.md) -- [TransactionsParams](../../../../interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md) -- [TransferAssetOwnershipParams](../../../../interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md) -- [TransferPolyxParams](../../../../interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md) -- [TransferTickerOwnershipParams](../../../../interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md) -- [TxData](../../../../interfaces/API/Procedures/Types/TxData/TxData.md) -- [TxGroupParams](../../../../interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md) -- [UnlinkChildParams](../../../../interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md) -- [VenueOwnerRole](../../../../interfaces/API/Procedures/Types/VenueOwnerRole/VenueOwnerRole.md) -- [WaivePermissionsParams](../../../../interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md) - -## Type Aliases - -### AddAssetStatParams - -Ƭ **AddAssetStatParams**: \{ `ticker`: `string` } & [`AddCountStatParams`](Types.md#addcountstatparams) \| [`AddPercentageStatParams`](Types.md#addpercentagestatparams) \| [`AddClaimCountStatParams`](Types.md#addclaimcountstatparams) \| [`AddClaimPercentageStatParams`](Types.md#addclaimpercentagestatparams) - -#### Defined in - -[api/procedures/types.ts:413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L413) - -___ - -### AddClaimCountStatParams - -Ƭ **AddClaimCountStatParams**: [`ClaimCountStatInput`](../../Entities/Types/Types.md#claimcountstatinput) & \{ `type`: [`ScopedCount`](../../../../enums/API/Entities/Types/StatType/StatType.md#scopedcount) } - -#### Defined in - -[api/procedures/types.ts:405](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L405) - -___ - -### AddClaimCountTransferRestrictionParams - -Ƭ **AddClaimCountTransferRestrictionParams**: [`ClaimCountTransferRestrictionInput`](../../../../interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md) & \{ `type`: [`ClaimCount`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) } - -#### Defined in - -[api/procedures/types.ts:525](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L525) - -___ - -### AddClaimPercentageStatParams - -Ƭ **AddClaimPercentageStatParams**: [`StatClaimIssuer`](../../../../interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md) & \{ `type`: [`ScopedBalance`](../../../../enums/API/Entities/Types/StatType/StatType.md#scopedbalance) } - -#### Defined in - -[api/procedures/types.ts:409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L409) - -___ - -### AddClaimPercentageTransferRestrictionParams - -Ƭ **AddClaimPercentageTransferRestrictionParams**: [`ClaimPercentageTransferRestrictionInput`](../../../../interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md) & \{ `type`: [`ClaimPercentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimpercentage) } - -#### Defined in - -[api/procedures/types.ts:529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L529) - -___ - -### AddCountStatParams - -Ƭ **AddCountStatParams**: [`AddCountStatInput`](../../../../interfaces/API/Entities/Types/AddCountStatInput/AddCountStatInput.md) & \{ `type`: [`Count`](../../../../enums/API/Entities/Types/StatType/StatType.md#count) } - -#### Defined in - -[api/procedures/types.ts:397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L397) - -___ - -### AddCountTransferRestrictionParams - -Ƭ **AddCountTransferRestrictionParams**: [`CountTransferRestrictionInput`](../../../../interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md) & \{ `type`: [`Count`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) } - -#### Defined in - -[api/procedures/types.ts:517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L517) - -___ - -### AddInstructionParams - -Ƭ **AddInstructionParams**: \{ `legs`: [`InstructionLeg`](Types.md#instructionleg)[] ; `mediators?`: (`string` \| [`Identity`](../../../../classes/API/Entities/Identity/Identity.md))[] ; `memo?`: `string` ; `tradeDate?`: `Date` ; `valueDate?`: `Date` } & \{ `endBlock?`: `BigNumber` } \| \{ `endAfterBlock?`: `BigNumber` } - -#### Defined in - -[api/procedures/types.ts:863](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L863) - -___ - -### AddInstructionWithVenueIdParams - -Ƭ **AddInstructionWithVenueIdParams**: [`AddInstructionParams`](Types.md#addinstructionparams) & \{ `venueId`: `BigNumber` } - -#### Defined in - -[api/procedures/types.ts:906](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L906) - -___ - -### AddPercentageStatParams - -Ƭ **AddPercentageStatParams**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`Balance`](../../../../enums/API/Entities/Types/StatType/StatType.md#balance) | - -#### Defined in - -[api/procedures/types.ts:401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L401) - -___ - -### AddPercentageTransferRestrictionParams - -Ƭ **AddPercentageTransferRestrictionParams**: [`PercentageTransferRestrictionInput`](../../../../interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md) & \{ `type`: [`Percentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) } - -#### Defined in - -[api/procedures/types.ts:521](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L521) - -___ - -### AddRestrictionParams - -Ƭ **AddRestrictionParams**\<`T`\>: `Omit`\<`T` extends [`Count`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) ? [`AddCountTransferRestrictionParams`](Types.md#addcounttransferrestrictionparams) : `T` extends [`Percentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) ? [`AddPercentageTransferRestrictionParams`](Types.md#addpercentagetransferrestrictionparams) : `T` extends [`ClaimCount`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) ? [`AddClaimCountTransferRestrictionParams`](Types.md#addclaimcounttransferrestrictionparams) : [`AddClaimPercentageTransferRestrictionParams`](Types.md#addclaimpercentagetransferrestrictionparams), ``"type"``\> - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Defined in - -[api/procedures/types.ts:358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L358) - -___ - -### AffirmAsMediatorParams - -Ƭ **AffirmAsMediatorParams**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `expiry?` | `Date` | - -#### Defined in - -[api/procedures/types.ts:939](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L939) - -___ - -### AffirmOrWithdrawInstructionParams - -Ƭ **AffirmOrWithdrawInstructionParams**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `portfolios?` | [`PortfolioLike`](../../Entities/Types/Types.md#portfoliolike)[] | (optional) Portfolios that the signer controls and wants to affirm the instruction or withdraw affirmation **`Note`** if empty, all the legs containing any custodied Portfolios of the signer will be affirmed/affirmation will be withdrawn, based on the operation. | - -#### Defined in - -[api/procedures/types.ts:930](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L930) - -___ - -### AllowIdentityToCreatePortfoliosParams - -Ƭ **AllowIdentityToCreatePortfoliosParams**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `did` | [`Identity`](../../../../classes/API/Entities/Identity/Identity.md) \| `string` | - -#### Defined in - -[api/procedures/types.ts:1548](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1548) - -___ - -### CollectionKeyInput - -Ƭ **CollectionKeyInput**: [`GlobalCollectionKeyInput`](../../../../interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md) \| [`LocalCollectionKeyInput`](../../../../interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md) - -Global key must be registered. local keys must provide a specification as they are created with the NftCollection - -#### Defined in - -[api/procedures/types.ts:676](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L676) - -___ - -### GenericPolymeshTransaction - -Ƭ **GenericPolymeshTransaction**\<`ProcedureReturnValue`, `ReturnValue`\>: [`PolymeshTransaction`](../../../../classes/Base/PolymeshTransaction/PolymeshTransaction.md)\<`ProcedureReturnValue`, `ReturnValue`\> \| [`PolymeshTransactionBatch`](../../../../classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md)\<`ProcedureReturnValue`, `ReturnValue`\> - -#### Type parameters - -| Name | -| :------ | -| `ProcedureReturnValue` | -| `ReturnValue` | - -#### Defined in - -[api/procedures/types.ts:200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L200) - -___ - -### GetTransferRestrictionReturnType - -Ƭ **GetTransferRestrictionReturnType**\<`T`\>: [`ActiveTransferRestrictions`](../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<`T` extends [`Count`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) ? [`CountTransferRestriction`](../../../../interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md) : `T` extends [`Percentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) ? [`PercentageTransferRestriction`](../../../../interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md) : `T` extends [`ClaimCount`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) ? [`ClaimCountTransferRestriction`](../../../../interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md) : [`ClaimPercentageTransferRestriction`](../../../../interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md)\> - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Defined in - -[api/procedures/types.ts:380](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L380) - -___ - -### InputCorporateActionTargets - -Ƭ **InputCorporateActionTargets**: [`Modify`](../../../Types/Utils/Utils.md#modify)\<[`CorporateActionTargets`](../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md), \{ `identities`: (`string` \| [`Identity`](../../../../classes/API/Entities/Identity/Identity.md))[] }\> - -Targets of a corporate action in a flexible structure for input purposes - -#### Defined in - -[api/procedures/types.ts:183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L183) - -___ - -### InputCorporateActionTaxWithholdings - -Ƭ **InputCorporateActionTaxWithholdings**: [`Modify`](../../../Types/Utils/Utils.md#modify)\<[`TaxWithholding`](../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md), \{ `identity`: `string` \| [`Identity`](../../../../classes/API/Entities/Identity/Identity.md) }\>[] - -Per-Identity tax withholdings of a corporate action in a flexible structure for input purposes - -#### Defined in - -[api/procedures/types.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L193) - -___ - -### InstructionLeg - -Ƭ **InstructionLeg**: [`InstructionFungibleLeg`](../../../../interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md) \| [`InstructionNftLeg`](../../../../interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md) - -#### Defined in - -[api/procedures/types.ts:861](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L861) - -___ - -### IssueNftParams - -Ƭ **IssueNftParams**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `metadata` | [`NftMetadataInput`](Types.md#nftmetadatainput)[] | - | -| `portfolioId?` | `BigNumber` | portfolio to which the NFTCollection will be issued (optional, default is the default portfolio) | - -#### Defined in - -[api/procedures/types.ts:1039](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1039) - -___ - -### ModifyAssetParams - -Ƭ **ModifyAssetParams**: \{ `fundingRound?`: `string` ; `identifiers?`: [`SecurityIdentifier`](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible?`: ``true`` ; `name`: `string` } \| \{ `fundingRound?`: `string` ; `identifiers?`: [`SecurityIdentifier`](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible`: ``true`` ; `name?`: `string` } \| \{ `fundingRound`: `string` ; `identifiers?`: [`SecurityIdentifier`](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible?`: ``true`` ; `name?`: `string` } \| \{ `fundingRound?`: `string` ; `identifiers`: [`SecurityIdentifier`](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible?`: ``true`` ; `name?`: `string` } - -#### Defined in - -[api/procedures/types.ts:1004](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1004) - -___ - -### ModifyCaDefaultConfigParams - -Ƭ **ModifyCaDefaultConfigParams**: \{ `defaultTaxWithholding`: `BigNumber` ; `targets?`: [`InputTargets`](../../Entities/CorporateActionBase/Types/Types.md#inputtargets) ; `taxWithholdings?`: [`InputTaxWithholding`](../../Entities/CorporateActionBase/Types/Types.md#inputtaxwithholding)[] } \| \{ `defaultTaxWithholding?`: `BigNumber` ; `targets`: [`InputTargets`](../../Entities/CorporateActionBase/Types/Types.md#inputtargets) ; `taxWithholdings?`: [`InputTaxWithholding`](../../Entities/CorporateActionBase/Types/Types.md#inputtaxwithholding)[] } \| \{ `defaultTaxWithholding?`: `BigNumber` ; `targets?`: [`InputTargets`](../../Entities/CorporateActionBase/Types/Types.md#inputtargets) ; `taxWithholdings`: [`InputTaxWithholding`](../../Entities/CorporateActionBase/Types/Types.md#inputtaxwithholding)[] } - -#### Defined in - -[api/procedures/types.ts:1158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1158) - -___ - -### ModifyClaimsParams - -Ƭ **ModifyClaimsParams**: [`AddClaimsParams`](../../../../interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md) \| [`EditClaimsParams`](../../../../interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md) \| [`RevokeClaimsParams`](../../../../interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md) - -#### Defined in - -[api/procedures/types.ts:752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L752) - -___ - -### ModifyComplianceRequirementParams - -Ƭ **ModifyComplianceRequirementParams**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `conditions` | [`InputCondition`](../../Entities/Types/Types.md#inputcondition)[] | array of conditions to replace the existing array of conditions for the requirement (identified by `id`). Conditions within a requirement are *AND* between them. This means that in order for a transfer to comply with this requirement, it must fulfill *ALL* conditions | -| `id` | `BigNumber` | ID of the Compliance Requirement | - -#### Defined in - -[api/procedures/types.ts:1107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1107) - -___ - -### ModifyInstructionAffirmationParams - -Ƭ **ModifyInstructionAffirmationParams**: [`InstructionIdParams`](../../../../interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md) & \{ `operation`: [`Affirm`](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md#affirm) \| [`Withdraw`](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md#withdraw) } & [`AffirmOrWithdrawInstructionParams`](Types.md#affirmorwithdrawinstructionparams) \| \{ `operation`: [`Reject`](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md#reject) \| [`RejectAsMediator`](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md#rejectasmediator) } & [`RejectInstructionParams`](Types.md#rejectinstructionparams) \| \{ `operation`: [`AffirmAsMediator`](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md#affirmasmediator) } & [`AffirmAsMediatorParams`](Types.md#affirmasmediatorparams) \| \{ `operation`: [`WithdrawAsMediator`](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md#withdrawasmediator) \| [`RejectAsMediator`](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md#rejectasmediator) } - -#### Defined in - -[api/procedures/types.ts:943](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L943) - -___ - -### ModifyOfferingTimesParams - -Ƭ **ModifyOfferingTimesParams**: \{ `end`: `Date` \| ``null`` ; `start?`: `Date` } \| \{ `end?`: `Date` \| ``null`` ; `start`: `Date` } \| \{ `end`: `Date` \| ``null`` ; `start`: `Date` } - -#### Defined in - -[api/procedures/types.ts:1381](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1381) - -___ - -### ModifyVenueParams - -Ƭ **ModifyVenueParams**: \{ `description?`: `string` ; `type`: [`VenueType`](../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) } \| \{ `description`: `string` ; `type?`: [`VenueType`](../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) } \| \{ `description`: `string` ; `type`: [`VenueType`](../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) } - -#### Defined in - -[api/procedures/types.ts:1329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1329) - -___ - -### MortalityProcedureOpt - -Ƭ **MortalityProcedureOpt**: [`ImmortalProcedureOptValue`](../../../../interfaces/API/Procedures/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md) \| [`MortalProcedureOptValue`](../../../../interfaces/API/Procedures/Types/MortalProcedureOptValue/MortalProcedureOptValue.md) - -#### Defined in - -[api/procedures/types.ts:134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L134) - -___ - -### NftMetadataInput - -Ƭ **NftMetadataInput**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `id` | `BigNumber` | -| `type` | [`MetadataType`](../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) | -| `value` | `string` | - -#### Defined in - -[api/procedures/types.ts:1033](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1033) - -___ - -### RegisterMetadataParams - -Ƭ **RegisterMetadataParams**: \{ `name`: `string` ; `specs`: [`MetadataSpec`](../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md) } \| \{ `details?`: [`MetadataValueDetails`](../../Entities/MetadataEntry/Types/Types.md#metadatavaluedetails) ; `name`: `string` ; `specs`: [`MetadataSpec`](../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md) ; `value`: `string` } - -#### Defined in - -[api/procedures/types.ts:1500](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1500) - -___ - -### RejectInstructionParams - -Ƭ **RejectInstructionParams**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `portfolio?` | [`PortfolioLike`](../../Entities/Types/Types.md#portfoliolike) | (optional) Portfolio that the signer controls and wants to reject the instruction | - -#### Defined in - -[api/procedures/types.ts:923](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L923) - -___ - -### RemoveAssetStatParams - -Ƭ **RemoveAssetStatParams**: \{ `ticker`: `string` } & [`RemoveCountStatParams`](Types.md#removecountstatparams) \| [`RemoveBalanceStatParams`](Types.md#removebalancestatparams) \| [`RemoveScopedCountParams`](Types.md#removescopedcountparams) \| [`RemoveScopedBalanceParams`](Types.md#removescopedbalanceparams) - -#### Defined in - -[api/procedures/types.ts:390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L390) - -___ - -### RemoveBalanceStatParams - -Ƭ **RemoveBalanceStatParams**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`Balance`](../../../../enums/API/Entities/Types/StatType/StatType.md#balance) | - -#### Defined in - -[api/procedures/types.ts:424](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L424) - -___ - -### RemoveCountStatParams - -Ƭ **RemoveCountStatParams**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `type` | [`Count`](../../../../enums/API/Entities/Types/StatType/StatType.md#count) | - -#### Defined in - -[api/procedures/types.ts:420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L420) - -___ - -### RemoveScopedBalanceParams - -Ƭ **RemoveScopedBalanceParams**: [`StatClaimIssuer`](../../../../interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md) & \{ `type`: [`ScopedBalance`](../../../../enums/API/Entities/Types/StatType/StatType.md#scopedbalance) } - -#### Defined in - -[api/procedures/types.ts:432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L432) - -___ - -### RemoveScopedCountParams - -Ƭ **RemoveScopedCountParams**: [`StatClaimIssuer`](../../../../interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md) & \{ `type`: [`ScopedCount`](../../../../enums/API/Entities/Types/StatType/StatType.md#scopedcount) } - -#### Defined in - -[api/procedures/types.ts:428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L428) - -___ - -### RevokeIdentityToCreatePortfoliosParams - -Ƭ **RevokeIdentityToCreatePortfoliosParams**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `did` | [`Identity`](../../../../classes/API/Entities/Identity/Identity.md) \| `string` | - -#### Defined in - -[api/procedures/types.ts:1552](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1552) - -___ - -### Role - -Ƭ **Role**: [`TickerOwnerRole`](../../../../interfaces/API/Procedures/Types/TickerOwnerRole/TickerOwnerRole.md) \| [`CddProviderRole`](../../../../interfaces/API/Procedures/Types/CddProviderRole/CddProviderRole.md) \| [`VenueOwnerRole`](../../../../interfaces/API/Procedures/Types/VenueOwnerRole/VenueOwnerRole.md) \| [`PortfolioCustodianRole`](../../../../interfaces/API/Procedures/Types/PortfolioCustodianRole/PortfolioCustodianRole.md) \| [`IdentityRole`](../../../../interfaces/API/Procedures/Types/IdentityRole/IdentityRole.md) - -#### Defined in - -[api/procedures/types.ts:265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L265) - -___ - -### RotatePrimaryKeyToSecondaryParams - -Ƭ **RotatePrimaryKeyToSecondaryParams**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `expiry?` | `Date` | (optional) when the generated authorization should expire | -| `permissions` | [`PermissionsLike`](../../Entities/Types/Types.md#permissionslike) | - | -| `targetAccount` | `string` \| [`Account`](../../../../classes/API/Entities/Account/Account.md) | The Account that should function as the primary key of the newly created Identity. Can be ss58 encoded address or an instance of Account | - -#### Defined in - -[api/procedures/types.ts:820](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L820) - -___ - -### SetAssetStatParams - -Ƭ **SetAssetStatParams**\<`T`\>: `Omit`\<`T` extends [`Count`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) ? [`AddCountStatParams`](Types.md#addcountstatparams) : `T` extends [`Percentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) ? [`AddPercentageStatParams`](Types.md#addpercentagestatparams) : `T` extends [`ClaimCount`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) ? [`AddClaimCountStatParams`](Types.md#addclaimcountstatparams) : [`AddClaimPercentageStatParams`](Types.md#addclaimpercentagestatparams), ``"type"``\> - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Defined in - -[api/procedures/types.ts:436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L436) - -___ - -### SetMetadataParams - -Ƭ **SetMetadataParams**: \{ `details?`: [`MetadataValueDetails`](../../Entities/MetadataEntry/Types/Types.md#metadatavaluedetails) ; `value`: `string` } \| \{ `details`: [`MetadataValueDetails`](../../Entities/MetadataEntry/Types/Types.md#metadatavaluedetails) } - -#### Defined in - -[api/procedures/types.ts:1496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1496) - -___ - -### SetRestrictionsParams - -Ƭ **SetRestrictionsParams**\<`T`\>: `Omit`\<`T` extends [`Count`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) ? [`SetCountTransferRestrictionsParams`](../../../../interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md) : `T` extends [`Percentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) ? [`SetPercentageTransferRestrictionsParams`](../../../../interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md) : `T` extends [`ClaimCount`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) ? [`SetClaimCountTransferRestrictionsParams`](../../../../interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md) : [`SetClaimPercentageTransferRestrictionsParams`](../../../../interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md), ``"type"``\> - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Defined in - -[api/procedures/types.ts:369](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L369) - -___ - -### SetVenueFilteringParams - -Ƭ **SetVenueFilteringParams**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `allowedVenues?` | `BigNumber`[] | -| `disallowedVenues?` | `BigNumber`[] | -| `enabled?` | `boolean` | - -#### Defined in - -[api/procedures/types.ts:1512](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L1512) - -___ - -### TransactionArray - -Ƭ **TransactionArray**\<`ReturnValues`\>: \{ [K in keyof ReturnValues]: GenericPolymeshTransaction\ } - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValues` | extends readonly [...unknown[]] | - -#### Defined in - -[api/procedures/types.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L204) - -___ - -### TransferRestriction - -Ƭ **TransferRestriction**: \{ `type`: [`Count`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) ; `value`: `BigNumber` } \| \{ `type`: [`Percentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) ; `value`: `BigNumber` } \| \{ `type`: [`ClaimCount`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) ; `value`: [`ClaimCountRestrictionValue`](../../../../interfaces/API/Procedures/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md) } \| \{ `type`: [`ClaimPercentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimpercentage) ; `value`: [`ClaimPercentageRestrictionValue`](../../../../interfaces/API/Procedures/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md) } - -#### Defined in - -[api/procedures/types.ts:468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/api/procedures/types.ts#L468) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/Base/PolymeshError/PolymeshError.md b/sdk-docs_versioned_docs/version-24.7.x/modules/Base/PolymeshError/PolymeshError.md deleted file mode 100644 index c86850b220..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/Base/PolymeshError/PolymeshError.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "PolymeshError" -title: "Module: PolymeshError" -sidebar_label: "PolymeshError" ---- - -## Classes - -- [PolymeshError](../../../classes/Base/PolymeshError/PolymeshError.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/Base/PolymeshTransaction/PolymeshTransaction.md b/sdk-docs_versioned_docs/version-24.7.x/modules/Base/PolymeshTransaction/PolymeshTransaction.md deleted file mode 100644 index c8598e4ee0..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/Base/PolymeshTransaction/PolymeshTransaction.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "PolymeshTransaction" -title: "Module: PolymeshTransaction" -sidebar_label: "PolymeshTransaction" ---- - -## Classes - -- [PolymeshTransaction](../../../classes/Base/PolymeshTransaction/PolymeshTransaction.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/Base/PolymeshTransactionBase/PolymeshTransactionBase.md b/sdk-docs_versioned_docs/version-24.7.x/modules/Base/PolymeshTransactionBase/PolymeshTransactionBase.md deleted file mode 100644 index abd9be1823..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/Base/PolymeshTransactionBase/PolymeshTransactionBase.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "PolymeshTransactionBase" -title: "Module: PolymeshTransactionBase" -sidebar_label: "PolymeshTransactionBase" ---- - -## Classes - -- [PolymeshTransactionBase](../../../classes/Base/PolymeshTransactionBase/PolymeshTransactionBase.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md b/sdk-docs_versioned_docs/version-24.7.x/modules/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md deleted file mode 100644 index f0ad90f426..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: "PolymeshTransactionBatch" -title: "Module: PolymeshTransactionBatch" -sidebar_label: "PolymeshTransactionBatch" ---- - -## Classes - -- [PolymeshTransactionBatch](../../../classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/Base/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/Base/Types/Types.md deleted file mode 100644 index 6fb5a0fbd2..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/Base/Types/Types.md +++ /dev/null @@ -1,106 +0,0 @@ ---- -id: "Types" -title: "Module: Base Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [PayingAccountType](../../../enums/Base/Types/PayingAccountType/PayingAccountType.md) -- [TransactionArgumentType](../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md) -- [TransactionStatus](../../../enums/Base/Types/TransactionStatus/TransactionStatus.md) - -## Interfaces - -- [ArrayTransactionArgument](../../../interfaces/Base/Types/ArrayTransactionArgument/ArrayTransactionArgument.md) -- [ComplexTransactionArgument](../../../interfaces/Base/Types/ComplexTransactionArgument/ComplexTransactionArgument.md) -- [PayingAccountFees](../../../interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md) -- [PlainTransactionArgument](../../../interfaces/Base/Types/PlainTransactionArgument/PlainTransactionArgument.md) -- [SimpleEnumTransactionArgument](../../../interfaces/Base/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md) -- [TransactionPayload](../../../interfaces/Base/Types/TransactionPayload/TransactionPayload.md) - -## Type Aliases - -### MapTxData - -Ƭ **MapTxData**\<`ArgsArray`\>: \{ [K in keyof ArgsArray]: ArgsArray[K] extends unknown[] ? TxData\ : never } - -Apply the [TxData](../../../interfaces/API/Procedures/Types/TxData/TxData.md) type to all args in an array - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `ArgsArray` | extends `unknown`[][] | - -#### Defined in - -[base/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L17) - -___ - -### PayingAccount - -Ƭ **PayingAccount**: \{ `account`: [`Account`](../../../classes/API/Entities/Account/Account.md) ; `allowance`: `BigNumber` ; `type`: [`Subsidy`](../../../enums/Base/Types/PayingAccountType/PayingAccountType.md#subsidy) } \| \{ `account`: [`Account`](../../../classes/API/Entities/Account/Account.md) ; `type`: [`Caller`](../../../enums/Base/Types/PayingAccountType/PayingAccountType.md#caller) \| [`Other`](../../../enums/Base/Types/PayingAccountType/PayingAccountType.md#other) } - -Data representing the Account responsible for paying fees for a transaction - -#### Defined in - -[base/types.ts:133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L133) - -___ - -### PolymeshError - -Ƭ **PolymeshError**: [`PolymeshError`](../../../classes/Base/PolymeshError/PolymeshError.md) - -#### Defined in - -[base/types.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L208) - -___ - -### PolymeshTransaction - -Ƭ **PolymeshTransaction**\<`ReturnValue`, `TransformedReturnValue`, `Args`\>: [`PolymeshTransaction`](../../../classes/Base/PolymeshTransaction/PolymeshTransaction.md)\<`ReturnValue`, `TransformedReturnValue`, `Args`\> - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValue` | `unknown` | -| `TransformedReturnValue` | `ReturnValue` | -| `Args` | extends `unknown`[] \| [] = `unknown`[] | - -#### Defined in - -[base/types.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L198) - -___ - -### PolymeshTransactionBatch - -Ƭ **PolymeshTransactionBatch**\<`ReturnValue`, `TransformedReturnValue`, `Args`\>: [`PolymeshTransactionBatch`](../../../classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md)\<`ReturnValue`, `TransformedReturnValue`, `Args`\> - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `ReturnValue` | `unknown` | -| `TransformedReturnValue` | `ReturnValue` | -| `Args` | extends `unknown`[][] = `unknown`[][] | - -#### Defined in - -[base/types.ts:203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L203) - -___ - -### TransactionArgument - -Ƭ **TransactionArgument**: \{ `_rawType`: `TypeDef` ; `name`: `string` ; `optional`: `boolean` } & [`PlainTransactionArgument`](../../../interfaces/Base/Types/PlainTransactionArgument/PlainTransactionArgument.md) \| [`ArrayTransactionArgument`](../../../interfaces/Base/Types/ArrayTransactionArgument/ArrayTransactionArgument.md) \| [`SimpleEnumTransactionArgument`](../../../interfaces/Base/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md) \| [`ComplexTransactionArgument`](../../../interfaces/Base/Types/ComplexTransactionArgument/ComplexTransactionArgument.md) - -#### Defined in - -[base/types.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/types.ts#L99) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/Base/Utils/Utils.md b/sdk-docs_versioned_docs/version-24.7.x/modules/Base/Utils/Utils.md deleted file mode 100644 index d744155fcc..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/Base/Utils/Utils.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -id: "Utils" -title: "Module: utils" -sidebar_label: "Utils" ---- - -## Functions - -### handleTransactionSubmissionError - -▸ **handleTransactionSubmissionError**(`err`): [`PolymeshError`](../../../classes/Base/PolymeshError/PolymeshError.md) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `err` | `Error` | - -#### Returns - -[`PolymeshError`](../../../classes/Base/PolymeshError/PolymeshError.md) - -#### Defined in - -[base/utils.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/utils.ts#L178) - -___ - -### processType - -▸ **processType**(`rawType`, `name`): [`TransactionArgument`](../Types/Types.md#transactionargument) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `rawType` | `TypeDef` | -| `name` | `string` | - -#### Returns - -[`TransactionArgument`](../Types/Types.md#transactionargument) - -#### Defined in - -[base/utils.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/base/utils.ts#L64) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/Generated/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/Generated/Types/Types.md deleted file mode 100644 index e8bf3f3ecd..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/Generated/Types/Types.md +++ /dev/null @@ -1,125 +0,0 @@ ---- -id: "Types" -title: "Module: Generated Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [AssetTx](../../../enums/Generated/Types/AssetTx/AssetTx.md) -- [AuthorshipTx](../../../enums/Generated/Types/AuthorshipTx/AuthorshipTx.md) -- [BabeTx](../../../enums/Generated/Types/BabeTx/BabeTx.md) -- [BalancesTx](../../../enums/Generated/Types/BalancesTx/BalancesTx.md) -- [BridgeTx](../../../enums/Generated/Types/BridgeTx/BridgeTx.md) -- [CapitalDistributionTx](../../../enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md) -- [CddServiceProvidersTx](../../../enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md) -- [CheckpointTx](../../../enums/Generated/Types/CheckpointTx/CheckpointTx.md) -- [CommitteeMembershipTx](../../../enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md) -- [ComplianceManagerTx](../../../enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md) -- [ContractsTx](../../../enums/Generated/Types/ContractsTx/ContractsTx.md) -- [CorporateActionTx](../../../enums/Generated/Types/CorporateActionTx/CorporateActionTx.md) -- [CorporateBallotTx](../../../enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md) -- [CountryCode](../../../enums/Generated/Types/CountryCode/CountryCode.md) -- [ExternalAgentsTx](../../../enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md) -- [GrandpaTx](../../../enums/Generated/Types/GrandpaTx/GrandpaTx.md) -- [IdentityTx](../../../enums/Generated/Types/IdentityTx/IdentityTx.md) -- [ImOnlineTx](../../../enums/Generated/Types/ImOnlineTx/ImOnlineTx.md) -- [IndicesTx](../../../enums/Generated/Types/IndicesTx/IndicesTx.md) -- [ModuleName](../../../enums/Generated/Types/ModuleName/ModuleName.md) -- [MultiSigTx](../../../enums/Generated/Types/MultiSigTx/MultiSigTx.md) -- [NftTx](../../../enums/Generated/Types/NftTx/NftTx.md) -- [PipsTx](../../../enums/Generated/Types/PipsTx/PipsTx.md) -- [PolymeshCommitteeTx](../../../enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md) -- [PolymeshContractsTx](../../../enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md) -- [PortfolioTx](../../../enums/Generated/Types/PortfolioTx/PortfolioTx.md) -- [PreimageTx](../../../enums/Generated/Types/PreimageTx/PreimageTx.md) -- [ProtocolFeeTx](../../../enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md) -- [RelayerTx](../../../enums/Generated/Types/RelayerTx/RelayerTx.md) -- [RewardsTx](../../../enums/Generated/Types/RewardsTx/RewardsTx.md) -- [SchedulerTx](../../../enums/Generated/Types/SchedulerTx/SchedulerTx.md) -- [SessionTx](../../../enums/Generated/Types/SessionTx/SessionTx.md) -- [SettlementTx](../../../enums/Generated/Types/SettlementTx/SettlementTx.md) -- [StakingTx](../../../enums/Generated/Types/StakingTx/StakingTx.md) -- [StateTrieMigrationTx](../../../enums/Generated/Types/StateTrieMigrationTx/StateTrieMigrationTx.md) -- [StatisticsTx](../../../enums/Generated/Types/StatisticsTx/StatisticsTx.md) -- [StoTx](../../../enums/Generated/Types/StoTx/StoTx.md) -- [SudoTx](../../../enums/Generated/Types/SudoTx/SudoTx.md) -- [SystemTx](../../../enums/Generated/Types/SystemTx/SystemTx.md) -- [TechnicalCommitteeMembershipTx](../../../enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md) -- [TechnicalCommitteeTx](../../../enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md) -- [TestUtilsTx](../../../enums/Generated/Types/TestUtilsTx/TestUtilsTx.md) -- [TimestampTx](../../../enums/Generated/Types/TimestampTx/TimestampTx.md) -- [TreasuryTx](../../../enums/Generated/Types/TreasuryTx/TreasuryTx.md) -- [UpgradeCommitteeMembershipTx](../../../enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md) -- [UpgradeCommitteeTx](../../../enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md) -- [UtilityTx](../../../enums/Generated/Types/UtilityTx/UtilityTx.md) - -## Type Aliases - -### TxTag - -Ƭ **TxTag**: [`SystemTx`](../../../enums/Generated/Types/SystemTx/SystemTx.md) \| [`BabeTx`](../../../enums/Generated/Types/BabeTx/BabeTx.md) \| [`TimestampTx`](../../../enums/Generated/Types/TimestampTx/TimestampTx.md) \| [`IndicesTx`](../../../enums/Generated/Types/IndicesTx/IndicesTx.md) \| [`AuthorshipTx`](../../../enums/Generated/Types/AuthorshipTx/AuthorshipTx.md) \| [`BalancesTx`](../../../enums/Generated/Types/BalancesTx/BalancesTx.md) \| [`IdentityTx`](../../../enums/Generated/Types/IdentityTx/IdentityTx.md) \| [`CddServiceProvidersTx`](../../../enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md) \| [`PolymeshCommitteeTx`](../../../enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md) \| [`CommitteeMembershipTx`](../../../enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md) \| [`TechnicalCommitteeTx`](../../../enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md) \| [`TechnicalCommitteeMembershipTx`](../../../enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md) \| [`UpgradeCommitteeTx`](../../../enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md) \| [`UpgradeCommitteeMembershipTx`](../../../enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md) \| [`MultiSigTx`](../../../enums/Generated/Types/MultiSigTx/MultiSigTx.md) \| [`BridgeTx`](../../../enums/Generated/Types/BridgeTx/BridgeTx.md) \| [`StakingTx`](../../../enums/Generated/Types/StakingTx/StakingTx.md) \| [`SessionTx`](../../../enums/Generated/Types/SessionTx/SessionTx.md) \| [`GrandpaTx`](../../../enums/Generated/Types/GrandpaTx/GrandpaTx.md) \| [`ImOnlineTx`](../../../enums/Generated/Types/ImOnlineTx/ImOnlineTx.md) \| [`SudoTx`](../../../enums/Generated/Types/SudoTx/SudoTx.md) \| [`AssetTx`](../../../enums/Generated/Types/AssetTx/AssetTx.md) \| [`CapitalDistributionTx`](../../../enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md) \| [`CheckpointTx`](../../../enums/Generated/Types/CheckpointTx/CheckpointTx.md) \| [`ComplianceManagerTx`](../../../enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md) \| [`CorporateActionTx`](../../../enums/Generated/Types/CorporateActionTx/CorporateActionTx.md) \| [`CorporateBallotTx`](../../../enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md) \| [`PipsTx`](../../../enums/Generated/Types/PipsTx/PipsTx.md) \| [`PortfolioTx`](../../../enums/Generated/Types/PortfolioTx/PortfolioTx.md) \| [`ProtocolFeeTx`](../../../enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md) \| [`SchedulerTx`](../../../enums/Generated/Types/SchedulerTx/SchedulerTx.md) \| [`SettlementTx`](../../../enums/Generated/Types/SettlementTx/SettlementTx.md) \| [`StatisticsTx`](../../../enums/Generated/Types/StatisticsTx/StatisticsTx.md) \| [`StoTx`](../../../enums/Generated/Types/StoTx/StoTx.md) \| [`TreasuryTx`](../../../enums/Generated/Types/TreasuryTx/TreasuryTx.md) \| [`UtilityTx`](../../../enums/Generated/Types/UtilityTx/UtilityTx.md) \| [`ExternalAgentsTx`](../../../enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md) \| [`RelayerTx`](../../../enums/Generated/Types/RelayerTx/RelayerTx.md) \| [`RewardsTx`](../../../enums/Generated/Types/RewardsTx/RewardsTx.md) \| [`TestUtilsTx`](../../../enums/Generated/Types/TestUtilsTx/TestUtilsTx.md) \| [`PolymeshContractsTx`](../../../enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md) \| [`PreimageTx`](../../../enums/Generated/Types/PreimageTx/PreimageTx.md) \| [`ContractsTx`](../../../enums/Generated/Types/ContractsTx/ContractsTx.md) \| [`NftTx`](../../../enums/Generated/Types/NftTx/NftTx.md) \| [`StateTrieMigrationTx`](../../../enums/Generated/Types/StateTrieMigrationTx/StateTrieMigrationTx.md) - -#### Defined in - -[generated/types.ts:852](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L852) - -## Variables - -### TxTags - -• `Const` **TxTags**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `asset` | typeof [`AssetTx`](../../../enums/Generated/Types/AssetTx/AssetTx.md) | -| `authorship` | typeof [`AuthorshipTx`](../../../enums/Generated/Types/AuthorshipTx/AuthorshipTx.md) | -| `babe` | typeof [`BabeTx`](../../../enums/Generated/Types/BabeTx/BabeTx.md) | -| `balances` | typeof [`BalancesTx`](../../../enums/Generated/Types/BalancesTx/BalancesTx.md) | -| `bridge` | typeof [`BridgeTx`](../../../enums/Generated/Types/BridgeTx/BridgeTx.md) | -| `capitalDistribution` | typeof [`CapitalDistributionTx`](../../../enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md) | -| `cddServiceProviders` | typeof [`CddServiceProvidersTx`](../../../enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md) | -| `checkpoint` | typeof [`CheckpointTx`](../../../enums/Generated/Types/CheckpointTx/CheckpointTx.md) | -| `committeeMembership` | typeof [`CommitteeMembershipTx`](../../../enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md) | -| `complianceManager` | typeof [`ComplianceManagerTx`](../../../enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md) | -| `contracts` | typeof [`ContractsTx`](../../../enums/Generated/Types/ContractsTx/ContractsTx.md) | -| `corporateAction` | typeof [`CorporateActionTx`](../../../enums/Generated/Types/CorporateActionTx/CorporateActionTx.md) | -| `corporateBallot` | typeof [`CorporateBallotTx`](../../../enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md) | -| `externalAgents` | typeof [`ExternalAgentsTx`](../../../enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md) | -| `grandpa` | typeof [`GrandpaTx`](../../../enums/Generated/Types/GrandpaTx/GrandpaTx.md) | -| `identity` | typeof [`IdentityTx`](../../../enums/Generated/Types/IdentityTx/IdentityTx.md) | -| `imOnline` | typeof [`ImOnlineTx`](../../../enums/Generated/Types/ImOnlineTx/ImOnlineTx.md) | -| `indices` | typeof [`IndicesTx`](../../../enums/Generated/Types/IndicesTx/IndicesTx.md) | -| `multiSig` | typeof [`MultiSigTx`](../../../enums/Generated/Types/MultiSigTx/MultiSigTx.md) | -| `nft` | typeof [`NftTx`](../../../enums/Generated/Types/NftTx/NftTx.md) | -| `pips` | typeof [`PipsTx`](../../../enums/Generated/Types/PipsTx/PipsTx.md) | -| `polymeshCommittee` | typeof [`PolymeshCommitteeTx`](../../../enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md) | -| `polymeshContracts` | typeof [`PolymeshContractsTx`](../../../enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md) | -| `portfolio` | typeof [`PortfolioTx`](../../../enums/Generated/Types/PortfolioTx/PortfolioTx.md) | -| `preimage` | typeof [`PreimageTx`](../../../enums/Generated/Types/PreimageTx/PreimageTx.md) | -| `protocolFee` | typeof [`ProtocolFeeTx`](../../../enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md) | -| `relayer` | typeof [`RelayerTx`](../../../enums/Generated/Types/RelayerTx/RelayerTx.md) | -| `rewards` | typeof [`RewardsTx`](../../../enums/Generated/Types/RewardsTx/RewardsTx.md) | -| `scheduler` | typeof [`SchedulerTx`](../../../enums/Generated/Types/SchedulerTx/SchedulerTx.md) | -| `session` | typeof [`SessionTx`](../../../enums/Generated/Types/SessionTx/SessionTx.md) | -| `settlement` | typeof [`SettlementTx`](../../../enums/Generated/Types/SettlementTx/SettlementTx.md) | -| `staking` | typeof [`StakingTx`](../../../enums/Generated/Types/StakingTx/StakingTx.md) | -| `stateTrieMigration` | typeof [`StateTrieMigrationTx`](../../../enums/Generated/Types/StateTrieMigrationTx/StateTrieMigrationTx.md) | -| `statistics` | typeof [`StatisticsTx`](../../../enums/Generated/Types/StatisticsTx/StatisticsTx.md) | -| `sto` | typeof [`StoTx`](../../../enums/Generated/Types/StoTx/StoTx.md) | -| `sudo` | typeof [`SudoTx`](../../../enums/Generated/Types/SudoTx/SudoTx.md) | -| `system` | typeof [`SystemTx`](../../../enums/Generated/Types/SystemTx/SystemTx.md) | -| `technicalCommittee` | typeof [`TechnicalCommitteeTx`](../../../enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md) | -| `technicalCommitteeMembership` | typeof [`TechnicalCommitteeMembershipTx`](../../../enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md) | -| `testUtils` | typeof [`TestUtilsTx`](../../../enums/Generated/Types/TestUtilsTx/TestUtilsTx.md) | -| `timestamp` | typeof [`TimestampTx`](../../../enums/Generated/Types/TimestampTx/TimestampTx.md) | -| `treasury` | typeof [`TreasuryTx`](../../../enums/Generated/Types/TreasuryTx/TreasuryTx.md) | -| `upgradeCommittee` | typeof [`UpgradeCommitteeTx`](../../../enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md) | -| `upgradeCommitteeMembership` | typeof [`UpgradeCommitteeMembershipTx`](../../../enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md) | -| `utility` | typeof [`UtilityTx`](../../../enums/Generated/Types/UtilityTx/UtilityTx.md) | - -#### Defined in - -[generated/types.ts:900](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/generated/types.ts#L900) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/Types/Types.md b/sdk-docs_versioned_docs/version-24.7.x/modules/Types/Types.md deleted file mode 100644 index ab8477a3b1..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/Types/Types.md +++ /dev/null @@ -1,2707 +0,0 @@ ---- -id: "Types" -title: "Module: Types" -sidebar_label: "Types" ---- - -## Enumerations - -- [AssetHoldersOrderBy](../../enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md) -- [AuthTypeEnum](../../enums/Types/AuthTypeEnum/AuthTypeEnum.md) -- [AuthorizationStatusEnum](../../enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md) -- [BalanceTypeEnum](../../enums/Types/BalanceTypeEnum/BalanceTypeEnum.md) -- [CallIdEnum](../../enums/Types/CallIdEnum/CallIdEnum.md) -- [ClaimScopeTypeEnum](../../enums/Types/ClaimScopeTypeEnum/ClaimScopeTypeEnum.md) -- [EventIdEnum](../../enums/Types/EventIdEnum/EventIdEnum.md) -- [ExtrinsicsOrderBy](../../enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md) -- [InstructionStatusEnum](../../enums/Types/InstructionStatusEnum/InstructionStatusEnum.md) -- [ModuleIdEnum](../../enums/Types/ModuleIdEnum/ModuleIdEnum.md) -- [MultiSigProposalVoteActionEnum](../../enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md) -- [NftHoldersOrderBy](../../enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md) -- [SettlementDirectionEnum](../../enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md) -- [SettlementResultEnum](../../enums/Types/SettlementResultEnum/SettlementResultEnum.md) - -## References - -### AcceptPrimaryKeyRotationParams - -Re-exports [AcceptPrimaryKeyRotationParams](../../interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md) - -___ - -### Account - -Re-exports [Account](../API/Entities/Types/Types.md#account) - -___ - -### AccountBalance - -Re-exports [AccountBalance](../API/Entities/Account/Types/Types.md#accountbalance) - -___ - -### AccountIdentityRelation - -Re-exports [AccountIdentityRelation](../../enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md) - -___ - -### AccountKeyType - -Re-exports [AccountKeyType](../../enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md) - -___ - -### AccountTypeInfo - -Re-exports [AccountTypeInfo](../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md) - -___ - -### AccreditedClaim - -Re-exports [AccreditedClaim](../../interfaces/API/Entities/Types/AccreditedClaim/AccreditedClaim.md) - -___ - -### ActiveTransferRestrictions - -Re-exports [ActiveTransferRestrictions](../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md) - -___ - -### AddAssetRequirementParams - -Re-exports [AddAssetRequirementParams](../../interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md) - -___ - -### AddAssetStatParams - -Re-exports [AddAssetStatParams](../API/Procedures/Types/Types.md#addassetstatparams) - -___ - -### AddClaimCountStatParams - -Re-exports [AddClaimCountStatParams](../API/Procedures/Types/Types.md#addclaimcountstatparams) - -___ - -### AddClaimCountTransferRestrictionParams - -Re-exports [AddClaimCountTransferRestrictionParams](../API/Procedures/Types/Types.md#addclaimcounttransferrestrictionparams) - -___ - -### AddClaimPercentageStatParams - -Re-exports [AddClaimPercentageStatParams](../API/Procedures/Types/Types.md#addclaimpercentagestatparams) - -___ - -### AddClaimPercentageTransferRestrictionParams - -Re-exports [AddClaimPercentageTransferRestrictionParams](../API/Procedures/Types/Types.md#addclaimpercentagetransferrestrictionparams) - -___ - -### AddClaimsParams - -Re-exports [AddClaimsParams](../../interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md) - -___ - -### AddCountStatInput - -Re-exports [AddCountStatInput](../../interfaces/API/Entities/Types/AddCountStatInput/AddCountStatInput.md) - -___ - -### AddCountStatParams - -Re-exports [AddCountStatParams](../API/Procedures/Types/Types.md#addcountstatparams) - -___ - -### AddCountTransferRestrictionParams - -Re-exports [AddCountTransferRestrictionParams](../API/Procedures/Types/Types.md#addcounttransferrestrictionparams) - -___ - -### AddInstructionParams - -Re-exports [AddInstructionParams](../API/Procedures/Types/Types.md#addinstructionparams) - -___ - -### AddInstructionWithVenueIdParams - -Re-exports [AddInstructionWithVenueIdParams](../API/Procedures/Types/Types.md#addinstructionwithvenueidparams) - -___ - -### AddInstructionsParams - -Re-exports [AddInstructionsParams](../../interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md) - -___ - -### AddInvestorUniquenessClaimParams - -Re-exports [AddInvestorUniquenessClaimParams](../../interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md) - -___ - -### AddPercentageStatParams - -Re-exports [AddPercentageStatParams](../API/Procedures/Types/Types.md#addpercentagestatparams) - -___ - -### AddPercentageTransferRestrictionParams - -Re-exports [AddPercentageTransferRestrictionParams](../API/Procedures/Types/Types.md#addpercentagetransferrestrictionparams) - -___ - -### AddRelayerPayingKeyAuthorizationData - -Re-exports [AddRelayerPayingKeyAuthorizationData](../API/Entities/Types/Types.md#addrelayerpayingkeyauthorizationdata) - -___ - -### AddRestrictionParams - -Re-exports [AddRestrictionParams](../API/Procedures/Types/Types.md#addrestrictionparams) - -___ - -### AffiliateClaim - -Re-exports [AffiliateClaim](../../interfaces/API/Entities/Types/AffiliateClaim/AffiliateClaim.md) - -___ - -### AffirmAsMediatorParams - -Re-exports [AffirmAsMediatorParams](../API/Procedures/Types/Types.md#affirmasmediatorparams) - -___ - -### AffirmOrWithdrawInstructionParams - -Re-exports [AffirmOrWithdrawInstructionParams](../API/Procedures/Types/Types.md#affirmorwithdrawinstructionparams) - -___ - -### AffirmationStatus - -Re-exports [AffirmationStatus](../../enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md) - -___ - -### AgentWithGroup - -Re-exports [AgentWithGroup](../../interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md) - -___ - -### AllowIdentityToCreatePortfoliosParams - -Re-exports [AllowIdentityToCreatePortfoliosParams](../API/Procedures/Types/Types.md#allowidentitytocreateportfoliosparams) - -___ - -### AllowanceOperation - -Re-exports [AllowanceOperation](../../enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md) - -___ - -### AnyJson - -Re-exports [AnyJson](../API/Entities/MultiSigProposal/Types/Types.md#anyjson) - -___ - -### ArrayTransactionArgument - -Re-exports [ArrayTransactionArgument](../../interfaces/Base/Types/ArrayTransactionArgument/ArrayTransactionArgument.md) - -___ - -### Asset - -Re-exports [Asset](../API/Entities/Asset/Types/Types.md#asset) - -___ - -### AssetBase - -Re-exports [AssetBase](../../interfaces/API/Procedures/Types/AssetBase/AssetBase.md) - -___ - -### AssetDetails - -Re-exports [AssetDetails](../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md) - -___ - -### AssetDocument - -Re-exports [AssetDocument](../../interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md) - -___ - -### AssetMediatorParams - -Re-exports [AssetMediatorParams](../../interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md) - -___ - -### AssetTx - -Re-exports [AssetTx](../../enums/Generated/Types/AssetTx/AssetTx.md) - -___ - -### AssetWithGroup - -Re-exports [AssetWithGroup](../../interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md) - -___ - -### AttestPrimaryKeyRotationAuthorizationData - -Re-exports [AttestPrimaryKeyRotationAuthorizationData](../API/Entities/Types/Types.md#attestprimarykeyrotationauthorizationdata) - -___ - -### AttestPrimaryKeyRotationParams - -Re-exports [AttestPrimaryKeyRotationParams](../../interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md) - -___ - -### Authorization - -Re-exports [Authorization](../API/Entities/Types/Types.md#authorization) - -___ - -### AuthorizationRequest - -Re-exports [AuthorizationRequest](../API/Entities/Types/Types.md#authorizationrequest) - -___ - -### AuthorizationType - -Re-exports [AuthorizationType](../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md) - -___ - -### AuthorshipTx - -Re-exports [AuthorshipTx](../../enums/Generated/Types/AuthorshipTx/AuthorshipTx.md) - -___ - -### BabeTx - -Re-exports [BabeTx](../../enums/Generated/Types/BabeTx/BabeTx.md) - -___ - -### Balance - -Re-exports [Balance](../../interfaces/API/Entities/Account/Types/Balance/Balance.md) - -___ - -### BalancesTx - -Re-exports [BalancesTx](../../enums/Generated/Types/BalancesTx/BalancesTx.md) - -___ - -### BaseHistoricAssetTransaction - -Re-exports [BaseHistoricAssetTransaction](../../interfaces/API/Entities/Asset/Types/BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md) - -___ - -### BecomeAgentAuthorizationData - -Re-exports [BecomeAgentAuthorizationData](../API/Entities/Types/Types.md#becomeagentauthorizationdata) - -___ - -### BlockedClaim - -Re-exports [BlockedClaim](../../interfaces/API/Entities/Types/BlockedClaim/BlockedClaim.md) - -___ - -### BridgeTx - -Re-exports [BridgeTx](../../enums/Generated/Types/BridgeTx/BridgeTx.md) - -___ - -### BuyLockupClaim - -Re-exports [BuyLockupClaim](../../interfaces/API/Entities/Types/BuyLockupClaim/BuyLockupClaim.md) - -___ - -### CaCheckpointType - -Re-exports [CaCheckpointType](../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md) - -___ - -### CapitalDistributionTx - -Re-exports [CapitalDistributionTx](../../enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md) - -___ - -### CddClaim - -Re-exports [CddClaim](../../interfaces/API/Entities/Types/CddClaim/CddClaim.md) - -___ - -### CddProviderRole - -Re-exports [CddProviderRole](../../interfaces/API/Procedures/Types/CddProviderRole/CddProviderRole.md) - -___ - -### CddServiceProvidersTx - -Re-exports [CddServiceProvidersTx](../../enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md) - -___ - -### CheckPermissionsResult - -Re-exports [CheckPermissionsResult](../../interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md) - -___ - -### CheckRolesResult - -Re-exports [CheckRolesResult](../../interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md) - -___ - -### Checkpoint - -Re-exports [Checkpoint](../API/Entities/Types/Types.md#checkpoint) - -___ - -### CheckpointSchedule - -Re-exports [CheckpointSchedule](../API/Entities/Types/Types.md#checkpointschedule) - -___ - -### CheckpointScheduleParams - -Re-exports [CheckpointScheduleParams](../API/Entities/CheckpointSchedule/Types/Types.md#checkpointscheduleparams) - -___ - -### CheckpointTx - -Re-exports [CheckpointTx](../../enums/Generated/Types/CheckpointTx/CheckpointTx.md) - -___ - -### CheckpointWithData - -Re-exports [CheckpointWithData](../../interfaces/API/Entities/Types/CheckpointWithData/CheckpointWithData.md) - -___ - -### ChildIdentity - -Re-exports [ChildIdentity](../API/Entities/Types/Types.md#childidentity) - -___ - -### Claim - -Re-exports [Claim](../API/Entities/Types/Types.md#claim) - -___ - -### ClaimCountRestrictionValue - -Re-exports [ClaimCountRestrictionValue](../../interfaces/API/Procedures/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md) - -___ - -### ClaimCountStatInput - -Re-exports [ClaimCountStatInput](../API/Entities/Types/Types.md#claimcountstatinput) - -___ - -### ClaimCountTransferRestriction - -Re-exports [ClaimCountTransferRestriction](../../interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md) - -___ - -### ClaimCountTransferRestrictionInput - -Re-exports [ClaimCountTransferRestrictionInput](../../interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md) - -___ - -### ClaimData - -Re-exports [ClaimData](../../interfaces/API/Entities/Types/ClaimData/ClaimData.md) - -___ - -### ClaimOperation - -Re-exports [ClaimOperation](../../enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md) - -___ - -### ClaimPercentageRestrictionValue - -Re-exports [ClaimPercentageRestrictionValue](../../interfaces/API/Procedures/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md) - -___ - -### ClaimPercentageTransferRestriction - -Re-exports [ClaimPercentageTransferRestriction](../../interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md) - -___ - -### ClaimPercentageTransferRestrictionInput - -Re-exports [ClaimPercentageTransferRestrictionInput](../../interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md) - -___ - -### ClaimScope - -Re-exports [ClaimScope](../../interfaces/API/Entities/Types/ClaimScope/ClaimScope.md) - -___ - -### ClaimTarget - -Re-exports [ClaimTarget](../../interfaces/API/Entities/Types/ClaimTarget/ClaimTarget.md) - -___ - -### ClaimType - -Re-exports [ClaimType](../../enums/API/Entities/Types/ClaimType/ClaimType.md) - -___ - -### CollectionKey - -Re-exports [CollectionKey](../API/Entities/Asset/Types/Types.md#collectionkey) - -___ - -### CollectionKeyInput - -Re-exports [CollectionKeyInput](../API/Procedures/Types/Types.md#collectionkeyinput) - -___ - -### CommitteeMembershipTx - -Re-exports [CommitteeMembershipTx](../../enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md) - -___ - -### ComplexTransactionArgument - -Re-exports [ComplexTransactionArgument](../../interfaces/Base/Types/ComplexTransactionArgument/ComplexTransactionArgument.md) - -___ - -### Compliance - -Re-exports [Compliance](../../interfaces/API/Entities/Types/Compliance/Compliance.md) - -___ - -### ComplianceManagerTx - -Re-exports [ComplianceManagerTx](../../enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md) - -___ - -### ComplianceRequirements - -Re-exports [ComplianceRequirements](../../interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md) - -___ - -### Condition - -Re-exports [Condition](../API/Entities/Types/Types.md#condition) - -___ - -### ConditionBase - -Re-exports [ConditionBase](../../interfaces/API/Entities/Types/ConditionBase/ConditionBase.md) - -___ - -### ConditionCompliance - -Re-exports [ConditionCompliance](../../interfaces/API/Entities/Types/ConditionCompliance/ConditionCompliance.md) - -___ - -### ConditionTarget - -Re-exports [ConditionTarget](../../enums/API/Entities/Types/ConditionTarget/ConditionTarget.md) - -___ - -### ConditionType - -Re-exports [ConditionType](../../enums/API/Entities/Types/ConditionType/ConditionType.md) - -___ - -### ConfigureDividendDistributionParams - -Re-exports [ConfigureDividendDistributionParams](../../interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md) - -___ - -### ConnectParams - -Re-exports [ConnectParams](../../interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md) - -___ - -### ContractsTx - -Re-exports [ContractsTx](../../enums/Generated/Types/ContractsTx/ContractsTx.md) - -___ - -### ControllerTransferParams - -Re-exports [ControllerTransferParams](../../interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md) - -___ - -### CorporateAction - -Re-exports [CorporateAction](../API/Entities/Types/Types.md#corporateaction) - -___ - -### CorporateActionDefaultConfig - -Re-exports [CorporateActionDefaultConfig](../../interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md) - -___ - -### CorporateActionKind - -Re-exports [CorporateActionKind](../../enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md) - -___ - -### CorporateActionParams - -Renames and re-exports [Params](../../interfaces/API/Entities/CorporateActionBase/Params/Params.md) - -___ - -### CorporateActionTargets - -Re-exports [CorporateActionTargets](../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) - -___ - -### CorporateActionTx - -Re-exports [CorporateActionTx](../../enums/Generated/Types/CorporateActionTx/CorporateActionTx.md) - -___ - -### CorporateBallotTx - -Re-exports [CorporateBallotTx](../../enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md) - -___ - -### CountTransferRestriction - -Re-exports [CountTransferRestriction](../../interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md) - -___ - -### CountTransferRestrictionInput - -Re-exports [CountTransferRestrictionInput](../../interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md) - -___ - -### CountryCode - -Re-exports [CountryCode](../../enums/Generated/Types/CountryCode/CountryCode.md) - -___ - -### CreateAssetParams - -Re-exports [CreateAssetParams](../../interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md) - -___ - -### CreateAssetWithTickerParams - -Re-exports [CreateAssetWithTickerParams](../../interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md) - -___ - -### CreateCheckpointScheduleParams - -Re-exports [CreateCheckpointScheduleParams](../../interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md) - -___ - -### CreateChildIdentitiesParams - -Re-exports [CreateChildIdentitiesParams](../../interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md) - -___ - -### CreateChildIdentityParams - -Re-exports [CreateChildIdentityParams](../../interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md) - -___ - -### CreateGroupParams - -Re-exports [CreateGroupParams](../../interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md) - -___ - -### CreateMultiSigParams - -Re-exports [CreateMultiSigParams](../../interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md) - -___ - -### CreateNftCollectionParams - -Re-exports [CreateNftCollectionParams](../../interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md) - -___ - -### CreateTransactionBatchParams - -Re-exports [CreateTransactionBatchParams](../../interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md) - -___ - -### CreateTransactionBatchProcedureMethod - -Re-exports [CreateTransactionBatchProcedureMethod](../../interfaces/API/Procedures/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md) - -___ - -### CreateVenueParams - -Re-exports [CreateVenueParams](../../interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md) - -___ - -### CustomClaim - -Re-exports [CustomClaim](../../interfaces/API/Entities/Types/CustomClaim/CustomClaim.md) - -___ - -### CustomClaimType - -Re-exports [CustomClaimType](../API/Client/Types/Types.md#customclaimtype) - -___ - -### CustomClaimTypeWithDid - -Re-exports [CustomClaimTypeWithDid](../API/Client/Types/Types.md#customclaimtypewithdid) - -___ - -### CustomPermissionGroup - -Re-exports [CustomPermissionGroup](../API/Entities/Types/Types.md#custompermissiongroup) - -___ - -### DecreaseAllowanceParams - -Re-exports [DecreaseAllowanceParams](../../interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md) - -___ - -### DefaultPortfolio - -Re-exports [DefaultPortfolio](../API/Entities/Types/Types.md#defaultportfolio) - -___ - -### DefaultTrustedClaimIssuer - -Re-exports [DefaultTrustedClaimIssuer](../API/Entities/Types/Types.md#defaulttrustedclaimissuer) - -___ - -### DistributionParticipant - -Re-exports [DistributionParticipant](../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md) - -___ - -### DistributionPayment - -Re-exports [DistributionPayment](../../interfaces/API/Entities/Types/DistributionPayment/DistributionPayment.md) - -___ - -### DistributionWithDetails - -Re-exports [DistributionWithDetails](../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md) - -___ - -### DividendDistribution - -Re-exports [DividendDistribution](../API/Entities/Types/Types.md#dividenddistribution) - -___ - -### DividendDistributionDetails - -Re-exports [DividendDistributionDetails](../../interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md) - -___ - -### DividendDistributionParams - -Re-exports [DividendDistributionParams](../../interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md) - -___ - -### EditClaimsParams - -Re-exports [EditClaimsParams](../../interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md) - -___ - -### ErrorCode - -Re-exports [ErrorCode](../../enums/API/Client/Types/ErrorCode/ErrorCode.md) - -___ - -### EventIdentifier - -Re-exports [EventIdentifier](../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md) - -___ - -### ExecuteManualInstructionParams - -Re-exports [ExecuteManualInstructionParams](../../interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md) - -___ - -### ExemptedClaim - -Re-exports [ExemptedClaim](../../interfaces/API/Entities/Types/ExemptedClaim/ExemptedClaim.md) - -___ - -### ExternalAgentCondition - -Re-exports [ExternalAgentCondition](../../interfaces/API/Entities/Types/ExternalAgentCondition/ExternalAgentCondition.md) - -___ - -### ExternalAgentsTx - -Re-exports [ExternalAgentsTx](../../enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md) - -___ - -### ExtrinsicData - -Re-exports [ExtrinsicData](../../interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md) - -___ - -### ExtrinsicDataWithFees - -Re-exports [ExtrinsicDataWithFees](../../interfaces/API/Client/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md) - -___ - -### Fees - -Re-exports [Fees](../../interfaces/API/Client/Types/Fees/Fees.md) - -___ - -### FungibleAsset - -Re-exports [FungibleAsset](../API/Entities/Types/Types.md#fungibleasset) - -___ - -### FungibleLeg - -Re-exports [FungibleLeg](../../interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md) - -___ - -### FungiblePortfolioMovement - -Re-exports [FungiblePortfolioMovement](../../interfaces/API/Entities/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md) - -___ - -### GenericAuthorizationData - -Re-exports [GenericAuthorizationData](../API/Entities/Types/Types.md#genericauthorizationdata) - -___ - -### GenericPolymeshTransaction - -Re-exports [GenericPolymeshTransaction](../API/Procedures/Types/Types.md#genericpolymeshtransaction) - -___ - -### GetTransferRestrictionReturnType - -Re-exports [GetTransferRestrictionReturnType](../API/Procedures/Types/Types.md#gettransferrestrictionreturntype) - -___ - -### GlobalCollectionKeyInput - -Re-exports [GlobalCollectionKeyInput](../../interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md) - -___ - -### GlobalMetadataKey - -Re-exports [GlobalMetadataKey](../API/Entities/MetadataEntry/Types/Types.md#globalmetadatakey) - -___ - -### GrandpaTx - -Re-exports [GrandpaTx](../../enums/Generated/Types/GrandpaTx/GrandpaTx.md) - -___ - -### GroupPermissions - -Re-exports [GroupPermissions](../API/Entities/Types/Types.md#grouppermissions) - -___ - -### GroupedInstructions - -Re-exports [GroupedInstructions](../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md) - -___ - -### GroupedInvolvedInstructions - -Re-exports [GroupedInvolvedInstructions](../../interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md) - -___ - -### HeldNfts - -Re-exports [HeldNfts](../../interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md) - -___ - -### HistoricAgentOperation - -Re-exports [HistoricAgentOperation](../../interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md) - -___ - -### HistoricAssetTransaction - -Re-exports [HistoricAssetTransaction](../../interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md) - -___ - -### HistoricInstruction - -Re-exports [HistoricInstruction](../API/Entities/Venue/Types/Types.md#historicinstruction) - -___ - -### HistoricNftTransaction - -Re-exports [HistoricNftTransaction](../../interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md) - -___ - -### HistoricPolyxTransaction - -Re-exports [HistoricPolyxTransaction](../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md) - -___ - -### HistoricSettlement - -Re-exports [HistoricSettlement](../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md) - -___ - -### Identity - -Re-exports [Identity](../API/Entities/Types/Types.md#identity) - -___ - -### IdentityBalance - -Re-exports [IdentityBalance](../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md) - -___ - -### IdentityCondition - -Re-exports [IdentityCondition](../../interfaces/API/Entities/Types/IdentityCondition/IdentityCondition.md) - -___ - -### IdentityHeldNfts - -Re-exports [IdentityHeldNfts](../../interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md) - -___ - -### IdentityRole - -Re-exports [IdentityRole](../../interfaces/API/Procedures/Types/IdentityRole/IdentityRole.md) - -___ - -### IdentityTx - -Re-exports [IdentityTx](../../enums/Generated/Types/IdentityTx/IdentityTx.md) - -___ - -### IdentityWithClaims - -Re-exports [IdentityWithClaims](../../interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md) - -___ - -### ImOnlineTx - -Re-exports [ImOnlineTx](../../enums/Generated/Types/ImOnlineTx/ImOnlineTx.md) - -___ - -### ImmortalProcedureOptValue - -Re-exports [ImmortalProcedureOptValue](../../interfaces/API/Procedures/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md) - -___ - -### IncreaseAllowanceParams - -Re-exports [IncreaseAllowanceParams](../../interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md) - -___ - -### IndicesTx - -Re-exports [IndicesTx](../../enums/Generated/Types/IndicesTx/IndicesTx.md) - -___ - -### InputCaCheckpoint - -Re-exports [InputCaCheckpoint](../API/Entities/Asset/Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) - -___ - -### InputCondition - -Re-exports [InputCondition](../API/Entities/Types/Types.md#inputcondition) - -___ - -### InputConditionBase - -Re-exports [InputConditionBase](../API/Entities/Types/Types.md#inputconditionbase) - -___ - -### InputCorporateActionTargets - -Re-exports [InputCorporateActionTargets](../API/Procedures/Types/Types.md#inputcorporateactiontargets) - -___ - -### InputCorporateActionTaxWithholdings - -Re-exports [InputCorporateActionTaxWithholdings](../API/Procedures/Types/Types.md#inputcorporateactiontaxwithholdings) - -___ - -### InputRequirement - -Re-exports [InputRequirement](../API/Entities/Types/Types.md#inputrequirement) - -___ - -### InputStatClaim - -Re-exports [InputStatClaim](../API/Entities/Types/Types.md#inputstatclaim) - -___ - -### InputStatType - -Re-exports [InputStatType](../API/Entities/Types/Types.md#inputstattype) - -___ - -### InputTargets - -Re-exports [InputTargets](../API/Entities/CorporateActionBase/Types/Types.md#inputtargets) - -___ - -### InputTaxWithholding - -Re-exports [InputTaxWithholding](../API/Entities/CorporateActionBase/Types/Types.md#inputtaxwithholding) - -___ - -### InputTrustedClaimIssuer - -Re-exports [InputTrustedClaimIssuer](../API/Entities/Types/Types.md#inputtrustedclaimissuer) - -___ - -### Instruction - -Re-exports [Instruction](../API/Entities/Types/Types.md#instruction) - -___ - -### InstructionAffirmation - -Re-exports [InstructionAffirmation](../../interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md) - -___ - -### InstructionAffirmationOperation - -Re-exports [InstructionAffirmationOperation](../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md) - -___ - -### InstructionDetails - -Re-exports [InstructionDetails](../API/Entities/Instruction/Types/Types.md#instructiondetails) - -___ - -### InstructionEndCondition - -Re-exports [InstructionEndCondition](../API/Entities/Instruction/Types/Types.md#instructionendcondition) - -___ - -### InstructionFungibleLeg - -Re-exports [InstructionFungibleLeg](../../interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md) - -___ - -### InstructionIdParams - -Re-exports [InstructionIdParams](../../interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md) - -___ - -### InstructionLeg - -Re-exports [InstructionLeg](../API/Procedures/Types/Types.md#instructionleg) - -___ - -### InstructionNftLeg - -Re-exports [InstructionNftLeg](../../interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md) - -___ - -### InstructionStatus - -Re-exports [InstructionStatus](../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md) - -___ - -### InstructionStatusResult - -Re-exports [InstructionStatusResult](../API/Entities/Instruction/Types/Types.md#instructionstatusresult) - -___ - -### InstructionType - -Re-exports [InstructionType](../../enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md) - -___ - -### InstructionsByStatus - -Re-exports [InstructionsByStatus](../API/Entities/Instruction/Types/Types.md#instructionsbystatus) - -___ - -### InvestInOfferingParams - -Re-exports [InvestInOfferingParams](../../interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md) - -___ - -### Investment - -Re-exports [Investment](../../interfaces/API/Entities/Offering/Types/Investment/Investment.md) - -___ - -### InviteAccountParams - -Re-exports [InviteAccountParams](../../interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md) - -___ - -### InviteExternalAgentParams - -Re-exports [InviteExternalAgentParams](../../interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md) - -___ - -### IssueNftParams - -Re-exports [IssueNftParams](../API/Procedures/Types/Types.md#issuenftparams) - -___ - -### IssueTokensParams - -Re-exports [IssueTokensParams](../../interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md) - -___ - -### JoinIdentityAuthorizationData - -Re-exports [JoinIdentityAuthorizationData](../API/Entities/Types/Types.md#joinidentityauthorizationdata) - -___ - -### JurisdictionClaim - -Re-exports [JurisdictionClaim](../../interfaces/API/Entities/Types/JurisdictionClaim/JurisdictionClaim.md) - -___ - -### KnownAssetType - -Re-exports [KnownAssetType](../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) - -___ - -### KnownNftType - -Re-exports [KnownNftType](../../enums/API/Entities/Asset/Types/KnownNftType/KnownNftType.md) - -___ - -### KnownPermissionGroup - -Re-exports [KnownPermissionGroup](../API/Entities/Types/Types.md#knownpermissiongroup) - -___ - -### KycClaim - -Re-exports [KycClaim](../../interfaces/API/Entities/Types/KycClaim/KycClaim.md) - -___ - -### LaunchOfferingParams - -Re-exports [LaunchOfferingParams](../../interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md) - -___ - -### Leg - -Re-exports [Leg](../API/Entities/Instruction/Types/Types.md#leg) - -___ - -### LinkCaDocsParams - -Re-exports [LinkCaDocsParams](../../interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md) - -___ - -### LocalCollectionKeyInput - -Re-exports [LocalCollectionKeyInput](../../interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md) - -___ - -### MapTxData - -Re-exports [MapTxData](../Base/Types/Types.md#maptxdata) - -___ - -### MediatorAffirmation - -Re-exports [MediatorAffirmation](../API/Entities/Instruction/Types/Types.md#mediatoraffirmation) - -___ - -### MetadataDetails - -Re-exports [MetadataDetails](../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md) - -___ - -### MetadataEntry - -Re-exports [MetadataEntry](../API/Entities/Types/Types.md#metadataentry) - -___ - -### MetadataKeyId - -Re-exports [MetadataKeyId](../API/Entities/Asset/Types/Types.md#metadatakeyid) - -___ - -### MetadataLockStatus - -Re-exports [MetadataLockStatus](../../enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md) - -___ - -### MetadataSpec - -Re-exports [MetadataSpec](../../interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md) - -___ - -### MetadataType - -Re-exports [MetadataType](../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) - -___ - -### MetadataValue - -Re-exports [MetadataValue](../API/Entities/MetadataEntry/Types/Types.md#metadatavalue) - -___ - -### MetadataValueDetails - -Re-exports [MetadataValueDetails](../API/Entities/MetadataEntry/Types/Types.md#metadatavaluedetails) - -___ - -### MetadataWithValue - -Re-exports [MetadataWithValue](../API/Entities/MetadataEntry/Types/Types.md#metadatawithvalue) - -___ - -### MiddlewareConfig - -Re-exports [MiddlewareConfig](../../interfaces/API/Client/Types/MiddlewareConfig/MiddlewareConfig.md) - -___ - -### MiddlewareMetadata - -Re-exports [MiddlewareMetadata](../../interfaces/API/Client/Types/MiddlewareMetadata/MiddlewareMetadata.md) - -___ - -### ModifyAssetParams - -Re-exports [ModifyAssetParams](../API/Procedures/Types/Types.md#modifyassetparams) - -___ - -### ModifyAssetTrustedClaimIssuersAddSetParams - -Re-exports [ModifyAssetTrustedClaimIssuersAddSetParams](../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md) - -___ - -### ModifyAssetTrustedClaimIssuersRemoveParams - -Re-exports [ModifyAssetTrustedClaimIssuersRemoveParams](../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md) - -___ - -### ModifyCaCheckpointParams - -Re-exports [ModifyCaCheckpointParams](../../interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md) - -___ - -### ModifyCaDefaultConfigParams - -Re-exports [ModifyCaDefaultConfigParams](../API/Procedures/Types/Types.md#modifycadefaultconfigparams) - -___ - -### ModifyClaimsParams - -Re-exports [ModifyClaimsParams](../API/Procedures/Types/Types.md#modifyclaimsparams) - -___ - -### ModifyComplianceRequirementParams - -Re-exports [ModifyComplianceRequirementParams](../API/Procedures/Types/Types.md#modifycompliancerequirementparams) - -___ - -### ModifyCorporateActionsAgentParams - -Re-exports [ModifyCorporateActionsAgentParams](../../interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md) - -___ - -### ModifyInstructionAffirmationParams - -Re-exports [ModifyInstructionAffirmationParams](../API/Procedures/Types/Types.md#modifyinstructionaffirmationparams) - -___ - -### ModifyMultiSigParams - -Re-exports [ModifyMultiSigParams](../../interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md) - -___ - -### ModifyOfferingTimesParams - -Re-exports [ModifyOfferingTimesParams](../API/Procedures/Types/Types.md#modifyofferingtimesparams) - -___ - -### ModifyPrimaryIssuanceAgentParams - -Re-exports [ModifyPrimaryIssuanceAgentParams](../../interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md) - -___ - -### ModifySignerPermissionsParams - -Re-exports [ModifySignerPermissionsParams](../../interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md) - -___ - -### ModifyVenueParams - -Re-exports [ModifyVenueParams](../API/Procedures/Types/Types.md#modifyvenueparams) - -___ - -### ModuleName - -Re-exports [ModuleName](../../enums/Generated/Types/ModuleName/ModuleName.md) - -___ - -### MortalProcedureOptValue - -Re-exports [MortalProcedureOptValue](../../interfaces/API/Procedures/Types/MortalProcedureOptValue/MortalProcedureOptValue.md) - -___ - -### MortalityProcedureOpt - -Re-exports [MortalityProcedureOpt](../API/Procedures/Types/Types.md#mortalityprocedureopt) - -___ - -### MoveFundsParams - -Re-exports [MoveFundsParams](../../interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md) - -___ - -### MultiClaimCondition - -Re-exports [MultiClaimCondition](../../interfaces/API/Entities/Types/MultiClaimCondition/MultiClaimCondition.md) - -___ - -### MultiSig - -Re-exports [MultiSig](../API/Entities/Types/Types.md#multisig) - -___ - -### MultiSigDetails - -Re-exports [MultiSigDetails](../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md) - -___ - -### MultiSigProposalAction - -Re-exports [MultiSigProposalAction](../../enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md) - -___ - -### MultiSigProposalDetails - -Re-exports [MultiSigProposalDetails](../../interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md) - -___ - -### MultiSigProposalVote - -Re-exports [MultiSigProposalVote](../API/Entities/MultiSigProposal/Types/Types.md#multisigproposalvote) - -___ - -### MultiSigSigners - -Re-exports [MultiSigSigners](../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md) - -___ - -### MultiSigTx - -Re-exports [MultiSigTx](../../enums/Generated/Types/MultiSigTx/MultiSigTx.md) - -___ - -### NetworkProperties - -Re-exports [NetworkProperties](../../interfaces/API/Client/Types/NetworkProperties/NetworkProperties.md) - -___ - -### NextKey - -Re-exports [NextKey](../API/Entities/Types/Types.md#nextkey) - -___ - -### Nft - -Re-exports [Nft](../API/Entities/Types/Types.md#nft) - -___ - -### NftCollection - -Re-exports [NftCollection](../API/Entities/Types/Types.md#nftcollection) - -___ - -### NftControllerTransferParams - -Re-exports [NftControllerTransferParams](../../interfaces/API/Procedures/Types/NftControllerTransferParams/NftControllerTransferParams.md) - -___ - -### NftLeg - -Re-exports [NftLeg](../../interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md) - -___ - -### NftMetadata - -Re-exports [NftMetadata](../../interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md) - -___ - -### NftMetadataInput - -Re-exports [NftMetadataInput](../API/Procedures/Types/Types.md#nftmetadatainput) - -___ - -### NftTx - -Re-exports [NftTx](../../enums/Generated/Types/NftTx/NftTx.md) - -___ - -### NoArgsProcedureMethod - -Re-exports [NoArgsProcedureMethod](../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md) - -___ - -### NonFungiblePortfolioMovement - -Re-exports [NonFungiblePortfolioMovement](../API/Entities/Types/Types.md#nonfungibleportfoliomovement) - -___ - -### NumberedPortfolio - -Re-exports [NumberedPortfolio](../API/Entities/Types/Types.md#numberedportfolio) - -___ - -### Offering - -Re-exports [Offering](../API/Entities/Types/Types.md#offering) - -___ - -### OfferingBalanceStatus - -Re-exports [OfferingBalanceStatus](../../enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md) - -___ - -### OfferingDetails - -Re-exports [OfferingDetails](../../interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md) - -___ - -### OfferingSaleStatus - -Re-exports [OfferingSaleStatus](../../enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md) - -___ - -### OfferingStatus - -Re-exports [OfferingStatus](../../interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md) - -___ - -### OfferingTier - -Re-exports [OfferingTier](../../interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md) - -___ - -### OfferingTimingStatus - -Re-exports [OfferingTimingStatus](../../enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md) - -___ - -### OfferingWithDetails - -Re-exports [OfferingWithDetails](../../interfaces/API/Entities/Types/OfferingWithDetails/OfferingWithDetails.md) - -___ - -### OptionalArgsProcedureMethod - -Re-exports [OptionalArgsProcedureMethod](../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md) - -___ - -### PaginationOptions - -Re-exports [PaginationOptions](../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) - -___ - -### PayDividendsParams - -Re-exports [PayDividendsParams](../../interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md) - -___ - -### PayingAccount - -Re-exports [PayingAccount](../Base/Types/Types.md#payingaccount) - -___ - -### PayingAccountFees - -Re-exports [PayingAccountFees](../../interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md) - -___ - -### PayingAccountType - -Re-exports [PayingAccountType](../../enums/Base/Types/PayingAccountType/PayingAccountType.md) - -___ - -### PercentageTransferRestriction - -Re-exports [PercentageTransferRestriction](../../interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md) - -___ - -### PercentageTransferRestrictionInput - -Re-exports [PercentageTransferRestrictionInput](../../interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md) - -___ - -### PermissionGroupType - -Re-exports [PermissionGroupType](../../enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md) - -___ - -### PermissionGroups - -Re-exports [PermissionGroups](../../interfaces/API/Entities/Types/PermissionGroups/PermissionGroups.md) - -___ - -### PermissionType - -Re-exports [PermissionType](../../enums/API/Entities/Types/PermissionType/PermissionType.md) - -___ - -### PermissionedAccount - -Re-exports [PermissionedAccount](../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md) - -___ - -### Permissions - -Re-exports [Permissions](../../interfaces/API/Entities/Types/Permissions/Permissions.md) - -___ - -### PermissionsLike - -Re-exports [PermissionsLike](../API/Entities/Types/Types.md#permissionslike) - -___ - -### PipsTx - -Re-exports [PipsTx](../../enums/Generated/Types/PipsTx/PipsTx.md) - -___ - -### PlainTransactionArgument - -Re-exports [PlainTransactionArgument](../../interfaces/Base/Types/PlainTransactionArgument/PlainTransactionArgument.md) - -___ - -### PolkadotConfig - -Re-exports [PolkadotConfig](../../interfaces/API/Client/Types/PolkadotConfig/PolkadotConfig.md) - -___ - -### PolymeshCommitteeTx - -Re-exports [PolymeshCommitteeTx](../../enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md) - -___ - -### PolymeshContractsTx - -Re-exports [PolymeshContractsTx](../../enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md) - -___ - -### PolymeshError - -Re-exports [PolymeshError](../Base/Types/Types.md#polymesherror) - -___ - -### PolymeshTransaction - -Re-exports [PolymeshTransaction](../Base/Types/Types.md#polymeshtransaction) - -___ - -### PolymeshTransactionBatch - -Re-exports [PolymeshTransactionBatch](../Base/Types/Types.md#polymeshtransactionbatch) - -___ - -### PortfolioBalance - -Re-exports [PortfolioBalance](../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md) - -___ - -### PortfolioCollection - -Re-exports [PortfolioCollection](../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md) - -___ - -### PortfolioCustodianRole - -Re-exports [PortfolioCustodianRole](../../interfaces/API/Procedures/Types/PortfolioCustodianRole/PortfolioCustodianRole.md) - -___ - -### PortfolioCustodyAuthorizationData - -Re-exports [PortfolioCustodyAuthorizationData](../API/Entities/Types/Types.md#portfoliocustodyauthorizationdata) - -___ - -### PortfolioId - -Re-exports [PortfolioId](../../interfaces/API/Procedures/Types/PortfolioId/PortfolioId.md) - -___ - -### PortfolioLike - -Re-exports [PortfolioLike](../API/Entities/Types/Types.md#portfoliolike) - -___ - -### PortfolioMovement - -Re-exports [PortfolioMovement](../API/Entities/Types/Types.md#portfoliomovement) - -___ - -### PortfolioTx - -Re-exports [PortfolioTx](../../enums/Generated/Types/PortfolioTx/PortfolioTx.md) - -___ - -### PreimageTx - -Re-exports [PreimageTx](../../enums/Generated/Types/PreimageTx/PreimageTx.md) - -___ - -### ProcedureAuthorizationStatus - -Re-exports [ProcedureAuthorizationStatus](../../interfaces/API/Procedures/Types/ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md) - -___ - -### ProcedureMethod - -Re-exports [ProcedureMethod](../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md) - -___ - -### ProcedureOpts - -Re-exports [ProcedureOpts](../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) - -___ - -### ProposalStatus - -Re-exports [ProposalStatus](../../enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md) - -___ - -### ProtocolFeeTx - -Re-exports [ProtocolFeeTx](../../enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md) - -___ - -### ProtocolFees - -Re-exports [ProtocolFees](../../interfaces/API/Client/Types/ProtocolFees/ProtocolFees.md) - -___ - -### RedeemNftParams - -Re-exports [RedeemNftParams](../../interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md) - -___ - -### RedeemTokensParams - -Re-exports [RedeemTokensParams](../../interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md) - -___ - -### RegisterCustomClaimTypeParams - -Re-exports [RegisterCustomClaimTypeParams](../../interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md) - -___ - -### RegisterIdentityParams - -Re-exports [RegisterIdentityParams](../../interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md) - -___ - -### RegisterMetadataParams - -Re-exports [RegisterMetadataParams](../API/Procedures/Types/Types.md#registermetadataparams) - -___ - -### RejectInstructionParams - -Re-exports [RejectInstructionParams](../API/Procedures/Types/Types.md#rejectinstructionparams) - -___ - -### RelayerTx - -Re-exports [RelayerTx](../../enums/Generated/Types/RelayerTx/RelayerTx.md) - -___ - -### RemoveAssetRequirementParams - -Re-exports [RemoveAssetRequirementParams](../../interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md) - -___ - -### RemoveAssetStatParams - -Re-exports [RemoveAssetStatParams](../API/Procedures/Types/Types.md#removeassetstatparams) - -___ - -### RemoveBalanceStatParams - -Re-exports [RemoveBalanceStatParams](../API/Procedures/Types/Types.md#removebalancestatparams) - -___ - -### RemoveCheckpointScheduleParams - -Re-exports [RemoveCheckpointScheduleParams](../../interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md) - -___ - -### RemoveCorporateActionParams - -Re-exports [RemoveCorporateActionParams](../../interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md) - -___ - -### RemoveCountStatParams - -Re-exports [RemoveCountStatParams](../API/Procedures/Types/Types.md#removecountstatparams) - -___ - -### RemoveExternalAgentParams - -Re-exports [RemoveExternalAgentParams](../../interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md) - -___ - -### RemoveScopedBalanceParams - -Re-exports [RemoveScopedBalanceParams](../API/Procedures/Types/Types.md#removescopedbalanceparams) - -___ - -### RemoveScopedCountParams - -Re-exports [RemoveScopedCountParams](../API/Procedures/Types/Types.md#removescopedcountparams) - -___ - -### RemoveSecondaryAccountsParams - -Re-exports [RemoveSecondaryAccountsParams](../../interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md) - -___ - -### RenamePortfolioParams - -Re-exports [RenamePortfolioParams](../../interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md) - -___ - -### Requirement - -Re-exports [Requirement](../../interfaces/API/Entities/Types/Requirement/Requirement.md) - -___ - -### RequirementCompliance - -Re-exports [RequirementCompliance](../../interfaces/API/Entities/Types/RequirementCompliance/RequirementCompliance.md) - -___ - -### ReserveTickerParams - -Re-exports [ReserveTickerParams](../../interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md) - -___ - -### ResultSet - -Re-exports [ResultSet](../../interfaces/API/Entities/Types/ResultSet/ResultSet.md) - -___ - -### RevokeClaimsParams - -Re-exports [RevokeClaimsParams](../../interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md) - -___ - -### RevokeIdentityToCreatePortfoliosParams - -Re-exports [RevokeIdentityToCreatePortfoliosParams](../API/Procedures/Types/Types.md#revokeidentitytocreateportfoliosparams) - -___ - -### RewardsTx - -Re-exports [RewardsTx](../../enums/Generated/Types/RewardsTx/RewardsTx.md) - -___ - -### Role - -Re-exports [Role](../API/Procedures/Types/Types.md#role) - -___ - -### RoleType - -Re-exports [RoleType](../../enums/API/Procedures/Types/RoleType/RoleType.md) - -___ - -### RotatePrimaryKeyAuthorizationData - -Re-exports [RotatePrimaryKeyAuthorizationData](../API/Entities/Types/Types.md#rotateprimarykeyauthorizationdata) - -___ - -### RotatePrimaryKeyParams - -Re-exports [RotatePrimaryKeyParams](../../interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md) - -___ - -### RotatePrimaryKeyToSecondaryData - -Re-exports [RotatePrimaryKeyToSecondaryData](../API/Entities/Types/Types.md#rotateprimarykeytosecondarydata) - -___ - -### RotatePrimaryKeyToSecondaryParams - -Re-exports [RotatePrimaryKeyToSecondaryParams](../API/Procedures/Types/Types.md#rotateprimarykeytosecondaryparams) - -___ - -### ScheduleDetails - -Re-exports [ScheduleDetails](../../interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md) - -___ - -### ScheduleWithDetails - -Re-exports [ScheduleWithDetails](../../interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md) - -___ - -### SchedulerTx - -Re-exports [SchedulerTx](../../enums/Generated/Types/SchedulerTx/SchedulerTx.md) - -___ - -### Scope - -Re-exports [Scope](../../interfaces/API/Entities/Types/Scope/Scope.md) - -___ - -### ScopeClaimProof - -Re-exports [ScopeClaimProof](../../interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md) - -___ - -### ScopeType - -Re-exports [ScopeType](../../enums/API/Entities/Types/ScopeType/ScopeType.md) - -___ - -### ScopedClaim - -Re-exports [ScopedClaim](../API/Entities/Types/Types.md#scopedclaim) - -___ - -### SectionPermissions - -Re-exports [SectionPermissions](../../interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md) - -___ - -### SecurityIdentifier - -Re-exports [SecurityIdentifier](../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md) - -___ - -### SecurityIdentifierType - -Re-exports [SecurityIdentifierType](../../enums/API/Entities/Asset/Types/SecurityIdentifierType/SecurityIdentifierType.md) - -___ - -### SellLockupClaim - -Re-exports [SellLockupClaim](../../interfaces/API/Entities/Types/SellLockupClaim/SellLockupClaim.md) - -___ - -### SessionTx - -Re-exports [SessionTx](../../enums/Generated/Types/SessionTx/SessionTx.md) - -___ - -### SetAllowanceParams - -Re-exports [SetAllowanceParams](../../interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md) - -___ - -### SetAssetDocumentsParams - -Re-exports [SetAssetDocumentsParams](../../interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md) - -___ - -### SetAssetRequirementsParams - -Re-exports [SetAssetRequirementsParams](../../interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md) - -___ - -### SetAssetStatParams - -Re-exports [SetAssetStatParams](../API/Procedures/Types/Types.md#setassetstatparams) - -___ - -### SetClaimCountTransferRestrictionsParams - -Re-exports [SetClaimCountTransferRestrictionsParams](../../interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md) - -___ - -### SetClaimPercentageTransferRestrictionsParams - -Re-exports [SetClaimPercentageTransferRestrictionsParams](../../interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md) - -___ - -### SetCountTransferRestrictionsParams - -Re-exports [SetCountTransferRestrictionsParams](../../interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md) - -___ - -### SetCustodianParams - -Re-exports [SetCustodianParams](../../interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md) - -___ - -### SetGroupPermissionsParams - -Re-exports [SetGroupPermissionsParams](../../interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md) - -___ - -### SetMetadataParams - -Re-exports [SetMetadataParams](../API/Procedures/Types/Types.md#setmetadataparams) - -___ - -### SetPercentageTransferRestrictionsParams - -Re-exports [SetPercentageTransferRestrictionsParams](../../interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md) - -___ - -### SetPermissionGroupParams - -Re-exports [SetPermissionGroupParams](../../interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md) - -___ - -### SetRestrictionsParams - -Re-exports [SetRestrictionsParams](../API/Procedures/Types/Types.md#setrestrictionsparams) - -___ - -### SetVenueFilteringParams - -Re-exports [SetVenueFilteringParams](../API/Procedures/Types/Types.md#setvenuefilteringparams) - -___ - -### SettlementLeg - -Re-exports [SettlementLeg](../API/Entities/Portfolio/Types/Types.md#settlementleg) - -___ - -### SettlementTx - -Re-exports [SettlementTx](../../enums/Generated/Types/SettlementTx/SettlementTx.md) - -___ - -### Signer - -Re-exports [Signer](../API/Entities/Types/Types.md#signer) - -___ - -### SignerType - -Re-exports [SignerType](../../enums/API/Entities/Types/SignerType/SignerType.md) - -___ - -### SignerValue - -Re-exports [SignerValue](../../interfaces/API/Entities/Types/SignerValue/SignerValue.md) - -___ - -### SimpleEnumTransactionArgument - -Re-exports [SimpleEnumTransactionArgument](../../interfaces/Base/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md) - -___ - -### SimplePermissions - -Re-exports [SimplePermissions](../../interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md) - -___ - -### SingleClaimCondition - -Re-exports [SingleClaimCondition](../../interfaces/API/Entities/Types/SingleClaimCondition/SingleClaimCondition.md) - -___ - -### StakingTx - -Re-exports [StakingTx](../../enums/Generated/Types/StakingTx/StakingTx.md) - -___ - -### StatAccreditedClaimInput - -Re-exports [StatAccreditedClaimInput](../../interfaces/API/Entities/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md) - -___ - -### StatAffiliateClaimInput - -Re-exports [StatAffiliateClaimInput](../../interfaces/API/Entities/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md) - -___ - -### StatClaimIssuer - -Re-exports [StatClaimIssuer](../../interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md) - -___ - -### StatClaimType - -Re-exports [StatClaimType](../API/Entities/Types/Types.md#statclaimtype) - -___ - -### StatJurisdictionClaimInput - -Re-exports [StatJurisdictionClaimInput](../../interfaces/API/Entities/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md) - -___ - -### StatType - -Re-exports [StatType](../../enums/API/Entities/Types/StatType/StatType.md) - -___ - -### StateTrieMigrationTx - -Re-exports [StateTrieMigrationTx](../../enums/Generated/Types/StateTrieMigrationTx/StateTrieMigrationTx.md) - -___ - -### StatisticsTx - -Re-exports [StatisticsTx](../../enums/Generated/Types/StatisticsTx/StatisticsTx.md) - -___ - -### StoTx - -Re-exports [StoTx](../../enums/Generated/Types/StoTx/StoTx.md) - -___ - -### SubCallback - -Re-exports [SubCallback](../API/Entities/Types/Types.md#subcallback) - -___ - -### SubmissionDetails - -Re-exports [SubmissionDetails](../../interfaces/API/Client/Types/SubmissionDetails/SubmissionDetails.md) - -___ - -### SubsidizeAccountParams - -Re-exports [SubsidizeAccountParams](../../interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md) - -___ - -### Subsidy - -Re-exports [Subsidy](../API/Entities/Types/Types.md#subsidy) - -___ - -### SubsidyData - -Re-exports [SubsidyData](../../interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md) - -___ - -### SubsidyWithAllowance - -Re-exports [SubsidyWithAllowance](../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md) - -___ - -### SudoTx - -Re-exports [SudoTx](../../enums/Generated/Types/SudoTx/SudoTx.md) - -___ - -### SystemTx - -Re-exports [SystemTx](../../enums/Generated/Types/SystemTx/SystemTx.md) - -___ - -### TargetTreatment - -Re-exports [TargetTreatment](../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) - -___ - -### TaxWithholding - -Re-exports [TaxWithholding](../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md) - -___ - -### TechnicalCommitteeMembershipTx - -Re-exports [TechnicalCommitteeMembershipTx](../../enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md) - -___ - -### TechnicalCommitteeTx - -Re-exports [TechnicalCommitteeTx](../../enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md) - -___ - -### TestUtilsTx - -Re-exports [TestUtilsTx](../../enums/Generated/Types/TestUtilsTx/TestUtilsTx.md) - -___ - -### TickerOwnerRole - -Re-exports [TickerOwnerRole](../../interfaces/API/Procedures/Types/TickerOwnerRole/TickerOwnerRole.md) - -___ - -### TickerReservation - -Re-exports [TickerReservation](../API/Entities/Types/Types.md#tickerreservation) - -___ - -### TickerReservationDetails - -Re-exports [TickerReservationDetails](../../interfaces/API/Entities/TickerReservation/Types/TickerReservationDetails/TickerReservationDetails.md) - -___ - -### TickerReservationStatus - -Re-exports [TickerReservationStatus](../../enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md) - -___ - -### Tier - -Re-exports [Tier](../../interfaces/API/Entities/Offering/Types/Tier/Tier.md) - -___ - -### TimestampTx - -Re-exports [TimestampTx](../../enums/Generated/Types/TimestampTx/TimestampTx.md) - -___ - -### TransactionArgument - -Re-exports [TransactionArgument](../Base/Types/Types.md#transactionargument) - -___ - -### TransactionArgumentType - -Re-exports [TransactionArgumentType](../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md) - -___ - -### TransactionArray - -Re-exports [TransactionArray](../API/Procedures/Types/Types.md#transactionarray) - -___ - -### TransactionPayload - -Re-exports [TransactionPayload](../../interfaces/Base/Types/TransactionPayload/TransactionPayload.md) - -___ - -### TransactionPermissions - -Re-exports [TransactionPermissions](../../interfaces/API/Entities/Types/TransactionPermissions/TransactionPermissions.md) - -___ - -### TransactionStatus - -Re-exports [TransactionStatus](../../enums/Base/Types/TransactionStatus/TransactionStatus.md) - -___ - -### TransactionsParams - -Re-exports [TransactionsParams](../../interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md) - -___ - -### TransferAssetOwnershipParams - -Re-exports [TransferAssetOwnershipParams](../../interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md) - -___ - -### TransferBreakdown - -Re-exports [TransferBreakdown](../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md) - -___ - -### TransferError - -Re-exports [TransferError](../../enums/API/Entities/Asset/Types/TransferError/TransferError.md) - -___ - -### TransferPolyxParams - -Re-exports [TransferPolyxParams](../../interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md) - -___ - -### TransferRestriction - -Re-exports [TransferRestriction](../API/Procedures/Types/Types.md#transferrestriction) - -___ - -### TransferRestrictionResult - -Re-exports [TransferRestrictionResult](../../interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md) - -___ - -### TransferRestrictionType - -Re-exports [TransferRestrictionType](../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md) - -___ - -### TransferStatus - -Re-exports [TransferStatus](../../enums/API/Entities/Asset/Types/TransferStatus/TransferStatus.md) - -___ - -### TransferTickerOwnershipParams - -Re-exports [TransferTickerOwnershipParams](../../interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md) - -___ - -### TreasuryTx - -Re-exports [TreasuryTx](../../enums/Generated/Types/TreasuryTx/TreasuryTx.md) - -___ - -### TrustedClaimIssuer - -Re-exports [TrustedClaimIssuer](../../interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md) - -___ - -### TxData - -Re-exports [TxData](../../interfaces/API/Procedures/Types/TxData/TxData.md) - -___ - -### TxGroup - -Re-exports [TxGroup](../../enums/API/Procedures/Types/TxGroup/TxGroup.md) - -___ - -### TxGroupParams - -Re-exports [TxGroupParams](../../interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md) - -___ - -### TxTag - -Re-exports [TxTag](../Generated/Types/Types.md#txtag) - -___ - -### TxTags - -Re-exports [TxTags](../Generated/Types/Types.md#txtags) - -___ - -### UniqueIdentifiers - -Re-exports [UniqueIdentifiers](../../interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md) - -___ - -### UnlinkChildParams - -Re-exports [UnlinkChildParams](../../interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md) - -___ - -### UnscopedClaim - -Re-exports [UnscopedClaim](../API/Entities/Types/Types.md#unscopedclaim) - -___ - -### UnsubCallback - -Re-exports [UnsubCallback](../API/Entities/Types/Types.md#unsubcallback) - -___ - -### UpgradeCommitteeMembershipTx - -Re-exports [UpgradeCommitteeMembershipTx](../../enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md) - -___ - -### UpgradeCommitteeTx - -Re-exports [UpgradeCommitteeTx](../../enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md) - -___ - -### UtilityTx - -Re-exports [UtilityTx](../../enums/Generated/Types/UtilityTx/UtilityTx.md) - -___ - -### Venue - -Re-exports [Venue](../API/Entities/Types/Types.md#venue) - -___ - -### VenueDetails - -Re-exports [VenueDetails](../../interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md) - -___ - -### VenueFilteringDetails - -Re-exports [VenueFilteringDetails](../../interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md) - -___ - -### VenueOwnerRole - -Re-exports [VenueOwnerRole](../../interfaces/API/Procedures/Types/VenueOwnerRole/VenueOwnerRole.md) - -___ - -### VenueType - -Re-exports [VenueType](../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) - -___ - -### WaivePermissionsParams - -Re-exports [WaivePermissionsParams](../../interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md) - -## Type Aliases - -### MiddlewareScope - -Ƭ **MiddlewareScope**: [`Scalars`](Types.md#scalars)[``"JSON"``][``"input"``] - -#### Defined in - -[middleware/typesV1.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/typesV1.ts#L9) - -___ - -### Scalars - -Ƭ **Scalars**: `Object` - -All built-in and custom scalars, mapped to their actual values - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `BigFloat` | \{ `input`: `any` ; `output`: `any` } | -| `BigFloat.input` | `any` | -| `BigFloat.output` | `any` | -| `Boolean` | \{ `input`: `boolean` ; `output`: `boolean` } | -| `Boolean.input` | `boolean` | -| `Boolean.output` | `boolean` | -| `Cursor` | \{ `input`: `any` ; `output`: `any` } | -| `Cursor.input` | `any` | -| `Cursor.output` | `any` | -| `Date` | \{ `input`: `any` ; `output`: `any` } | -| `Date.input` | `any` | -| `Date.output` | `any` | -| `Datetime` | \{ `input`: `any` ; `output`: `any` } | -| `Datetime.input` | `any` | -| `Datetime.output` | `any` | -| `Float` | \{ `input`: `number` ; `output`: `number` } | -| `Float.input` | `number` | -| `Float.output` | `number` | -| `ID` | \{ `input`: `string` ; `output`: `string` } | -| `ID.input` | `string` | -| `ID.output` | `string` | -| `Int` | \{ `input`: `number` ; `output`: `number` } | -| `Int.input` | `number` | -| `Int.output` | `number` | -| `JSON` | \{ `input`: `any` ; `output`: `any` } | -| `JSON.input` | `any` | -| `JSON.output` | `any` | -| `String` | \{ `input`: `string` ; `output`: `string` } | -| `String.input` | `string` | -| `String.output` | `string` | - -#### Defined in - -[middleware/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/middleware/types.ts#L13) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/Types/Utils/Utils.md b/sdk-docs_versioned_docs/version-24.7.x/modules/Types/Utils/Utils.md deleted file mode 100644 index 188b52ff44..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/Types/Utils/Utils.md +++ /dev/null @@ -1,132 +0,0 @@ ---- -id: "Utils" -title: "Module: utils" -sidebar_label: "Utils" ---- - -## Type Aliases - -### ArgsType - -Ƭ **ArgsType**\<`T`\>: `T` extends (...`args`: infer A) => `unknown` ? `A` : `never` - -Less strict version of `Parameters` - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Defined in - -[types/utils/index.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/types/utils/index.ts#L29) - -___ - -### Ensured - -Ƭ **Ensured**\<`T`, `K`\>: `Required`\<`Pick`\<`T`, `K`\>\> & \{ [SubKey in K]: NonNullable\ } - -Pick a single property from T and ensure it is defined - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `T` | `T` | -| `K` | extends keyof `T` | - -#### Defined in - -[types/utils/index.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/types/utils/index.ts#L87) - -___ - -### HumanReadableType - -Ƭ **HumanReadableType**\<`T`\>: `T` extends [`Entity`](../../../classes/API/Entities/Entity/Entity.md)\<`unknown`, infer H\> ? [`HumanReadableType`](Utils.md#humanreadabletype)\<`H`\> : `T` extends `BigNumber` ? `string` : `T` extends `Date` ? `string` : `T` extends `object` ? \{ [K in keyof T]: T[K] extends Entity\ ? HumanReadableType\ : HumanReadableType\ } : `T` - -Recursively traverse a type and transform its Entity properties into their - human readable version (as if `.toHuman` had been called on all of them) - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Defined in - -[types/utils/index.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/types/utils/index.ts#L35) - -___ - -### Modify - -Ƭ **Modify**\<`T`, `R`\>: `Omit`\<`T`, keyof `R`\> & `R` - -Override T with the properties of R - -#### Type parameters - -| Name | -| :------ | -| `T` | -| `R` | - -#### Defined in - -[types/utils/index.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/types/utils/index.ts#L76) - -___ - -### PaginatedQueryArgs - -Ƭ **PaginatedQueryArgs**\<`T`\>: `T` & \{ `size?`: `number` ; `start?`: `number` } - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Defined in - -[types/utils/index.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/types/utils/index.ts#L91) - -___ - -### QueryArgs - -Ƭ **QueryArgs**\<`T`, `K`\>: \{ [P in K]?: T[P] } - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `T` | `T` | -| `K` | extends keyof `T` | - -#### Defined in - -[types/utils/index.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/types/utils/index.ts#L96) - -___ - -### WithRequired - -Ƭ **WithRequired**\<`T`, `K`\>: `T` & \{ [P in K]-?: T[P] } - -Ensure a specific property of T is defined - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `T` | `T` | -| `K` | extends keyof `T` | - -#### Defined in - -[types/utils/index.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/fe2e6dd1d/src/types/utils/index.ts#L82) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/_category_.yml b/sdk-docs_versioned_docs/version-24.7.x/modules/_category_.yml deleted file mode 100644 index 63f9c4e401..0000000000 --- a/sdk-docs_versioned_docs/version-24.7.x/modules/_category_.yml +++ /dev/null @@ -1,2 +0,0 @@ -label: "Modules" -position: 1 \ No newline at end of file diff --git a/sdk-docs_versioned_docs/version-26.2.x/README.md b/sdk-docs_versioned_docs/version-26.2.x/README.md index d3cade9968..225d04bf73 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/README.md +++ b/sdk-docs_versioned_docs/version-26.2.x/README.md @@ -17,19 +17,15 @@ sidebar_position: 0 ## @polymeshassociation/polymesh-sdk - - ## Polymesh version -This release is compatible with Polymesh v6.3 and v7.0 - - +This release is compatible with Polymesh v7 ## Getting Started ### Purpose -The Polymesh SDK's main goal is to provide external developers with a set of tools that will allow them to build powerful applications that interact with the Polymesh protocol. It focuses on abstracting away all the complexities of the Polymesh blockchain and expose a simple but complete interface. The result is a feature-rich, user-friendly node.js library. +The Polymesh SDK's main goal is to provide external developers with a set of tools that will allow them to build powerful applications that interact with the Polymesh protocol. It focuses on abstracting away all the complexities of the Polymesh blockchain and expose a simple but complete interface. The result is a feature-rich, user-friendly JS library. ### Technical Pre-requisites diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/AccountManagement/AccountManagement.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/AccountManagement/AccountManagement.md index c9362642c0..db60644e35 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/AccountManagement/AccountManagement.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/AccountManagement/AccountManagement.md @@ -41,7 +41,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/AccountManagement.ts:373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L373) +[api/client/AccountManagement.ts:373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L373) ___ @@ -73,7 +73,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/AccountManagement.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L163) +[api/client/AccountManagement.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L163) ___ @@ -107,7 +107,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/AccountManagement.ts:249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L249) +[api/client/AccountManagement.ts:249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L249) ___ @@ -134,7 +134,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/client/AccountManagement.ts:211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L211) +[api/client/AccountManagement.ts:211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L211) ___ @@ -159,7 +159,7 @@ Generate an offchain authorization signature with a specified signer #### Defined in -[api/client/AccountManagement.ts:384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L384) +[api/client/AccountManagement.ts:384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L384) ___ @@ -182,7 +182,7 @@ Return an Account instance from an address. If the Account has multiSig signers, #### Defined in -[api/client/AccountManagement.ts:308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L308) +[api/client/AccountManagement.ts:308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L308) ___ @@ -209,7 +209,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/client/AccountManagement.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L260) +[api/client/AccountManagement.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L260) ▸ **getAccountBalance**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -225,7 +225,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/client/AccountManagement.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L261) +[api/client/AccountManagement.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L261) ▸ **getAccountBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -243,7 +243,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/client/AccountManagement.ts:262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L262) +[api/client/AccountManagement.ts:262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L262) ___ @@ -259,7 +259,7 @@ Return the signing Account, or null if no signing Account has been set #### Defined in -[api/client/AccountManagement.ts:315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L315) +[api/client/AccountManagement.ts:315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L315) ___ @@ -279,7 +279,7 @@ Return a list that contains all the signing Accounts associated to the SDK insta #### Defined in -[api/client/AccountManagement.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L328) +[api/client/AccountManagement.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L328) ___ @@ -303,7 +303,7 @@ Return an Subsidy instance for a pair of beneficiary and subsidizer Account #### Defined in -[api/client/AccountManagement.ts:335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L335) +[api/client/AccountManagement.ts:335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L335) ___ @@ -337,7 +337,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/AccountManagement.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L201) +[api/client/AccountManagement.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L201) ___ @@ -360,7 +360,7 @@ Returns `true` #### Defined in -[api/client/AccountManagement.ts:352](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L352) +[api/client/AccountManagement.ts:352](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L352) ___ @@ -387,7 +387,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/client/AccountManagement.ts:141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L141) +[api/client/AccountManagement.ts:141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L141) ___ @@ -419,7 +419,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/AccountManagement.ts:187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L187) +[api/client/AccountManagement.ts:187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L187) ___ @@ -447,7 +447,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/AccountManagement.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L151) +[api/client/AccountManagement.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L151) ___ @@ -480,7 +480,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/AccountManagement.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L175) +[api/client/AccountManagement.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L175) ___ @@ -514,7 +514,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/AccountManagement.ts:235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L235) +[api/client/AccountManagement.ts:235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L235) ___ @@ -541,4 +541,4 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/client/AccountManagement.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/AccountManagement.ts#L221) +[api/client/AccountManagement.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/AccountManagement.ts#L221) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Assets/Assets.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Assets/Assets.md index 0751c9ebdf..d1f5a1f891 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Assets/Assets.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Assets/Assets.md @@ -39,7 +39,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Assets.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Assets.ts#L114) +[api/client/Assets.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Assets.ts#L114) ___ @@ -72,7 +72,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Assets.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Assets.ts#L127) +[api/client/Assets.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Assets.ts#L127) ___ @@ -98,7 +98,7 @@ supports pagination #### Defined in -[api/client/Assets.ts:420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Assets.ts#L420) +[api/client/Assets.ts:420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Assets.ts#L420) ___ @@ -125,7 +125,7 @@ Retrieve a FungibleAsset or NftCollection #### Defined in -[api/client/Assets.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Assets.ts#L242) +[api/client/Assets.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Assets.ts#L242) ▸ **getAsset**(`args`): `Promise`\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\> @@ -142,7 +142,7 @@ Retrieve a FungibleAsset or NftCollection #### Defined in -[api/client/Assets.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Assets.ts#L243) +[api/client/Assets.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Assets.ts#L243) ___ @@ -169,7 +169,7 @@ Assets with unreadable characters in their tickers will be left out #### Defined in -[api/client/Assets.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Assets.ts#L272) +[api/client/Assets.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Assets.ts#L272) ___ @@ -192,7 +192,7 @@ Retrieve a FungibleAsset #### Defined in -[api/client/Assets.ts:353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Assets.ts#L353) +[api/client/Assets.ts:353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Assets.ts#L353) ▸ **getFungibleAsset**(`args`): `Promise`\<[`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md)\> @@ -209,7 +209,7 @@ Retrieve a FungibleAsset #### Defined in -[api/client/Assets.ts:354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Assets.ts#L354) +[api/client/Assets.ts:354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Assets.ts#L354) ___ @@ -225,7 +225,7 @@ Retrieve all the Asset Global Metadata on chain. This includes metadata id, name #### Defined in -[api/client/Assets.ts:470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Assets.ts#L470) +[api/client/Assets.ts:470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Assets.ts#L470) ___ @@ -241,7 +241,7 @@ Gets the next custom Asset type Id #### Defined in -[api/client/Assets.ts:528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Assets.ts#L528) +[api/client/Assets.ts:528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Assets.ts#L528) ___ @@ -264,7 +264,7 @@ Retrieve an NftCollection #### Defined in -[api/client/Assets.ts:385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Assets.ts#L385) +[api/client/Assets.ts:385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Assets.ts#L385) ▸ **getNftCollection**(`args`): `Promise`\<[`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md)\> @@ -281,7 +281,7 @@ Retrieve an NftCollection #### Defined in -[api/client/Assets.ts:386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Assets.ts#L386) +[api/client/Assets.ts:386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Assets.ts#L386) ___ @@ -304,7 +304,7 @@ Retrieve a Ticker Reservation #### Defined in -[api/client/Assets.ts:230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Assets.ts#L230) +[api/client/Assets.ts:230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Assets.ts#L230) ___ @@ -332,7 +332,7 @@ reservations with unreadable characters in their tickers will be left out #### Defined in -[api/client/Assets.ts:171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Assets.ts#L171) +[api/client/Assets.ts:171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Assets.ts#L171) ___ @@ -359,7 +359,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/client/Assets.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Assets.ts#L136) +[api/client/Assets.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Assets.ts#L136) ▸ **isTickerAvailable**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -377,7 +377,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/client/Assets.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Assets.ts#L137) +[api/client/Assets.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Assets.ts#L137) ___ @@ -405,7 +405,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Assets.ts:521](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Assets.ts#L521) +[api/client/Assets.ts:521](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Assets.ts#L521) ___ @@ -434,4 +434,4 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Assets.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Assets.ts#L101) +[api/client/Assets.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Assets.ts#L101) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Claims/Claims.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Claims/Claims.md index 71de842bd1..2bad7f5140 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Claims/Claims.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Claims/Claims.md @@ -39,7 +39,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Claims.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Claims.ts#L136) +[api/client/Claims.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Claims.ts#L136) ___ @@ -72,7 +72,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Claims.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Claims.ts#L149) +[api/client/Claims.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Claims.ts#L149) ___ @@ -105,7 +105,7 @@ uses the middlewareV2 (Required) #### Defined in -[api/client/Claims.ts:659](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Claims.ts#L659) +[api/client/Claims.ts:659](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Claims.ts#L659) ___ @@ -129,7 +129,7 @@ Retrieve the list of CDD claims for a target Identity #### Defined in -[api/client/Claims.ts:422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Claims.ts#L422) +[api/client/Claims.ts:422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Claims.ts#L422) ___ @@ -157,7 +157,7 @@ in order for scopes to include scopes for custom claims, middlewareV2 is require #### Defined in -[api/client/Claims.ts:296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Claims.ts#L296) +[api/client/Claims.ts:296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Claims.ts#L296) ___ @@ -179,7 +179,7 @@ Retrieves a custom claim type based on its ID #### Defined in -[api/client/Claims.ts:634](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Claims.ts#L634) +[api/client/Claims.ts:634](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Claims.ts#L634) ___ @@ -201,7 +201,7 @@ Retrieves a custom claim type based on its name #### Defined in -[api/client/Claims.ts:611](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Claims.ts#L611) +[api/client/Claims.ts:611](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Claims.ts#L611) ___ @@ -238,7 +238,7 @@ uses the middleware V2 #### Defined in -[api/client/Claims.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Claims.ts#L210) +[api/client/Claims.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Claims.ts#L210) ___ @@ -272,7 +272,7 @@ uses the middlewareV2 #### Defined in -[api/client/Claims.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Claims.ts#L175) +[api/client/Claims.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Claims.ts#L175) ___ @@ -308,7 +308,7 @@ uses the middlewareV2 (optional) #### Defined in -[api/client/Claims.ts:514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Claims.ts#L514) +[api/client/Claims.ts:514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Claims.ts#L514) ___ @@ -342,7 +342,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Claims.ts:602](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Claims.ts#L602) +[api/client/Claims.ts:602](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Claims.ts#L602) ___ @@ -375,4 +375,4 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Claims.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Claims.ts#L162) +[api/client/Claims.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Claims.ts#L162) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Identities/Identities.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Identities/Identities.md index d3aeacc829..36dc238e62 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Identities/Identities.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Identities/Identities.md @@ -40,7 +40,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Identities.ts:274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Identities.ts#L274) +[api/client/Identities.ts:274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Identities.ts#L274) ___ @@ -83,7 +83,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Identities.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Identities.ts#L145) +[api/client/Identities.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Identities.ts#L145) ___ @@ -123,7 +123,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Identities.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Identities.ts#L242) +[api/client/Identities.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Identities.ts#L242) ___ @@ -163,7 +163,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Identities.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Identities.ts#L260) +[api/client/Identities.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Identities.ts#L260) ___ @@ -197,7 +197,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Identities.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Identities.ts#L188) +[api/client/Identities.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Identities.ts#L188) ___ @@ -231,7 +231,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Identities.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Identities.ts#L199) +[api/client/Identities.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Identities.ts#L199) ___ @@ -258,7 +258,7 @@ if #### Defined in -[api/client/Identities.ts:297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Identities.ts#L297) +[api/client/Identities.ts:297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Identities.ts#L297) ___ @@ -285,7 +285,7 @@ if there is no ChildIdentity with the passed DID #### Defined in -[api/client/Identities.ts:217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Identities.ts#L217) +[api/client/Identities.ts:217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Identities.ts#L217) ___ @@ -312,7 +312,7 @@ if there is no Identity with the passed DID #### Defined in -[api/client/Identities.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Identities.ts#L208) +[api/client/Identities.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Identities.ts#L208) ___ @@ -335,7 +335,7 @@ Return whether the supplied Identity/DID exists #### Defined in -[api/client/Identities.ts:224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Identities.ts#L224) +[api/client/Identities.ts:224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Identities.ts#L224) ___ @@ -378,7 +378,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Identities.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Identities.ts#L127) +[api/client/Identities.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Identities.ts#L127) ___ @@ -412,7 +412,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Identities.ts:288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Identities.ts#L288) +[api/client/Identities.ts:288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Identities.ts#L288) ___ @@ -446,7 +446,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Identities.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Identities.ts#L159) +[api/client/Identities.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Identities.ts#L159) ___ @@ -496,4 +496,4 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Identities.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Identities.ts#L177) +[api/client/Identities.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Identities.ts#L177) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Network/Network.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Network/Network.md index 1ce02c63b3..57bb5995c1 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Network/Network.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Network/Network.md @@ -37,7 +37,7 @@ uses the middlewareV2 #### Defined in -[api/client/Network.ts:169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Network.ts#L169) +[api/client/Network.ts:169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Network.ts#L169) ___ @@ -70,7 +70,7 @@ uses the middlewareV2 #### Defined in -[api/client/Network.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Network.ts#L328) +[api/client/Network.ts:329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Network.ts#L329) ___ @@ -86,7 +86,7 @@ Retrieve the number of the latest finalized block in the chain #### Defined in -[api/client/Network.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Network.ts#L60) +[api/client/Network.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Network.ts#L60) ___ @@ -108,7 +108,7 @@ uses the middleware V2 #### Defined in -[api/client/Network.ts:479](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Network.ts#L479) +[api/client/Network.ts:481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Network.ts#L481) ___ @@ -129,7 +129,7 @@ uses the middleware V2 #### Defined in -[api/client/Network.ts:468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Network.ts#L468) +[api/client/Network.ts:470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Network.ts#L470) ___ @@ -145,7 +145,7 @@ Retrieve information for the current network #### Defined in -[api/client/Network.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Network.ts#L81) +[api/client/Network.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Network.ts#L81) ___ @@ -168,7 +168,7 @@ Retrieve the protocol fees associated with running specific transactions #### Defined in -[api/client/Network.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Network.ts#L107) +[api/client/Network.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Network.ts#L107) ___ @@ -184,7 +184,7 @@ Retrieve the chain's SS58 format #### Defined in -[api/client/Network.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Network.ts#L74) +[api/client/Network.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Network.ts#L74) ___ @@ -211,7 +211,7 @@ uses the middlewareV2 #### Defined in -[api/client/Network.ts:376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Network.ts#L376) +[api/client/Network.ts:378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Network.ts#L378) ___ @@ -227,7 +227,7 @@ Get the treasury wallet address #### Defined in -[api/client/Network.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Network.ts#L114) +[api/client/Network.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Network.ts#L114) ___ @@ -247,7 +247,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/client/Network.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Network.ts#L127) +[api/client/Network.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Network.ts#L127) ▸ **getTreasuryBalance**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -263,7 +263,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/client/Network.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Network.ts#L128) +[api/client/Network.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Network.ts#L128) ___ @@ -279,7 +279,7 @@ Fetch the current network version (e.g. 3.1.0) #### Defined in -[api/client/Network.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Network.ts#L67) +[api/client/Network.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Network.ts#L67) ___ @@ -306,7 +306,7 @@ if the signature is not hex encoded #### Defined in -[api/client/Network.ts:207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Network.ts#L207) +[api/client/Network.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Network.ts#L208) ___ @@ -322,7 +322,7 @@ Returns whether or not the connected chain node as support for confidential asse #### Defined in -[api/client/Network.ts:496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Network.ts#L496) +[api/client/Network.ts:498](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Network.ts#L498) ___ @@ -340,7 +340,7 @@ Returns if functions can be subscribed. #### Defined in -[api/client/Network.ts:512](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Network.ts#L512) +[api/client/Network.ts:514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Network.ts#L514) ___ @@ -368,4 +368,4 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Network.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Network.ts#L154) +[api/client/Network.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Network.ts#L154) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Polymesh/Polymesh.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Polymesh/Polymesh.md index e3777c29f6..2ebebbc2bd 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Polymesh/Polymesh.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Polymesh/Polymesh.md @@ -18,7 +18,7 @@ A set of methods for managing a Polymesh Identity's Accounts and their permissio #### Defined in -[api/client/Polymesh.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L108) +[api/client/Polymesh.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L109) ___ @@ -30,7 +30,7 @@ A set of methods for interacting with Assets #### Defined in -[api/client/Polymesh.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L116) +[api/client/Polymesh.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L117) ___ @@ -42,7 +42,7 @@ A set of methods to deal with Claims #### Defined in -[api/client/Polymesh.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L96) +[api/client/Polymesh.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L97) ___ @@ -54,7 +54,7 @@ A set of methods for interacting with Polymesh Identities. #### Defined in -[api/client/Polymesh.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L112) +[api/client/Polymesh.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L113) ___ @@ -66,7 +66,7 @@ A set of methods to interact with the Polymesh network. This includes transferri #### Defined in -[api/client/Polymesh.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L100) +[api/client/Polymesh.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L101) ___ @@ -78,7 +78,7 @@ A set of methods for exchanging Assets #### Defined in -[api/client/Polymesh.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L104) +[api/client/Polymesh.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L105) ## Accessors @@ -94,7 +94,7 @@ MiddlewareV2 client #### Defined in -[api/client/Polymesh.ts:360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L360) +[api/client/Polymesh.ts:363](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L363) ___ @@ -110,7 +110,7 @@ Polkadot client #### Defined in -[api/client/Polymesh.ts:344](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L344) +[api/client/Polymesh.ts:347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L347) ___ @@ -126,7 +126,7 @@ signing address (to manually submit transactions with the polkadot API) #### Defined in -[api/client/Polymesh.ts:352](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L352) +[api/client/Polymesh.ts:355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L355) ## Methods @@ -200,7 +200,7 @@ this method is of type [CreateTransactionBatchProcedureMethod](../../../../inter #### Defined in -[api/client/Polymesh.ts:335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L335) +[api/client/Polymesh.ts:338](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L338) ___ @@ -222,7 +222,7 @@ the SDK will become unusable after this operation. It will throw an error when a #### Defined in -[api/client/Polymesh.ts:277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L277) +[api/client/Polymesh.ts:280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L280) ___ @@ -242,7 +242,7 @@ if there is no signing Account associated to the SDK #### Defined in -[api/client/Polymesh.ts:232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L232) +[api/client/Polymesh.ts:235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L235) ___ @@ -266,7 +266,7 @@ an unsubscribe callback #### Defined in -[api/client/Polymesh.ts:241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L241) +[api/client/Polymesh.ts:244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L244) ___ @@ -290,7 +290,7 @@ an unsubscribe callback #### Defined in -[api/client/Polymesh.ts:258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L258) +[api/client/Polymesh.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L261) ___ @@ -316,7 +316,7 @@ if the passed Account is not present in the Signing Manager (or there is no Sign #### Defined in -[api/client/Polymesh.ts:286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L286) +[api/client/Polymesh.ts:289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L289) ___ @@ -342,7 +342,7 @@ Pass `null` to unset the current signing manager #### Defined in -[api/client/Polymesh.ts:295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L295) +[api/client/Polymesh.ts:298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L298) ___ @@ -364,4 +364,4 @@ Create an SDK instance and connect to a Polymesh node #### Defined in -[api/client/Polymesh.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L149) +[api/client/Polymesh.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L150) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Settlements/Settlements.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Settlements/Settlements.md index b30785a118..aa7d4a182c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Settlements/Settlements.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Client/Settlements/Settlements.md @@ -34,7 +34,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Settlements.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Settlements.ts#L127) +[api/client/Settlements.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Settlements.ts#L127) ___ @@ -62,7 +62,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Settlements.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Settlements.ts#L137) +[api/client/Settlements.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Settlements.ts#L137) ___ @@ -90,7 +90,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/client/Settlements.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Settlements.ts#L117) +[api/client/Settlements.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Settlements.ts#L117) ___ @@ -120,7 +120,7 @@ supports pagination #### Defined in -[api/client/Settlements.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Settlements.ts#L148) +[api/client/Settlements.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Settlements.ts#L148) ___ @@ -143,7 +143,7 @@ Retrieve an Instruction by its ID #### Defined in -[api/client/Settlements.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Settlements.ts#L95) +[api/client/Settlements.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Settlements.ts#L95) ___ @@ -166,4 +166,4 @@ Retrieve a Venue by its ID #### Defined in -[api/client/Settlements.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Settlements.ts#L74) +[api/client/Settlements.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Settlements.ts#L74) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Account/Account.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Account/Account.md index 24beb84a91..eafe5bb69b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Account/Account.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Account/Account.md @@ -26,7 +26,7 @@ Polymesh-specific address of the Account. Serves as an identifier #### Defined in -[api/entities/Account/index.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L89) +[api/entities/Account/index.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L89) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[api/entities/Account/index.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L98) +[api/entities/Account/index.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L98) ___ @@ -49,7 +49,7 @@ Substrate chains, while the address depends on the chain as well. #### Defined in -[api/entities/Account/index.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L95) +[api/entities/Account/index.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L95) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[api/entities/Account/index.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L99) +[api/entities/Account/index.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L99) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -97,7 +97,7 @@ which permissions the Account is missing (if any) and the final result #### Defined in -[api/entities/Account/index.ts:393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L393) +[api/entities/Account/index.ts:393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L393) ___ @@ -117,7 +117,7 @@ Determine whether this Account exists on chain #### Defined in -[api/entities/Account/index.ts:476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L476) +[api/entities/Account/index.ts:476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L476) ___ @@ -137,7 +137,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Account/index.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L122) +[api/entities/Account/index.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L122) ▸ **getBalance**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -153,7 +153,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Account/index.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L123) +[api/entities/Account/index.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L123) ___ @@ -169,7 +169,7 @@ Retrieve the current nonce for this Account #### Defined in -[api/entities/Account/index.ts:490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L490) +[api/entities/Account/index.ts:490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L490) ___ @@ -185,7 +185,7 @@ Retrieve the Identity associated to this Account (null if there is none) #### Defined in -[api/entities/Account/index.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L167) +[api/entities/Account/index.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L167) ___ @@ -201,7 +201,7 @@ Fetch the MultiSig this Account is part of. If this Account is not a signer on a #### Defined in -[api/entities/Account/index.ts:448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L448) +[api/entities/Account/index.ts:448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L448) ___ @@ -217,7 +217,7 @@ Returns next assetID that will be generated for this Identity #### Defined in -[api/entities/Account/index.ts:635](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L635) +[api/entities/Account/index.ts:635](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L635) ___ @@ -233,7 +233,7 @@ Returns all off chain receipts used by this Account #### Defined in -[api/entities/Account/index.ts:608](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L608) +[api/entities/Account/index.ts:608](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L608) ___ @@ -257,7 +257,7 @@ if the Account is not a signer on any MultiSig #### Defined in -[api/entities/Account/index.ts:592](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L592) +[api/entities/Account/index.ts:592](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L592) ___ @@ -277,7 +277,7 @@ if there is no Identity associated with the Account #### Defined in -[api/entities/Account/index.ts:340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L340) +[api/entities/Account/index.ts:340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L340) ___ @@ -305,7 +305,7 @@ uses the middleware #### Defined in -[api/entities/Account/index.ts:574](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L574) +[api/entities/Account/index.ts:574](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L574) ___ @@ -330,7 +330,7 @@ in favour of [subsidies.getSubsidizer](../Subsidies/Subsidies.md#getsubsidizer) #### Defined in -[api/entities/Account/index.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L147) +[api/entities/Account/index.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L147) ▸ **getSubsidy**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -346,7 +346,7 @@ in favour of [subsidies.getSubsidizer](../Subsidies/Subsidies.md#getsubsidizer) #### Defined in -[api/entities/Account/index.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L148) +[api/entities/Account/index.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L148) ___ @@ -385,7 +385,7 @@ uses the middleware v2 #### Defined in -[api/entities/Account/index.ts:203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L203) +[api/entities/Account/index.ts:203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L203) ___ @@ -401,7 +401,7 @@ Retrieve the type of Account, and its relation to an Identity, if applicable #### Defined in -[api/entities/Account/index.ts:511](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L511) +[api/entities/Account/index.ts:511](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L511) ___ @@ -427,7 +427,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -447,7 +447,7 @@ returns false if the Account isn't associated to any Identity #### Defined in -[api/entities/Account/index.ts:319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L319) +[api/entities/Account/index.ts:319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L319) ___ @@ -467,7 +467,7 @@ Return the Account's address #### Defined in -[api/entities/Account/index.ts:483](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L483) +[api/entities/Account/index.ts:483](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L483) ___ @@ -499,7 +499,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -531,4 +531,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Account/MultiSig/MultiSig.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Account/MultiSig/MultiSig.md index 4754f942ee..6fddd30e6d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Account/MultiSig/MultiSig.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Account/MultiSig/MultiSig.md @@ -28,7 +28,7 @@ Polymesh-specific address of the Account. Serves as an identifier #### Defined in -[api/entities/Account/index.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L89) +[api/entities/Account/index.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L89) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[api/entities/Account/index.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L98) +[api/entities/Account/index.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L98) ___ @@ -59,7 +59,7 @@ Substrate chains, while the address depends on the chain as well. #### Defined in -[api/entities/Account/index.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L95) +[api/entities/Account/index.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L95) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[api/entities/Account/index.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L99) +[api/entities/Account/index.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L99) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -115,7 +115,7 @@ which permissions the Account is missing (if any) and the final result #### Defined in -[api/entities/Account/index.ts:393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L393) +[api/entities/Account/index.ts:393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L393) ___ @@ -131,7 +131,7 @@ Return details about this MultiSig such as the signing Accounts and the required #### Defined in -[api/entities/Account/MultiSig/index.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/MultiSig/index.ts#L87) +[api/entities/Account/MultiSig/index.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/MultiSig/index.ts#L87) ___ @@ -151,7 +151,7 @@ Determine whether this Account exists on chain #### Defined in -[api/entities/Account/index.ts:476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L476) +[api/entities/Account/index.ts:476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L476) ___ @@ -167,7 +167,7 @@ Returns the Identity of the MultiSig admin. This Identity can add or remove sign #### Defined in -[api/entities/Account/MultiSig/index.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/MultiSig/index.ts#L251) +[api/entities/Account/MultiSig/index.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/MultiSig/index.ts#L251) ___ @@ -191,7 +191,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Account/index.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L122) +[api/entities/Account/index.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L122) ▸ **getBalance**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -211,7 +211,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Account/index.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L123) +[api/entities/Account/index.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L123) ___ @@ -231,7 +231,7 @@ use `getAdmin` or `getPayer` instead depending on your need #### Defined in -[api/entities/Account/MultiSig/index.ts:316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/MultiSig/index.ts#L316) +[api/entities/Account/MultiSig/index.ts:316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/MultiSig/index.ts#L316) ___ @@ -251,7 +251,7 @@ Retrieve the current nonce for this Account #### Defined in -[api/entities/Account/index.ts:490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L490) +[api/entities/Account/index.ts:490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L490) ___ @@ -279,7 +279,7 @@ uses the middlewareV2 #### Defined in -[api/entities/Account/MultiSig/index.ts:217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/MultiSig/index.ts#L217) +[api/entities/Account/MultiSig/index.ts:217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/MultiSig/index.ts#L217) ___ @@ -299,7 +299,7 @@ Retrieve the Identity associated to this Account (null if there is none) #### Defined in -[api/entities/Account/index.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L167) +[api/entities/Account/index.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L167) ___ @@ -319,7 +319,7 @@ Fetch the MultiSig this Account is part of. If this Account is not a signer on a #### Defined in -[api/entities/Account/index.ts:448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L448) +[api/entities/Account/index.ts:448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L448) ___ @@ -339,7 +339,7 @@ Returns next assetID that will be generated for this Identity #### Defined in -[api/entities/Account/index.ts:635](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L635) +[api/entities/Account/index.ts:635](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L635) ___ @@ -359,7 +359,7 @@ Returns all off chain receipts used by this Account #### Defined in -[api/entities/Account/index.ts:608](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L608) +[api/entities/Account/index.ts:608](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L608) ___ @@ -375,7 +375,7 @@ Returns the payer for the MultiSig, if set the primary account of the identity w #### Defined in -[api/entities/Account/MultiSig/index.ts:283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/MultiSig/index.ts#L283) +[api/entities/Account/MultiSig/index.ts:283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/MultiSig/index.ts#L283) ___ @@ -403,7 +403,7 @@ if the Account is not a signer on any MultiSig #### Defined in -[api/entities/Account/index.ts:592](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L592) +[api/entities/Account/index.ts:592](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L592) ___ @@ -427,7 +427,7 @@ if there is no Identity associated with the Account #### Defined in -[api/entities/Account/index.ts:340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L340) +[api/entities/Account/index.ts:340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L340) ___ @@ -459,7 +459,7 @@ uses the middleware #### Defined in -[api/entities/Account/index.ts:574](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L574) +[api/entities/Account/index.ts:574](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L574) ___ @@ -486,7 +486,7 @@ if the MultiSigProposal is not found #### Defined in -[api/entities/Account/MultiSig/index.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/MultiSig/index.ts#L129) +[api/entities/Account/MultiSig/index.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/MultiSig/index.ts#L129) ___ @@ -502,7 +502,7 @@ Return all active [MultiSigProposal](../../MultiSigProposal/MultiSigProposal.md) #### Defined in -[api/entities/Account/MultiSig/index.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/MultiSig/index.ts#L149) +[api/entities/Account/MultiSig/index.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/MultiSig/index.ts#L149) ___ @@ -531,7 +531,7 @@ in favour of [subsidies.getSubsidizer](../../Subsidies/Subsidies.md#getsubsidize #### Defined in -[api/entities/Account/index.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L147) +[api/entities/Account/index.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L147) ▸ **getSubsidy**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -551,7 +551,7 @@ in favour of [subsidies.getSubsidizer](../../Subsidies/Subsidies.md#getsubsidize #### Defined in -[api/entities/Account/index.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L148) +[api/entities/Account/index.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L148) ___ @@ -594,7 +594,7 @@ uses the middleware v2 #### Defined in -[api/entities/Account/index.ts:203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L203) +[api/entities/Account/index.ts:203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L203) ___ @@ -614,7 +614,7 @@ Retrieve the type of Account, and its relation to an Identity, if applicable #### Defined in -[api/entities/Account/index.ts:511](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L511) +[api/entities/Account/index.ts:511](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L511) ___ @@ -640,7 +640,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -664,7 +664,7 @@ returns false if the Account isn't associated to any Identity #### Defined in -[api/entities/Account/index.ts:319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L319) +[api/entities/Account/index.ts:319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L319) ___ @@ -704,7 +704,7 @@ this method is of type [OptionalArgsProcedureMethod](../../../../../interfaces/A #### Defined in -[api/entities/Account/MultiSig/index.ts:404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/MultiSig/index.ts#L404) +[api/entities/Account/MultiSig/index.ts:404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/MultiSig/index.ts#L404) ___ @@ -732,7 +732,7 @@ this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedure #### Defined in -[api/entities/Account/MultiSig/index.ts:364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/MultiSig/index.ts#L364) +[api/entities/Account/MultiSig/index.ts:364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/MultiSig/index.ts#L364) ___ @@ -764,7 +764,7 @@ this method is of type [NoArgsProcedureMethod](../../../../../interfaces/API/Pro #### Defined in -[api/entities/Account/MultiSig/index.ts:388](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/MultiSig/index.ts#L388) +[api/entities/Account/MultiSig/index.ts:388](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/MultiSig/index.ts#L388) ___ @@ -793,7 +793,7 @@ this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedure #### Defined in -[api/entities/Account/MultiSig/index.ts:375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/MultiSig/index.ts#L375) +[api/entities/Account/MultiSig/index.ts:375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/MultiSig/index.ts#L375) ___ @@ -813,7 +813,7 @@ Return the Account's address #### Defined in -[api/entities/Account/index.ts:483](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/index.ts#L483) +[api/entities/Account/index.ts:483](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/index.ts#L483) ___ @@ -845,7 +845,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -877,4 +877,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md index 619d9b6885..bcd8394d61 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md @@ -26,7 +26,7 @@ Class used to manage functionality common to all assets. #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L71) +[api/entities/Asset/Base/BaseAsset.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L71) ___ @@ -42,7 +42,7 @@ this is no longer used from chain 7.x #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L81) +[api/entities/Asset/Base/BaseAsset.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L81) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L72) +[api/entities/Asset/Base/BaseAsset.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L72) ___ @@ -64,7 +64,7 @@ Unique ID of the Asset in UUID format #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L95) +[api/entities/Asset/Base/BaseAsset.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L95) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L73) +[api/entities/Asset/Base/BaseAsset.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L73) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L74) +[api/entities/Asset/Base/BaseAsset.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L74) ___ @@ -102,7 +102,7 @@ in favour of `ticker` value received from the response of `details` method #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L90) +[api/entities/Asset/Base/BaseAsset.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L90) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Accessors @@ -136,7 +136,7 @@ Although UUID format is the usual representation of asset IDs, generic polkadot/ #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L102) +[api/entities/Asset/Base/BaseAsset.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L102) ## Methods @@ -164,7 +164,7 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L263) +[api/entities/Asset/Base/BaseAsset.ts:265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L265) ___ @@ -184,7 +184,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:563](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L563) +[api/entities/Asset/Base/BaseAsset.ts:565](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L565) ▸ **currentFundingRound**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -200,7 +200,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:564](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L564) +[api/entities/Asset/Base/BaseAsset.ts:566](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L566) ___ @@ -220,7 +220,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:389](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L389) +[api/entities/Asset/Base/BaseAsset.ts:391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L391) ▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -236,7 +236,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L390) +[api/entities/Asset/Base/BaseAsset.ts:392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L392) ___ @@ -263,7 +263,7 @@ this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/ #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L243) +[api/entities/Asset/Base/BaseAsset.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L245) ___ @@ -283,7 +283,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L309) +[api/entities/Asset/Base/BaseAsset.ts:311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L311) ▸ **getIdentifiers**(`callback?`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -299,7 +299,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L310) +[api/entities/Asset/Base/BaseAsset.ts:312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L312) ___ @@ -315,7 +315,7 @@ Get required Asset mediators. These Identities must approve any Instruction invo #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L508) +[api/entities/Asset/Base/BaseAsset.ts:510](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L510) ___ @@ -331,7 +331,7 @@ Get venue filtering details #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L528) +[api/entities/Asset/Base/BaseAsset.ts:530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L530) ___ @@ -357,7 +357,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -377,7 +377,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L355) +[api/entities/Asset/Base/BaseAsset.ts:357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L357) ▸ **isFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -393,7 +393,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L356) +[api/entities/Asset/Base/BaseAsset.ts:358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L358) ___ @@ -426,7 +426,7 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L286) +[api/entities/Asset/Base/BaseAsset.ts:288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L288) ___ @@ -451,6 +451,14 @@ Modify some properties of the Asset if the passed values result in no changes being made to the Asset +**`Throws`** + +if the passed assetType is not a known asset type or a custom type that has not been created on the chain + +**`Throws`** + +if trying to modify an NftCollection's assetType + **`Note`** this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) @@ -458,7 +466,7 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L149) +[api/entities/Asset/Base/BaseAsset.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L151) ___ @@ -486,7 +494,7 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L273) +[api/entities/Asset/Base/BaseAsset.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L275) ___ @@ -514,7 +522,7 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L127) +[api/entities/Asset/Base/BaseAsset.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L127) ___ @@ -534,7 +542,7 @@ Return the BaseAsset's ID #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L630) +[api/entities/Asset/Base/BaseAsset.ts:632](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L632) ___ @@ -569,7 +577,7 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L117) +[api/entities/Asset/Base/BaseAsset.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L117) ___ @@ -596,7 +604,7 @@ this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/ #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L253) +[api/entities/Asset/Base/BaseAsset.ts:255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L255) ___ @@ -631,7 +639,7 @@ this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/ #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L300) +[api/entities/Asset/Base/BaseAsset.ts:302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L302) ___ @@ -663,7 +671,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -695,4 +703,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Compliance/Compliance.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Compliance/Compliance.md index e9fbfa26e1..7166f0706f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Compliance/Compliance.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Compliance/Compliance.md @@ -22,7 +22,7 @@ Handles all Asset Compliance related functionality #### Defined in -[api/entities/Asset/Base/Compliance/index.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Compliance/index.ts#L11) +[api/entities/Asset/Base/Compliance/index.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Compliance/index.ts#L11) ___ @@ -32,4 +32,4 @@ ___ #### Defined in -[api/entities/Asset/Base/Compliance/index.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Compliance/index.ts#L10) +[api/entities/Asset/Base/Compliance/index.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Compliance/index.ts#L10) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md index 92a28500cb..354858d56d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md @@ -40,7 +40,7 @@ this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Pro #### Defined in -[api/entities/Asset/Base/Compliance/Requirements.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Compliance/Requirements.ts#L92) +[api/entities/Asset/Base/Compliance/Requirements.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Compliance/Requirements.ts#L92) ___ @@ -56,7 +56,7 @@ Check whether Asset compliance requirements are paused or not #### Defined in -[api/entities/Asset/Base/Compliance/Requirements.ts:219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Compliance/Requirements.ts#L219) +[api/entities/Asset/Base/Compliance/Requirements.ts:219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Compliance/Requirements.ts#L219) ___ @@ -76,7 +76,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/Compliance/Requirements.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Compliance/Requirements.ts#L124) +[api/entities/Asset/Base/Compliance/Requirements.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Compliance/Requirements.ts#L124) ▸ **get**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -92,7 +92,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/Compliance/Requirements.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Compliance/Requirements.ts#L125) +[api/entities/Asset/Base/Compliance/Requirements.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Compliance/Requirements.ts#L125) ___ @@ -120,7 +120,7 @@ this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Pro #### Defined in -[api/entities/Asset/Base/Compliance/Requirements.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Compliance/Requirements.ts#L243) +[api/entities/Asset/Base/Compliance/Requirements.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Compliance/Requirements.ts#L243) ___ @@ -147,7 +147,7 @@ this method is of type [NoArgsProcedureMethod](../../../../../../../interfaces/A #### Defined in -[api/entities/Asset/Base/Compliance/Requirements.ts:202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Compliance/Requirements.ts#L202) +[api/entities/Asset/Base/Compliance/Requirements.ts:202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Compliance/Requirements.ts#L202) ___ @@ -175,7 +175,7 @@ this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Pro #### Defined in -[api/entities/Asset/Base/Compliance/Requirements.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Compliance/Requirements.ts#L102) +[api/entities/Asset/Base/Compliance/Requirements.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Compliance/Requirements.ts#L102) ___ @@ -202,7 +202,7 @@ this method is of type [NoArgsProcedureMethod](../../../../../../../interfaces/A #### Defined in -[api/entities/Asset/Base/Compliance/Requirements.ts:192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Compliance/Requirements.ts#L192) +[api/entities/Asset/Base/Compliance/Requirements.ts:192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Compliance/Requirements.ts#L192) ___ @@ -237,7 +237,7 @@ this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Pro #### Defined in -[api/entities/Asset/Base/Compliance/Requirements.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Compliance/Requirements.ts#L115) +[api/entities/Asset/Base/Compliance/Requirements.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Compliance/Requirements.ts#L115) ___ @@ -264,4 +264,4 @@ this method is of type [NoArgsProcedureMethod](../../../../../../../interfaces/A #### Defined in -[api/entities/Asset/Base/Compliance/Requirements.ts:212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Compliance/Requirements.ts#L212) +[api/entities/Asset/Base/Compliance/Requirements.ts:212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Compliance/Requirements.ts#L212) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md index 3bf07744c1..fedc5c6b0f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md @@ -40,7 +40,7 @@ this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Pro #### Defined in -[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L93) +[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L93) ___ @@ -60,7 +60,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L112) +[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L112) ▸ **get**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -76,7 +76,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L113) +[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L113) ___ @@ -104,7 +104,7 @@ this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Pro #### Defined in -[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L103) +[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L103) ___ @@ -134,4 +134,4 @@ this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Pro #### Defined in -[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L83) +[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L83) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Documents/Documents.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Documents/Documents.md index 53eef7421a..e0f19faa14 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Documents/Documents.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Documents/Documents.md @@ -38,7 +38,7 @@ supports pagination #### Defined in -[api/entities/Asset/Base/Documents/index.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Documents/index.ts#L45) +[api/entities/Asset/Base/Documents/index.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Documents/index.ts#L45) ___ @@ -66,4 +66,4 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Base/Documents/index.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Documents/index.ts#L36) +[api/entities/Asset/Base/Documents/index.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Documents/index.ts#L36) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Metadata/Metadata.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Metadata/Metadata.md index 2606d87f3f..37518bd1f8 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Metadata/Metadata.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Metadata/Metadata.md @@ -32,7 +32,7 @@ this returns all available metadata entries for this Asset, with or without any #### Defined in -[api/entities/Asset/Base/Metadata/index.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Metadata/index.ts#L69) +[api/entities/Asset/Base/Metadata/index.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Metadata/index.ts#L69) ___ @@ -48,7 +48,7 @@ Retrieve all (local + global) the MetadataEntry details whose value is set for t #### Defined in -[api/entities/Asset/Base/Metadata/index.ts:183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Metadata/index.ts#L183) +[api/entities/Asset/Base/Metadata/index.ts:183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Metadata/index.ts#L183) ___ @@ -76,7 +76,7 @@ if there is no MetadataEntry with the passed ID and specified type #### Defined in -[api/entities/Asset/Base/Metadata/index.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Metadata/index.ts#L115) +[api/entities/Asset/Base/Metadata/index.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Metadata/index.ts#L115) ___ @@ -109,4 +109,4 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Base/Metadata/index.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Metadata/index.ts#L60) +[api/entities/Asset/Base/Metadata/index.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Metadata/index.ts#L60) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Permissions/Permissions.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Permissions/Permissions.md index 78ae614c48..60bb4235b8 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Permissions/Permissions.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Permissions/Permissions.md @@ -40,7 +40,7 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Base/Permissions/index.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Permissions/index.ts#L67) +[api/entities/Asset/Base/Permissions/index.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Permissions/index.ts#L67) ___ @@ -57,7 +57,7 @@ Retrieve a list of agents (Identities which have permissions over the Asset) and #### Defined in -[api/entities/Asset/Base/Permissions/index.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Permissions/index.ts#L168) +[api/entities/Asset/Base/Permissions/index.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Permissions/index.ts#L168) ___ @@ -85,7 +85,7 @@ if there is no Permission Group with the passed ID #### Defined in -[api/entities/Asset/Base/Permissions/index.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Permissions/index.ts#L101) +[api/entities/Asset/Base/Permissions/index.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Permissions/index.ts#L101) ▸ **getGroup**(`args`): `Promise`\<[`KnownPermissionGroup`](../../../KnownPermissionGroup/KnownPermissionGroup.md)\> @@ -102,7 +102,7 @@ if there is no Permission Group with the passed ID #### Defined in -[api/entities/Asset/Base/Permissions/index.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Permissions/index.ts#L102) +[api/entities/Asset/Base/Permissions/index.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Permissions/index.ts#L102) ___ @@ -118,7 +118,7 @@ Retrieve all Permission Groups of this Asset #### Defined in -[api/entities/Asset/Base/Permissions/index.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Permissions/index.ts#L131) +[api/entities/Asset/Base/Permissions/index.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Permissions/index.ts#L131) ___ @@ -152,7 +152,7 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Base/Permissions/index.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Permissions/index.ts#L81) +[api/entities/Asset/Base/Permissions/index.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Permissions/index.ts#L81) ___ @@ -180,4 +180,4 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Base/Permissions/index.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Permissions/index.ts#L91) +[api/entities/Asset/Base/Permissions/index.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Permissions/index.ts#L91) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Settlements/FungibleSettlements.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Settlements/FungibleSettlements.md index 924d87ff8f..c78c3587dd 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Settlements/FungibleSettlements.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Settlements/FungibleSettlements.md @@ -46,7 +46,7 @@ this takes locked tokens into account. For example, if portfolio A has 1000 toke #### Defined in -[api/entities/Asset/Base/Settlements/index.ts:281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Settlements/index.ts#L281) +[api/entities/Asset/Base/Settlements/index.ts:281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Settlements/index.ts#L281) ___ @@ -77,7 +77,7 @@ BaseSettlements.preApprove #### Defined in -[api/entities/Asset/Base/Settlements/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Settlements/index.ts#L53) +[api/entities/Asset/Base/Settlements/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Settlements/index.ts#L53) ___ @@ -108,4 +108,4 @@ BaseSettlements.removePreApproval #### Defined in -[api/entities/Asset/Base/Settlements/index.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Settlements/index.ts#L63) +[api/entities/Asset/Base/Settlements/index.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Settlements/index.ts#L63) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Settlements/NonFungibleSettlements.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Settlements/NonFungibleSettlements.md index e0ee9495f6..ceb41bd1d3 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Settlements/NonFungibleSettlements.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Base/Settlements/NonFungibleSettlements.md @@ -46,7 +46,7 @@ this takes locked tokens into account. For example, if portfolio A has NFTs 1, 2 #### Defined in -[api/entities/Asset/Base/Settlements/index.ts:309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Settlements/index.ts#L309) +[api/entities/Asset/Base/Settlements/index.ts:309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Settlements/index.ts#L309) ___ @@ -77,7 +77,7 @@ BaseSettlements.preApprove #### Defined in -[api/entities/Asset/Base/Settlements/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Settlements/index.ts#L53) +[api/entities/Asset/Base/Settlements/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Settlements/index.ts#L53) ___ @@ -108,4 +108,4 @@ BaseSettlements.removePreApproval #### Defined in -[api/entities/Asset/Base/Settlements/index.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/Settlements/index.ts#L63) +[api/entities/Asset/Base/Settlements/index.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/Settlements/index.ts#L63) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md index 60f9f4dd5c..ec3bc221df 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md @@ -38,4 +38,4 @@ supports pagination #### Defined in -[api/entities/Asset/Fungible/AssetHolders/index.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/AssetHolders/index.ts#L17) +[api/entities/Asset/Fungible/AssetHolders/index.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/AssetHolders/index.ts#L17) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md index b1fb7d6687..473d67753e 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md @@ -22,7 +22,7 @@ Handles all Asset Checkpoints related functionality #### Defined in -[api/entities/Asset/Fungible/Checkpoints/index.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L36) +[api/entities/Asset/Fungible/Checkpoints/index.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L36) ## Methods @@ -49,7 +49,7 @@ this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/ #### Defined in -[api/entities/Asset/Fungible/Checkpoints/index.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L58) +[api/entities/Asset/Fungible/Checkpoints/index.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L58) ___ @@ -75,7 +75,7 @@ supports pagination #### Defined in -[api/entities/Asset/Fungible/Checkpoints/index.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L92) +[api/entities/Asset/Fungible/Checkpoints/index.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L92) ___ @@ -102,4 +102,4 @@ if there is no Checkpoint with the passed ID #### Defined in -[api/entities/Asset/Fungible/Checkpoints/index.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L67) +[api/entities/Asset/Fungible/Checkpoints/index.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L67) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md index 7a9c1179db..53f544f02f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md @@ -50,7 +50,7 @@ this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Pro #### Defined in -[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L55) +[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L55) ___ @@ -66,7 +66,7 @@ Retrieve all active Checkpoint Schedules #### Defined in -[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L92) +[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L92) ___ @@ -93,7 +93,7 @@ if there is no Schedule with the passed ID #### Defined in -[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L74) +[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L74) ___ @@ -109,7 +109,7 @@ Retrieve the maximum allowed Schedule complexity for this Asset #### Defined in -[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L135) +[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L135) ___ @@ -137,4 +137,4 @@ this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Pro #### Defined in -[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L65) +[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L65) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md index 4de2e4f7dd..5d36ee91b0 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md @@ -22,7 +22,7 @@ Handles all Asset Corporate Actions related functionality #### Defined in -[api/entities/Asset/Fungible/CorporateActions/index.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L26) +[api/entities/Asset/Fungible/CorporateActions/index.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L26) ## Methods @@ -38,7 +38,7 @@ Retrieve a list of agent Identities #### Defined in -[api/entities/Asset/Fungible/CorporateActions/index.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L74) +[api/entities/Asset/Fungible/CorporateActions/index.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L74) ___ @@ -60,7 +60,7 @@ This config is applied to every Corporate Action that is created until they are #### Defined in -[api/entities/Asset/Fungible/CorporateActions/index.ts:110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L110) +[api/entities/Asset/Fungible/CorporateActions/index.ts:110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L110) ___ @@ -88,7 +88,7 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Fungible/CorporateActions/index.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L67) +[api/entities/Asset/Fungible/CorporateActions/index.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L67) ___ @@ -122,4 +122,4 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Fungible/CorporateActions/index.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L57) +[api/entities/Asset/Fungible/CorporateActions/index.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L57) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md index 8d0f12c761..fb9dad905e 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md @@ -45,7 +45,7 @@ this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Pro #### Defined in -[api/entities/Asset/Fungible/CorporateActions/Distributions.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/CorporateActions/Distributions.ts#L42) +[api/entities/Asset/Fungible/CorporateActions/Distributions.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/CorporateActions/Distributions.ts#L42) ___ @@ -61,7 +61,7 @@ Retrieve all Dividend Distributions associated to this Asset, along with their d #### Defined in -[api/entities/Asset/Fungible/CorporateActions/Distributions.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/CorporateActions/Distributions.ts#L116) +[api/entities/Asset/Fungible/CorporateActions/Distributions.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/CorporateActions/Distributions.ts#L116) ___ @@ -88,4 +88,4 @@ if there is no Distribution with the passed ID #### Defined in -[api/entities/Asset/Fungible/CorporateActions/Distributions.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/CorporateActions/Distributions.ts#L63) +[api/entities/Asset/Fungible/CorporateActions/Distributions.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/CorporateActions/Distributions.ts#L63) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/FungibleAsset.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/FungibleAsset.md index 83d41ecf24..28b4076b45 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/FungibleAsset.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/FungibleAsset.md @@ -22,7 +22,7 @@ Class used to manage all Fungible Asset functionality #### Defined in -[api/entities/Asset/Fungible/index.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/index.ts#L49) +[api/entities/Asset/Fungible/index.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/index.ts#L49) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[api/entities/Asset/Fungible/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/index.ts#L53) +[api/entities/Asset/Fungible/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/index.ts#L53) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L71) +[api/entities/Asset/Base/BaseAsset.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L71) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[api/entities/Asset/Fungible/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/index.ts#L54) +[api/entities/Asset/Fungible/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/index.ts#L54) ___ @@ -76,7 +76,7 @@ this is no longer used from chain 7.x #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L81) +[api/entities/Asset/Base/BaseAsset.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L81) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L72) +[api/entities/Asset/Base/BaseAsset.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L72) ___ @@ -106,7 +106,7 @@ Unique ID of the Asset in UUID format #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L95) +[api/entities/Asset/Base/BaseAsset.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L95) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[api/entities/Asset/Fungible/index.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/index.ts#L50) +[api/entities/Asset/Fungible/index.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/index.ts#L50) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L73) +[api/entities/Asset/Base/BaseAsset.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L73) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[api/entities/Asset/Fungible/index.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/index.ts#L52) +[api/entities/Asset/Fungible/index.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/index.ts#L52) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L74) +[api/entities/Asset/Base/BaseAsset.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L74) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[api/entities/Asset/Fungible/index.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/index.ts#L48) +[api/entities/Asset/Fungible/index.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/index.ts#L48) ___ @@ -186,7 +186,7 @@ in favour of `ticker` value received from the response of `details` method #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L90) +[api/entities/Asset/Base/BaseAsset.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L90) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[api/entities/Asset/Fungible/index.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/index.ts#L51) +[api/entities/Asset/Fungible/index.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/index.ts#L51) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Accessors @@ -234,7 +234,7 @@ BaseAsset.rawId #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L102) +[api/entities/Asset/Base/BaseAsset.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L102) ## Methods @@ -266,7 +266,7 @@ this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedure #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L263) +[api/entities/Asset/Base/BaseAsset.ts:265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L265) ___ @@ -294,7 +294,7 @@ this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedure #### Defined in -[api/entities/Asset/Fungible/index.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/index.ts#L148) +[api/entities/Asset/Fungible/index.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/index.ts#L148) ___ @@ -318,7 +318,7 @@ there is a possibility that the data is not ready by the time it is requested. I #### Defined in -[api/entities/Asset/Fungible/index.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/index.ts#L86) +[api/entities/Asset/Fungible/index.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/index.ts#L86) ___ @@ -342,7 +342,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:563](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L563) +[api/entities/Asset/Base/BaseAsset.ts:565](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L565) ▸ **currentFundingRound**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -362,7 +362,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:564](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L564) +[api/entities/Asset/Base/BaseAsset.ts:566](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L566) ___ @@ -386,7 +386,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:389](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L389) +[api/entities/Asset/Base/BaseAsset.ts:391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L391) ▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -406,7 +406,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L390) +[api/entities/Asset/Base/BaseAsset.ts:392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L392) ___ @@ -426,7 +426,7 @@ BaseAsset.exists #### Defined in -[api/entities/Asset/Fungible/index.ts:262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/index.ts#L262) +[api/entities/Asset/Fungible/index.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/index.ts#L263) ___ @@ -457,7 +457,7 @@ this method is of type [NoArgsProcedureMethod](../../../../../interfaces/API/Pro #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L243) +[api/entities/Asset/Base/BaseAsset.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L245) ___ @@ -481,7 +481,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L309) +[api/entities/Asset/Base/BaseAsset.ts:311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L311) ▸ **getIdentifiers**(`callback?`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -501,7 +501,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L310) +[api/entities/Asset/Base/BaseAsset.ts:312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L312) ___ @@ -525,7 +525,7 @@ uses the middlewareV2 #### Defined in -[api/entities/Asset/Fungible/index.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/index.ts#L159) +[api/entities/Asset/Fungible/index.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/index.ts#L159) ___ @@ -545,7 +545,7 @@ Get required Asset mediators. These Identities must approve any Instruction invo #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L508) +[api/entities/Asset/Base/BaseAsset.ts:510](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L510) ___ @@ -573,7 +573,7 @@ uses the middlewareV2 #### Defined in -[api/entities/Asset/Fungible/index.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/index.ts#L190) +[api/entities/Asset/Fungible/index.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/index.ts#L190) ___ @@ -593,7 +593,7 @@ Get venue filtering details #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L528) +[api/entities/Asset/Base/BaseAsset.ts:530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L530) ___ @@ -609,7 +609,7 @@ Retrieve the amount of unique investors that hold this Asset #### Defined in -[api/entities/Asset/Fungible/index.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/index.ts#L119) +[api/entities/Asset/Fungible/index.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/index.ts#L119) ___ @@ -635,7 +635,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -659,7 +659,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L355) +[api/entities/Asset/Base/BaseAsset.ts:357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L357) ▸ **isFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -679,7 +679,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L356) +[api/entities/Asset/Base/BaseAsset.ts:358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L358) ___ @@ -716,7 +716,7 @@ this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedure #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L286) +[api/entities/Asset/Base/BaseAsset.ts:288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L288) ___ @@ -741,6 +741,14 @@ Modify some properties of the Asset if the passed values result in no changes being made to the Asset +**`Throws`** + +if the passed assetType is not a known asset type or a custom type that has not been created on the chain + +**`Throws`** + +if trying to modify an NftCollection's assetType + **`Note`** this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) @@ -752,7 +760,7 @@ this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedure #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L149) +[api/entities/Asset/Base/BaseAsset.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L151) ___ @@ -780,7 +788,7 @@ this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedure #### Defined in -[api/entities/Asset/Fungible/index.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/index.ts#L112) +[api/entities/Asset/Fungible/index.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/index.ts#L112) ___ @@ -812,7 +820,7 @@ this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedure #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L273) +[api/entities/Asset/Base/BaseAsset.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L275) ___ @@ -844,7 +852,7 @@ this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedure #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L127) +[api/entities/Asset/Base/BaseAsset.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L127) ___ @@ -864,7 +872,7 @@ Return the BaseAsset's ID #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L630) +[api/entities/Asset/Base/BaseAsset.ts:632](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L632) ___ @@ -903,7 +911,7 @@ this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedure #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L117) +[api/entities/Asset/Base/BaseAsset.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L117) ___ @@ -934,7 +942,7 @@ this method is of type [NoArgsProcedureMethod](../../../../../interfaces/API/Pro #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L253) +[api/entities/Asset/Base/BaseAsset.ts:255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L255) ___ @@ -973,7 +981,7 @@ this method is of type [NoArgsProcedureMethod](../../../../../interfaces/API/Pro #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L300) +[api/entities/Asset/Base/BaseAsset.ts:302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L302) ___ @@ -1005,7 +1013,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -1037,4 +1045,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/Issuance/Issuance.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/Issuance/Issuance.md index a69d11444e..f74f16e42d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/Issuance/Issuance.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/Issuance/Issuance.md @@ -40,4 +40,4 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Fungible/Issuance/index.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/Issuance/index.ts#L28) +[api/entities/Asset/Fungible/Issuance/index.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/Issuance/index.ts#L28) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/Offerings/Offerings.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/Offerings/Offerings.md index 78616e0b6d..7a58044ccb 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/Offerings/Offerings.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/Offerings/Offerings.md @@ -35,7 +35,7 @@ Retrieve all of the Asset's Offerings and their details. Can be filtered using p #### Defined in -[api/entities/Asset/Fungible/Offerings/index.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/Offerings/index.ts#L84) +[api/entities/Asset/Fungible/Offerings/index.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/Offerings/index.ts#L84) ___ @@ -62,7 +62,7 @@ if there is no Offering with the passed ID #### Defined in -[api/entities/Asset/Fungible/Offerings/index.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/Offerings/index.ts#L62) +[api/entities/Asset/Fungible/Offerings/index.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/Offerings/index.ts#L62) ___ @@ -96,4 +96,4 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Fungible/Offerings/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/Offerings/index.ts#L53) +[api/entities/Asset/Fungible/Offerings/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/Offerings/index.ts#L53) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md index 90e1366ac4..3cf9f7b005 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md @@ -38,7 +38,7 @@ if the appropriate count statistic (matching ClaimType and issuer) is not enable #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L32) +[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L32) ___ @@ -59,7 +59,7 @@ if the stat is being used by a restriction or is not set #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L78) +[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L78) ___ @@ -87,7 +87,7 @@ versions of the chain may expose a new extrinsic to avoid this issue #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L70) +[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L70) ___ @@ -117,7 +117,7 @@ there is a maximum number of restrictions allowed across all types. #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L87) +[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L87) ___ @@ -141,7 +141,7 @@ Retrieve current Claim Count Transfer Restriction investor balance statistic for #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L93) +[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L93) ___ @@ -161,7 +161,7 @@ the result is the total amount of restrictions after the procedure has run #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L55) +[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L55) ___ @@ -186,4 +186,4 @@ the result is the total amount of restrictions after the procedure has run #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L45) +[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L45) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md index 4e0c712b93..34b962e5b8 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md @@ -34,7 +34,7 @@ if the appropriately scoped Balance statistic (by ClaimType and issuer) is not e #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L32) +[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L32) ___ @@ -55,7 +55,7 @@ if the stat is being used by a restriction or is not set #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L69) +[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L69) ___ @@ -72,7 +72,7 @@ that limit the total ownership the Asset's supply #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L61) +[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L61) ___ @@ -102,7 +102,7 @@ there is a maximum number of restrictions allowed across all types. #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L78) +[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L78) ___ @@ -126,7 +126,7 @@ Retrieve current Claim Percentage Transfer Restriction investor balance statisti #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L84) +[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L84) ___ @@ -146,7 +146,7 @@ the result is the total amount of restrictions after the procedure has run #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L55) +[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L55) ___ @@ -171,4 +171,4 @@ the result is the total amount of restrictions after the procedure has run #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L45) +[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L45) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md index 119cde9010..fae63cdcf5 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md @@ -34,7 +34,7 @@ if a count statistic is not enabled for the Asset. [Count.enableStat](Count.md#e #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L39) +[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L39) ___ @@ -55,7 +55,7 @@ if the stat is being used by a restriction or is not set #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L83) +[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L83) ___ @@ -81,7 +81,7 @@ versions of the chain may expose a new extrinsic to avoid this issue #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L75) +[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L75) ___ @@ -114,7 +114,7 @@ there is a maximum number of restrictions allowed across all types. #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L94) +[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L94) ___ @@ -138,7 +138,7 @@ Retrieve current Count Transfer Restriction investor balance statistic for the A #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L109) +[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L109) ___ @@ -164,7 +164,7 @@ creation and try again if a race occurred. Future versions of the chain should i #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L103) +[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L103) ___ @@ -184,7 +184,7 @@ the result is the total amount of restrictions after the procedure has run #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L62) +[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L62) ___ @@ -209,4 +209,4 @@ the result is the total amount of restrictions after the procedure has run #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L52) +[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L52) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md index 25f0747ed3..c385323463 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md @@ -33,7 +33,7 @@ if the Balance statistic is not enabled for this Asset. [enableStat](Percentage. #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L29) +[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L29) ___ @@ -54,7 +54,7 @@ if the stat is being used by a restriction or is not set #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L66) +[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L66) ___ @@ -71,7 +71,7 @@ that limit the total ownership of the Assets' supply #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L58) +[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L58) ___ @@ -101,7 +101,7 @@ there is a maximum number of restrictions allowed across all types. #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L75) +[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L75) ___ @@ -125,7 +125,7 @@ Retrieve current Percentage Transfer Restriction investor balance statistic for #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L81) +[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L81) ___ @@ -145,7 +145,7 @@ the result is the total amount of restrictions after the procedure has run #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L52) +[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L52) ___ @@ -170,4 +170,4 @@ the result is the total amount of restrictions after the procedure has run #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L42) +[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L42) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md index 033db1d446..5bf9d44cdd 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md @@ -58,7 +58,7 @@ this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Pro #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L178) +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L178) ___ @@ -90,7 +90,7 @@ this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Pro #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L224) +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L224) ___ @@ -118,7 +118,7 @@ this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Pro #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L212) +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L212) ___ @@ -140,7 +140,7 @@ there is a maximum number of restrictions allowed across all types. #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L235) +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L235) ___ @@ -162,7 +162,7 @@ there is a maximum number of restrictions allowed across all types. #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L357) +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L357) ___ @@ -193,7 +193,7 @@ this method is of type [NoArgsProcedureMethod](../../../../../../../interfaces/A #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L202) +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L202) ___ @@ -225,4 +225,4 @@ this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Pro #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L190) +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L190) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md index 47cdb68e0b..6629b76366 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md @@ -22,7 +22,7 @@ Handles all Asset Transfer Restrictions related functionality #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/index.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L14) +[api/entities/Asset/Fungible/TransferRestrictions/index.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L14) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/index.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L15) +[api/entities/Asset/Fungible/TransferRestrictions/index.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L15) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/index.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L12) +[api/entities/Asset/Fungible/TransferRestrictions/index.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L12) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/index.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L13) +[api/entities/Asset/Fungible/TransferRestrictions/index.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L13) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/NonFungible/AssetHolders/AssetHolders.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/NonFungible/AssetHolders/AssetHolders.md index dfecb9f828..8fe9b76948 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/NonFungible/AssetHolders/AssetHolders.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/NonFungible/AssetHolders/AssetHolders.md @@ -40,4 +40,4 @@ uses the middlewareV2 #### Defined in -[api/entities/Asset/NonFungible/AssetHolders/index.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/AssetHolders/index.ts#L19) +[api/entities/Asset/NonFungible/AssetHolders/index.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/AssetHolders/index.ts#L19) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/NonFungible/Nft/Nft.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/NonFungible/Nft/Nft.md index 08c13b0f88..141771404b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/NonFungible/Nft/Nft.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/NonFungible/Nft/Nft.md @@ -24,7 +24,7 @@ The [NftCollection](../../../../../../modules/API/Entities/Asset/NonFungible/Nft #### Defined in -[api/entities/Asset/NonFungible/Nft.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/Nft.ts#L50) +[api/entities/Asset/NonFungible/Nft.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/Nft.ts#L50) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/Asset/NonFungible/Nft.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/Nft.ts#L45) +[api/entities/Asset/NonFungible/Nft.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/Nft.ts#L45) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -68,7 +68,7 @@ Determine if the NFT exists on chain #### Defined in -[api/entities/Asset/NonFungible/Nft.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/Nft.ts#L130) +[api/entities/Asset/NonFungible/Nft.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/Nft.ts#L130) ___ @@ -97,7 +97,7 @@ The URI values can include `{tokenId}` that will be replaced with the NFTs ID. I #### Defined in -[api/entities/Asset/NonFungible/Nft.ts:152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/Nft.ts#L152) +[api/entities/Asset/NonFungible/Nft.ts:152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/Nft.ts#L152) ___ @@ -113,7 +113,7 @@ Get metadata associated with this token #### Defined in -[api/entities/Asset/NonFungible/Nft.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/Nft.ts#L98) +[api/entities/Asset/NonFungible/Nft.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/Nft.ts#L98) ___ @@ -133,7 +133,7 @@ This method returns `null` if there is no existing holder for the token. This ma #### Defined in -[api/entities/Asset/NonFungible/Nft.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/Nft.ts#L213) +[api/entities/Asset/NonFungible/Nft.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/Nft.ts#L213) ___ @@ -162,7 +162,7 @@ The URI values can include `{tokenId}` that will be replaced with the NFTs ID. I #### Defined in -[api/entities/Asset/NonFungible/Nft.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/Nft.ts#L188) +[api/entities/Asset/NonFungible/Nft.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/Nft.ts#L188) ___ @@ -188,7 +188,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -208,7 +208,7 @@ if NFT has no owner (has been redeemed) #### Defined in -[api/entities/Asset/NonFungible/Nft.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/Nft.ts#L245) +[api/entities/Asset/NonFungible/Nft.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/Nft.ts#L245) ___ @@ -236,7 +236,7 @@ this method is of type [OptionalArgsProcedureMethod](../../../../../../interface #### Defined in -[api/entities/Asset/NonFungible/Nft.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/Nft.ts#L58) +[api/entities/Asset/NonFungible/Nft.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/Nft.ts#L58) ___ @@ -268,7 +268,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -300,4 +300,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md index 3dae5de317..76f6e263cf 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md @@ -22,7 +22,7 @@ Class used to manage NFT functionality #### Defined in -[api/entities/Asset/NonFungible/NftCollection.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/NftCollection.ts#L62) +[api/entities/Asset/NonFungible/NftCollection.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/NftCollection.ts#L62) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L71) +[api/entities/Asset/Base/BaseAsset.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L71) ___ @@ -56,7 +56,7 @@ this is no longer used from chain 7.x #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L81) +[api/entities/Asset/Base/BaseAsset.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L81) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L72) +[api/entities/Asset/Base/BaseAsset.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L72) ___ @@ -86,7 +86,7 @@ Unique ID of the Asset in UUID format #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L95) +[api/entities/Asset/Base/BaseAsset.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L95) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L73) +[api/entities/Asset/Base/BaseAsset.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L73) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L74) +[api/entities/Asset/Base/BaseAsset.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L74) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[api/entities/Asset/NonFungible/NftCollection.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/NftCollection.ts#L63) +[api/entities/Asset/NonFungible/NftCollection.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/NftCollection.ts#L63) ___ @@ -146,7 +146,7 @@ in favour of `ticker` value received from the response of `details` method #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L90) +[api/entities/Asset/Base/BaseAsset.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L90) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Accessors @@ -184,7 +184,7 @@ BaseAsset.rawId #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L102) +[api/entities/Asset/Base/BaseAsset.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L102) ## Methods @@ -216,7 +216,7 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L263) +[api/entities/Asset/Base/BaseAsset.ts:265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L265) ___ @@ -237,7 +237,7 @@ In other words, the SDK only validates the presence of metadata keys, additional #### Defined in -[api/entities/Asset/NonFungible/NftCollection.ts:172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/NftCollection.ts#L172) +[api/entities/Asset/NonFungible/NftCollection.ts:172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/NftCollection.ts#L172) ___ @@ -265,7 +265,7 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/NonFungible/NftCollection.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/NftCollection.ts#L82) +[api/entities/Asset/NonFungible/NftCollection.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/NftCollection.ts#L82) ___ @@ -289,7 +289,7 @@ there is a possibility that the data is not ready by the time it is requested. I #### Defined in -[api/entities/Asset/NonFungible/NftCollection.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/NftCollection.ts#L261) +[api/entities/Asset/NonFungible/NftCollection.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/NftCollection.ts#L261) ___ @@ -313,7 +313,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:563](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L563) +[api/entities/Asset/Base/BaseAsset.ts:565](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L565) ▸ **currentFundingRound**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -333,7 +333,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:564](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L564) +[api/entities/Asset/Base/BaseAsset.ts:566](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L566) ___ @@ -357,7 +357,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/NonFungible/NftCollection.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/NftCollection.ts#L122) +[api/entities/Asset/NonFungible/NftCollection.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/NftCollection.ts#L122) ▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -377,7 +377,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/NonFungible/NftCollection.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/NftCollection.ts#L123) +[api/entities/Asset/NonFungible/NftCollection.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/NftCollection.ts#L123) ___ @@ -397,7 +397,7 @@ BaseAsset.exists #### Defined in -[api/entities/Asset/NonFungible/NftCollection.ts:284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/NftCollection.ts#L284) +[api/entities/Asset/NonFungible/NftCollection.ts:284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/NftCollection.ts#L284) ___ @@ -428,7 +428,7 @@ this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/ #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L243) +[api/entities/Asset/Base/BaseAsset.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L245) ___ @@ -444,7 +444,7 @@ Returns the collection's on chain numeric ID. Used primarily to access NFT speci #### Defined in -[api/entities/Asset/NonFungible/NftCollection.ts:311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/NftCollection.ts#L311) +[api/entities/Asset/NonFungible/NftCollection.ts:311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/NftCollection.ts#L311) ___ @@ -468,7 +468,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L309) +[api/entities/Asset/Base/BaseAsset.ts:311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L311) ▸ **getIdentifiers**(`callback?`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -488,7 +488,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L310) +[api/entities/Asset/Base/BaseAsset.ts:312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L312) ___ @@ -515,7 +515,7 @@ if the given NFT does not exist #### Defined in -[api/entities/Asset/NonFungible/NftCollection.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/NftCollection.ts#L237) +[api/entities/Asset/NonFungible/NftCollection.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/NftCollection.ts#L237) ___ @@ -535,7 +535,7 @@ Get required Asset mediators. These Identities must approve any Instruction invo #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L508) +[api/entities/Asset/Base/BaseAsset.ts:510](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L510) ___ @@ -563,7 +563,7 @@ uses the middlewareV2 #### Defined in -[api/entities/Asset/NonFungible/NftCollection.ts:346](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/NftCollection.ts#L346) +[api/entities/Asset/NonFungible/NftCollection.ts:346](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/NftCollection.ts#L346) ___ @@ -583,7 +583,7 @@ Get venue filtering details #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L528) +[api/entities/Asset/Base/BaseAsset.ts:530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L530) ___ @@ -599,7 +599,7 @@ Retrieve the amount of unique investors that hold this Nft #### Defined in -[api/entities/Asset/NonFungible/NftCollection.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/NftCollection.ts#L215) +[api/entities/Asset/NonFungible/NftCollection.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/NftCollection.ts#L215) ___ @@ -625,7 +625,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -649,7 +649,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L355) +[api/entities/Asset/Base/BaseAsset.ts:357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L357) ▸ **isFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -669,7 +669,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L356) +[api/entities/Asset/Base/BaseAsset.ts:358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L358) ___ @@ -701,7 +701,7 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/NonFungible/NftCollection.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/NftCollection.ts#L72) +[api/entities/Asset/NonFungible/NftCollection.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/NftCollection.ts#L72) ___ @@ -738,7 +738,7 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L286) +[api/entities/Asset/Base/BaseAsset.ts:288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L288) ___ @@ -763,6 +763,14 @@ Modify some properties of the Asset if the passed values result in no changes being made to the Asset +**`Throws`** + +if the passed assetType is not a known asset type or a custom type that has not been created on the chain + +**`Throws`** + +if trying to modify an NftCollection's assetType + **`Note`** this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) @@ -774,7 +782,7 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L149) +[api/entities/Asset/Base/BaseAsset.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L151) ___ @@ -806,7 +814,7 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L273) +[api/entities/Asset/Base/BaseAsset.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L275) ___ @@ -838,7 +846,7 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L127) +[api/entities/Asset/Base/BaseAsset.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L127) ___ @@ -858,7 +866,7 @@ Return the BaseAsset's ID #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L630) +[api/entities/Asset/Base/BaseAsset.ts:632](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L632) ___ @@ -897,7 +905,7 @@ this method is of type [ProcedureMethod](../../../../../../interfaces/API/Proced #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L117) +[api/entities/Asset/Base/BaseAsset.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L117) ___ @@ -928,7 +936,7 @@ this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/ #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L253) +[api/entities/Asset/Base/BaseAsset.ts:255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L255) ___ @@ -967,7 +975,7 @@ this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/ #### Defined in -[api/entities/Asset/Base/BaseAsset.ts:300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Base/BaseAsset.ts#L300) +[api/entities/Asset/Base/BaseAsset.ts:302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Base/BaseAsset.ts#L302) ___ @@ -999,7 +1007,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -1031,4 +1039,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md index 74c6c3ded1..7db886b4f5 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md @@ -26,7 +26,7 @@ internal identifier for the Request (used to accept/reject/cancel) #### Defined in -[api/entities/AuthorizationRequest.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L100) +[api/entities/AuthorizationRequest.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L100) ___ @@ -51,7 +51,7 @@ Authorization Request data corresponding to type of Authorization #### Defined in -[api/entities/AuthorizationRequest.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L89) +[api/entities/AuthorizationRequest.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L89) ___ @@ -64,7 +64,7 @@ date at which the Authorization Request expires and can no longer be accepted. #### Defined in -[api/entities/AuthorizationRequest.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L95) +[api/entities/AuthorizationRequest.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L95) ___ @@ -76,7 +76,7 @@ Identity that emitted the request #### Defined in -[api/entities/AuthorizationRequest.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L71) +[api/entities/AuthorizationRequest.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L71) ___ @@ -88,7 +88,7 @@ Identity or Account to which the request was emitted #### Defined in -[api/entities/AuthorizationRequest.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L66) +[api/entities/AuthorizationRequest.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L66) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -129,7 +129,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/entities/AuthorizationRequest.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L193) +[api/entities/AuthorizationRequest.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L193) ___ @@ -149,7 +149,7 @@ Determine whether this Authorization Request exists on chain #### Defined in -[api/entities/AuthorizationRequest.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L222) +[api/entities/AuthorizationRequest.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L222) ___ @@ -175,7 +175,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -191,7 +191,7 @@ Returns whether the Authorization Request has expired #### Defined in -[api/entities/AuthorizationRequest.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L213) +[api/entities/AuthorizationRequest.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L213) ___ @@ -221,7 +221,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/entities/AuthorizationRequest.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L206) +[api/entities/AuthorizationRequest.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L206) ___ @@ -241,7 +241,7 @@ Return the Authorization's static data #### Defined in -[api/entities/AuthorizationRequest.ts:236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L236) +[api/entities/AuthorizationRequest.ts:236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L236) ___ @@ -273,7 +273,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -305,4 +305,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Checkpoint/Checkpoint.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Checkpoint/Checkpoint.md index 7dd49ed155..89efd82812 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Checkpoint/Checkpoint.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Checkpoint/Checkpoint.md @@ -25,7 +25,7 @@ Asset whose balances are being recorded in this Checkpoint #### Defined in -[api/entities/Checkpoint.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Checkpoint.ts#L59) +[api/entities/Checkpoint.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Checkpoint.ts#L59) ___ @@ -37,7 +37,7 @@ Checkpoint identifier number #### Defined in -[api/entities/Checkpoint.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Checkpoint.ts#L54) +[api/entities/Checkpoint.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Checkpoint.ts#L54) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -86,7 +86,7 @@ This arises from a chain storage optimization and pagination. #### Defined in -[api/entities/Checkpoint.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Checkpoint.ts#L111) +[api/entities/Checkpoint.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Checkpoint.ts#L111) ___ @@ -115,7 +115,7 @@ The balance is stored only when the Identity makes a transaction after a Checkpo #### Defined in -[api/entities/Checkpoint.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Checkpoint.ts#L205) +[api/entities/Checkpoint.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Checkpoint.ts#L205) ___ @@ -131,7 +131,7 @@ Retrieve this Checkpoint's creation date #### Defined in -[api/entities/Checkpoint.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Checkpoint.ts#L91) +[api/entities/Checkpoint.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Checkpoint.ts#L91) ___ @@ -151,7 +151,7 @@ Determine whether this Checkpoint exists on chain #### Defined in -[api/entities/Checkpoint.ts:250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Checkpoint.ts#L250) +[api/entities/Checkpoint.ts:250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Checkpoint.ts#L250) ___ @@ -177,7 +177,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -197,7 +197,7 @@ Return the Checkpoint's ticker and identifier #### Defined in -[api/entities/Checkpoint.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Checkpoint.ts#L272) +[api/entities/Checkpoint.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Checkpoint.ts#L272) ___ @@ -213,7 +213,7 @@ Retrieve the Asset's total supply at this checkpoint #### Defined in -[api/entities/Checkpoint.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Checkpoint.ts#L76) +[api/entities/Checkpoint.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Checkpoint.ts#L76) ___ @@ -245,7 +245,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -277,4 +277,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md index bc3dd110a9..7f42e37df1 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md @@ -24,7 +24,7 @@ Asset for which Checkpoints are scheduled #### Defined in -[api/entities/CheckpointSchedule/index.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/index.ts#L57) +[api/entities/CheckpointSchedule/index.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/index.ts#L57) ___ @@ -36,7 +36,7 @@ date at which the last Checkpoint will be created with this Schedule. #### Defined in -[api/entities/CheckpointSchedule/index.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/index.ts#L67) +[api/entities/CheckpointSchedule/index.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/index.ts#L67) ___ @@ -48,7 +48,7 @@ schedule identifier number #### Defined in -[api/entities/CheckpointSchedule/index.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/index.ts#L52) +[api/entities/CheckpointSchedule/index.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/index.ts#L52) ___ @@ -60,7 +60,7 @@ dates in the future where checkpoints are schedule to be created #### Defined in -[api/entities/CheckpointSchedule/index.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/index.ts#L62) +[api/entities/CheckpointSchedule/index.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/index.ts#L62) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -90,7 +90,7 @@ Retrieve information specific to this Schedule #### Defined in -[api/entities/CheckpointSchedule/index.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/index.ts#L89) +[api/entities/CheckpointSchedule/index.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/index.ts#L89) ___ @@ -110,7 +110,7 @@ Determine whether this Checkpoint Schedule exists on chain #### Defined in -[api/entities/CheckpointSchedule/index.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/index.ts#L160) +[api/entities/CheckpointSchedule/index.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/index.ts#L160) ___ @@ -126,7 +126,7 @@ Retrieve all Checkpoints created by this Schedule #### Defined in -[api/entities/CheckpointSchedule/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/index.ts#L127) +[api/entities/CheckpointSchedule/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/index.ts#L127) ___ @@ -152,7 +152,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -172,7 +172,7 @@ Return the Schedule's static data #### Defined in -[api/entities/CheckpointSchedule/index.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/index.ts#L185) +[api/entities/CheckpointSchedule/index.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/index.ts#L185) ___ @@ -204,7 +204,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -236,4 +236,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Common/Namespaces/Authorizations/Authorizations.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Common/Namespaces/Authorizations/Authorizations.md index c8da4b2c37..f2a1aa2a18 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Common/Namespaces/Authorizations/Authorizations.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Common/Namespaces/Authorizations/Authorizations.md @@ -54,7 +54,7 @@ uses the middlewareV2 #### Defined in -[api/entities/common/namespaces/Authorizations.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/common/namespaces/Authorizations.ts#L150) +[api/entities/common/namespaces/Authorizations.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/common/namespaces/Authorizations.ts#L150) ___ @@ -81,7 +81,7 @@ if there is no Authorization Request with the passed ID targeting this Signer #### Defined in -[api/entities/common/namespaces/Authorizations.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/common/namespaces/Authorizations.ts#L80) +[api/entities/common/namespaces/Authorizations.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/common/namespaces/Authorizations.ts#L80) ___ @@ -105,4 +105,4 @@ Fetch all pending Authorization Requests for which this Signer is the target #### Defined in -[api/entities/common/namespaces/Authorizations.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/common/namespaces/Authorizations.ts#L42) +[api/entities/common/namespaces/Authorizations.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/common/namespaces/Authorizations.ts#L42) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/CorporateAction/CorporateAction.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/CorporateAction/CorporateAction.md index 35a8b11f55..4dcd525c19 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/CorporateAction/CorporateAction.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/CorporateAction/CorporateAction.md @@ -29,7 +29,7 @@ Asset affected by this Corporate Action #### Defined in -[api/entities/CorporateActionBase/index.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L84) +[api/entities/CorporateActionBase/index.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L84) ___ @@ -45,7 +45,7 @@ date at which the Corporate Action was created #### Defined in -[api/entities/CorporateActionBase/index.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L89) +[api/entities/CorporateActionBase/index.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L89) ___ @@ -61,7 +61,7 @@ default percentage (0-100) of tax withholding for this Corporate Action #### Defined in -[api/entities/CorporateActionBase/index.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L105) +[api/entities/CorporateActionBase/index.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L105) ___ @@ -77,7 +77,7 @@ brief text description of the Corporate Action #### Defined in -[api/entities/CorporateActionBase/index.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L94) +[api/entities/CorporateActionBase/index.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L94) ___ @@ -93,7 +93,7 @@ internal Corporate Action ID #### Defined in -[api/entities/CorporateActionBase/index.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L79) +[api/entities/CorporateActionBase/index.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L79) ___ @@ -110,7 +110,7 @@ Asset Holder Identities related to this Corporate action. If the treatment is `E #### Defined in -[api/entities/CorporateActionBase/index.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L100) +[api/entities/CorporateActionBase/index.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L100) ___ @@ -127,7 +127,7 @@ percentage (0-100) of tax withholding per Identity. Any Identity not present #### Defined in -[api/entities/CorporateActionBase/index.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L111) +[api/entities/CorporateActionBase/index.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L111) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -163,7 +163,7 @@ Retrieve the Checkpoint associated with this Corporate Action. If the Checkpoint #### Defined in -[api/entities/CorporateActionBase/index.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L195) +[api/entities/CorporateActionBase/index.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L195) ___ @@ -183,7 +183,7 @@ Determine whether this Corporate Action exists on chain #### Defined in -[api/entities/CorporateActionBase/index.ts:184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L184) +[api/entities/CorporateActionBase/index.ts:184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L184) ___ @@ -209,7 +209,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -245,7 +245,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/CorporateActionBase/index.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L164) +[api/entities/CorporateActionBase/index.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L164) ___ @@ -277,7 +277,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/CorporateAction.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L71) +[api/entities/CorporateAction.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L71) ___ @@ -297,7 +297,7 @@ Return the Corporate Action's static data #### Defined in -[api/entities/CorporateActionBase/index.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L275) +[api/entities/CorporateActionBase/index.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L275) ___ @@ -329,7 +329,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -361,4 +361,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/CorporateActionBase/CorporateActionBase.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/CorporateActionBase/CorporateActionBase.md index 60936959b6..40eb83f2e0 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/CorporateActionBase/CorporateActionBase.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/CorporateActionBase/CorporateActionBase.md @@ -29,7 +29,7 @@ Asset affected by this Corporate Action #### Defined in -[api/entities/CorporateActionBase/index.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L84) +[api/entities/CorporateActionBase/index.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L84) ___ @@ -41,7 +41,7 @@ date at which the Corporate Action was created #### Defined in -[api/entities/CorporateActionBase/index.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L89) +[api/entities/CorporateActionBase/index.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L89) ___ @@ -53,7 +53,7 @@ default percentage (0-100) of tax withholding for this Corporate Action #### Defined in -[api/entities/CorporateActionBase/index.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L105) +[api/entities/CorporateActionBase/index.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L105) ___ @@ -65,7 +65,7 @@ brief text description of the Corporate Action #### Defined in -[api/entities/CorporateActionBase/index.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L94) +[api/entities/CorporateActionBase/index.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L94) ___ @@ -77,7 +77,7 @@ internal Corporate Action ID #### Defined in -[api/entities/CorporateActionBase/index.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L79) +[api/entities/CorporateActionBase/index.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L79) ___ @@ -90,7 +90,7 @@ Asset Holder Identities related to this Corporate action. If the treatment is `E #### Defined in -[api/entities/CorporateActionBase/index.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L100) +[api/entities/CorporateActionBase/index.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L100) ___ @@ -103,7 +103,7 @@ percentage (0-100) of tax withholding per Identity. Any Identity not present #### Defined in -[api/entities/CorporateActionBase/index.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L111) +[api/entities/CorporateActionBase/index.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L111) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -135,7 +135,7 @@ Retrieve the Checkpoint associated with this Corporate Action. If the Checkpoint #### Defined in -[api/entities/CorporateActionBase/index.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L195) +[api/entities/CorporateActionBase/index.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L195) ___ @@ -155,7 +155,7 @@ Determine whether this Corporate Action exists on chain #### Defined in -[api/entities/CorporateActionBase/index.ts:184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L184) +[api/entities/CorporateActionBase/index.ts:184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L184) ___ @@ -181,7 +181,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -213,7 +213,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/CorporateActionBase/index.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L164) +[api/entities/CorporateActionBase/index.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L164) ___ @@ -241,7 +241,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/CorporateActionBase/index.ts:174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L174) +[api/entities/CorporateActionBase/index.ts:174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L174) ___ @@ -261,7 +261,7 @@ Return the Corporate Action's static data #### Defined in -[api/entities/CorporateActionBase/index.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L275) +[api/entities/CorporateActionBase/index.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L275) ___ @@ -293,7 +293,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -325,4 +325,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md index 3f8a9daa2f..dd07d6c7bf 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md @@ -28,7 +28,7 @@ Asset for which this group specifies permissions #### Defined in -[api/entities/PermissionGroup.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/PermissionGroup.ts#L19) +[api/entities/PermissionGroup.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/PermissionGroup.ts#L19) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[api/entities/CustomPermissionGroup.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CustomPermissionGroup.ts#L43) +[api/entities/CustomPermissionGroup.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CustomPermissionGroup.ts#L43) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -72,7 +72,7 @@ Determine whether this Custom Permission Group exists on chain #### Defined in -[api/entities/CustomPermissionGroup.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CustomPermissionGroup.ts#L108) +[api/entities/CustomPermissionGroup.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CustomPermissionGroup.ts#L108) ___ @@ -92,7 +92,7 @@ Retrieve the list of permissions and transaction groups associated with this Per #### Defined in -[api/entities/CustomPermissionGroup.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CustomPermissionGroup.ts#L74) +[api/entities/CustomPermissionGroup.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CustomPermissionGroup.ts#L74) ___ @@ -118,7 +118,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -146,7 +146,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/CustomPermissionGroup.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CustomPermissionGroup.ts#L67) +[api/entities/CustomPermissionGroup.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CustomPermissionGroup.ts#L67) ___ @@ -166,7 +166,7 @@ Return the Group's static data #### Defined in -[api/entities/CustomPermissionGroup.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CustomPermissionGroup.ts#L122) +[api/entities/CustomPermissionGroup.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CustomPermissionGroup.ts#L122) ___ @@ -198,7 +198,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -230,4 +230,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md index ab5255078c..d2cbb2c9ee 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md @@ -28,7 +28,7 @@ Identity of the Portfolio's owner #### Defined in -[api/entities/Portfolio/index.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L77) +[api/entities/Portfolio/index.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L77) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -62,7 +62,7 @@ Determine whether this Portfolio exists on chain #### Defined in -[api/entities/DefaultPortfolio.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DefaultPortfolio.ts#L22) +[api/entities/DefaultPortfolio.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DefaultPortfolio.ts#L22) ___ @@ -89,7 +89,7 @@ Retrieve the balances of all fungible assets in this Portfolio #### Defined in -[api/entities/Portfolio/index.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L143) +[api/entities/Portfolio/index.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L143) ___ @@ -116,7 +116,7 @@ Retrieve the NFTs held in this portfolio #### Defined in -[api/entities/Portfolio/index.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L222) +[api/entities/Portfolio/index.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L222) ___ @@ -140,7 +140,7 @@ if no custodian is set, the owner Identity is returned #### Defined in -[api/entities/Portfolio/index.ts:370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L370) +[api/entities/Portfolio/index.ts:370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L370) ___ @@ -173,7 +173,7 @@ uses the middlewareV2 #### Defined in -[api/entities/Portfolio/index.ts:412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L412) +[api/entities/Portfolio/index.ts:412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L412) ___ @@ -200,7 +200,7 @@ Return whether an Identity is the Portfolio custodian #### Defined in -[api/entities/Portfolio/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L127) +[api/entities/Portfolio/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L127) ___ @@ -226,7 +226,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -253,7 +253,7 @@ Return whether an Identity is the Portfolio owner #### Defined in -[api/entities/Portfolio/index.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L114) +[api/entities/Portfolio/index.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L114) ___ @@ -290,7 +290,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/Portfolio/index.ts:348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L348) +[api/entities/Portfolio/index.ts:348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L348) ___ @@ -326,7 +326,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/entities/Portfolio/index.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L361) +[api/entities/Portfolio/index.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L361) ___ @@ -369,7 +369,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/Portfolio/index.ts:335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L335) +[api/entities/Portfolio/index.ts:335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L335) ___ @@ -389,7 +389,7 @@ Return the Portfolio ID and owner DID #### Defined in -[api/entities/Portfolio/index.ts:490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L490) +[api/entities/Portfolio/index.ts:490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L490) ___ @@ -421,7 +421,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -453,4 +453,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md index 840010c6e1..a9b9998e07 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md @@ -24,7 +24,7 @@ Asset for which this Identity is a Default Trusted Claim Issuer #### Defined in -[api/entities/DefaultTrustedClaimIssuer.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DefaultTrustedClaimIssuer.ts#L35) +[api/entities/DefaultTrustedClaimIssuer.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DefaultTrustedClaimIssuer.ts#L35) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[api/entities/Identity/index.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L132) +[api/entities/Identity/index.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L132) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[api/entities/Identity/index.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L130) +[api/entities/Identity/index.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L130) ___ @@ -68,7 +68,7 @@ Identity ID as stored in the blockchain #### Defined in -[api/entities/Identity/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L127) +[api/entities/Identity/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L127) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[api/entities/Identity/index.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L131) +[api/entities/Identity/index.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L131) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -120,7 +120,7 @@ there is a possibility that the data is not ready by the time it is requested. I #### Defined in -[api/entities/DefaultTrustedClaimIssuer.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DefaultTrustedClaimIssuer.ts#L54) +[api/entities/DefaultTrustedClaimIssuer.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DefaultTrustedClaimIssuer.ts#L54) ___ @@ -144,7 +144,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:713](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L713) +[api/entities/Identity/index.ts:713](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L713) ▸ **areSecondaryAccountsFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -164,7 +164,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L714) +[api/entities/Identity/index.ts:714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L714) ___ @@ -190,7 +190,7 @@ Check whether this Identity possesses all specified roles #### Defined in -[api/entities/Identity/index.ts:495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L495) +[api/entities/Identity/index.ts:495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L495) ___ @@ -214,7 +214,7 @@ asset Identities aren't considered to exist for this check #### Defined in -[api/entities/Identity/index.ts:885](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L885) +[api/entities/Identity/index.ts:885](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L885) ___ @@ -245,7 +245,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L208) +[api/entities/Identity/index.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L208) ▸ **getAssetBalance**(`args`): `Promise`\<`BigNumber`\> @@ -266,7 +266,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L209) +[api/entities/Identity/index.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L209) ▸ **getAssetBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -288,7 +288,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L210) +[api/entities/Identity/index.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L210) ▸ **getAssetBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -310,7 +310,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L215) +[api/entities/Identity/index.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L215) ___ @@ -334,7 +334,7 @@ this query can be potentially **SLOW** depending on the number of parent Identit #### Defined in -[api/entities/Identity/index.ts:943](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L943) +[api/entities/Identity/index.ts:943](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L943) ___ @@ -371,7 +371,7 @@ supports pagination #### Defined in -[api/entities/Identity/index.ts:391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L391) +[api/entities/Identity/index.ts:391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L391) ___ @@ -408,7 +408,7 @@ supports pagination #### Defined in -[api/entities/Identity/index.ts:438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L438) +[api/entities/Identity/index.ts:438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L438) ___ @@ -442,7 +442,7 @@ supports pagination #### Defined in -[api/entities/Identity/index.ts:919](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L919) +[api/entities/Identity/index.ts:919](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L919) ___ @@ -463,7 +463,7 @@ Retrieve all Instructions where this Identity is a custodian of one or more port #### Defined in -[api/entities/Identity/index.ts:567](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L567) +[api/entities/Identity/index.ts:567](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L567) ___ @@ -484,7 +484,7 @@ Retrieve all Instructions where this Identity is a participant (owner/custodian) #### Defined in -[api/entities/Identity/index.ts:654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L654) +[api/entities/Identity/index.ts:654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L654) ___ @@ -511,7 +511,7 @@ this query can be potentially **SLOW** depending on the number of MultiSigs pres #### Defined in -[api/entities/Identity/index.ts:1073](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L1073) +[api/entities/Identity/index.ts:1073](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L1073) ___ @@ -531,7 +531,7 @@ Returns the off chain authorization nonce for this Identity #### Defined in -[api/entities/Identity/index.ts:1208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L1208) +[api/entities/Identity/index.ts:1208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L1208) ___ @@ -559,7 +559,7 @@ this query can be potentially **SLOW** depending on which Assets this Identity h #### Defined in -[api/entities/Identity/index.ts:752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L752) +[api/entities/Identity/index.ts:752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L752) ___ @@ -583,7 +583,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L327) +[api/entities/Identity/index.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L327) ▸ **getPrimaryAccount**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -603,7 +603,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L328) +[api/entities/Identity/index.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L328) ___ @@ -637,7 +637,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:802](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L802) +[api/entities/Identity/index.ts:802](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L802) ▸ **getSecondaryAccounts**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -657,7 +657,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L806) +[api/entities/Identity/index.ts:806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L806) ▸ **getSecondaryAccounts**(`paginationOpts`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -678,7 +678,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L810) +[api/entities/Identity/index.ts:810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L810) ___ @@ -702,7 +702,7 @@ uses the middlewareV2 #### Defined in -[api/entities/Identity/index.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L519) +[api/entities/Identity/index.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L519) ___ @@ -722,7 +722,7 @@ Retrieve all Venues created by this Identity #### Defined in -[api/entities/Identity/index.ts:539](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L539) +[api/entities/Identity/index.ts:539](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L539) ___ @@ -748,7 +748,7 @@ Check whether this Identity possesses the specified Role #### Defined in -[api/entities/Identity/index.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L160) +[api/entities/Identity/index.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L160) ___ @@ -768,7 +768,7 @@ Check whether this Identity has a valid CDD claim #### Defined in -[api/entities/Identity/index.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L275) +[api/entities/Identity/index.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L275) ___ @@ -794,7 +794,7 @@ Returns whether or not this Identity has pre-approved a particular asset #### Defined in -[api/entities/Identity/index.ts:1037](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L1037) +[api/entities/Identity/index.ts:1037](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L1037) ___ @@ -814,7 +814,7 @@ Check whether this Identity is a CDD provider #### Defined in -[api/entities/Identity/index.ts:308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L308) +[api/entities/Identity/index.ts:308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L308) ___ @@ -834,7 +834,7 @@ Check whether this Identity is a child Identity #### Defined in -[api/entities/Identity/index.ts:984](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L984) +[api/entities/Identity/index.ts:984](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L984) ___ @@ -860,7 +860,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -880,7 +880,7 @@ Check whether this Identity is Governance Committee member #### Defined in -[api/entities/Identity/index.ts:291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L291) +[api/entities/Identity/index.ts:291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L291) ___ @@ -906,7 +906,7 @@ Returns a list of all assets this Identity has pre-approved. These assets will n #### Defined in -[api/entities/Identity/index.ts:995](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L995) +[api/entities/Identity/index.ts:995](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L995) ___ @@ -926,7 +926,7 @@ Return the Identity's DID #### Defined in -[api/entities/Identity/index.ts:908](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L908) +[api/entities/Identity/index.ts:908](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L908) ___ @@ -942,7 +942,7 @@ Retrieve claim types for which this Claim Issuer is trusted. A null value means #### Defined in -[api/entities/DefaultTrustedClaimIssuer.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DefaultTrustedClaimIssuer.ts#L81) +[api/entities/DefaultTrustedClaimIssuer.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DefaultTrustedClaimIssuer.ts#L81) ___ @@ -980,7 +980,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/Identity/index.ts:977](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L977) +[api/entities/Identity/index.ts:977](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L977) ___ @@ -1012,7 +1012,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -1044,4 +1044,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/DividendDistribution/DividendDistribution.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/DividendDistribution/DividendDistribution.md index 5675c34032..5a93cbbb49 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/DividendDistribution/DividendDistribution.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/DividendDistribution/DividendDistribution.md @@ -29,7 +29,7 @@ Asset affected by this Corporate Action #### Defined in -[api/entities/CorporateActionBase/index.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L84) +[api/entities/CorporateActionBase/index.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L84) ___ @@ -41,7 +41,7 @@ Asset ID of the currency in which dividends are being distributed #### Defined in -[api/entities/DividendDistribution/index.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L98) +[api/entities/DividendDistribution/index.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L98) ___ @@ -57,7 +57,7 @@ date at which the Corporate Action was created #### Defined in -[api/entities/CorporateActionBase/index.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L89) +[api/entities/CorporateActionBase/index.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L89) ___ @@ -73,7 +73,7 @@ default percentage (0-100) of tax withholding for this Corporate Action #### Defined in -[api/entities/CorporateActionBase/index.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L105) +[api/entities/CorporateActionBase/index.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L105) ___ @@ -89,7 +89,7 @@ brief text description of the Corporate Action #### Defined in -[api/entities/CorporateActionBase/index.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L94) +[api/entities/CorporateActionBase/index.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L94) ___ @@ -101,7 +101,7 @@ date after which dividends can no longer be paid/reclaimed. A null value means t #### Defined in -[api/entities/DividendDistribution/index.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L114) +[api/entities/DividendDistribution/index.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L114) ___ @@ -117,7 +117,7 @@ internal Corporate Action ID #### Defined in -[api/entities/CorporateActionBase/index.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L79) +[api/entities/CorporateActionBase/index.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L79) ___ @@ -130,7 +130,7 @@ maximum amount of `currency` to be distributed. Distributions are "first come, f #### Defined in -[api/entities/DividendDistribution/index.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L109) +[api/entities/DividendDistribution/index.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L109) ___ @@ -142,7 +142,7 @@ Portfolio from which the dividends will be distributed #### Defined in -[api/entities/DividendDistribution/index.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L93) +[api/entities/DividendDistribution/index.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L93) ___ @@ -154,7 +154,7 @@ date starting from which dividends can be paid/reclaimed #### Defined in -[api/entities/DividendDistribution/index.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L119) +[api/entities/DividendDistribution/index.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L119) ___ @@ -166,7 +166,7 @@ amount of `currency` to pay for each share held by the Asset Holders #### Defined in -[api/entities/DividendDistribution/index.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L103) +[api/entities/DividendDistribution/index.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L103) ___ @@ -183,7 +183,7 @@ Asset Holder Identities related to this Corporate action. If the treatment is `E #### Defined in -[api/entities/CorporateActionBase/index.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L100) +[api/entities/CorporateActionBase/index.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L100) ___ @@ -200,7 +200,7 @@ percentage (0-100) of tax withholding per Identity. Any Identity not present #### Defined in -[api/entities/CorporateActionBase/index.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L111) +[api/entities/CorporateActionBase/index.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L111) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -235,7 +235,7 @@ Retrieve the Checkpoint associated with this Dividend Distribution. If the Check #### Defined in -[api/entities/DividendDistribution/index.ts:253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L253) +[api/entities/DividendDistribution/index.ts:253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L253) ___ @@ -266,7 +266,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/entities/DividendDistribution/index.ts:202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L202) +[api/entities/DividendDistribution/index.ts:202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L202) ___ @@ -282,7 +282,7 @@ Retrieve details associated with this Dividend Distribution #### Defined in -[api/entities/DividendDistribution/index.ts:281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L281) +[api/entities/DividendDistribution/index.ts:281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L281) ___ @@ -302,7 +302,7 @@ Retrieve whether the Distribution exists #### Defined in -[api/entities/DividendDistribution/index.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L272) +[api/entities/DividendDistribution/index.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L272) ___ @@ -331,7 +331,7 @@ if the Distribution Checkpoint hasn't been created yet, the result will be null. #### Defined in -[api/entities/DividendDistribution/index.ts:362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L362) +[api/entities/DividendDistribution/index.ts:362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L362) ___ @@ -357,7 +357,7 @@ if the Distribution Checkpoint hasn't been created yet, the result will be an em #### Defined in -[api/entities/DividendDistribution/index.ts:307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L307) +[api/entities/DividendDistribution/index.ts:307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L307) ___ @@ -389,7 +389,7 @@ supports pagination #### Defined in -[api/entities/DividendDistribution/index.ts:501](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L501) +[api/entities/DividendDistribution/index.ts:501](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L501) ___ @@ -409,7 +409,7 @@ uses the middlewareV2 #### Defined in -[api/entities/DividendDistribution/index.ts:460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L460) +[api/entities/DividendDistribution/index.ts:460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L460) ___ @@ -435,7 +435,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -471,7 +471,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/CorporateActionBase/index.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L164) +[api/entities/CorporateActionBase/index.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L164) ___ @@ -503,7 +503,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/DividendDistribution/index.ts:212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L212) +[api/entities/DividendDistribution/index.ts:212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L212) ___ @@ -539,7 +539,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/DividendDistribution/index.ts:230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L230) +[api/entities/DividendDistribution/index.ts:230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L230) ___ @@ -575,7 +575,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/entities/DividendDistribution/index.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L245) +[api/entities/DividendDistribution/index.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L245) ___ @@ -595,7 +595,7 @@ Return the Dividend Distribution's static data #### Defined in -[api/entities/DividendDistribution/index.ts:616](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L616) +[api/entities/DividendDistribution/index.ts:616](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L616) ___ @@ -627,7 +627,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -659,4 +659,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Entity/Entity.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Entity/Entity.md index ce379ebea3..e825297e39 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Entity/Entity.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Entity/Entity.md @@ -61,7 +61,7 @@ Represents an object or resource in the Polymesh Ecosystem with its own set of p #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -77,7 +77,7 @@ Determine whether this Entity exists on chain #### Defined in -[api/entities/Entity.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L68) +[api/entities/Entity.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L68) ___ @@ -99,7 +99,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -115,7 +115,7 @@ Returns Entity data in a human readable (JSON) format #### Defined in -[api/entities/Entity.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L73) +[api/entities/Entity.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L73) ___ @@ -143,7 +143,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -165,7 +165,7 @@ Typeguard that checks whether the object passed corresponds to the unique identi #### Defined in -[api/entities/Entity.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L42) +[api/entities/Entity.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L42) ___ @@ -193,4 +193,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/AssetPermissions/AssetPermissions.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/AssetPermissions/AssetPermissions.md index 8d7c0f8512..ffd3f4fa89 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/AssetPermissions/AssetPermissions.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/AssetPermissions/AssetPermissions.md @@ -36,7 +36,7 @@ Check whether this Identity has specific transaction Permissions over an Asset #### Defined in -[api/entities/Identity/AssetPermissions.ts:133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/AssetPermissions.ts#L133) +[api/entities/Identity/AssetPermissions.ts:133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/AssetPermissions.ts#L133) ___ @@ -68,7 +68,7 @@ there is a possibility that the data is not ready by the time it is requested. I #### Defined in -[api/entities/Identity/AssetPermissions.ts:325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/AssetPermissions.ts#L325) +[api/entities/Identity/AssetPermissions.ts:325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/AssetPermissions.ts#L325) ___ @@ -84,7 +84,7 @@ Retrieve all the Assets over which this Identity has permissions, with the corre #### Defined in -[api/entities/Identity/AssetPermissions.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/AssetPermissions.ts#L104) +[api/entities/Identity/AssetPermissions.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/AssetPermissions.ts#L104) ___ @@ -107,7 +107,7 @@ Retrieve this Identity's Permission Group for a specific Asset #### Defined in -[api/entities/Identity/AssetPermissions.ts:284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/AssetPermissions.ts#L284) +[api/entities/Identity/AssetPermissions.ts:284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/AssetPermissions.ts#L284) ___ @@ -142,7 +142,7 @@ supports pagination #### Defined in -[api/entities/Identity/AssetPermissions.ts:376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/AssetPermissions.ts#L376) +[api/entities/Identity/AssetPermissions.ts:376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/AssetPermissions.ts#L376) ___ @@ -170,7 +170,7 @@ this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedure #### Defined in -[api/entities/Identity/AssetPermissions.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/AssetPermissions.ts#L361) +[api/entities/Identity/AssetPermissions.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/AssetPermissions.ts#L361) ___ @@ -198,4 +198,4 @@ this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedure #### Defined in -[api/entities/Identity/AssetPermissions.ts:351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/AssetPermissions.ts#L351) +[api/entities/Identity/AssetPermissions.ts:351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/AssetPermissions.ts#L351) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md index 1b3f778c6e..d780f5c8d8 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md @@ -26,7 +26,7 @@ Represents a child identity #### Defined in -[api/entities/Identity/index.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L132) +[api/entities/Identity/index.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L132) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[api/entities/Identity/index.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L130) +[api/entities/Identity/index.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L130) ___ @@ -56,7 +56,7 @@ Identity ID as stored in the blockchain #### Defined in -[api/entities/Identity/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L127) +[api/entities/Identity/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L127) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[api/entities/Identity/index.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L131) +[api/entities/Identity/index.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L131) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -108,7 +108,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:713](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L713) +[api/entities/Identity/index.ts:713](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L713) ▸ **areSecondaryAccountsFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -128,7 +128,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L714) +[api/entities/Identity/index.ts:714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L714) ___ @@ -154,7 +154,7 @@ Check whether this Identity possesses all specified roles #### Defined in -[api/entities/Identity/index.ts:495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L495) +[api/entities/Identity/index.ts:495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L495) ___ @@ -178,7 +178,7 @@ asset Identities aren't considered to exist for this check #### Defined in -[api/entities/Identity/ChildIdentity.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/ChildIdentity.ts#L67) +[api/entities/Identity/ChildIdentity.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/ChildIdentity.ts#L67) ___ @@ -209,7 +209,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L208) +[api/entities/Identity/index.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L208) ▸ **getAssetBalance**(`args`): `Promise`\<`BigNumber`\> @@ -230,7 +230,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L209) +[api/entities/Identity/index.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L209) ▸ **getAssetBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -252,7 +252,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L210) +[api/entities/Identity/index.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L210) ▸ **getAssetBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -274,7 +274,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L215) +[api/entities/Identity/index.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L215) ___ @@ -311,7 +311,7 @@ supports pagination #### Defined in -[api/entities/Identity/index.ts:391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L391) +[api/entities/Identity/index.ts:391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L391) ___ @@ -348,7 +348,7 @@ supports pagination #### Defined in -[api/entities/Identity/index.ts:438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L438) +[api/entities/Identity/index.ts:438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L438) ___ @@ -382,7 +382,7 @@ supports pagination #### Defined in -[api/entities/Identity/index.ts:919](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L919) +[api/entities/Identity/index.ts:919](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L919) ___ @@ -403,7 +403,7 @@ Retrieve all Instructions where this Identity is a custodian of one or more port #### Defined in -[api/entities/Identity/index.ts:567](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L567) +[api/entities/Identity/index.ts:567](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L567) ___ @@ -424,7 +424,7 @@ Retrieve all Instructions where this Identity is a participant (owner/custodian) #### Defined in -[api/entities/Identity/index.ts:654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L654) +[api/entities/Identity/index.ts:654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L654) ___ @@ -451,7 +451,7 @@ this query can be potentially **SLOW** depending on the number of MultiSigs pres #### Defined in -[api/entities/Identity/index.ts:1073](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L1073) +[api/entities/Identity/index.ts:1073](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L1073) ___ @@ -471,7 +471,7 @@ Returns the off chain authorization nonce for this Identity #### Defined in -[api/entities/Identity/index.ts:1208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L1208) +[api/entities/Identity/index.ts:1208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L1208) ___ @@ -487,7 +487,7 @@ Returns the parent of this Identity (if any) #### Defined in -[api/entities/Identity/ChildIdentity.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/ChildIdentity.ts#L31) +[api/entities/Identity/ChildIdentity.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/ChildIdentity.ts#L31) ___ @@ -515,7 +515,7 @@ this query can be potentially **SLOW** depending on which Assets this Identity h #### Defined in -[api/entities/Identity/index.ts:752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L752) +[api/entities/Identity/index.ts:752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L752) ___ @@ -539,7 +539,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L327) +[api/entities/Identity/index.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L327) ▸ **getPrimaryAccount**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -559,7 +559,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L328) +[api/entities/Identity/index.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L328) ___ @@ -593,7 +593,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:802](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L802) +[api/entities/Identity/index.ts:802](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L802) ▸ **getSecondaryAccounts**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -613,7 +613,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L806) +[api/entities/Identity/index.ts:806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L806) ▸ **getSecondaryAccounts**(`paginationOpts`, `callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -634,7 +634,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L810) +[api/entities/Identity/index.ts:810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L810) ___ @@ -658,7 +658,7 @@ uses the middlewareV2 #### Defined in -[api/entities/Identity/index.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L519) +[api/entities/Identity/index.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L519) ___ @@ -678,7 +678,7 @@ Retrieve all Venues created by this Identity #### Defined in -[api/entities/Identity/index.ts:539](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L539) +[api/entities/Identity/index.ts:539](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L539) ___ @@ -704,7 +704,7 @@ Check whether this Identity possesses the specified Role #### Defined in -[api/entities/Identity/index.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L160) +[api/entities/Identity/index.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L160) ___ @@ -724,7 +724,7 @@ Check whether this Identity has a valid CDD claim #### Defined in -[api/entities/Identity/index.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L275) +[api/entities/Identity/index.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L275) ___ @@ -750,7 +750,7 @@ Returns whether or not this Identity has pre-approved a particular asset #### Defined in -[api/entities/Identity/index.ts:1037](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L1037) +[api/entities/Identity/index.ts:1037](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L1037) ___ @@ -770,7 +770,7 @@ Check whether this Identity is a CDD provider #### Defined in -[api/entities/Identity/index.ts:308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L308) +[api/entities/Identity/index.ts:308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L308) ___ @@ -790,7 +790,7 @@ Check whether this Identity is a child Identity #### Defined in -[api/entities/Identity/index.ts:984](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L984) +[api/entities/Identity/index.ts:984](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L984) ___ @@ -816,7 +816,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -836,7 +836,7 @@ Check whether this Identity is Governance Committee member #### Defined in -[api/entities/Identity/index.ts:291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L291) +[api/entities/Identity/index.ts:291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L291) ___ @@ -862,7 +862,7 @@ Returns a list of all assets this Identity has pre-approved. These assets will n #### Defined in -[api/entities/Identity/index.ts:995](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L995) +[api/entities/Identity/index.ts:995](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L995) ___ @@ -882,7 +882,7 @@ Return the Identity's DID #### Defined in -[api/entities/Identity/index.ts:908](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L908) +[api/entities/Identity/index.ts:908](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L908) ___ @@ -920,7 +920,7 @@ this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedure #### Defined in -[api/entities/Identity/index.ts:977](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L977) +[api/entities/Identity/index.ts:977](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L977) ___ @@ -953,7 +953,7 @@ this method is of type [NoArgsProcedureMethod](../../../../../interfaces/API/Pro #### Defined in -[api/entities/Identity/ChildIdentity.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/ChildIdentity.ts#L83) +[api/entities/Identity/ChildIdentity.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/ChildIdentity.ts#L83) ___ @@ -985,7 +985,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -1017,4 +1017,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/Identity.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/Identity.md index 035a10218e..fb1b7a3193 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/Identity.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/Identity.md @@ -26,7 +26,7 @@ Represents an Identity in the Polymesh blockchain #### Defined in -[api/entities/Identity/index.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L132) +[api/entities/Identity/index.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L132) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[api/entities/Identity/index.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L130) +[api/entities/Identity/index.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L130) ___ @@ -48,7 +48,7 @@ Identity ID as stored in the blockchain #### Defined in -[api/entities/Identity/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L127) +[api/entities/Identity/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L127) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[api/entities/Identity/index.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L131) +[api/entities/Identity/index.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L131) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -92,7 +92,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:713](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L713) +[api/entities/Identity/index.ts:713](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L713) ▸ **areSecondaryAccountsFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -108,7 +108,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L714) +[api/entities/Identity/index.ts:714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L714) ___ @@ -130,7 +130,7 @@ Check whether this Identity possesses all specified roles #### Defined in -[api/entities/Identity/index.ts:495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L495) +[api/entities/Identity/index.ts:495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L495) ___ @@ -154,7 +154,7 @@ asset Identities aren't considered to exist for this check #### Defined in -[api/entities/Identity/index.ts:885](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L885) +[api/entities/Identity/index.ts:885](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L885) ___ @@ -181,7 +181,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L208) +[api/entities/Identity/index.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L208) ▸ **getAssetBalance**(`args`): `Promise`\<`BigNumber`\> @@ -198,7 +198,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L209) +[api/entities/Identity/index.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L209) ▸ **getAssetBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -216,7 +216,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L210) +[api/entities/Identity/index.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L210) ▸ **getAssetBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -234,7 +234,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L215) +[api/entities/Identity/index.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L215) ___ @@ -254,7 +254,7 @@ this query can be potentially **SLOW** depending on the number of parent Identit #### Defined in -[api/entities/Identity/index.ts:943](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L943) +[api/entities/Identity/index.ts:943](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L943) ___ @@ -287,7 +287,7 @@ supports pagination #### Defined in -[api/entities/Identity/index.ts:391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L391) +[api/entities/Identity/index.ts:391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L391) ___ @@ -320,7 +320,7 @@ supports pagination #### Defined in -[api/entities/Identity/index.ts:438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L438) +[api/entities/Identity/index.ts:438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L438) ___ @@ -350,7 +350,7 @@ supports pagination #### Defined in -[api/entities/Identity/index.ts:919](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L919) +[api/entities/Identity/index.ts:919](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L919) ___ @@ -367,7 +367,7 @@ Retrieve all Instructions where this Identity is a custodian of one or more port #### Defined in -[api/entities/Identity/index.ts:567](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L567) +[api/entities/Identity/index.ts:567](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L567) ___ @@ -384,7 +384,7 @@ Retrieve all Instructions where this Identity is a participant (owner/custodian) #### Defined in -[api/entities/Identity/index.ts:654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L654) +[api/entities/Identity/index.ts:654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L654) ___ @@ -407,7 +407,7 @@ this query can be potentially **SLOW** depending on the number of MultiSigs pres #### Defined in -[api/entities/Identity/index.ts:1073](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L1073) +[api/entities/Identity/index.ts:1073](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L1073) ___ @@ -423,7 +423,7 @@ Returns the off chain authorization nonce for this Identity #### Defined in -[api/entities/Identity/index.ts:1208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L1208) +[api/entities/Identity/index.ts:1208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L1208) ___ @@ -447,7 +447,7 @@ this query can be potentially **SLOW** depending on which Assets this Identity h #### Defined in -[api/entities/Identity/index.ts:752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L752) +[api/entities/Identity/index.ts:752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L752) ___ @@ -467,7 +467,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L327) +[api/entities/Identity/index.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L327) ▸ **getPrimaryAccount**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -483,7 +483,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L328) +[api/entities/Identity/index.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L328) ___ @@ -513,7 +513,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:802](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L802) +[api/entities/Identity/index.ts:802](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L802) ▸ **getSecondaryAccounts**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -529,7 +529,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L806) +[api/entities/Identity/index.ts:806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L806) ▸ **getSecondaryAccounts**(`paginationOpts`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -546,7 +546,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Identity/index.ts:810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L810) +[api/entities/Identity/index.ts:810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L810) ___ @@ -566,7 +566,7 @@ uses the middlewareV2 #### Defined in -[api/entities/Identity/index.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L519) +[api/entities/Identity/index.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L519) ___ @@ -582,7 +582,7 @@ Retrieve all Venues created by this Identity #### Defined in -[api/entities/Identity/index.ts:539](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L539) +[api/entities/Identity/index.ts:539](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L539) ___ @@ -604,7 +604,7 @@ Check whether this Identity possesses the specified Role #### Defined in -[api/entities/Identity/index.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L160) +[api/entities/Identity/index.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L160) ___ @@ -620,7 +620,7 @@ Check whether this Identity has a valid CDD claim #### Defined in -[api/entities/Identity/index.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L275) +[api/entities/Identity/index.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L275) ___ @@ -642,7 +642,7 @@ Returns whether or not this Identity has pre-approved a particular asset #### Defined in -[api/entities/Identity/index.ts:1037](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L1037) +[api/entities/Identity/index.ts:1037](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L1037) ___ @@ -658,7 +658,7 @@ Check whether this Identity is a CDD provider #### Defined in -[api/entities/Identity/index.ts:308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L308) +[api/entities/Identity/index.ts:308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L308) ___ @@ -674,7 +674,7 @@ Check whether this Identity is a child Identity #### Defined in -[api/entities/Identity/index.ts:984](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L984) +[api/entities/Identity/index.ts:984](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L984) ___ @@ -700,7 +700,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -716,7 +716,7 @@ Check whether this Identity is Governance Committee member #### Defined in -[api/entities/Identity/index.ts:291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L291) +[api/entities/Identity/index.ts:291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L291) ___ @@ -738,7 +738,7 @@ Returns a list of all assets this Identity has pre-approved. These assets will n #### Defined in -[api/entities/Identity/index.ts:995](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L995) +[api/entities/Identity/index.ts:995](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L995) ___ @@ -758,7 +758,7 @@ Return the Identity's DID #### Defined in -[api/entities/Identity/index.ts:908](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L908) +[api/entities/Identity/index.ts:908](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L908) ___ @@ -792,7 +792,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/Identity/index.ts:977](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L977) +[api/entities/Identity/index.ts:977](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L977) ___ @@ -824,7 +824,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -856,4 +856,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md index 3095d8eef9..26aea4762f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md @@ -50,7 +50,7 @@ uses the middlewareV2 #### Defined in -[api/entities/common/namespaces/Authorizations.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/common/namespaces/Authorizations.ts#L150) +[api/entities/common/namespaces/Authorizations.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/common/namespaces/Authorizations.ts#L150) ___ @@ -81,7 +81,7 @@ if there is no Authorization Request with the passed ID targeting or issued by t #### Defined in -[api/entities/Identity/IdentityAuthorizations.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/IdentityAuthorizations.ts#L60) +[api/entities/Identity/IdentityAuthorizations.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/IdentityAuthorizations.ts#L60) ___ @@ -109,7 +109,7 @@ Fetch all pending Authorization Requests for which this Signer is the target #### Defined in -[api/entities/common/namespaces/Authorizations.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/common/namespaces/Authorizations.ts#L42) +[api/entities/common/namespaces/Authorizations.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/common/namespaces/Authorizations.ts#L42) ___ @@ -135,4 +135,4 @@ supports pagination #### Defined in -[api/entities/Identity/IdentityAuthorizations.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/IdentityAuthorizations.ts#L18) +[api/entities/Identity/IdentityAuthorizations.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/IdentityAuthorizations.ts#L18) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/Portfolios/Portfolios.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/Portfolios/Portfolios.md index a386d99bdb..71129e7b52 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/Portfolios/Portfolios.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Identity/Portfolios/Portfolios.md @@ -46,7 +46,7 @@ this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedure #### Defined in -[api/entities/Identity/Portfolios.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/Portfolios.ts#L213) +[api/entities/Identity/Portfolios.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/Portfolios.ts#L213) ___ @@ -74,7 +74,7 @@ supports pagination #### Defined in -[api/entities/Identity/Portfolios.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/Portfolios.ts#L92) +[api/entities/Identity/Portfolios.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/Portfolios.ts#L92) ___ @@ -90,7 +90,7 @@ Retrieve a Numbered Portfolio or the Default Portfolio if Portfolio ID is not pa #### Defined in -[api/entities/Identity/Portfolios.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/Portfolios.ts#L139) +[api/entities/Identity/Portfolios.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/Portfolios.ts#L139) ▸ **getPortfolio**(`args`): `Promise`\<[`NumberedPortfolio`](../../NumberedPortfolio/NumberedPortfolio.md)\> @@ -107,7 +107,7 @@ Retrieve a Numbered Portfolio or the Default Portfolio if Portfolio ID is not pa #### Defined in -[api/entities/Identity/Portfolios.ts:140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/Portfolios.ts#L140) +[api/entities/Identity/Portfolios.ts:140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/Portfolios.ts#L140) ___ @@ -134,7 +134,7 @@ if no Portfolio exists with the given name #### Defined in -[api/entities/Identity/Portfolios.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/Portfolios.ts#L175) +[api/entities/Identity/Portfolios.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/Portfolios.ts#L175) ___ @@ -150,7 +150,7 @@ Retrieve all the Portfolios owned by this Identity #### Defined in -[api/entities/Identity/Portfolios.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/Portfolios.ts#L61) +[api/entities/Identity/Portfolios.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/Portfolios.ts#L61) ___ @@ -179,4 +179,4 @@ uses the middlewareV2 #### Defined in -[api/entities/Identity/Portfolios.ts:225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/Portfolios.ts#L225) +[api/entities/Identity/Portfolios.ts:225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/Portfolios.ts#L225) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Instruction/Instruction.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Instruction/Instruction.md index a3a20e9b1b..c57f7b4324 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Instruction/Instruction.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Instruction/Instruction.md @@ -24,7 +24,7 @@ Unique identifier number of the instruction #### Defined in -[api/entities/Instruction/index.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L102) +[api/entities/Instruction/index.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L102) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -66,7 +66,7 @@ this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/API/ #### Defined in -[api/entities/Instruction/index.ts:560](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L560) +[api/entities/Instruction/index.ts:560](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L560) ___ @@ -94,7 +94,7 @@ this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/API/ #### Defined in -[api/entities/Instruction/index.ts:594](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L594) +[api/entities/Instruction/index.ts:594](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L594) ___ @@ -110,7 +110,7 @@ Retrieve information specific to this Instruction #### Defined in -[api/entities/Instruction/index.ts:299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L299) +[api/entities/Instruction/index.ts:299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L299) ___ @@ -138,7 +138,7 @@ this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/API/ #### Defined in -[api/entities/Instruction/index.ts:614](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L614) +[api/entities/Instruction/index.ts:614](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L614) ___ @@ -158,7 +158,7 @@ Determine whether this Instruction exists on chain (or existed and was pruned) #### Defined in -[api/entities/Instruction/index.ts:281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L281) +[api/entities/Instruction/index.ts:281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L281) ___ @@ -185,7 +185,7 @@ Generate an offchain affirmation receipt for a specific leg and UID #### Defined in -[api/entities/Instruction/index.ts:825](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L825) +[api/entities/Instruction/index.ts:826](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L826) ___ @@ -211,7 +211,7 @@ supports pagination #### Defined in -[api/entities/Instruction/index.ts:351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L351) +[api/entities/Instruction/index.ts:351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L351) ___ @@ -234,7 +234,7 @@ Retrieve all the involved portfolios in this Instruction where the given identit #### Defined in -[api/entities/Instruction/index.ts:663](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L663) +[api/entities/Instruction/index.ts:664](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L664) ___ @@ -260,7 +260,7 @@ supports pagination #### Defined in -[api/entities/Instruction/index.ts:397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L397) +[api/entities/Instruction/index.ts:397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L397) ___ @@ -276,7 +276,7 @@ Returns the mediators for the Instruction, along with their affirmation status #### Defined in -[api/entities/Instruction/index.ts:710](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L710) +[api/entities/Instruction/index.ts:711](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L711) ___ @@ -299,7 +299,7 @@ Returns affirmation status for a specific offchain leg in this Instruction #### Defined in -[api/entities/Instruction/index.ts:774](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L774) +[api/entities/Instruction/index.ts:775](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L775) ___ @@ -315,7 +315,7 @@ Returns affirmation statuses for offchain legs in this Instruction #### Defined in -[api/entities/Instruction/index.ts:739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L739) +[api/entities/Instruction/index.ts:740](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L740) ___ @@ -335,7 +335,7 @@ uses the middlewareV2 #### Defined in -[api/entities/Instruction/index.ts:497](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L497) +[api/entities/Instruction/index.ts:497](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L497) ___ @@ -361,7 +361,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -378,7 +378,7 @@ Retrieve whether the Instruction has already been executed and pruned from #### Defined in -[api/entities/Instruction/index.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L193) +[api/entities/Instruction/index.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L193) ___ @@ -394,7 +394,7 @@ Retrieve whether the Instruction is still pending on chain #### Defined in -[api/entities/Instruction/index.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L222) +[api/entities/Instruction/index.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L222) ___ @@ -425,7 +425,7 @@ current status as `Executed` means that the Instruction has been executed/reject #### Defined in -[api/entities/Instruction/index.ts:247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L247) +[api/entities/Instruction/index.ts:247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L247) ___ @@ -465,7 +465,7 @@ this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/API/ #### Defined in -[api/entities/Instruction/index.ts:550](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L550) +[api/entities/Instruction/index.ts:550](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L550) ___ @@ -504,7 +504,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/entities/Instruction/index.ts:584](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L584) +[api/entities/Instruction/index.ts:584](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L584) ___ @@ -524,7 +524,7 @@ Return the Instruction's ID #### Defined in -[api/entities/Instruction/index.ts:656](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L656) +[api/entities/Instruction/index.ts:657](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L657) ___ @@ -552,7 +552,7 @@ this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/API/ #### Defined in -[api/entities/Instruction/index.ts:570](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L570) +[api/entities/Instruction/index.ts:570](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L570) ___ @@ -579,7 +579,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/entities/Instruction/index.ts:604](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L604) +[api/entities/Instruction/index.ts:604](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L604) ___ @@ -611,7 +611,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -643,4 +643,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md index fc34cc03c2..8995e54f3e 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md @@ -28,7 +28,7 @@ Asset for which this group specifies permissions #### Defined in -[api/entities/PermissionGroup.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/PermissionGroup.ts#L19) +[api/entities/PermissionGroup.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/PermissionGroup.ts#L19) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[api/entities/KnownPermissionGroup.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/KnownPermissionGroup.ts#L34) +[api/entities/KnownPermissionGroup.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/KnownPermissionGroup.ts#L34) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -72,7 +72,7 @@ Determine whether this Known Permission Group exists on chain #### Defined in -[api/entities/KnownPermissionGroup.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/KnownPermissionGroup.ts#L94) +[api/entities/KnownPermissionGroup.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/KnownPermissionGroup.ts#L94) ___ @@ -92,7 +92,7 @@ Retrieve the Permissions associated with this Permission Group #### Defined in -[api/entities/KnownPermissionGroup.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/KnownPermissionGroup.ts#L50) +[api/entities/KnownPermissionGroup.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/KnownPermissionGroup.ts#L50) ___ @@ -118,7 +118,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -138,7 +138,7 @@ Return the KnownPermissionGroup's static data #### Defined in -[api/entities/KnownPermissionGroup.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/KnownPermissionGroup.ts#L101) +[api/entities/KnownPermissionGroup.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/KnownPermissionGroup.ts#L101) ___ @@ -170,7 +170,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -202,4 +202,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/MetadataEntry/MetadataEntry.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/MetadataEntry/MetadataEntry.md index d8a4e6818f..e194338b60 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/MetadataEntry/MetadataEntry.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/MetadataEntry/MetadataEntry.md @@ -24,7 +24,7 @@ Asset for which this is the metadata #### Defined in -[api/entities/MetadataEntry/index.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/index.ts#L50) +[api/entities/MetadataEntry/index.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/index.ts#L50) ___ @@ -36,7 +36,7 @@ identifier number of the MetadataEntry #### Defined in -[api/entities/MetadataEntry/index.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/index.ts#L60) +[api/entities/MetadataEntry/index.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/index.ts#L60) ___ @@ -48,7 +48,7 @@ Type of metadata represented by this instance #### Defined in -[api/entities/MetadataEntry/index.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/index.ts#L55) +[api/entities/MetadataEntry/index.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/index.ts#L55) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -94,7 +94,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/entities/MetadataEntry/index.ts:120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/index.ts#L120) +[api/entities/MetadataEntry/index.ts:120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/index.ts#L120) ___ @@ -110,7 +110,7 @@ Retrieve name and specs for this MetadataEntry #### Defined in -[api/entities/MetadataEntry/index.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/index.ts#L145) +[api/entities/MetadataEntry/index.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/index.ts#L145) ___ @@ -130,7 +130,7 @@ Determine whether this MetadataEntry exists on chain #### Defined in -[api/entities/MetadataEntry/index.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/index.ts#L221) +[api/entities/MetadataEntry/index.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/index.ts#L221) ___ @@ -156,7 +156,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -173,7 +173,7 @@ A MetadataEntry is modifiable if it exists and is not locked #### Defined in -[api/entities/MetadataEntry/index.ts:254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/index.ts#L254) +[api/entities/MetadataEntry/index.ts:254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/index.ts#L254) ___ @@ -211,7 +211,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/entities/MetadataEntry/index.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/index.ts#L138) +[api/entities/MetadataEntry/index.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/index.ts#L138) ___ @@ -243,7 +243,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/MetadataEntry/index.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/index.ts#L106) +[api/entities/MetadataEntry/index.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/index.ts#L106) ___ @@ -263,7 +263,7 @@ Return the MetadataEntry's ID, Asset ticker and Metadata type #### Defined in -[api/entities/MetadataEntry/index.ts:317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/index.ts#L317) +[api/entities/MetadataEntry/index.ts:317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/index.ts#L317) ___ @@ -283,7 +283,7 @@ Retrieve the value and details (expiry + lock status) for this MetadataEntry #### Defined in -[api/entities/MetadataEntry/index.ts:192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/index.ts#L192) +[api/entities/MetadataEntry/index.ts:192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/index.ts#L192) ___ @@ -315,7 +315,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -347,4 +347,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/MultiSigProposal/MultiSigProposal.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/MultiSigProposal/MultiSigProposal.md index eea2e5d498..657e4f6075 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/MultiSigProposal/MultiSigProposal.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/MultiSigProposal/MultiSigProposal.md @@ -22,7 +22,7 @@ A proposal for a MultiSig transaction. This is a wrapper around an extrinsic tha #### Defined in -[api/entities/MultiSigProposal/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/index.ts#L54) +[api/entities/MultiSigProposal/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/index.ts#L54) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[api/entities/MultiSigProposal/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/index.ts#L53) +[api/entities/MultiSigProposal/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/index.ts#L53) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -73,7 +73,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/entities/MultiSigProposal/index.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/index.ts#L98) +[api/entities/MultiSigProposal/index.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/index.ts#L98) ___ @@ -97,7 +97,7 @@ there is a possibility that the data is not ready by the time it is requested. I #### Defined in -[api/entities/MultiSigProposal/index.ts:351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/index.ts#L351) +[api/entities/MultiSigProposal/index.ts:351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/index.ts#L351) ___ @@ -121,7 +121,7 @@ there is a possibility that the data is not ready by the time it is requested. I #### Defined in -[api/entities/MultiSigProposal/index.ts:366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/index.ts#L366) +[api/entities/MultiSigProposal/index.ts:366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/index.ts#L366) ___ @@ -137,7 +137,7 @@ Fetches the details of the Proposal. This includes the amount of approvals and r #### Defined in -[api/entities/MultiSigProposal/index.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/index.ts#L115) +[api/entities/MultiSigProposal/index.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/index.ts#L115) ___ @@ -157,7 +157,7 @@ Determines whether this Proposal exists on chain #### Defined in -[api/entities/MultiSigProposal/index.ts:248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/index.ts#L248) +[api/entities/MultiSigProposal/index.ts:248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/index.ts#L248) ___ @@ -183,7 +183,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -210,7 +210,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/entities/MultiSigProposal/index.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/index.ts#L108) +[api/entities/MultiSigProposal/index.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/index.ts#L108) ___ @@ -230,7 +230,7 @@ Returns a human readable representation #### Defined in -[api/entities/MultiSigProposal/index.ts:270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/index.ts#L270) +[api/entities/MultiSigProposal/index.ts:270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/index.ts#L270) ___ @@ -250,7 +250,7 @@ uses the middlewareV2 #### Defined in -[api/entities/MultiSigProposal/index.ts:287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/index.ts#L287) +[api/entities/MultiSigProposal/index.ts:287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/index.ts#L287) ___ @@ -282,7 +282,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -308,7 +308,7 @@ Typeguard that checks whether the object passed corresponds to the unique identi #### Defined in -[api/entities/Entity.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L42) +[api/entities/Entity.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L42) ___ @@ -340,4 +340,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md index 9360517e6e..0e09311ca5 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md @@ -24,7 +24,7 @@ Portfolio identifier number #### Defined in -[api/entities/NumberedPortfolio.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/NumberedPortfolio.ts#L39) +[api/entities/NumberedPortfolio.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/NumberedPortfolio.ts#L39) ___ @@ -40,7 +40,7 @@ Identity of the Portfolio's owner #### Defined in -[api/entities/Portfolio/index.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L77) +[api/entities/Portfolio/index.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L77) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -78,7 +78,7 @@ there is a possibility that the data is not ready by the time it is requested. I #### Defined in -[api/entities/NumberedPortfolio.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/NumberedPortfolio.ts#L101) +[api/entities/NumberedPortfolio.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/NumberedPortfolio.ts#L101) ___ @@ -98,7 +98,7 @@ Return whether this Portfolio exists #### Defined in -[api/entities/NumberedPortfolio.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/NumberedPortfolio.ts#L127) +[api/entities/NumberedPortfolio.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/NumberedPortfolio.ts#L127) ___ @@ -125,7 +125,7 @@ Retrieve the balances of all fungible assets in this Portfolio #### Defined in -[api/entities/Portfolio/index.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L143) +[api/entities/Portfolio/index.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L143) ___ @@ -152,7 +152,7 @@ Retrieve the NFTs held in this portfolio #### Defined in -[api/entities/Portfolio/index.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L222) +[api/entities/Portfolio/index.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L222) ___ @@ -176,7 +176,7 @@ if no custodian is set, the owner Identity is returned #### Defined in -[api/entities/Portfolio/index.ts:370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L370) +[api/entities/Portfolio/index.ts:370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L370) ___ @@ -192,7 +192,7 @@ Return the Portfolio name #### Defined in -[api/entities/NumberedPortfolio.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/NumberedPortfolio.ts#L72) +[api/entities/NumberedPortfolio.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/NumberedPortfolio.ts#L72) ___ @@ -225,7 +225,7 @@ uses the middlewareV2 #### Defined in -[api/entities/Portfolio/index.ts:412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L412) +[api/entities/Portfolio/index.ts:412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L412) ___ @@ -252,7 +252,7 @@ Return whether an Identity is the Portfolio custodian #### Defined in -[api/entities/Portfolio/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L127) +[api/entities/Portfolio/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L127) ___ @@ -278,7 +278,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -305,7 +305,7 @@ Return whether an Identity is the Portfolio owner #### Defined in -[api/entities/Portfolio/index.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L114) +[api/entities/Portfolio/index.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L114) ___ @@ -337,7 +337,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/NumberedPortfolio.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/NumberedPortfolio.ts#L65) +[api/entities/NumberedPortfolio.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/NumberedPortfolio.ts#L65) ___ @@ -374,7 +374,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/Portfolio/index.ts:348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L348) +[api/entities/Portfolio/index.ts:348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L348) ___ @@ -410,7 +410,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/entities/Portfolio/index.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L361) +[api/entities/Portfolio/index.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L361) ___ @@ -453,7 +453,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/Portfolio/index.ts:335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L335) +[api/entities/Portfolio/index.ts:335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L335) ___ @@ -473,7 +473,7 @@ Return the Portfolio ID and owner DID #### Defined in -[api/entities/Portfolio/index.ts:490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L490) +[api/entities/Portfolio/index.ts:490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L490) ___ @@ -505,7 +505,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -537,4 +537,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Offering/Offering.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Offering/Offering.md index 916e84d209..0af86ab944 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Offering/Offering.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Offering/Offering.md @@ -24,7 +24,7 @@ Asset being offered #### Defined in -[api/entities/Offering/index.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/index.ts#L78) +[api/entities/Offering/index.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/index.ts#L78) ___ @@ -36,7 +36,7 @@ identifier number of the Offering #### Defined in -[api/entities/Offering/index.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/index.ts#L73) +[api/entities/Offering/index.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/index.ts#L73) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -77,7 +77,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/entities/Offering/index.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/index.ts#L178) +[api/entities/Offering/index.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/index.ts#L178) ___ @@ -97,7 +97,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Offering/index.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/index.ts#L124) +[api/entities/Offering/index.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/index.ts#L124) ▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -113,7 +113,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Offering/index.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/index.ts#L125) +[api/entities/Offering/index.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/index.ts#L125) ___ @@ -133,7 +133,7 @@ Determine whether this Offering exists on chain #### Defined in -[api/entities/Offering/index.ts:291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/index.ts#L291) +[api/entities/Offering/index.ts:292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/index.ts#L292) ___ @@ -160,7 +160,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/entities/Offering/index.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/index.ts#L188) +[api/entities/Offering/index.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/index.ts#L188) ___ @@ -192,7 +192,7 @@ uses the middleware V2 #### Defined in -[api/entities/Offering/index.ts:240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/index.ts#L240) +[api/entities/Offering/index.ts:240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/index.ts#L240) ___ @@ -226,7 +226,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/Offering/index.ts:227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/index.ts#L227) +[api/entities/Offering/index.ts:227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/index.ts#L227) ___ @@ -252,7 +252,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -287,7 +287,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/Offering/index.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/index.ts#L213) +[api/entities/Offering/index.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/index.ts#L213) ___ @@ -307,7 +307,7 @@ Return the Offering's ID and Asset ticker #### Defined in -[api/entities/Offering/index.ts:307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/index.ts#L307) +[api/entities/Offering/index.ts:308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/index.ts#L308) ___ @@ -334,7 +334,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/entities/Offering/index.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/index.ts#L198) +[api/entities/Offering/index.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/index.ts#L198) ___ @@ -366,7 +366,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -398,4 +398,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/PermissionGroup/PermissionGroup.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/PermissionGroup/PermissionGroup.md index 55bcdbf57a..b59b40d380 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/PermissionGroup/PermissionGroup.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/PermissionGroup/PermissionGroup.md @@ -28,7 +28,7 @@ Asset for which this group specifies permissions #### Defined in -[api/entities/PermissionGroup.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/PermissionGroup.ts#L19) +[api/entities/PermissionGroup.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/PermissionGroup.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -62,7 +62,7 @@ Determine whether this Entity exists on chain #### Defined in -[api/entities/Entity.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L68) +[api/entities/Entity.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L68) ___ @@ -78,7 +78,7 @@ Retrieve the Permissions associated with this Permission Group #### Defined in -[api/entities/PermissionGroup.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/PermissionGroup.ts#L35) +[api/entities/PermissionGroup.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/PermissionGroup.ts#L35) ___ @@ -104,7 +104,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -124,7 +124,7 @@ Returns Entity data in a human readable (JSON) format #### Defined in -[api/entities/Entity.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L73) +[api/entities/Entity.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L73) ___ @@ -156,7 +156,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -182,7 +182,7 @@ Typeguard that checks whether the object passed corresponds to the unique identi #### Defined in -[api/entities/Entity.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L42) +[api/entities/Entity.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L42) ___ @@ -214,4 +214,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Portfolio/Portfolio.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Portfolio/Portfolio.md index cfe6eade7d..06ba924488 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Portfolio/Portfolio.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Portfolio/Portfolio.md @@ -28,7 +28,7 @@ Identity of the Portfolio's owner #### Defined in -[api/entities/Portfolio/index.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L77) +[api/entities/Portfolio/index.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L77) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -62,7 +62,7 @@ Determine whether this Entity exists on chain #### Defined in -[api/entities/Entity.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L68) +[api/entities/Entity.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L68) ___ @@ -85,7 +85,7 @@ Retrieve the balances of all fungible assets in this Portfolio #### Defined in -[api/entities/Portfolio/index.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L143) +[api/entities/Portfolio/index.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L143) ___ @@ -108,7 +108,7 @@ Retrieve the NFTs held in this portfolio #### Defined in -[api/entities/Portfolio/index.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L222) +[api/entities/Portfolio/index.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L222) ___ @@ -128,7 +128,7 @@ if no custodian is set, the owner Identity is returned #### Defined in -[api/entities/Portfolio/index.ts:370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L370) +[api/entities/Portfolio/index.ts:370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L370) ___ @@ -157,7 +157,7 @@ uses the middlewareV2 #### Defined in -[api/entities/Portfolio/index.ts:412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L412) +[api/entities/Portfolio/index.ts:412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L412) ___ @@ -180,7 +180,7 @@ Return whether an Identity is the Portfolio custodian #### Defined in -[api/entities/Portfolio/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L127) +[api/entities/Portfolio/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L127) ___ @@ -206,7 +206,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -229,7 +229,7 @@ Return whether an Identity is the Portfolio owner #### Defined in -[api/entities/Portfolio/index.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L114) +[api/entities/Portfolio/index.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L114) ___ @@ -262,7 +262,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/Portfolio/index.ts:348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L348) +[api/entities/Portfolio/index.ts:348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L348) ___ @@ -294,7 +294,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/entities/Portfolio/index.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L361) +[api/entities/Portfolio/index.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L361) ___ @@ -333,7 +333,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/Portfolio/index.ts:335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L335) +[api/entities/Portfolio/index.ts:335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L335) ___ @@ -353,7 +353,7 @@ Return the Portfolio ID and owner DID #### Defined in -[api/entities/Portfolio/index.ts:490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L490) +[api/entities/Portfolio/index.ts:490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L490) ___ @@ -385,7 +385,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -417,4 +417,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Subsidies/Subsidies.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Subsidies/Subsidies.md index e25a677a77..c1235a121f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Subsidies/Subsidies.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Subsidies/Subsidies.md @@ -28,7 +28,7 @@ Get the list of Subsidy relationship along with their subsidized amount for whic #### Defined in -[api/entities/Subsidies.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidies.ts#L12) +[api/entities/Subsidies.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidies.ts#L12) ___ @@ -49,7 +49,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Subsidies.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidies.ts#L61) +[api/entities/Subsidies.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidies.ts#L61) ▸ **getSubsidizer**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -65,4 +65,4 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/Subsidies.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidies.ts#L62) +[api/entities/Subsidies.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidies.ts#L62) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Subsidy/Subsidy.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Subsidy/Subsidy.md index bc78245936..7814a20e1e 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Subsidy/Subsidy.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Subsidy/Subsidy.md @@ -24,7 +24,7 @@ Account whose transactions are being paid for #### Defined in -[api/entities/Subsidy/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidy/index.ts#L54) +[api/entities/Subsidy/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidy/index.ts#L54) ___ @@ -36,7 +36,7 @@ Account that is paying for the transactions #### Defined in -[api/entities/Subsidy/index.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidy/index.ts#L58) +[api/entities/Subsidy/index.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidy/index.ts#L58) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -86,7 +86,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/Subsidy/index.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidy/index.ts#L179) +[api/entities/Subsidy/index.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidy/index.ts#L179) ___ @@ -106,7 +106,7 @@ Determine whether this Subsidy relationship exists on chain #### Defined in -[api/entities/Subsidy/index.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidy/index.ts#L186) +[api/entities/Subsidy/index.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidy/index.ts#L186) ___ @@ -126,7 +126,7 @@ if the Subsidy does not exist #### Defined in -[api/entities/Subsidy/index.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidy/index.ts#L205) +[api/entities/Subsidy/index.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidy/index.ts#L205) ___ @@ -158,7 +158,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/Subsidy/index.ts:165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidy/index.ts#L165) +[api/entities/Subsidy/index.ts:165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidy/index.ts#L165) ___ @@ -184,7 +184,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -215,7 +215,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/entities/Subsidy/index.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidy/index.ts#L139) +[api/entities/Subsidy/index.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidy/index.ts#L139) ___ @@ -251,7 +251,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/Subsidy/index.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidy/index.ts#L153) +[api/entities/Subsidy/index.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidy/index.ts#L153) ___ @@ -271,7 +271,7 @@ Return the Subsidy's static data #### Defined in -[api/entities/Subsidy/index.ts:227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidy/index.ts#L227) +[api/entities/Subsidy/index.ts:227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidy/index.ts#L227) ___ @@ -303,7 +303,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -335,4 +335,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/TickerReservation/TickerReservation.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/TickerReservation/TickerReservation.md index 85a5c1c40e..6858eab9f8 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/TickerReservation/TickerReservation.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/TickerReservation/TickerReservation.md @@ -26,7 +26,7 @@ reserved ticker #### Defined in -[api/entities/TickerReservation/index.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/TickerReservation/index.ts#L59) +[api/entities/TickerReservation/index.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/TickerReservation/index.ts#L59) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -73,7 +73,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/TickerReservation/index.ts:226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/TickerReservation/index.ts#L226) +[api/entities/TickerReservation/index.ts:226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/TickerReservation/index.ts#L226) ___ @@ -93,7 +93,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/TickerReservation/index.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/TickerReservation/index.ts#L99) +[api/entities/TickerReservation/index.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/TickerReservation/index.ts#L99) ▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> @@ -109,7 +109,7 @@ can be subscribed to, if connected to node using a web socket #### Defined in -[api/entities/TickerReservation/index.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/TickerReservation/index.ts#L100) +[api/entities/TickerReservation/index.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/TickerReservation/index.ts#L100) ___ @@ -129,7 +129,7 @@ Determine whether this Ticker Reservation exists on chain #### Defined in -[api/entities/TickerReservation/index.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/TickerReservation/index.ts#L251) +[api/entities/TickerReservation/index.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/TickerReservation/index.ts#L251) ___ @@ -162,7 +162,7 @@ this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Proced #### Defined in -[api/entities/TickerReservation/index.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/TickerReservation/index.ts#L213) +[api/entities/TickerReservation/index.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/TickerReservation/index.ts#L213) ___ @@ -188,7 +188,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -208,7 +208,7 @@ Return the Reservation's ticker #### Defined in -[api/entities/TickerReservation/index.ts:278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/TickerReservation/index.ts#L278) +[api/entities/TickerReservation/index.ts:278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/TickerReservation/index.ts#L278) ___ @@ -248,7 +248,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/TickerReservation/index.ts:244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/TickerReservation/index.ts#L244) +[api/entities/TickerReservation/index.ts:244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/TickerReservation/index.ts#L244) ___ @@ -280,7 +280,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -312,4 +312,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Venue/Venue.md b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Venue/Venue.md index 28ae91f975..bb68097e79 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Venue/Venue.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/API/Entities/Venue/Venue.md @@ -24,7 +24,7 @@ identifier number of the Venue #### Defined in -[api/entities/Venue/index.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/index.ts#L77) +[api/entities/Venue/index.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/index.ts#L77) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L46) +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L46) ## Methods @@ -71,7 +71,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/Venue/index.ts:313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/index.ts#L313) +[api/entities/Venue/index.ts:314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/index.ts#L314) ___ @@ -104,7 +104,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/Venue/index.ts:326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/index.ts#L326) +[api/entities/Venue/index.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/index.ts#L327) ___ @@ -141,7 +141,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/Venue/index.ts:354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/index.ts#L354) +[api/entities/Venue/index.ts:355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/index.ts#L355) ___ @@ -157,7 +157,7 @@ Retrieve information specific to this Venue #### Defined in -[api/entities/Venue/index.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/index.ts#L150) +[api/entities/Venue/index.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/index.ts#L150) ___ @@ -177,7 +177,7 @@ Determine whether this Venue exists on chain #### Defined in -[api/entities/Venue/index.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/index.ts#L131) +[api/entities/Venue/index.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/index.ts#L131) ___ @@ -194,7 +194,7 @@ Only these signers are allowed to affirm off-chain instructions #### Defined in -[api/entities/Venue/index.ts:282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/index.ts#L282) +[api/entities/Venue/index.ts:283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/index.ts#L283) ___ @@ -226,7 +226,7 @@ supports pagination #### Defined in -[api/entities/Venue/index.ts:239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/index.ts#L239) +[api/entities/Venue/index.ts:239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/index.ts#L239) ___ @@ -242,7 +242,7 @@ Retrieve all pending and failed Instructions in this Venue #### Defined in -[api/entities/Venue/index.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/index.ts#L179) +[api/entities/Venue/index.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/index.ts#L179) ___ @@ -268,7 +268,7 @@ Determine whether this Entity is the same as another one #### Defined in -[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L61) +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L61) ___ @@ -301,7 +301,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/Venue/index.ts:339](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/index.ts#L339) +[api/entities/Venue/index.ts:340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/index.ts#L340) ___ @@ -338,7 +338,7 @@ this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/T #### Defined in -[api/entities/Venue/index.ts:369](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/index.ts#L369) +[api/entities/Venue/index.ts:370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/index.ts#L370) ___ @@ -358,7 +358,7 @@ Return the Venue's ID #### Defined in -[api/entities/Venue/index.ts:376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/index.ts#L376) +[api/entities/Venue/index.ts:377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/index.ts#L377) ___ @@ -390,7 +390,7 @@ Generate the Entity's UUID from its identifying properties #### Defined in -[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L14) +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L14) ___ @@ -422,4 +422,4 @@ Unserialize a UUID into its Unique Identifiers #### Defined in -[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Entity.ts#L23) +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/Base/PolymeshError/PolymeshError.md b/sdk-docs_versioned_docs/version-26.2.x/classes/Base/PolymeshError/PolymeshError.md index 5c680bc4a3..ca59ef0f60 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/Base/PolymeshError/PolymeshError.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/Base/PolymeshError/PolymeshError.md @@ -22,7 +22,7 @@ Wraps an error to give more information about its type #### Defined in -[base/PolymeshError.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshError.ts#L16) +[base/PolymeshError.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshError.ts#L16) ___ @@ -32,4 +32,4 @@ ___ #### Defined in -[base/PolymeshError.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshError.ts#L18) +[base/PolymeshError.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshError.ts#L18) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/Base/PolymeshTransaction/PolymeshTransaction.md b/sdk-docs_versioned_docs/version-26.2.x/classes/Base/PolymeshTransaction/PolymeshTransaction.md index f3256a00d6..23b3f38f6c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/Base/PolymeshTransaction/PolymeshTransaction.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/Base/PolymeshTransaction/PolymeshTransaction.md @@ -32,7 +32,7 @@ arguments for the transaction in SCALE format (polkadot.js Codec) #### Defined in -[base/PolymeshTransaction.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransaction.ts#L40) +[base/PolymeshTransaction.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransaction.ts#L40) ___ @@ -48,7 +48,7 @@ hash of the block where this transaction resides (status: `Succeeded`, `Failed`) #### Defined in -[base/PolymeshTransactionBase.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L106) +[base/PolymeshTransactionBase.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L106) ___ @@ -64,7 +64,7 @@ number of the block where this transaction resides (status: `Succeeded`, `Failed #### Defined in -[base/PolymeshTransactionBase.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L111) +[base/PolymeshTransactionBase.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L111) ___ @@ -80,7 +80,7 @@ stores errors thrown while running the transaction (status: `Failed`, `Aborted`) #### Defined in -[base/PolymeshTransactionBase.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L86) +[base/PolymeshTransactionBase.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L86) ___ @@ -99,7 +99,7 @@ meaning `.runAsProposal` should be used instead of `.run` #### Defined in -[base/PolymeshTransactionBase.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L119) +[base/PolymeshTransactionBase.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L119) ___ @@ -115,7 +115,7 @@ stores the transaction receipt (if successful) #### Defined in -[base/PolymeshTransactionBase.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L91) +[base/PolymeshTransactionBase.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L91) ___ @@ -131,7 +131,7 @@ current status of the transaction #### Defined in -[base/PolymeshTransactionBase.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L81) +[base/PolymeshTransactionBase.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L81) ___ @@ -143,7 +143,7 @@ type of transaction represented by this instance (mostly for display purposes) #### Defined in -[base/PolymeshTransaction.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransaction.ts#L45) +[base/PolymeshTransaction.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransaction.ts#L45) ___ @@ -159,7 +159,7 @@ transaction hash (status: `Running`, `Succeeded`, `Failed`) #### Defined in -[base/PolymeshTransactionBase.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L96) +[base/PolymeshTransactionBase.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L96) ___ @@ -175,7 +175,7 @@ transaction index within its block (status: `Succeeded`, `Failed`) #### Defined in -[base/PolymeshTransactionBase.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L101) +[base/PolymeshTransactionBase.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L101) ## Accessors @@ -195,7 +195,7 @@ PolymeshTransactionBase.isSuccess #### Defined in -[base/PolymeshTransactionBase.ts:907](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L907) +[base/PolymeshTransactionBase.ts:907](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L907) ___ @@ -223,7 +223,7 @@ PolymeshTransactionBase.result #### Defined in -[base/PolymeshTransactionBase.ts:823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L823) +[base/PolymeshTransactionBase.ts:823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L823) ## Methods @@ -246,7 +246,7 @@ Return this transaction's protocol fees. These are extra fees charged for #### Defined in -[base/PolymeshTransaction.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransaction.ts#L108) +[base/PolymeshTransaction.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransaction.ts#L108) ___ @@ -271,7 +271,7 @@ these values might be inaccurate if the transaction is run at a later time. This #### Defined in -[base/PolymeshTransactionBase.ts:537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L537) +[base/PolymeshTransactionBase.ts:537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L537) ___ @@ -307,7 +307,7 @@ if the middleware wasn't enabled when instantiating the SDK client #### Defined in -[base/PolymeshTransactionBase.ts:577](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L577) +[base/PolymeshTransactionBase.ts:577](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L577) ___ @@ -335,7 +335,7 @@ unsubscribe function #### Defined in -[base/PolymeshTransactionBase.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L519) +[base/PolymeshTransactionBase.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L519) ___ @@ -358,7 +358,7 @@ Run the transaction, update its status and return a result if applicable. #### Defined in -[base/PolymeshTransactionBase.ts:270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L270) +[base/PolymeshTransactionBase.ts:270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L270) ___ @@ -378,7 +378,7 @@ Run the transaction as a multiSig proposal #### Defined in -[base/PolymeshTransactionBase.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L228) +[base/PolymeshTransactionBase.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L228) ___ @@ -404,7 +404,7 @@ this depends on the type of transaction itself (e.g. `staking.bond` can't be sub #### Defined in -[base/PolymeshTransaction.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransaction.ts#L131) +[base/PolymeshTransaction.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransaction.ts#L131) ___ @@ -438,4 +438,4 @@ When using this method, details like account nonces, and transaction mortality r #### Defined in -[base/PolymeshTransactionBase.ts:844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L844) +[base/PolymeshTransactionBase.ts:844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L844) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/Base/PolymeshTransactionBase/PolymeshTransactionBase.md b/sdk-docs_versioned_docs/version-26.2.x/classes/Base/PolymeshTransactionBase/PolymeshTransactionBase.md index 0fb4cc3dd6..0623a30385 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/Base/PolymeshTransactionBase/PolymeshTransactionBase.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/Base/PolymeshTransactionBase/PolymeshTransactionBase.md @@ -33,7 +33,7 @@ hash of the block where this transaction resides (status: `Succeeded`, `Failed`) #### Defined in -[base/PolymeshTransactionBase.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L106) +[base/PolymeshTransactionBase.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L106) ___ @@ -45,7 +45,7 @@ number of the block where this transaction resides (status: `Succeeded`, `Failed #### Defined in -[base/PolymeshTransactionBase.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L111) +[base/PolymeshTransactionBase.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L111) ___ @@ -57,7 +57,7 @@ stores errors thrown while running the transaction (status: `Failed`, `Aborted`) #### Defined in -[base/PolymeshTransactionBase.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L86) +[base/PolymeshTransactionBase.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L86) ___ @@ -72,7 +72,7 @@ meaning `.runAsProposal` should be used instead of `.run` #### Defined in -[base/PolymeshTransactionBase.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L119) +[base/PolymeshTransactionBase.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L119) ___ @@ -84,7 +84,7 @@ stores the transaction receipt (if successful) #### Defined in -[base/PolymeshTransactionBase.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L91) +[base/PolymeshTransactionBase.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L91) ___ @@ -96,7 +96,7 @@ current status of the transaction #### Defined in -[base/PolymeshTransactionBase.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L81) +[base/PolymeshTransactionBase.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L81) ___ @@ -108,7 +108,7 @@ transaction hash (status: `Running`, `Succeeded`, `Failed`) #### Defined in -[base/PolymeshTransactionBase.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L96) +[base/PolymeshTransactionBase.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L96) ___ @@ -120,7 +120,7 @@ transaction index within its block (status: `Succeeded`, `Failed`) #### Defined in -[base/PolymeshTransactionBase.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L101) +[base/PolymeshTransactionBase.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L101) ## Accessors @@ -136,7 +136,7 @@ returns true if transaction has completed successfully #### Defined in -[base/PolymeshTransactionBase.ts:907](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L907) +[base/PolymeshTransactionBase.ts:907](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L907) ___ @@ -160,7 +160,7 @@ if the [transaction.isSuccess](PolymeshTransactionBase.md#issuccess) property is #### Defined in -[base/PolymeshTransactionBase.ts:823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L823) +[base/PolymeshTransactionBase.ts:823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L823) ## Methods @@ -179,7 +179,7 @@ Return this transaction's protocol fees. These are extra fees charged for #### Defined in -[base/PolymeshTransactionBase.ts:754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L754) +[base/PolymeshTransactionBase.ts:754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L754) ___ @@ -200,7 +200,7 @@ these values might be inaccurate if the transaction is run at a later time. This #### Defined in -[base/PolymeshTransactionBase.ts:537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L537) +[base/PolymeshTransactionBase.ts:537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L537) ___ @@ -232,7 +232,7 @@ if the middleware wasn't enabled when instantiating the SDK client #### Defined in -[base/PolymeshTransactionBase.ts:577](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L577) +[base/PolymeshTransactionBase.ts:577](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L577) ___ @@ -256,7 +256,7 @@ unsubscribe function #### Defined in -[base/PolymeshTransactionBase.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L519) +[base/PolymeshTransactionBase.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L519) ___ @@ -275,7 +275,7 @@ Run the transaction, update its status and return a result if applicable. #### Defined in -[base/PolymeshTransactionBase.ts:270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L270) +[base/PolymeshTransactionBase.ts:270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L270) ___ @@ -291,7 +291,7 @@ Run the transaction as a multiSig proposal #### Defined in -[base/PolymeshTransactionBase.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L228) +[base/PolymeshTransactionBase.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L228) ___ @@ -313,7 +313,7 @@ this depends on the type of transaction itself (e.g. `staking.bond` can't be sub #### Defined in -[base/PolymeshTransactionBase.ts:715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L715) +[base/PolymeshTransactionBase.ts:715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L715) ___ @@ -343,4 +343,4 @@ When using this method, details like account nonces, and transaction mortality r #### Defined in -[base/PolymeshTransactionBase.ts:844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L844) +[base/PolymeshTransactionBase.ts:844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L844) diff --git a/sdk-docs_versioned_docs/version-26.2.x/classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md b/sdk-docs_versioned_docs/version-26.2.x/classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md index 34a4dedda0..01a4380d56 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md +++ b/sdk-docs_versioned_docs/version-26.2.x/classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md @@ -36,7 +36,7 @@ hash of the block where this transaction resides (status: `Succeeded`, `Failed`) #### Defined in -[base/PolymeshTransactionBase.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L106) +[base/PolymeshTransactionBase.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L106) ___ @@ -52,7 +52,7 @@ number of the block where this transaction resides (status: `Succeeded`, `Failed #### Defined in -[base/PolymeshTransactionBase.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L111) +[base/PolymeshTransactionBase.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L111) ___ @@ -68,7 +68,7 @@ stores errors thrown while running the transaction (status: `Failed`, `Aborted`) #### Defined in -[base/PolymeshTransactionBase.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L86) +[base/PolymeshTransactionBase.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L86) ___ @@ -87,7 +87,7 @@ meaning `.runAsProposal` should be used instead of `.run` #### Defined in -[base/PolymeshTransactionBase.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L119) +[base/PolymeshTransactionBase.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L119) ___ @@ -103,7 +103,7 @@ stores the transaction receipt (if successful) #### Defined in -[base/PolymeshTransactionBase.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L91) +[base/PolymeshTransactionBase.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L91) ___ @@ -119,7 +119,7 @@ current status of the transaction #### Defined in -[base/PolymeshTransactionBase.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L81) +[base/PolymeshTransactionBase.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L81) ___ @@ -135,7 +135,7 @@ transaction hash (status: `Running`, `Succeeded`, `Failed`) #### Defined in -[base/PolymeshTransactionBase.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L96) +[base/PolymeshTransactionBase.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L96) ___ @@ -151,7 +151,7 @@ transaction index within its block (status: `Succeeded`, `Failed`) #### Defined in -[base/PolymeshTransactionBase.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L101) +[base/PolymeshTransactionBase.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L101) ## Accessors @@ -171,7 +171,7 @@ PolymeshTransactionBase.isSuccess #### Defined in -[base/PolymeshTransactionBase.ts:907](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L907) +[base/PolymeshTransactionBase.ts:907](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L907) ___ @@ -199,7 +199,7 @@ PolymeshTransactionBase.result #### Defined in -[base/PolymeshTransactionBase.ts:823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L823) +[base/PolymeshTransactionBase.ts:823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L823) ___ @@ -215,7 +215,7 @@ transactions in the batch with their respective arguments #### Defined in -[base/PolymeshTransactionBatch.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBatch.ts#L79) +[base/PolymeshTransactionBatch.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBatch.ts#L79) ## Methods @@ -240,7 +240,7 @@ these values might be inaccurate if the transaction is run at a later time. This #### Defined in -[base/PolymeshTransactionBase.ts:537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L537) +[base/PolymeshTransactionBase.ts:537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L537) ___ @@ -276,7 +276,7 @@ if the middleware wasn't enabled when instantiating the SDK client #### Defined in -[base/PolymeshTransactionBase.ts:577](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L577) +[base/PolymeshTransactionBase.ts:577](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L577) ___ @@ -304,7 +304,7 @@ unsubscribe function #### Defined in -[base/PolymeshTransactionBase.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L519) +[base/PolymeshTransactionBase.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L519) ___ @@ -327,7 +327,7 @@ Run the transaction, update its status and return a result if applicable. #### Defined in -[base/PolymeshTransactionBase.ts:270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L270) +[base/PolymeshTransactionBase.ts:270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L270) ___ @@ -347,7 +347,7 @@ Run the transaction as a multiSig proposal #### Defined in -[base/PolymeshTransactionBase.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L228) +[base/PolymeshTransactionBase.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L228) ___ @@ -393,7 +393,7 @@ console.log(`New Asset created! Ticker: ${ticker}`); #### Defined in -[base/PolymeshTransactionBatch.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBatch.ts#L198) +[base/PolymeshTransactionBatch.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBatch.ts#L198) ___ @@ -417,7 +417,7 @@ batch can only be subsidized if - #### Defined in -[base/PolymeshTransactionBatch.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBatch.ts#L129) +[base/PolymeshTransactionBatch.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBatch.ts#L129) ___ @@ -451,4 +451,4 @@ When using this method, details like account nonces, and transaction mortality r #### Defined in -[base/PolymeshTransactionBase.ts:844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/PolymeshTransactionBase.ts#L844) +[base/PolymeshTransactionBase.ts:844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/PolymeshTransactionBase.ts#L844) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Client/Types/ErrorCode/ErrorCode.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Client/Types/ErrorCode/ErrorCode.md index d484b049e8..57034ae57d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Client/Types/ErrorCode/ErrorCode.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Client/Types/ErrorCode/ErrorCode.md @@ -19,7 +19,7 @@ the data that is being fetched does not exist on-chain, or relies on non-existen #### Defined in -[api/client/types.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L98) +[api/client/types.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L99) ___ @@ -32,7 +32,7 @@ this type of error is thrown when attempting to delete/modify an entity which ha #### Defined in -[api/client/types.ts:120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L120) +[api/client/types.ts:121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L121) ___ @@ -44,7 +44,7 @@ error that should cause termination of the calling application #### Defined in -[api/client/types.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L80) +[api/client/types.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L81) ___ @@ -56,7 +56,7 @@ general purpose errors that don't fit well into the other categories #### Defined in -[api/client/types.ts:133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L133) +[api/client/types.ts:134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L134) ___ @@ -68,7 +68,7 @@ one or more parties involved in the transaction do not have enough balance to pe #### Defined in -[api/client/types.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L124) +[api/client/types.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L125) ___ @@ -81,7 +81,7 @@ the data that is being written to the chain would result in some limit being exc #### Defined in -[api/client/types.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L108) +[api/client/types.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L109) ___ @@ -93,7 +93,7 @@ errors encountered when interacting with the historic data middleware (GQL serve #### Defined in -[api/client/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L93) +[api/client/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L94) ___ @@ -106,7 +106,7 @@ the data that is being written to the chain is the same data that is already in #### Defined in -[api/client/types.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L103) +[api/client/types.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L104) ___ @@ -118,7 +118,7 @@ user does not have the required roles/permissions to perform an operation #### Defined in -[api/client/types.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L89) +[api/client/types.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L90) ___ @@ -130,7 +130,7 @@ transaction removed from the tx pool #### Defined in -[api/client/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L66) +[api/client/types.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L67) ___ @@ -142,7 +142,7 @@ user rejected the transaction in their wallet #### Defined in -[api/client/types.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L70) +[api/client/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L71) ___ @@ -156,7 +156,7 @@ transaction failed due to an on-chain error. This is a business logic error, #### Defined in -[api/client/types.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L76) +[api/client/types.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L77) ___ @@ -169,7 +169,7 @@ errors that are the result of something unforeseen. #### Defined in -[api/client/types.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L129) +[api/client/types.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L130) ___ @@ -184,7 +184,7 @@ one or more base prerequisites for a transaction to be successful haven't been m #### Defined in -[api/client/types.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L115) +[api/client/types.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L116) ___ @@ -197,4 +197,4 @@ user input error. This means that one or more inputs passed by the user #### Defined in -[api/client/types.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L85) +[api/client/types.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L86) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Client/Types/InstructionStatusEnum/InstructionStatusEnum.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Client/Types/InstructionStatusEnum/InstructionStatusEnum.md index 701f717a99..6199e0ff59 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Client/Types/InstructionStatusEnum/InstructionStatusEnum.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Client/Types/InstructionStatusEnum/InstructionStatusEnum.md @@ -16,7 +16,7 @@ Represents all possible states of an Instruction #### Defined in -[middleware/types.ts:97937](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L97937) +[middleware/types.ts:99401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L99401) ___ @@ -26,7 +26,7 @@ ___ #### Defined in -[middleware/types.ts:97938](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L97938) +[middleware/types.ts:99402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L99402) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[middleware/types.ts:97939](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L97939) +[middleware/types.ts:99403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L99403) ___ @@ -46,4 +46,4 @@ ___ #### Defined in -[middleware/types.ts:97940](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L97940) +[middleware/types.ts:99404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L99404) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md index fd3c54c10c..b7d34a6b97 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md @@ -18,7 +18,7 @@ The Account is one of many signers for a MultiSig #### Defined in -[api/entities/Account/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L61) +[api/entities/Account/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L61) ___ @@ -30,7 +30,7 @@ The Account is the Identity's primary key (i.e. it has full permission) #### Defined in -[api/entities/Account/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L53) +[api/entities/Account/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L53) ___ @@ -42,7 +42,7 @@ The Account is a Secondary account. There are associated permissions that may li #### Defined in -[api/entities/Account/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L57) +[api/entities/Account/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L57) ___ @@ -54,4 +54,4 @@ The Account is not associated to any Identity #### Defined in -[api/entities/Account/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L49) +[api/entities/Account/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L49) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md index 12e4ca5c8d..7f1ba823bb 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md @@ -18,7 +18,7 @@ Account is a MultiSig. (i.e. multiple signatures are required to authorize trans #### Defined in -[api/entities/Account/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L35) +[api/entities/Account/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L35) ___ @@ -30,7 +30,7 @@ Account is a standard type (e.g. corresponds to the public key of a sr25519 pair #### Defined in -[api/entities/Account/types.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L31) +[api/entities/Account/types.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L31) ___ @@ -42,4 +42,4 @@ Account represents a smart contract #### Defined in -[api/entities/Account/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L39) +[api/entities/Account/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L39) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md index 46cacfdd15..5283301d1d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md @@ -14,7 +14,7 @@ sidebar_label: "CaCheckpointType" #### Defined in -[api/entities/Asset/Fungible/Checkpoints/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/Checkpoints/types.ts#L6) +[api/entities/Asset/Fungible/Checkpoints/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/Checkpoints/types.ts#L6) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/Asset/Fungible/Checkpoints/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/Checkpoints/types.ts#L7) +[api/entities/Asset/Fungible/Checkpoints/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/Checkpoints/types.ts#L7) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md index eca48babef..f22574005d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md @@ -14,7 +14,7 @@ sidebar_label: "KnownAssetType" #### Defined in -[api/entities/Asset/types.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L32) +[api/entities/Asset/types.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L32) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L38) +[api/entities/Asset/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L38) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L30) +[api/entities/Asset/types.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L30) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L31) +[api/entities/Asset/types.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L31) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L33) +[api/entities/Asset/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L33) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L35) +[api/entities/Asset/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L35) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L34) +[api/entities/Asset/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L34) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L36) +[api/entities/Asset/types.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L36) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L39) +[api/entities/Asset/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L39) ___ @@ -104,4 +104,4 @@ ___ #### Defined in -[api/entities/Asset/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L37) +[api/entities/Asset/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L37) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/KnownNftType/KnownNftType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/KnownNftType/KnownNftType.md index f7fb75a422..3882d46bf1 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/KnownNftType/KnownNftType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/KnownNftType/KnownNftType.md @@ -14,7 +14,7 @@ sidebar_label: "KnownNftType" #### Defined in -[api/entities/Asset/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L43) +[api/entities/Asset/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L43) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L44) +[api/entities/Asset/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L44) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/entities/Asset/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L45) +[api/entities/Asset/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L45) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/SecurityIdentifierType/SecurityIdentifierType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/SecurityIdentifierType/SecurityIdentifierType.md index cd7b7e1cd6..8e997477dd 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/SecurityIdentifierType/SecurityIdentifierType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/SecurityIdentifierType/SecurityIdentifierType.md @@ -14,7 +14,7 @@ sidebar_label: "SecurityIdentifierType" #### Defined in -[api/entities/Asset/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L51) +[api/entities/Asset/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L51) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L50) +[api/entities/Asset/types.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L50) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L53) +[api/entities/Asset/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L53) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L49) +[api/entities/Asset/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L49) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[api/entities/Asset/types.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L52) +[api/entities/Asset/types.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L52) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/TransferError/TransferError.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/TransferError/TransferError.md index a8e49e5103..1a4e84eca8 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/TransferError/TransferError.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/TransferError/TransferError.md @@ -20,7 +20,7 @@ occurs if asset to be check for transfer, no longer exists #### Defined in -[api/entities/Asset/types.ts:366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L366) +[api/entities/Asset/types.ts:366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L366) ___ @@ -32,7 +32,7 @@ occurs if receiver balance will overflow on receiving the transfer amount #### Defined in -[api/entities/Asset/types.ts:371](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L371) +[api/entities/Asset/types.ts:371](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L371) ___ @@ -46,7 +46,7 @@ occurs if some compliance rule would prevent the transfer #### Defined in -[api/entities/Asset/types.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L356) +[api/entities/Asset/types.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L356) ___ @@ -60,7 +60,7 @@ occurs if the sender Identity does not have enough balance to cover the amount #### Defined in -[api/entities/Asset/types.ts:325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L325) +[api/entities/Asset/types.ts:325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L325) ___ @@ -74,7 +74,7 @@ occurs if the sender Portfolio does not have enough balance to cover the amount #### Defined in -[api/entities/Asset/types.ts:349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L349) +[api/entities/Asset/types.ts:349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L349) ___ @@ -88,7 +88,7 @@ occurs if attempting to transfer decimal amounts of a non-divisible token #### Defined in -[api/entities/Asset/types.ts:294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L294) +[api/entities/Asset/types.ts:294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L294) ___ @@ -102,7 +102,7 @@ occurs if the receiver Identity doesn't have a valid CDD claim #### Defined in -[api/entities/Asset/types.ts:306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L306) +[api/entities/Asset/types.ts:306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L306) ___ @@ -116,7 +116,7 @@ occurs if the receiver Portfolio doesn't exist #### Defined in -[api/entities/Asset/types.ts:343](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L343) +[api/entities/Asset/types.ts:343](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L343) ___ @@ -130,7 +130,7 @@ occurs if the receiver Identity doesn't have a valid CDD claim #### Defined in -[api/entities/Asset/types.ts:312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L312) +[api/entities/Asset/types.ts:312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L312) ___ @@ -144,7 +144,7 @@ occurs if the sender Portfolio doesn't exist #### Defined in -[api/entities/Asset/types.ts:337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L337) +[api/entities/Asset/types.ts:337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L337) ___ @@ -159,7 +159,7 @@ occurs if one of the participants doesn't have a valid Investor Uniqueness Claim #### Defined in -[api/entities/Asset/types.ts:319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L319) +[api/entities/Asset/types.ts:319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L319) ___ @@ -173,7 +173,7 @@ occurs if the origin and destination Identities are the same #### Defined in -[api/entities/Asset/types.ts:300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L300) +[api/entities/Asset/types.ts:300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L300) ___ @@ -185,7 +185,7 @@ occurs if some statistics transfer condition would prevent the transfer #### Defined in -[api/entities/Asset/types.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L361) +[api/entities/Asset/types.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L361) ___ @@ -199,4 +199,4 @@ occurs if the Asset's transfers are frozen #### Defined in -[api/entities/Asset/types.ts:331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L331) +[api/entities/Asset/types.ts:331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L331) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/TransferStatus/TransferStatus.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/TransferStatus/TransferStatus.md index c83035f8d3..40ce0938ec 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/TransferStatus/TransferStatus.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Asset/Types/TransferStatus/TransferStatus.md @@ -16,7 +16,7 @@ ERC1400 compliant transfer status #### Defined in -[api/entities/Asset/types.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L275) +[api/entities/Asset/types.ts:275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L275) ___ @@ -26,7 +26,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L271) +[api/entities/Asset/types.ts:271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L271) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L278) +[api/entities/Asset/types.ts:278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L278) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L260) +[api/entities/Asset/types.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L260) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:276](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L276) +[api/entities/Asset/types.ts:276](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L276) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L265) +[api/entities/Asset/types.ts:265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L265) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L263) +[api/entities/Asset/types.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L263) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L262) +[api/entities/Asset/types.ts:262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L262) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L273) +[api/entities/Asset/types.ts:273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L273) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L268) +[api/entities/Asset/types.ts:268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L268) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L267) +[api/entities/Asset/types.ts:267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L267) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L270) +[api/entities/Asset/types.ts:270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L270) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L266) +[api/entities/Asset/types.ts:266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L266) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L269) +[api/entities/Asset/types.ts:269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L269) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L277) +[api/entities/Asset/types.ts:277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L277) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L279) +[api/entities/Asset/types.ts:279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L279) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L272) +[api/entities/Asset/types.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L272) ___ @@ -186,7 +186,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L261) +[api/entities/Asset/types.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L261) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L280) +[api/entities/Asset/types.ts:280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L280) ___ @@ -206,7 +206,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L264) +[api/entities/Asset/types.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L264) ___ @@ -216,4 +216,4 @@ ___ #### Defined in -[api/entities/Asset/types.ts:274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L274) +[api/entities/Asset/types.ts:274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L274) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md index 058c4c4c3c..0c47d47a8b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md @@ -14,7 +14,7 @@ sidebar_label: "CorporateActionKind" #### Defined in -[api/entities/CorporateActionBase/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/types.ts#L38) +[api/entities/CorporateActionBase/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/types.ts#L38) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/CorporateActionBase/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/types.ts#L40) +[api/entities/CorporateActionBase/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/types.ts#L40) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/CorporateActionBase/types.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/types.ts#L36) +[api/entities/CorporateActionBase/types.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/types.ts#L36) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/entities/CorporateActionBase/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/types.ts#L39) +[api/entities/CorporateActionBase/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/types.ts#L39) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[api/entities/CorporateActionBase/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/types.ts#L37) +[api/entities/CorporateActionBase/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/types.ts#L37) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md index 518d95d142..5407f2d419 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md @@ -14,7 +14,7 @@ sidebar_label: "TargetTreatment" #### Defined in -[api/entities/CorporateActionBase/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/types.ts#L8) +[api/entities/CorporateActionBase/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/types.ts#L8) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/CorporateActionBase/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/types.ts#L7) +[api/entities/CorporateActionBase/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/types.ts#L7) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md index 2b5d5b9361..dff42a6930 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md @@ -14,7 +14,7 @@ sidebar_label: "AffirmationStatus" #### Defined in -[api/entities/Instruction/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L92) +[api/entities/Instruction/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L92) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L91) +[api/entities/Instruction/types.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L91) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L90) +[api/entities/Instruction/types.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L90) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md index 09517a6c55..b37b2332c4 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md @@ -14,7 +14,7 @@ sidebar_label: "InstructionStatus" #### Defined in -[api/entities/Instruction/types.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L16) +[api/entities/Instruction/types.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L16) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L15) +[api/entities/Instruction/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L15) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L18) +[api/entities/Instruction/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L18) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L17) +[api/entities/Instruction/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L17) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md index 81babb15dd..2ba5bb83e6 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md @@ -14,7 +14,7 @@ sidebar_label: "InstructionType" #### Defined in -[api/entities/Instruction/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L24) +[api/entities/Instruction/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L24) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L22) +[api/entities/Instruction/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L22) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L23) +[api/entities/Instruction/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md index e824b4d49c..8385e78d57 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md @@ -14,7 +14,7 @@ sidebar_label: "MetadataLockStatus" #### Defined in -[api/entities/MetadataEntry/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/types.ts#L12) +[api/entities/MetadataEntry/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/types.ts#L12) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/MetadataEntry/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/types.ts#L13) +[api/entities/MetadataEntry/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/types.ts#L13) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/entities/MetadataEntry/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/types.ts#L11) +[api/entities/MetadataEntry/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/types.ts#L11) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md index dfb28b2ecd..c04e690350 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md @@ -14,7 +14,7 @@ sidebar_label: "MetadataType" #### Defined in -[api/entities/MetadataEntry/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/types.ts#L7) +[api/entities/MetadataEntry/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/types.ts#L7) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/MetadataEntry/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/types.ts#L6) +[api/entities/MetadataEntry/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/types.ts#L6) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md index 401d7acf39..38e4b94710 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md @@ -14,7 +14,7 @@ sidebar_label: "MultiSigProposalAction" #### Defined in -[api/entities/MultiSigProposal/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/types.ts#L65) +[api/entities/MultiSigProposal/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/types.ts#L65) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/MultiSigProposal/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/types.ts#L66) +[api/entities/MultiSigProposal/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/types.ts#L66) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md index a1148599ae..d7ac5344d3 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md @@ -14,7 +14,7 @@ sidebar_label: "ProposalStatus" #### Defined in -[api/entities/MultiSigProposal/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/types.ts#L8) +[api/entities/MultiSigProposal/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/types.ts#L8) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/MultiSigProposal/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/types.ts#L9) +[api/entities/MultiSigProposal/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/types.ts#L9) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/MultiSigProposal/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/types.ts#L11) +[api/entities/MultiSigProposal/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/types.ts#L11) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/entities/MultiSigProposal/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/types.ts#L7) +[api/entities/MultiSigProposal/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/types.ts#L7) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[api/entities/MultiSigProposal/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/types.ts#L12) +[api/entities/MultiSigProposal/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/types.ts#L12) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[api/entities/MultiSigProposal/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/types.ts#L10) +[api/entities/MultiSigProposal/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/types.ts#L10) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md index 592826f638..2b93e456fe 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md @@ -16,7 +16,7 @@ There still are Asset tokens available for purchase #### Defined in -[api/entities/Offering/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L24) +[api/entities/Offering/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L24) ___ @@ -30,7 +30,7 @@ There are remaining Asset tokens, but their added value is lower than the Offeri #### Defined in -[api/entities/Offering/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L34) +[api/entities/Offering/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L34) ___ @@ -42,4 +42,4 @@ All Asset tokens in the Offering have been sold #### Defined in -[api/entities/Offering/types.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L28) +[api/entities/Offering/types.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L28) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md index d13e68f0a5..77c9691a2f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md @@ -16,7 +16,7 @@ Sale was manually closed after the end date was reached #### Defined in -[api/entities/Offering/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L53) +[api/entities/Offering/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L53) ___ @@ -28,7 +28,7 @@ Sale was manually closed before the end date was reached #### Defined in -[api/entities/Offering/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L49) +[api/entities/Offering/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L49) ___ @@ -40,7 +40,7 @@ Sale temporarily paused, can be resumed (unfrozen) #### Defined in -[api/entities/Offering/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L41) +[api/entities/Offering/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L41) ___ @@ -52,4 +52,4 @@ Investments can be made #### Defined in -[api/entities/Offering/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L45) +[api/entities/Offering/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L45) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md index f3269c0366..4214027981 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md @@ -16,7 +16,7 @@ End date reached #### Defined in -[api/entities/Offering/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L17) +[api/entities/Offering/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L17) ___ @@ -28,7 +28,7 @@ Start date not reached yet #### Defined in -[api/entities/Offering/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L9) +[api/entities/Offering/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L9) ___ @@ -40,4 +40,4 @@ Between start and end date #### Defined in -[api/entities/Offering/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L13) +[api/entities/Offering/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L13) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md index 3949a9f1b4..f54623c796 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md @@ -16,7 +16,7 @@ an Asset using this ticker has already been created #### Defined in -[api/entities/TickerReservation/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/TickerReservation/types.ts#L15) +[api/entities/TickerReservation/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/TickerReservation/types.ts#L15) ___ @@ -28,7 +28,7 @@ ticker hasn't been reserved or previous reservation expired #### Defined in -[api/entities/TickerReservation/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/TickerReservation/types.ts#L7) +[api/entities/TickerReservation/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/TickerReservation/types.ts#L7) ___ @@ -40,4 +40,4 @@ ticker is currently reserved #### Defined in -[api/entities/TickerReservation/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/TickerReservation/types.ts#L11) +[api/entities/TickerReservation/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/TickerReservation/types.ts#L11) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/AuthorizationType/AuthorizationType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/AuthorizationType/AuthorizationType.md index 97f9b8ab4e..b271f595fd 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/AuthorizationType/AuthorizationType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/AuthorizationType/AuthorizationType.md @@ -16,7 +16,7 @@ Type of Authorization Request #### Defined in -[api/entities/types.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L128) +[api/entities/types.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L128) ___ @@ -26,7 +26,7 @@ ___ #### Defined in -[api/entities/types.ts:133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L133) +[api/entities/types.ts:133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L133) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[api/entities/types.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L125) +[api/entities/types.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L125) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[api/entities/types.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L132) +[api/entities/types.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L132) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[api/entities/types.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L130) +[api/entities/types.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L130) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[api/entities/types.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L131) +[api/entities/types.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L131) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[api/entities/types.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L126) +[api/entities/types.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L126) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[api/entities/types.ts:134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L134) +[api/entities/types.ts:134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L134) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[api/entities/types.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L129) +[api/entities/types.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L129) ___ @@ -106,4 +106,4 @@ ___ #### Defined in -[api/entities/types.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L127) +[api/entities/types.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L127) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/ClaimType/ClaimType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/ClaimType/ClaimType.md index 02de93aee1..750f77686e 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/ClaimType/ClaimType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/ClaimType/ClaimType.md @@ -14,7 +14,7 @@ sidebar_label: "ClaimType" #### Defined in -[api/entities/types.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L160) +[api/entities/types.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L160) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/types.ts:161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L161) +[api/entities/types.ts:161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L161) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L168) +[api/entities/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L168) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/entities/types.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L162) +[api/entities/types.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L162) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[api/entities/types.ts:169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L169) +[api/entities/types.ts:169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L169) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[api/entities/types.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L164) +[api/entities/types.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L164) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[api/entities/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L167) +[api/entities/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L167) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[api/entities/types.ts:166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L166) +[api/entities/types.ts:166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L166) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[api/entities/types.ts:165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L165) +[api/entities/types.ts:165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L165) ___ @@ -104,4 +104,4 @@ ___ #### Defined in -[api/entities/types.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L163) +[api/entities/types.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L163) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/ConditionTarget/ConditionTarget.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/ConditionTarget/ConditionTarget.md index 00498d6101..2ceb5664cf 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/ConditionTarget/ConditionTarget.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/ConditionTarget/ConditionTarget.md @@ -14,7 +14,7 @@ sidebar_label: "ConditionTarget" #### Defined in -[api/entities/types.ts:140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L140) +[api/entities/types.ts:140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L140) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/types.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L139) +[api/entities/types.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L139) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/entities/types.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L138) +[api/entities/types.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L138) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/ConditionType/ConditionType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/ConditionType/ConditionType.md index 77bd1e68cd..330f5f3703 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/ConditionType/ConditionType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/ConditionType/ConditionType.md @@ -14,7 +14,7 @@ sidebar_label: "ConditionType" #### Defined in -[api/entities/types.ts:329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L329) +[api/entities/types.ts:329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L329) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/types.ts:330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L330) +[api/entities/types.ts:330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L330) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/types.ts:332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L332) +[api/entities/types.ts:332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L332) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/entities/types.ts:333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L333) +[api/entities/types.ts:333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L333) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[api/entities/types.ts:331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L331) +[api/entities/types.ts:331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L331) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[api/entities/types.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L328) +[api/entities/types.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L328) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md index 1582b5ea94..e6f172ccd7 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md @@ -17,7 +17,7 @@ not authorized: #### Defined in -[api/entities/types.ts:741](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L741) +[api/entities/types.ts:741](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L741) ___ @@ -29,7 +29,7 @@ all transactions authorized #### Defined in -[api/entities/types.ts:736](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L736) +[api/entities/types.ts:736](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L736) ___ @@ -44,7 +44,7 @@ authorized: #### Defined in -[api/entities/types.ts:748](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L748) +[api/entities/types.ts:748](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L748) ___ @@ -60,4 +60,4 @@ authorized: #### Defined in -[api/entities/types.ts:756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L756) +[api/entities/types.ts:756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L756) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/PermissionType/PermissionType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/PermissionType/PermissionType.md index e622d053c6..5c3aeaef1c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/PermissionType/PermissionType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/PermissionType/PermissionType.md @@ -14,7 +14,7 @@ sidebar_label: "PermissionType" #### Defined in -[api/entities/types.ts:605](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L605) +[api/entities/types.ts:605](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L605) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:604](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L604) +[api/entities/types.ts:604](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L604) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/ScopeType/ScopeType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/ScopeType/ScopeType.md index cbbdf8e60b..f8417c9980 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/ScopeType/ScopeType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/ScopeType/ScopeType.md @@ -14,7 +14,7 @@ sidebar_label: "ScopeType" #### Defined in -[api/entities/types.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L150) +[api/entities/types.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L150) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/types.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L151) +[api/entities/types.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L151) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/types.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L145) +[api/entities/types.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L145) ___ @@ -48,4 +48,4 @@ in favour of Asset #### Defined in -[api/entities/types.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L149) +[api/entities/types.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L149) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/SignerType/SignerType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/SignerType/SignerType.md index 57c2a08c84..aaa71261cb 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/SignerType/SignerType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/SignerType/SignerType.md @@ -14,7 +14,7 @@ sidebar_label: "SignerType" #### Defined in -[api/entities/types.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L106) +[api/entities/types.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L106) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L105) +[api/entities/types.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L105) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/StatType/StatType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/StatType/StatType.md index adb608a511..17baf66794 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/StatType/StatType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Types/StatType/StatType.md @@ -20,7 +20,7 @@ the chain doesn't use "Scoped" types, but they are needed here to discriminate t #### Defined in -[api/entities/types.ts:288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L288) +[api/entities/types.ts:288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L288) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[api/entities/types.ts:287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L287) +[api/entities/types.ts:287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L287) ___ @@ -42,7 +42,7 @@ ScopedPercentage is an SDK only type, on chain it is `Balance` with a claimType #### Defined in -[api/entities/types.ts:296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L296) +[api/entities/types.ts:296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L296) ___ @@ -54,4 +54,4 @@ ScopedCount is an SDK only type, on chain it is `Count` with a claimType option #### Defined in -[api/entities/types.ts:292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L292) +[api/entities/types.ts:292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L292) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Venue/Types/VenueType/VenueType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Venue/Types/VenueType/VenueType.md index 0f5f365f1b..0330a11963 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Venue/Types/VenueType/VenueType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Entities/Venue/Types/VenueType/VenueType.md @@ -16,7 +16,7 @@ Primary issuance #### Defined in -[api/entities/Venue/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/types.ts#L15) +[api/entities/Venue/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/types.ts#L15) ___ @@ -26,7 +26,7 @@ ___ #### Defined in -[api/entities/Venue/types.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/types.ts#L20) +[api/entities/Venue/types.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/types.ts#L20) ___ @@ -38,7 +38,7 @@ Default type #### Defined in -[api/entities/Venue/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/types.ts#L11) +[api/entities/Venue/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/types.ts#L11) ___ @@ -50,4 +50,4 @@ Offering/Fundraise #### Defined in -[api/entities/Venue/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/types.ts#L19) +[api/entities/Venue/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/types.ts#L19) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md index daf333bb7a..d68309e216 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md @@ -14,7 +14,7 @@ sidebar_label: "AllowanceOperation" #### Defined in -[api/procedures/types.ts:1494](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1494) +[api/procedures/types.ts:1506](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1506) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/procedures/types.ts:1493](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1493) +[api/procedures/types.ts:1505](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1505) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/procedures/types.ts:1492](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1492) +[api/procedures/types.ts:1504](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1504) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md index 008555be64..831c0da886 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md @@ -14,7 +14,7 @@ sidebar_label: "ClaimOperation" #### Defined in -[api/procedures/types.ts:788](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L788) +[api/procedures/types.ts:789](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L789) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/procedures/types.ts:789](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L789) +[api/procedures/types.ts:790](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L790) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/procedures/types.ts:787](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L787) +[api/procedures/types.ts:788](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L788) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md index c4928a0700..51d16e63ca 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md @@ -14,7 +14,7 @@ sidebar_label: "InstructionAffirmationOperation" #### Defined in -[api/procedures/types.ts:989](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L989) +[api/procedures/types.ts:990](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L990) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/procedures/types.ts:992](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L992) +[api/procedures/types.ts:993](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L993) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/procedures/types.ts:991](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L991) +[api/procedures/types.ts:992](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L992) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/procedures/types.ts:994](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L994) +[api/procedures/types.ts:995](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L995) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[api/procedures/types.ts:990](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L990) +[api/procedures/types.ts:991](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L991) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[api/procedures/types.ts:993](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L993) +[api/procedures/types.ts:994](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L994) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/RoleType/RoleType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/RoleType/RoleType.md index 5f79a49ee3..b2f4bbb464 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/RoleType/RoleType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/RoleType/RoleType.md @@ -14,7 +14,7 @@ sidebar_label: "RoleType" #### Defined in -[api/procedures/types.ts:240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L240) +[api/procedures/types.ts:240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L240) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/procedures/types.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L243) +[api/procedures/types.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L243) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/procedures/types.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L245) +[api/procedures/types.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L245) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/procedures/types.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L242) +[api/procedures/types.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L242) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[api/procedures/types.ts:239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L239) +[api/procedures/types.ts:239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L239) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[api/procedures/types.ts:241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L241) +[api/procedures/types.ts:241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L241) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/SignerKeyRingType/SignerKeyRingType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/SignerKeyRingType/SignerKeyRingType.md index d4562efb77..43799c7796 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/SignerKeyRingType/SignerKeyRingType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/SignerKeyRingType/SignerKeyRingType.md @@ -14,7 +14,7 @@ sidebar_label: "SignerKeyRingType" #### Defined in -[api/procedures/types.ts:1016](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1016) +[api/procedures/types.ts:1017](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1017) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/procedures/types.ts:1014](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1014) +[api/procedures/types.ts:1015](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1015) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/procedures/types.ts:1015](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1015) +[api/procedures/types.ts:1016](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1016) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md index 1fdd449617..788cc57c01 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md @@ -14,7 +14,7 @@ sidebar_label: "TransferRestrictionType" #### Defined in -[api/procedures/types.ts:462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L462) +[api/procedures/types.ts:462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L462) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/procedures/types.ts:463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L463) +[api/procedures/types.ts:463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L463) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/procedures/types.ts:460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L460) +[api/procedures/types.ts:460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L460) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[api/procedures/types.ts:461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L461) +[api/procedures/types.ts:461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L461) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/TxGroup/TxGroup.md b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/TxGroup/TxGroup.md index 999f775eae..3a7923a7f5 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/TxGroup/TxGroup.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/API/Procedures/Types/TxGroup/TxGroup.md @@ -21,7 +21,7 @@ Transaction Groups (for permissions purposes) #### Defined in -[api/procedures/types.ts:314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L314) +[api/procedures/types.ts:314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L314) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[api/procedures/types.ts:307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L307) +[api/procedures/types.ts:307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L307) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[api/procedures/types.ts:337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L337) +[api/procedures/types.ts:337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L337) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[api/procedures/types.ts:345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L345) +[api/procedures/types.ts:345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L345) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[api/procedures/types.ts:355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L355) +[api/procedures/types.ts:355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L355) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[api/procedures/types.ts:323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L323) +[api/procedures/types.ts:323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L323) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[api/procedures/types.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L327) +[api/procedures/types.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L327) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[api/procedures/types.ts:299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L299) +[api/procedures/types.ts:299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L299) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[api/procedures/types.ts:367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L367) +[api/procedures/types.ts:367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L367) ___ @@ -166,4 +166,4 @@ ___ #### Defined in -[api/procedures/types.ts:332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L332) +[api/procedures/types.ts:332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L332) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Base/Types/PayingAccountType/PayingAccountType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Base/Types/PayingAccountType/PayingAccountType.md index 0837e3e191..77d0a38dc2 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Base/Types/PayingAccountType/PayingAccountType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Base/Types/PayingAccountType/PayingAccountType.md @@ -18,7 +18,7 @@ the caller Account is responsible of paying the fees #### Defined in -[base/types.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L127) +[base/types.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L127) ___ @@ -30,7 +30,7 @@ The creator of the MultiSig is responsible for paying the fees #### Defined in -[base/types.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L131) +[base/types.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L131) ___ @@ -44,7 +44,7 @@ the paying Account is paying for a specific transaction because of #### Defined in -[base/types.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L123) +[base/types.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L123) ___ @@ -56,4 +56,4 @@ the paying Account is currently subsidizing the caller #### Defined in -[base/types.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L117) +[base/types.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L117) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md index 0cfc57de3c..c575b0dd5b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md @@ -14,7 +14,7 @@ sidebar_label: "TransactionArgumentType" #### Defined in -[base/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L55) +[base/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L55) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[base/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L61) +[base/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L61) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[base/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L59) +[base/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L59) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[base/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L57) +[base/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L57) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[base/types.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L60) +[base/types.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L60) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[base/types.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L54) +[base/types.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L54) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[base/types.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L67) +[base/types.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L67) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[base/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L58) +[base/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L58) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[base/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L65) +[base/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L65) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[base/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L64) +[base/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L64) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[base/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L63) +[base/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L63) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[base/types.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L56) +[base/types.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L56) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[base/types.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L62) +[base/types.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L62) ___ @@ -144,4 +144,4 @@ ___ #### Defined in -[base/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L66) +[base/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L66) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Base/Types/TransactionStatus/TransactionStatus.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Base/Types/TransactionStatus/TransactionStatus.md index 4993fe474e..0abbe2da76 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Base/Types/TransactionStatus/TransactionStatus.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Base/Types/TransactionStatus/TransactionStatus.md @@ -17,7 +17,7 @@ see https://github.com/paritytech/substrate/blob/master/primitives/transaction-p #### Defined in -[base/types.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L50) +[base/types.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L50) ___ @@ -29,7 +29,7 @@ the transaction's execution failed due to a an on-chain validation error, insuff #### Defined in -[base/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L45) +[base/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L45) ___ @@ -41,7 +41,7 @@ the transaction is prepped to run #### Defined in -[base/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L25) +[base/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L25) ___ @@ -53,7 +53,7 @@ the transaction was rejected by the signer #### Defined in -[base/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L37) +[base/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L37) ___ @@ -65,7 +65,7 @@ the transaction is being executed #### Defined in -[base/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L33) +[base/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L33) ___ @@ -77,7 +77,7 @@ the transaction was run successfully #### Defined in -[base/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L41) +[base/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L41) ___ @@ -89,4 +89,4 @@ the transaction is waiting for the user's signature #### Defined in -[base/types.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L29) +[base/types.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L29) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/AssetTx/AssetTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/AssetTx/AssetTx.md index bcfb8f0ba8..a5d702c68a 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/AssetTx/AssetTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/AssetTx/AssetTx.md @@ -14,7 +14,7 @@ sidebar_label: "AssetTx" #### Defined in -[generated/types.ts:526](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L526) +[generated/types.ts:526](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L526) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:525](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L525) +[generated/types.ts:525](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L525) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:534](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L534) +[generated/types.ts:534](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L534) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:556](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L556) +[generated/types.ts:556](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L556) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:538](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L538) +[generated/types.ts:538](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L538) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:540](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L540) +[generated/types.ts:540](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L540) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[generated/types.ts:527](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L527) +[generated/types.ts:527](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L527) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[generated/types.ts:542](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L542) +[generated/types.ts:542](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L542) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[generated/types.ts:559](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L559) +[generated/types.ts:559](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L559) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[generated/types.ts:552](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L552) +[generated/types.ts:552](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L552) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[generated/types.ts:528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L528) +[generated/types.ts:528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L528) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[generated/types.ts:531](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L531) +[generated/types.ts:531](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L531) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[generated/types.ts:563](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L563) +[generated/types.ts:563](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L563) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[generated/types.ts:533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L533) +[generated/types.ts:533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L533) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[generated/types.ts:561](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L561) +[generated/types.ts:561](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L561) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[generated/types.ts:554](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L554) +[generated/types.ts:554](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L554) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[generated/types.ts:532](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L532) +[generated/types.ts:532](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L532) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[generated/types.ts:548](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L548) +[generated/types.ts:548](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L548) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[generated/types.ts:545](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L545) +[generated/types.ts:545](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L545) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[generated/types.ts:547](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L547) +[generated/types.ts:547](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L547) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[generated/types.ts:546](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L546) +[generated/types.ts:546](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L546) ___ @@ -224,7 +224,7 @@ ___ #### Defined in -[generated/types.ts:541](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L541) +[generated/types.ts:541](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L541) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[generated/types.ts:524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L524) +[generated/types.ts:524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L524) ___ @@ -244,7 +244,7 @@ ___ #### Defined in -[generated/types.ts:558](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L558) +[generated/types.ts:558](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L558) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[generated/types.ts:560](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L560) +[generated/types.ts:560](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L560) ___ @@ -264,7 +264,7 @@ ___ #### Defined in -[generated/types.ts:562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L562) +[generated/types.ts:562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L562) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[generated/types.ts:535](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L535) +[generated/types.ts:535](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L535) ___ @@ -284,7 +284,7 @@ ___ #### Defined in -[generated/types.ts:550](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L550) +[generated/types.ts:550](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L550) ___ @@ -294,7 +294,7 @@ ___ #### Defined in -[generated/types.ts:557](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L557) +[generated/types.ts:557](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L557) ___ @@ -304,7 +304,7 @@ ___ #### Defined in -[generated/types.ts:551](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L551) +[generated/types.ts:551](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L551) ___ @@ -314,7 +314,7 @@ ___ #### Defined in -[generated/types.ts:553](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L553) +[generated/types.ts:553](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L553) ___ @@ -324,7 +324,7 @@ ___ #### Defined in -[generated/types.ts:555](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L555) +[generated/types.ts:555](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L555) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[generated/types.ts:530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L530) +[generated/types.ts:530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L530) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[generated/types.ts:539](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L539) +[generated/types.ts:539](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L539) ___ @@ -354,7 +354,7 @@ ___ #### Defined in -[generated/types.ts:543](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L543) +[generated/types.ts:543](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L543) ___ @@ -364,7 +364,7 @@ ___ #### Defined in -[generated/types.ts:544](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L544) +[generated/types.ts:544](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L544) ___ @@ -374,7 +374,7 @@ ___ #### Defined in -[generated/types.ts:536](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L536) +[generated/types.ts:536](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L536) ___ @@ -384,7 +384,7 @@ ___ #### Defined in -[generated/types.ts:529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L529) +[generated/types.ts:529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L529) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[generated/types.ts:564](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L564) +[generated/types.ts:564](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L564) ___ @@ -404,7 +404,7 @@ ___ #### Defined in -[generated/types.ts:549](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L549) +[generated/types.ts:549](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L549) ___ @@ -414,4 +414,4 @@ ___ #### Defined in -[generated/types.ts:537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L537) +[generated/types.ts:537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L537) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/AuthorshipTx/AuthorshipTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/AuthorshipTx/AuthorshipTx.md index f82cd273c8..47e811b507 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/AuthorshipTx/AuthorshipTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/AuthorshipTx/AuthorshipTx.md @@ -14,4 +14,4 @@ sidebar_label: "AuthorshipTx" #### Defined in -[generated/types.ts:289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L289) +[generated/types.ts:289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L289) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/BabeTx/BabeTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/BabeTx/BabeTx.md index 2e6acc74ea..fc20063de2 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/BabeTx/BabeTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/BabeTx/BabeTx.md @@ -14,7 +14,7 @@ sidebar_label: "BabeTx" #### Defined in -[generated/types.ts:273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L273) +[generated/types.ts:273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L273) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L271) +[generated/types.ts:271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L271) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[generated/types.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L272) +[generated/types.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L272) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/BalancesTx/BalancesTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/BalancesTx/BalancesTx.md index 5f0e80052f..37cd68ecd9 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/BalancesTx/BalancesTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/BalancesTx/BalancesTx.md @@ -14,7 +14,7 @@ sidebar_label: "BalancesTx" #### Defined in -[generated/types.ts:298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L298) +[generated/types.ts:298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L298) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L295) +[generated/types.ts:295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L295) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L297) +[generated/types.ts:297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L297) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L296) +[generated/types.ts:296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L296) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L293) +[generated/types.ts:293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L293) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[generated/types.ts:294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L294) +[generated/types.ts:294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L294) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/BridgeTx/BridgeTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/BridgeTx/BridgeTx.md index 75100bd4a2..9f4ba7b100 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/BridgeTx/BridgeTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/BridgeTx/BridgeTx.md @@ -14,7 +14,7 @@ sidebar_label: "BridgeTx" #### Defined in -[generated/types.ts:455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L455) +[generated/types.ts:455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L455) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:449](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L449) +[generated/types.ts:449](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L449) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:442](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L442) +[generated/types.ts:442](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L442) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:447](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L447) +[generated/types.ts:447](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L447) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L446) +[generated/types.ts:446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L446) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L441) +[generated/types.ts:441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L441) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[generated/types.ts:443](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L443) +[generated/types.ts:443](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L443) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[generated/types.ts:448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L448) +[generated/types.ts:448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L448) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[generated/types.ts:444](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L444) +[generated/types.ts:444](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L444) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[generated/types.ts:452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L452) +[generated/types.ts:452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L452) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[generated/types.ts:451](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L451) +[generated/types.ts:451](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L451) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[generated/types.ts:454](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L454) +[generated/types.ts:454](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L454) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[generated/types.ts:450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L450) +[generated/types.ts:450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L450) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[generated/types.ts:456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L456) +[generated/types.ts:456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L456) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[generated/types.ts:457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L457) +[generated/types.ts:457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L457) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[generated/types.ts:445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L445) +[generated/types.ts:445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L445) ___ @@ -174,4 +174,4 @@ ___ #### Defined in -[generated/types.ts:453](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L453) +[generated/types.ts:453](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L453) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md index 6a551accfc..a81bf9e647 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md @@ -14,7 +14,7 @@ sidebar_label: "CapitalDistributionTx" #### Defined in -[generated/types.ts:569](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L569) +[generated/types.ts:569](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L569) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:568](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L568) +[generated/types.ts:568](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L568) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:570](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L570) +[generated/types.ts:570](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L570) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:571](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L571) +[generated/types.ts:571](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L571) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[generated/types.ts:572](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L572) +[generated/types.ts:572](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L572) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md index aae6b859a4..4bb20f869f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md @@ -14,7 +14,7 @@ sidebar_label: "CddServiceProvidersTx" #### Defined in -[generated/types.ts:342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L342) +[generated/types.ts:342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L342) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:338](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L338) +[generated/types.ts:338](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L338) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L337) +[generated/types.ts:337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L337) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:339](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L339) +[generated/types.ts:339](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L339) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L341) +[generated/types.ts:341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L341) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:336](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L336) +[generated/types.ts:336](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L336) ___ @@ -74,4 +74,4 @@ ___ #### Defined in -[generated/types.ts:340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L340) +[generated/types.ts:340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L340) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CheckpointTx/CheckpointTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CheckpointTx/CheckpointTx.md index 46972933d8..aa3b365f0b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CheckpointTx/CheckpointTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CheckpointTx/CheckpointTx.md @@ -14,7 +14,7 @@ sidebar_label: "CheckpointTx" #### Defined in -[generated/types.ts:576](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L576) +[generated/types.ts:576](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L576) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:578](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L578) +[generated/types.ts:578](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L578) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:579](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L579) +[generated/types.ts:579](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L579) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[generated/types.ts:577](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L577) +[generated/types.ts:577](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L577) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md index 02242f3203..02ca6d0bcb 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md @@ -14,7 +14,7 @@ sidebar_label: "CommitteeMembershipTx" #### Defined in -[generated/types.ts:360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L360) +[generated/types.ts:360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L360) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L356) +[generated/types.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L356) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L355) +[generated/types.ts:355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L355) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L357) +[generated/types.ts:357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L357) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:359](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L359) +[generated/types.ts:359](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L359) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L354) +[generated/types.ts:354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L354) ___ @@ -74,4 +74,4 @@ ___ #### Defined in -[generated/types.ts:358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L358) +[generated/types.ts:358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L358) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md index c34028057e..2477297066 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md @@ -14,7 +14,7 @@ sidebar_label: "ComplianceManagerTx" #### Defined in -[generated/types.ts:583](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L583) +[generated/types.ts:583](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L583) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:589](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L589) +[generated/types.ts:589](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L589) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:591](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L591) +[generated/types.ts:591](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L591) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:587](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L587) +[generated/types.ts:587](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L587) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:584](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L584) +[generated/types.ts:584](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L584) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:590](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L590) +[generated/types.ts:590](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L590) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[generated/types.ts:585](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L585) +[generated/types.ts:585](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L585) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[generated/types.ts:586](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L586) +[generated/types.ts:586](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L586) ___ @@ -94,4 +94,4 @@ ___ #### Defined in -[generated/types.ts:588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L588) +[generated/types.ts:588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L588) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ContractsTx/ContractsTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ContractsTx/ContractsTx.md index c4f383af91..ec82609354 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ContractsTx/ContractsTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ContractsTx/ContractsTx.md @@ -14,7 +14,7 @@ sidebar_label: "ContractsTx" #### Defined in -[generated/types.ts:805](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L805) +[generated/types.ts:805](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L805) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L810) +[generated/types.ts:810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L810) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:807](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L807) +[generated/types.ts:807](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L807) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:812](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L812) +[generated/types.ts:812](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L812) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L806) +[generated/types.ts:806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L806) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:811](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L811) +[generated/types.ts:811](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L811) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[generated/types.ts:809](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L809) +[generated/types.ts:809](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L809) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[generated/types.ts:813](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L813) +[generated/types.ts:813](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L813) ___ @@ -94,4 +94,4 @@ ___ #### Defined in -[generated/types.ts:808](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L808) +[generated/types.ts:808](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L808) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CorporateActionTx/CorporateActionTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CorporateActionTx/CorporateActionTx.md index 4e1d65517f..b8f7afacb8 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CorporateActionTx/CorporateActionTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CorporateActionTx/CorporateActionTx.md @@ -14,7 +14,7 @@ sidebar_label: "CorporateActionTx" #### Defined in -[generated/types.ts:602](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L602) +[generated/types.ts:602](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L602) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:599](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L599) +[generated/types.ts:599](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L599) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:603](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L603) +[generated/types.ts:603](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L603) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:600](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L600) +[generated/types.ts:600](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L600) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:601](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L601) +[generated/types.ts:601](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L601) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:596](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L596) +[generated/types.ts:596](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L596) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[generated/types.ts:597](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L597) +[generated/types.ts:597](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L597) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[generated/types.ts:598](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L598) +[generated/types.ts:598](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L598) ___ @@ -94,4 +94,4 @@ ___ #### Defined in -[generated/types.ts:595](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L595) +[generated/types.ts:595](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L595) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md index 91e18c209b..c650e16543 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md @@ -14,7 +14,7 @@ sidebar_label: "CorporateBallotTx" #### Defined in -[generated/types.ts:607](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L607) +[generated/types.ts:607](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L607) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L609) +[generated/types.ts:609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L609) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:610](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L610) +[generated/types.ts:610](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L610) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:611](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L611) +[generated/types.ts:611](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L611) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:612](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L612) +[generated/types.ts:612](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L612) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[generated/types.ts:608](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L608) +[generated/types.ts:608](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L608) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CountryCode/CountryCode.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CountryCode/CountryCode.md index 64a05a7f36..1cec0027b2 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CountryCode/CountryCode.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/CountryCode/CountryCode.md @@ -14,7 +14,7 @@ sidebar_label: "CountryCode" #### Defined in -[generated/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L9) +[generated/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L9) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L236) +[generated/types.ts:236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L236) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:4](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L4) +[generated/types.ts:4](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L4) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L13) +[generated/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L13) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L11) +[generated/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L11) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L6) +[generated/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L6) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[generated/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L15) +[generated/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L15) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[generated/types.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L160) +[generated/types.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L160) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[generated/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L10) +[generated/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L10) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[generated/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L12) +[generated/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L12) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[generated/types.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L14) +[generated/types.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L14) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[generated/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L8) +[generated/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L8) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[generated/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L18) +[generated/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L18) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[generated/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L17) +[generated/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L17) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[generated/types.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L16) +[generated/types.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L16) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[generated/types.ts:5](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L5) +[generated/types.ts:5](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L5) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[generated/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L19) +[generated/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L19) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[generated/types.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L31) +[generated/types.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L31) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[generated/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L23) +[generated/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L23) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[generated/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L22) +[generated/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L22) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[generated/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L25) +[generated/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L25) ___ @@ -224,7 +224,7 @@ ___ #### Defined in -[generated/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L39) +[generated/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L39) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[generated/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L38) +[generated/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L38) ___ @@ -244,7 +244,7 @@ ___ #### Defined in -[generated/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L21) +[generated/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L21) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[generated/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L40) +[generated/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L40) ___ @@ -264,7 +264,7 @@ ___ #### Defined in -[generated/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L27) +[generated/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L27) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[generated/types.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L188) +[generated/types.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L188) ___ @@ -284,7 +284,7 @@ ___ #### Defined in -[generated/types.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L28) +[generated/types.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L28) ___ @@ -294,7 +294,7 @@ ___ #### Defined in -[generated/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L37) +[generated/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L37) ___ @@ -304,7 +304,7 @@ ___ #### Defined in -[generated/types.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L30) +[generated/types.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L30) ___ @@ -314,7 +314,7 @@ ___ #### Defined in -[generated/types.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L251) +[generated/types.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L251) ___ @@ -324,7 +324,7 @@ ___ #### Defined in -[generated/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L34) +[generated/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L34) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[generated/types.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L20) +[generated/types.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L20) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[generated/types.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L29) +[generated/types.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L29) ___ @@ -354,7 +354,7 @@ ___ #### Defined in -[generated/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L33) +[generated/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L33) ___ @@ -364,7 +364,7 @@ ___ #### Defined in -[generated/types.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L32) +[generated/types.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L32) ___ @@ -374,7 +374,7 @@ ___ #### Defined in -[generated/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L24) +[generated/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L24) ___ @@ -384,7 +384,7 @@ ___ #### Defined in -[generated/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L26) +[generated/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L26) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[generated/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L43) +[generated/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L43) ___ @@ -404,7 +404,7 @@ ___ #### Defined in -[generated/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L53) +[generated/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L53) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[generated/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L57) +[generated/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L57) ___ @@ -424,7 +424,7 @@ ___ #### Defined in -[generated/types.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L46) +[generated/types.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L46) ___ @@ -434,7 +434,7 @@ ___ #### Defined in -[generated/types.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L56) +[generated/types.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L56) ___ @@ -444,7 +444,7 @@ ___ #### Defined in -[generated/types.ts:218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L218) +[generated/types.ts:218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L218) ___ @@ -454,7 +454,7 @@ ___ #### Defined in -[generated/types.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L60) +[generated/types.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L60) ___ @@ -464,7 +464,7 @@ ___ #### Defined in -[generated/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L58) +[generated/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L58) ___ @@ -474,7 +474,7 @@ ___ #### Defined in -[generated/types.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L48) +[generated/types.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L48) ___ @@ -484,7 +484,7 @@ ___ #### Defined in -[generated/types.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L42) +[generated/types.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L42) ___ @@ -494,7 +494,7 @@ ___ #### Defined in -[generated/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L49) +[generated/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L49) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[generated/types.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L54) +[generated/types.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L54) ___ @@ -514,7 +514,7 @@ ___ #### Defined in -[generated/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L59) +[generated/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L59) ___ @@ -524,7 +524,7 @@ ___ #### Defined in -[generated/types.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L62) +[generated/types.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L62) ___ @@ -534,7 +534,7 @@ ___ #### Defined in -[generated/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L44) +[generated/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L44) ___ @@ -544,7 +544,7 @@ ___ #### Defined in -[generated/types.ts:252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L252) +[generated/types.ts:252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L252) ___ @@ -554,7 +554,7 @@ ___ #### Defined in -[generated/types.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L52) +[generated/types.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L52) ___ @@ -564,7 +564,7 @@ ___ #### Defined in -[generated/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L63) +[generated/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L63) ___ @@ -574,7 +574,7 @@ ___ #### Defined in -[generated/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L64) +[generated/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L64) ___ @@ -584,7 +584,7 @@ ___ #### Defined in -[generated/types.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L87) +[generated/types.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L87) ___ @@ -594,7 +594,7 @@ ___ #### Defined in -[generated/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L66) +[generated/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L66) ___ @@ -604,7 +604,7 @@ ___ #### Defined in -[generated/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L65) +[generated/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L65) ___ @@ -614,7 +614,7 @@ ___ #### Defined in -[generated/types.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L67) +[generated/types.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L67) ___ @@ -624,7 +624,7 @@ ___ #### Defined in -[generated/types.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L68) +[generated/types.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L68) ___ @@ -634,7 +634,7 @@ ___ #### Defined in -[generated/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L7) +[generated/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L7) ___ @@ -644,7 +644,7 @@ ___ #### Defined in -[generated/types.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L69) +[generated/types.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L69) ___ @@ -654,7 +654,7 @@ ___ #### Defined in -[generated/types.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L74) +[generated/types.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L74) ___ @@ -664,7 +664,7 @@ ___ #### Defined in -[generated/types.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L70) +[generated/types.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L70) ___ @@ -674,7 +674,7 @@ ___ #### Defined in -[generated/types.ts:247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L247) +[generated/types.ts:247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L247) ___ @@ -684,7 +684,7 @@ ___ #### Defined in -[generated/types.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L73) +[generated/types.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L73) ___ @@ -694,7 +694,7 @@ ___ #### Defined in -[generated/types.ts:211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L211) +[generated/types.ts:211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L211) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[generated/types.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L75) +[generated/types.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L75) ___ @@ -714,7 +714,7 @@ ___ #### Defined in -[generated/types.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L79) +[generated/types.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L79) ___ @@ -724,7 +724,7 @@ ___ #### Defined in -[generated/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L78) +[generated/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L78) ___ @@ -734,7 +734,7 @@ ___ #### Defined in -[generated/types.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L76) +[generated/types.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L76) ___ @@ -744,7 +744,7 @@ ___ #### Defined in -[generated/types.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L147) +[generated/types.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L147) ___ @@ -754,7 +754,7 @@ ___ #### Defined in -[generated/types.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L77) +[generated/types.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L77) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[generated/types.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L80) +[generated/types.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L80) ___ @@ -774,7 +774,7 @@ ___ #### Defined in -[generated/types.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L84) +[generated/types.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L84) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[generated/types.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L237) +[generated/types.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L237) ___ @@ -794,7 +794,7 @@ ___ #### Defined in -[generated/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L92) +[generated/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L92) ___ @@ -804,7 +804,7 @@ ___ #### Defined in -[generated/types.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L86) +[generated/types.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L86) ___ @@ -814,7 +814,7 @@ ___ #### Defined in -[generated/types.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L81) +[generated/types.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L81) ___ @@ -824,7 +824,7 @@ ___ #### Defined in -[generated/types.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L96) +[generated/types.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L96) ___ @@ -834,7 +834,7 @@ ___ #### Defined in -[generated/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L88) +[generated/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L88) ___ @@ -844,7 +844,7 @@ ___ #### Defined in -[generated/types.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L89) +[generated/types.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L89) ___ @@ -854,7 +854,7 @@ ___ #### Defined in -[generated/types.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L91) +[generated/types.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L91) ___ @@ -864,7 +864,7 @@ ___ #### Defined in -[generated/types.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L85) +[generated/types.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L85) ___ @@ -874,7 +874,7 @@ ___ #### Defined in -[generated/types.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L97) +[generated/types.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L97) ___ @@ -884,7 +884,7 @@ ___ #### Defined in -[generated/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L93) +[generated/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L93) ___ @@ -894,7 +894,7 @@ ___ #### Defined in -[generated/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L72) +[generated/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L72) ___ @@ -904,7 +904,7 @@ ___ #### Defined in -[generated/types.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L90) +[generated/types.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L90) ___ @@ -914,7 +914,7 @@ ___ #### Defined in -[generated/types.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L209) +[generated/types.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L209) ___ @@ -924,7 +924,7 @@ ___ #### Defined in -[generated/types.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L95) +[generated/types.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L95) ___ @@ -934,7 +934,7 @@ ___ #### Defined in -[generated/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L94) +[generated/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L94) ___ @@ -944,7 +944,7 @@ ___ #### Defined in -[generated/types.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L98) +[generated/types.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L98) ___ @@ -954,7 +954,7 @@ ___ #### Defined in -[generated/types.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L99) +[generated/types.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L99) ___ @@ -964,7 +964,7 @@ ___ #### Defined in -[generated/types.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L50) +[generated/types.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L50) ___ @@ -974,7 +974,7 @@ ___ #### Defined in -[generated/types.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L101) +[generated/types.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L101) ___ @@ -984,7 +984,7 @@ ___ #### Defined in -[generated/types.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L103) +[generated/types.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L103) ___ @@ -994,7 +994,7 @@ ___ #### Defined in -[generated/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L61) +[generated/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L61) ___ @@ -1004,7 +1004,7 @@ ___ #### Defined in -[generated/types.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L100) +[generated/types.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L100) ___ @@ -1014,7 +1014,7 @@ ___ #### Defined in -[generated/types.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L104) +[generated/types.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L104) ___ @@ -1024,7 +1024,7 @@ ___ #### Defined in -[generated/types.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L107) +[generated/types.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L107) ___ @@ -1034,7 +1034,7 @@ ___ #### Defined in -[generated/types.ts:110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L110) +[generated/types.ts:110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L110) ___ @@ -1044,7 +1044,7 @@ ___ #### Defined in -[generated/types.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L112) +[generated/types.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L112) ___ @@ -1054,7 +1054,7 @@ ___ #### Defined in -[generated/types.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L111) +[generated/types.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L111) ___ @@ -1064,7 +1064,7 @@ ___ #### Defined in -[generated/types.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L106) +[generated/types.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L106) ___ @@ -1074,7 +1074,7 @@ ___ #### Defined in -[generated/types.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L36) +[generated/types.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L36) ___ @@ -1084,7 +1084,7 @@ ___ #### Defined in -[generated/types.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L109) +[generated/types.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L109) ___ @@ -1094,7 +1094,7 @@ ___ #### Defined in -[generated/types.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L108) +[generated/types.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L108) ___ @@ -1104,7 +1104,7 @@ ___ #### Defined in -[generated/types.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L105) +[generated/types.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L105) ___ @@ -1114,7 +1114,7 @@ ___ #### Defined in -[generated/types.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L113) +[generated/types.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L113) ___ @@ -1124,7 +1124,7 @@ ___ #### Defined in -[generated/types.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L116) +[generated/types.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L116) ___ @@ -1134,7 +1134,7 @@ ___ #### Defined in -[generated/types.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L114) +[generated/types.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L114) ___ @@ -1144,7 +1144,7 @@ ___ #### Defined in -[generated/types.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L117) +[generated/types.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L117) ___ @@ -1154,7 +1154,7 @@ ___ #### Defined in -[generated/types.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L115) +[generated/types.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L115) ___ @@ -1164,7 +1164,7 @@ ___ #### Defined in -[generated/types.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L119) +[generated/types.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L119) ___ @@ -1174,7 +1174,7 @@ ___ #### Defined in -[generated/types.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L124) +[generated/types.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L124) ___ @@ -1184,7 +1184,7 @@ ___ #### Defined in -[generated/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L41) +[generated/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L41) ___ @@ -1194,7 +1194,7 @@ ___ #### Defined in -[generated/types.ts:120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L120) +[generated/types.ts:120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L120) ___ @@ -1204,7 +1204,7 @@ ___ #### Defined in -[generated/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L55) +[generated/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L55) ___ @@ -1214,7 +1214,7 @@ ___ #### Defined in -[generated/types.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L190) +[generated/types.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L190) ___ @@ -1224,7 +1224,7 @@ ___ #### Defined in -[generated/types.ts:121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L121) +[generated/types.ts:121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L121) ___ @@ -1234,7 +1234,7 @@ ___ #### Defined in -[generated/types.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L122) +[generated/types.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L122) ___ @@ -1244,7 +1244,7 @@ ___ #### Defined in -[generated/types.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L123) +[generated/types.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L123) ___ @@ -1254,7 +1254,7 @@ ___ #### Defined in -[generated/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L45) +[generated/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L45) ___ @@ -1264,7 +1264,7 @@ ___ #### Defined in -[generated/types.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L118) +[generated/types.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L118) ___ @@ -1274,7 +1274,7 @@ ___ #### Defined in -[generated/types.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L125) +[generated/types.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L125) ___ @@ -1284,7 +1284,7 @@ ___ #### Defined in -[generated/types.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L127) +[generated/types.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L127) ___ @@ -1294,7 +1294,7 @@ ___ #### Defined in -[generated/types.ts:191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L191) +[generated/types.ts:191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L191) ___ @@ -1304,7 +1304,7 @@ ___ #### Defined in -[generated/types.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L131) +[generated/types.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L131) ___ @@ -1314,7 +1314,7 @@ ___ #### Defined in -[generated/types.ts:212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L212) +[generated/types.ts:212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L212) ___ @@ -1324,7 +1324,7 @@ ___ #### Defined in -[generated/types.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L129) +[generated/types.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L129) ___ @@ -1334,7 +1334,7 @@ ___ #### Defined in -[generated/types.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L128) +[generated/types.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L128) ___ @@ -1344,7 +1344,7 @@ ___ #### Defined in -[generated/types.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L132) +[generated/types.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L132) ___ @@ -1354,7 +1354,7 @@ ___ #### Defined in -[generated/types.ts:133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L133) +[generated/types.ts:133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L133) ___ @@ -1364,7 +1364,7 @@ ___ #### Defined in -[generated/types.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L126) +[generated/types.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L126) ___ @@ -1374,7 +1374,7 @@ ___ #### Defined in -[generated/types.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L130) +[generated/types.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L130) ___ @@ -1384,7 +1384,7 @@ ___ #### Defined in -[generated/types.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L153) +[generated/types.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L153) ___ @@ -1394,7 +1394,7 @@ ___ #### Defined in -[generated/types.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L149) +[generated/types.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L149) ___ @@ -1404,7 +1404,7 @@ ___ #### Defined in -[generated/types.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L148) +[generated/types.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L148) ___ @@ -1414,7 +1414,7 @@ ___ #### Defined in -[generated/types.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L151) +[generated/types.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L151) ___ @@ -1424,7 +1424,7 @@ ___ #### Defined in -[generated/types.ts:192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L192) +[generated/types.ts:192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L192) ___ @@ -1434,7 +1434,7 @@ ___ #### Defined in -[generated/types.ts:135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L135) +[generated/types.ts:135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L135) ___ @@ -1444,7 +1444,7 @@ ___ #### Defined in -[generated/types.ts:141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L141) +[generated/types.ts:141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L141) ___ @@ -1454,7 +1454,7 @@ ___ #### Defined in -[generated/types.ts:134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L134) +[generated/types.ts:134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L134) ___ @@ -1464,7 +1464,7 @@ ___ #### Defined in -[generated/types.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L139) +[generated/types.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L139) ___ @@ -1474,7 +1474,7 @@ ___ #### Defined in -[generated/types.ts:155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L155) +[generated/types.ts:155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L155) ___ @@ -1484,7 +1484,7 @@ ___ #### Defined in -[generated/types.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L150) +[generated/types.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L150) ___ @@ -1494,7 +1494,7 @@ ___ #### Defined in -[generated/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L51) +[generated/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L51) ___ @@ -1504,7 +1504,7 @@ ___ #### Defined in -[generated/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L168) +[generated/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L168) ___ @@ -1514,7 +1514,7 @@ ___ #### Defined in -[generated/types.ts:142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L142) +[generated/types.ts:142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L142) ___ @@ -1524,7 +1524,7 @@ ___ #### Defined in -[generated/types.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L143) +[generated/types.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L143) ___ @@ -1534,7 +1534,7 @@ ___ #### Defined in -[generated/types.ts:152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L152) +[generated/types.ts:152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L152) ___ @@ -1544,7 +1544,7 @@ ___ #### Defined in -[generated/types.ts:140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L140) +[generated/types.ts:140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L140) ___ @@ -1554,7 +1554,7 @@ ___ #### Defined in -[generated/types.ts:144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L144) +[generated/types.ts:144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L144) ___ @@ -1564,7 +1564,7 @@ ___ #### Defined in -[generated/types.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L138) +[generated/types.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L138) ___ @@ -1574,7 +1574,7 @@ ___ #### Defined in -[generated/types.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L136) +[generated/types.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L136) ___ @@ -1584,7 +1584,7 @@ ___ #### Defined in -[generated/types.ts:146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L146) +[generated/types.ts:146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L146) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[generated/types.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L137) +[generated/types.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L137) ___ @@ -1604,7 +1604,7 @@ ___ #### Defined in -[generated/types.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L154) +[generated/types.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L154) ___ @@ -1614,7 +1614,7 @@ ___ #### Defined in -[generated/types.ts:156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L156) +[generated/types.ts:156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L156) ___ @@ -1624,7 +1624,7 @@ ___ #### Defined in -[generated/types.ts:161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L161) +[generated/types.ts:161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L161) ___ @@ -1634,7 +1634,7 @@ ___ #### Defined in -[generated/types.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L164) +[generated/types.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L164) ___ @@ -1644,7 +1644,7 @@ ___ #### Defined in -[generated/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L167) +[generated/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L167) ___ @@ -1654,7 +1654,7 @@ ___ #### Defined in -[generated/types.ts:165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L165) +[generated/types.ts:165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L165) ___ @@ -1664,7 +1664,7 @@ ___ #### Defined in -[generated/types.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L163) +[generated/types.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L163) ___ @@ -1674,7 +1674,7 @@ ___ #### Defined in -[generated/types.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L159) +[generated/types.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L159) ___ @@ -1684,7 +1684,7 @@ ___ #### Defined in -[generated/types.ts:169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L169) +[generated/types.ts:169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L169) ___ @@ -1694,7 +1694,7 @@ ___ #### Defined in -[generated/types.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L158) +[generated/types.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L158) ___ @@ -1704,7 +1704,7 @@ ___ #### Defined in -[generated/types.ts:157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L157) +[generated/types.ts:157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L157) ___ @@ -1714,7 +1714,7 @@ ___ #### Defined in -[generated/types.ts:166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L166) +[generated/types.ts:166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L166) ___ @@ -1724,7 +1724,7 @@ ___ #### Defined in -[generated/types.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L162) +[generated/types.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L162) ___ @@ -1734,7 +1734,7 @@ ___ #### Defined in -[generated/types.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L170) +[generated/types.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L170) ___ @@ -1744,7 +1744,7 @@ ___ #### Defined in -[generated/types.ts:174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L174) +[generated/types.ts:174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L174) ___ @@ -1754,7 +1754,7 @@ ___ #### Defined in -[generated/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L177) +[generated/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L177) ___ @@ -1764,7 +1764,7 @@ ___ #### Defined in -[generated/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L82) +[generated/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L82) ___ @@ -1774,7 +1774,7 @@ ___ #### Defined in -[generated/types.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L175) +[generated/types.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L175) ___ @@ -1784,7 +1784,7 @@ ___ #### Defined in -[generated/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L178) +[generated/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L178) ___ @@ -1794,7 +1794,7 @@ ___ #### Defined in -[generated/types.ts:171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L171) +[generated/types.ts:171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L171) ___ @@ -1804,7 +1804,7 @@ ___ #### Defined in -[generated/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L180) +[generated/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L180) ___ @@ -1814,7 +1814,7 @@ ___ #### Defined in -[generated/types.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L193) +[generated/types.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L193) ___ @@ -1824,7 +1824,7 @@ ___ #### Defined in -[generated/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L179) +[generated/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L179) ___ @@ -1834,7 +1834,7 @@ ___ #### Defined in -[generated/types.ts:182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L182) +[generated/types.ts:182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L182) ___ @@ -1844,7 +1844,7 @@ ___ #### Defined in -[generated/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L173) +[generated/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L173) ___ @@ -1854,7 +1854,7 @@ ___ #### Defined in -[generated/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L181) +[generated/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L181) ___ @@ -1864,7 +1864,7 @@ ___ #### Defined in -[generated/types.ts:172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L172) +[generated/types.ts:172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L172) ___ @@ -1874,7 +1874,7 @@ ___ #### Defined in -[generated/types.ts:176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L176) +[generated/types.ts:176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L176) ___ @@ -1884,7 +1884,7 @@ ___ #### Defined in -[generated/types.ts:183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L183) +[generated/types.ts:183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L183) ___ @@ -1894,7 +1894,7 @@ ___ #### Defined in -[generated/types.ts:184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L184) +[generated/types.ts:184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L184) ___ @@ -1904,7 +1904,7 @@ ___ #### Defined in -[generated/types.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L185) +[generated/types.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L185) ___ @@ -1914,7 +1914,7 @@ ___ #### Defined in -[generated/types.ts:200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L200) +[generated/types.ts:200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L200) ___ @@ -1924,7 +1924,7 @@ ___ #### Defined in -[generated/types.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L186) +[generated/types.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L186) ___ @@ -1934,7 +1934,7 @@ ___ #### Defined in -[generated/types.ts:187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L187) +[generated/types.ts:187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L187) ___ @@ -1944,7 +1944,7 @@ ___ #### Defined in -[generated/types.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L198) +[generated/types.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L198) ___ @@ -1954,7 +1954,7 @@ ___ #### Defined in -[generated/types.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L206) +[generated/types.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L206) ___ @@ -1964,7 +1964,7 @@ ___ #### Defined in -[generated/types.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L201) +[generated/types.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L201) ___ @@ -1974,7 +1974,7 @@ ___ #### Defined in -[generated/types.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L213) +[generated/types.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L213) ___ @@ -1984,7 +1984,7 @@ ___ #### Defined in -[generated/types.ts:217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L217) +[generated/types.ts:217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L217) ___ @@ -1994,7 +1994,7 @@ ___ #### Defined in -[generated/types.ts:203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L203) +[generated/types.ts:203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L203) ___ @@ -2004,7 +2004,7 @@ ___ #### Defined in -[generated/types.ts:189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L189) +[generated/types.ts:189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L189) ___ @@ -2014,7 +2014,7 @@ ___ #### Defined in -[generated/types.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L205) +[generated/types.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L205) ___ @@ -2024,7 +2024,7 @@ ___ #### Defined in -[generated/types.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L215) +[generated/types.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L215) ___ @@ -2034,7 +2034,7 @@ ___ #### Defined in -[generated/types.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L204) +[generated/types.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L204) ___ @@ -2044,7 +2044,7 @@ ___ #### Defined in -[generated/types.ts:202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L202) +[generated/types.ts:202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L202) ___ @@ -2054,7 +2054,7 @@ ___ #### Defined in -[generated/types.ts:196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L196) +[generated/types.ts:196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L196) ___ @@ -2064,7 +2064,7 @@ ___ #### Defined in -[generated/types.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L199) +[generated/types.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L199) ___ @@ -2074,7 +2074,7 @@ ___ #### Defined in -[generated/types.ts:207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L207) +[generated/types.ts:207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L207) ___ @@ -2084,7 +2084,7 @@ ___ #### Defined in -[generated/types.ts:214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L214) +[generated/types.ts:214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L214) ___ @@ -2094,7 +2094,7 @@ ___ #### Defined in -[generated/types.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L210) +[generated/types.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L210) ___ @@ -2104,7 +2104,7 @@ ___ #### Defined in -[generated/types.ts:197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L197) +[generated/types.ts:197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L197) ___ @@ -2114,7 +2114,7 @@ ___ #### Defined in -[generated/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L71) +[generated/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L71) ___ @@ -2124,7 +2124,7 @@ ___ #### Defined in -[generated/types.ts:253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L253) +[generated/types.ts:253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L253) ___ @@ -2134,7 +2134,7 @@ ___ #### Defined in -[generated/types.ts:219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L219) +[generated/types.ts:219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L219) ___ @@ -2144,7 +2144,7 @@ ___ #### Defined in -[generated/types.ts:216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L216) +[generated/types.ts:216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L216) ___ @@ -2154,7 +2154,7 @@ ___ #### Defined in -[generated/types.ts:232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L232) +[generated/types.ts:232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L232) ___ @@ -2164,7 +2164,7 @@ ___ #### Defined in -[generated/types.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L47) +[generated/types.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L47) ___ @@ -2174,7 +2174,7 @@ ___ #### Defined in -[generated/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L83) +[generated/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L83) ___ @@ -2184,7 +2184,7 @@ ___ #### Defined in -[generated/types.ts:225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L225) +[generated/types.ts:225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L225) ___ @@ -2194,7 +2194,7 @@ ___ #### Defined in -[generated/types.ts:223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L223) +[generated/types.ts:223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L223) ___ @@ -2204,7 +2204,7 @@ ___ #### Defined in -[generated/types.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L221) +[generated/types.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L221) ___ @@ -2214,7 +2214,7 @@ ___ #### Defined in -[generated/types.ts:226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L226) +[generated/types.ts:226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L226) ___ @@ -2224,7 +2224,7 @@ ___ #### Defined in -[generated/types.ts:224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L224) +[generated/types.ts:224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L224) ___ @@ -2234,7 +2234,7 @@ ___ #### Defined in -[generated/types.ts:231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L231) +[generated/types.ts:231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L231) ___ @@ -2244,7 +2244,7 @@ ___ #### Defined in -[generated/types.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L229) +[generated/types.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L229) ___ @@ -2254,7 +2254,7 @@ ___ #### Defined in -[generated/types.ts:227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L227) +[generated/types.ts:227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L227) ___ @@ -2264,7 +2264,7 @@ ___ #### Defined in -[generated/types.ts:230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L230) +[generated/types.ts:230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L230) ___ @@ -2274,7 +2274,7 @@ ___ #### Defined in -[generated/types.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L228) +[generated/types.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L228) ___ @@ -2284,7 +2284,7 @@ ___ #### Defined in -[generated/types.ts:233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L233) +[generated/types.ts:233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L233) ___ @@ -2294,7 +2294,7 @@ ___ #### Defined in -[generated/types.ts:220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L220) +[generated/types.ts:220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L220) ___ @@ -2304,7 +2304,7 @@ ___ #### Defined in -[generated/types.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L222) +[generated/types.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L222) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[generated/types.ts:235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L235) +[generated/types.ts:235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L235) ___ @@ -2324,7 +2324,7 @@ ___ #### Defined in -[generated/types.ts:234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L234) +[generated/types.ts:234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L234) ___ @@ -2334,7 +2334,7 @@ ___ #### Defined in -[generated/types.ts:239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L239) +[generated/types.ts:239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L239) ___ @@ -2344,7 +2344,7 @@ ___ #### Defined in -[generated/types.ts:238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L238) +[generated/types.ts:238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L238) ___ @@ -2354,7 +2354,7 @@ ___ #### Defined in -[generated/types.ts:240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L240) +[generated/types.ts:240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L240) ___ @@ -2364,7 +2364,7 @@ ___ #### Defined in -[generated/types.ts:241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L241) +[generated/types.ts:241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L241) ___ @@ -2374,7 +2374,7 @@ ___ #### Defined in -[generated/types.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L102) +[generated/types.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L102) ___ @@ -2384,7 +2384,7 @@ ___ #### Defined in -[generated/types.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L194) +[generated/types.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L194) ___ @@ -2394,7 +2394,7 @@ ___ #### Defined in -[generated/types.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L243) +[generated/types.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L243) ___ @@ -2404,7 +2404,7 @@ ___ #### Defined in -[generated/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L35) +[generated/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L35) ___ @@ -2414,7 +2414,7 @@ ___ #### Defined in -[generated/types.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L245) +[generated/types.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L245) ___ @@ -2424,7 +2424,7 @@ ___ #### Defined in -[generated/types.ts:244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L244) +[generated/types.ts:244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L244) ___ @@ -2434,7 +2434,7 @@ ___ #### Defined in -[generated/types.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L242) +[generated/types.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L242) ___ @@ -2444,7 +2444,7 @@ ___ #### Defined in -[generated/types.ts:246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L246) +[generated/types.ts:246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L246) ___ @@ -2454,7 +2454,7 @@ ___ #### Defined in -[generated/types.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L195) +[generated/types.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L195) ___ @@ -2464,7 +2464,7 @@ ___ #### Defined in -[generated/types.ts:248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L248) +[generated/types.ts:248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L248) ___ @@ -2474,7 +2474,7 @@ ___ #### Defined in -[generated/types.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L145) +[generated/types.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L145) ___ @@ -2484,7 +2484,7 @@ ___ #### Defined in -[generated/types.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L208) +[generated/types.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L208) ___ @@ -2494,7 +2494,7 @@ ___ #### Defined in -[generated/types.ts:249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L249) +[generated/types.ts:249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L249) ___ @@ -2504,4 +2504,4 @@ ___ #### Defined in -[generated/types.ts:250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L250) +[generated/types.ts:250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L250) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ElectionProviderMultiPhaseTx/ElectionProviderMultiPhaseTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ElectionProviderMultiPhaseTx/ElectionProviderMultiPhaseTx.md index e6cad1cea8..4026921588 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ElectionProviderMultiPhaseTx/ElectionProviderMultiPhaseTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ElectionProviderMultiPhaseTx/ElectionProviderMultiPhaseTx.md @@ -14,7 +14,7 @@ sidebar_label: "ElectionProviderMultiPhaseTx" #### Defined in -[generated/types.ts:837](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L837) +[generated/types.ts:837](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L837) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:835](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L835) +[generated/types.ts:835](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L835) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:834](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L834) +[generated/types.ts:834](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L834) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:836](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L836) +[generated/types.ts:836](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L836) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[generated/types.ts:833](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L833) +[generated/types.ts:833](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L833) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md index 69563d137a..bf9892dfd2 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md @@ -14,7 +14,7 @@ sidebar_label: "ExternalAgentsTx" #### Defined in -[generated/types.ts:755](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L755) +[generated/types.ts:755](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L755) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:757](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L757) +[generated/types.ts:757](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L757) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L756) +[generated/types.ts:756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L756) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:759](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L759) +[generated/types.ts:759](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L759) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L752) +[generated/types.ts:752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L752) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:758](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L758) +[generated/types.ts:758](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L758) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[generated/types.ts:754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L754) +[generated/types.ts:754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L754) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[generated/types.ts:753](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L753) +[generated/types.ts:753](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L753) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/GrandpaTx/GrandpaTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/GrandpaTx/GrandpaTx.md index 8e9bf1dbec..76377fd608 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/GrandpaTx/GrandpaTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/GrandpaTx/GrandpaTx.md @@ -14,7 +14,7 @@ sidebar_label: "GrandpaTx" #### Defined in -[generated/types.ts:509](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L509) +[generated/types.ts:509](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L509) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:507](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L507) +[generated/types.ts:507](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L507) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[generated/types.ts:508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L508) +[generated/types.ts:508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L508) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/IdentityTx/IdentityTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/IdentityTx/IdentityTx.md index ed195d1bd4..fc99211b83 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/IdentityTx/IdentityTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/IdentityTx/IdentityTx.md @@ -14,7 +14,7 @@ sidebar_label: "IdentityTx" #### Defined in -[generated/types.ts:305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L305) +[generated/types.ts:305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L305) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L315) +[generated/types.ts:315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L315) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L309) +[generated/types.ts:309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L309) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:318](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L318) +[generated/types.ts:318](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L318) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:321](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L321) +[generated/types.ts:321](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L321) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L317) +[generated/types.ts:317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L317) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[generated/types.ts:326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L326) +[generated/types.ts:326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L326) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[generated/types.ts:302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L302) +[generated/types.ts:302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L302) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[generated/types.ts:329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L329) +[generated/types.ts:329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L329) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[generated/types.ts:306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L306) +[generated/types.ts:306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L306) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[generated/types.ts:331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L331) +[generated/types.ts:331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L331) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[generated/types.ts:330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L330) +[generated/types.ts:330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L330) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[generated/types.ts:313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L313) +[generated/types.ts:313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L313) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[generated/types.ts:319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L319) +[generated/types.ts:319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L319) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[generated/types.ts:320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L320) +[generated/types.ts:320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L320) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[generated/types.ts:303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L303) +[generated/types.ts:303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L303) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[generated/types.ts:307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L307) +[generated/types.ts:307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L307) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[generated/types.ts:308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L308) +[generated/types.ts:308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L308) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[generated/types.ts:312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L312) +[generated/types.ts:312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L312) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[generated/types.ts:325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L325) +[generated/types.ts:325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L325) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[generated/types.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L328) +[generated/types.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L328) ___ @@ -224,7 +224,7 @@ ___ #### Defined in -[generated/types.ts:316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L316) +[generated/types.ts:316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L316) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[generated/types.ts:304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L304) +[generated/types.ts:304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L304) ___ @@ -244,7 +244,7 @@ ___ #### Defined in -[generated/types.ts:324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L324) +[generated/types.ts:324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L324) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[generated/types.ts:310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L310) +[generated/types.ts:310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L310) ___ @@ -264,7 +264,7 @@ ___ #### Defined in -[generated/types.ts:322](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L322) +[generated/types.ts:322](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L322) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[generated/types.ts:323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L323) +[generated/types.ts:323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L323) ___ @@ -284,7 +284,7 @@ ___ #### Defined in -[generated/types.ts:311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L311) +[generated/types.ts:311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L311) ___ @@ -294,7 +294,7 @@ ___ #### Defined in -[generated/types.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L327) +[generated/types.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L327) ___ @@ -304,7 +304,7 @@ ___ #### Defined in -[generated/types.ts:314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L314) +[generated/types.ts:314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L314) ___ @@ -314,4 +314,4 @@ ___ #### Defined in -[generated/types.ts:332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L332) +[generated/types.ts:332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L332) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ImOnlineTx/ImOnlineTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ImOnlineTx/ImOnlineTx.md index 614ad34ac5..5d8037d341 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ImOnlineTx/ImOnlineTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ImOnlineTx/ImOnlineTx.md @@ -14,4 +14,4 @@ sidebar_label: "ImOnlineTx" #### Defined in -[generated/types.ts:513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L513) +[generated/types.ts:513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L513) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/IndicesTx/IndicesTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/IndicesTx/IndicesTx.md index 2b73bb22e3..2dfa61ae58 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/IndicesTx/IndicesTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/IndicesTx/IndicesTx.md @@ -14,7 +14,7 @@ sidebar_label: "IndicesTx" #### Defined in -[generated/types.ts:281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L281) +[generated/types.ts:281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L281) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L284) +[generated/types.ts:284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L284) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L283) +[generated/types.ts:283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L283) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L285) +[generated/types.ts:285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L285) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[generated/types.ts:282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L282) +[generated/types.ts:282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L282) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ModuleName/ModuleName.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ModuleName/ModuleName.md index 192c9e32c6..21650a42ef 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ModuleName/ModuleName.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ModuleName/ModuleName.md @@ -14,7 +14,7 @@ sidebar_label: "ModuleName" #### Defined in -[generated/types.ts:862](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L862) +[generated/types.ts:862](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L862) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:845](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L845) +[generated/types.ts:845](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L845) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:842](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L842) +[generated/types.ts:842](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L842) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:846](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L846) +[generated/types.ts:846](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L846) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:856](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L856) +[generated/types.ts:856](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L856) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:863](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L863) +[generated/types.ts:863](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L863) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[generated/types.ts:848](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L848) +[generated/types.ts:848](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L848) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[generated/types.ts:864](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L864) +[generated/types.ts:864](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L864) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[generated/types.ts:850](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L850) +[generated/types.ts:850](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L850) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[generated/types.ts:865](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L865) +[generated/types.ts:865](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L865) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[generated/types.ts:883](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L883) +[generated/types.ts:883](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L883) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[generated/types.ts:866](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L866) +[generated/types.ts:866](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L866) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[generated/types.ts:867](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L867) +[generated/types.ts:867](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L867) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[generated/types.ts:886](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L886) +[generated/types.ts:886](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L886) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[generated/types.ts:877](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L877) +[generated/types.ts:877](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L877) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[generated/types.ts:859](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L859) +[generated/types.ts:859](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L859) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[generated/types.ts:847](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L847) +[generated/types.ts:847](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L847) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[generated/types.ts:860](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L860) +[generated/types.ts:860](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L860) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[generated/types.ts:844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L844) +[generated/types.ts:844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L844) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[generated/types.ts:855](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L855) +[generated/types.ts:855](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L855) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[generated/types.ts:884](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L884) +[generated/types.ts:884](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L884) ___ @@ -224,7 +224,7 @@ ___ #### Defined in -[generated/types.ts:868](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L868) +[generated/types.ts:868](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L868) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[generated/types.ts:849](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L849) +[generated/types.ts:849](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L849) ___ @@ -244,7 +244,7 @@ ___ #### Defined in -[generated/types.ts:881](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L881) +[generated/types.ts:881](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L881) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[generated/types.ts:869](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L869) +[generated/types.ts:869](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L869) ___ @@ -264,7 +264,7 @@ ___ #### Defined in -[generated/types.ts:882](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L882) +[generated/types.ts:882](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L882) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[generated/types.ts:870](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L870) +[generated/types.ts:870](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L870) ___ @@ -284,7 +284,7 @@ ___ #### Defined in -[generated/types.ts:878](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L878) +[generated/types.ts:878](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L878) ___ @@ -294,7 +294,7 @@ ___ #### Defined in -[generated/types.ts:879](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L879) +[generated/types.ts:879](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L879) ___ @@ -304,7 +304,7 @@ ___ #### Defined in -[generated/types.ts:871](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L871) +[generated/types.ts:871](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L871) ___ @@ -314,7 +314,7 @@ ___ #### Defined in -[generated/types.ts:858](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L858) +[generated/types.ts:858](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L858) ___ @@ -324,7 +324,7 @@ ___ #### Defined in -[generated/types.ts:872](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L872) +[generated/types.ts:872](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L872) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[generated/types.ts:857](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L857) +[generated/types.ts:857](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L857) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[generated/types.ts:885](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L885) +[generated/types.ts:885](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L885) ___ @@ -354,7 +354,7 @@ ___ #### Defined in -[generated/types.ts:873](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L873) +[generated/types.ts:873](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L873) ___ @@ -364,7 +364,7 @@ ___ #### Defined in -[generated/types.ts:874](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L874) +[generated/types.ts:874](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L874) ___ @@ -374,7 +374,7 @@ ___ #### Defined in -[generated/types.ts:861](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L861) +[generated/types.ts:861](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L861) ___ @@ -384,7 +384,7 @@ ___ #### Defined in -[generated/types.ts:841](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L841) +[generated/types.ts:841](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L841) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[generated/types.ts:851](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L851) +[generated/types.ts:851](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L851) ___ @@ -404,7 +404,7 @@ ___ #### Defined in -[generated/types.ts:852](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L852) +[generated/types.ts:852](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L852) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[generated/types.ts:880](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L880) +[generated/types.ts:880](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L880) ___ @@ -424,7 +424,7 @@ ___ #### Defined in -[generated/types.ts:843](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L843) +[generated/types.ts:843](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L843) ___ @@ -434,7 +434,7 @@ ___ #### Defined in -[generated/types.ts:875](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L875) +[generated/types.ts:875](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L875) ___ @@ -444,7 +444,7 @@ ___ #### Defined in -[generated/types.ts:853](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L853) +[generated/types.ts:853](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L853) ___ @@ -454,7 +454,7 @@ ___ #### Defined in -[generated/types.ts:854](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L854) +[generated/types.ts:854](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L854) ___ @@ -464,4 +464,4 @@ ___ #### Defined in -[generated/types.ts:876](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L876) +[generated/types.ts:876](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L876) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/MultiSigTx/MultiSigTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/MultiSigTx/MultiSigTx.md index 76765a4afd..6d75acd44a 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/MultiSigTx/MultiSigTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/MultiSigTx/MultiSigTx.md @@ -14,7 +14,7 @@ sidebar_label: "MultiSigTx" #### Defined in -[generated/types.ts:425](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L425) +[generated/types.ts:425](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L425) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L409) +[generated/types.ts:409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L409) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:410](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L410) +[generated/types.ts:410](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L410) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L431) +[generated/types.ts:431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L431) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:411](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L411) +[generated/types.ts:411](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L411) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:426](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L426) +[generated/types.ts:426](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L426) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[generated/types.ts:428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L428) +[generated/types.ts:428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L428) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[generated/types.ts:413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L413) +[generated/types.ts:413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L413) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[generated/types.ts:423](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L423) +[generated/types.ts:423](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L423) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[generated/types.ts:405](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L405) +[generated/types.ts:405](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L405) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[generated/types.ts:406](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L406) +[generated/types.ts:406](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L406) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[generated/types.ts:435](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L435) +[generated/types.ts:435](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L435) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[generated/types.ts:415](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L415) +[generated/types.ts:415](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L415) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[generated/types.ts:430](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L430) +[generated/types.ts:430](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L430) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[generated/types.ts:420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L420) +[generated/types.ts:420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L420) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[generated/types.ts:400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L400) +[generated/types.ts:400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L400) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[generated/types.ts:401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L401) +[generated/types.ts:401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L401) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[generated/types.ts:402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L402) +[generated/types.ts:402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L402) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[generated/types.ts:422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L422) +[generated/types.ts:422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L422) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[generated/types.ts:403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L403) +[generated/types.ts:403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L403) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[generated/types.ts:404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L404) +[generated/types.ts:404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L404) ___ @@ -224,7 +224,7 @@ ___ #### Defined in -[generated/types.ts:418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L418) +[generated/types.ts:418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L418) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[generated/types.ts:436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L436) +[generated/types.ts:436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L436) ___ @@ -244,7 +244,7 @@ ___ #### Defined in -[generated/types.ts:417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L417) +[generated/types.ts:417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L417) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[generated/types.ts:419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L419) +[generated/types.ts:419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L419) ___ @@ -264,7 +264,7 @@ ___ #### Defined in -[generated/types.ts:416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L416) +[generated/types.ts:416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L416) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[generated/types.ts:424](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L424) +[generated/types.ts:424](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L424) ___ @@ -284,7 +284,7 @@ ___ #### Defined in -[generated/types.ts:407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L407) +[generated/types.ts:407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L407) ___ @@ -294,7 +294,7 @@ ___ #### Defined in -[generated/types.ts:408](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L408) +[generated/types.ts:408](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L408) ___ @@ -304,7 +304,7 @@ ___ #### Defined in -[generated/types.ts:437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L437) +[generated/types.ts:437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L437) ___ @@ -314,7 +314,7 @@ ___ #### Defined in -[generated/types.ts:432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L432) +[generated/types.ts:432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L432) ___ @@ -324,7 +324,7 @@ ___ #### Defined in -[generated/types.ts:421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L421) +[generated/types.ts:421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L421) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[generated/types.ts:412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L412) +[generated/types.ts:412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L412) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[generated/types.ts:427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L427) +[generated/types.ts:427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L427) ___ @@ -354,7 +354,7 @@ ___ #### Defined in -[generated/types.ts:429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L429) +[generated/types.ts:429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L429) ___ @@ -364,7 +364,7 @@ ___ #### Defined in -[generated/types.ts:414](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L414) +[generated/types.ts:414](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L414) ___ @@ -374,7 +374,7 @@ ___ #### Defined in -[generated/types.ts:433](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L433) +[generated/types.ts:433](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L433) ___ @@ -384,4 +384,4 @@ ___ #### Defined in -[generated/types.ts:434](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L434) +[generated/types.ts:434](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L434) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/NftTx/NftTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/NftTx/NftTx.md index 9a84416d1f..56d91f0edc 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/NftTx/NftTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/NftTx/NftTx.md @@ -14,7 +14,7 @@ sidebar_label: "NftTx" #### Defined in -[generated/types.ts:820](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L820) +[generated/types.ts:820](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L820) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:817](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L817) +[generated/types.ts:817](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L817) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:818](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L818) +[generated/types.ts:818](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L818) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[generated/types.ts:819](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L819) +[generated/types.ts:819](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L819) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PipsTx/PipsTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PipsTx/PipsTx.md index c445e1d2cc..63e7322f70 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PipsTx/PipsTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PipsTx/PipsTx.md @@ -14,7 +14,7 @@ sidebar_label: "PipsTx" #### Defined in -[generated/types.ts:624](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L624) +[generated/types.ts:624](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L624) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:628](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L628) +[generated/types.ts:628](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L628) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L630) +[generated/types.ts:630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L630) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:631](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L631) +[generated/types.ts:631](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L631) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:632](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L632) +[generated/types.ts:632](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L632) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:622](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L622) +[generated/types.ts:622](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L622) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[generated/types.ts:626](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L626) +[generated/types.ts:626](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L626) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[generated/types.ts:625](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L625) +[generated/types.ts:625](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L625) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[generated/types.ts:627](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L627) +[generated/types.ts:627](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L627) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[generated/types.ts:621](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L621) +[generated/types.ts:621](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L621) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[generated/types.ts:618](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L618) +[generated/types.ts:618](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L618) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[generated/types.ts:620](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L620) +[generated/types.ts:620](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L620) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[generated/types.ts:617](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L617) +[generated/types.ts:617](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L617) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[generated/types.ts:619](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L619) +[generated/types.ts:619](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L619) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[generated/types.ts:616](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L616) +[generated/types.ts:616](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L616) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[generated/types.ts:629](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L629) +[generated/types.ts:629](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L629) ___ @@ -174,4 +174,4 @@ ___ #### Defined in -[generated/types.ts:623](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L623) +[generated/types.ts:623](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L623) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md index e591e3b32c..52fb79794f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md @@ -14,7 +14,7 @@ sidebar_label: "PolymeshCommitteeTx" #### Defined in -[generated/types.ts:348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L348) +[generated/types.ts:348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L348) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L347) +[generated/types.ts:347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L347) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:346](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L346) +[generated/types.ts:346](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L346) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:350](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L350) +[generated/types.ts:350](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L350) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[generated/types.ts:349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L349) +[generated/types.ts:349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L349) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md index a5f16f9eb8..de227bc4e3 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md @@ -14,7 +14,7 @@ sidebar_label: "PolymeshContractsTx" #### Defined in -[generated/types.ts:784](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L784) +[generated/types.ts:784](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L784) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:786](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L786) +[generated/types.ts:786](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L786) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:785](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L785) +[generated/types.ts:785](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L785) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:792](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L792) +[generated/types.ts:792](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L792) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:789](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L789) +[generated/types.ts:789](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L789) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:793](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L793) +[generated/types.ts:793](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L793) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[generated/types.ts:790](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L790) +[generated/types.ts:790](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L790) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[generated/types.ts:788](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L788) +[generated/types.ts:788](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L788) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[generated/types.ts:791](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L791) +[generated/types.ts:791](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L791) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[generated/types.ts:794](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L794) +[generated/types.ts:794](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L794) ___ @@ -114,4 +114,4 @@ ___ #### Defined in -[generated/types.ts:787](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L787) +[generated/types.ts:787](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L787) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PortfolioTx/PortfolioTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PortfolioTx/PortfolioTx.md index d511ada855..d81ac5850a 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PortfolioTx/PortfolioTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PortfolioTx/PortfolioTx.md @@ -14,7 +14,7 @@ sidebar_label: "PortfolioTx" #### Defined in -[generated/types.ts:641](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L641) +[generated/types.ts:641](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L641) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:645](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L645) +[generated/types.ts:645](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L645) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:647](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L647) +[generated/types.ts:647](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L647) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:636](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L636) +[generated/types.ts:636](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L636) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:637](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L637) +[generated/types.ts:637](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L637) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:638](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L638) +[generated/types.ts:638](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L638) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[generated/types.ts:642](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L642) +[generated/types.ts:642](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L642) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[generated/types.ts:643](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L643) +[generated/types.ts:643](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L643) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[generated/types.ts:640](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L640) +[generated/types.ts:640](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L640) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[generated/types.ts:644](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L644) +[generated/types.ts:644](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L644) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[generated/types.ts:639](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L639) +[generated/types.ts:639](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L639) ___ @@ -124,4 +124,4 @@ ___ #### Defined in -[generated/types.ts:646](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L646) +[generated/types.ts:646](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L646) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PreimageTx/PreimageTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PreimageTx/PreimageTx.md index 36ea96da08..d1cd9cd972 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PreimageTx/PreimageTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/PreimageTx/PreimageTx.md @@ -14,7 +14,7 @@ sidebar_label: "PreimageTx" #### Defined in -[generated/types.ts:798](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L798) +[generated/types.ts:798](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L798) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:800](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L800) +[generated/types.ts:800](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L800) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:799](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L799) +[generated/types.ts:799](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L799) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[generated/types.ts:801](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L801) +[generated/types.ts:801](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L801) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md index cbe5e69a59..bc3d5c58f2 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md @@ -14,7 +14,7 @@ sidebar_label: "ProtocolFeeTx" #### Defined in -[generated/types.ts:652](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L652) +[generated/types.ts:652](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L652) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[generated/types.ts:651](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L651) +[generated/types.ts:651](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L651) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/RelayerTx/RelayerTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/RelayerTx/RelayerTx.md index 48e298f04f..72a55c0e8c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/RelayerTx/RelayerTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/RelayerTx/RelayerTx.md @@ -14,7 +14,7 @@ sidebar_label: "RelayerTx" #### Defined in -[generated/types.ts:764](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L764) +[generated/types.ts:764](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L764) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:768](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L768) +[generated/types.ts:768](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L768) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:767](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L767) +[generated/types.ts:767](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L767) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:765](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L765) +[generated/types.ts:765](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L765) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L763) +[generated/types.ts:763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L763) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[generated/types.ts:766](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L766) +[generated/types.ts:766](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L766) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/RewardsTx/RewardsTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/RewardsTx/RewardsTx.md index 60271c6431..4fc897278c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/RewardsTx/RewardsTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/RewardsTx/RewardsTx.md @@ -14,7 +14,7 @@ sidebar_label: "RewardsTx" #### Defined in -[generated/types.ts:772](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L772) +[generated/types.ts:772](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L772) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[generated/types.ts:773](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L773) +[generated/types.ts:773](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L773) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SchedulerTx/SchedulerTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SchedulerTx/SchedulerTx.md index f6e2d041f6..d530f6f4a4 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SchedulerTx/SchedulerTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SchedulerTx/SchedulerTx.md @@ -14,7 +14,7 @@ sidebar_label: "SchedulerTx" #### Defined in -[generated/types.ts:657](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L657) +[generated/types.ts:657](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L657) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:659](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L659) +[generated/types.ts:659](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L659) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:656](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L656) +[generated/types.ts:656](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L656) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:660](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L660) +[generated/types.ts:660](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L660) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L658) +[generated/types.ts:658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L658) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[generated/types.ts:661](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L661) +[generated/types.ts:661](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L661) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SessionTx/SessionTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SessionTx/SessionTx.md index 7689dcce7f..c97939ee28 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SessionTx/SessionTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SessionTx/SessionTx.md @@ -14,7 +14,7 @@ sidebar_label: "SessionTx" #### Defined in -[generated/types.ts:503](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L503) +[generated/types.ts:503](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L503) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[generated/types.ts:502](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L502) +[generated/types.ts:502](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L502) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SettlementTx/SettlementTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SettlementTx/SettlementTx.md index 68ba12a6d2..6decc823b3 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SettlementTx/SettlementTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SettlementTx/SettlementTx.md @@ -14,7 +14,7 @@ sidebar_label: "SettlementTx" #### Defined in -[generated/types.ts:669](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L669) +[generated/types.ts:669](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L669) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:684](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L684) +[generated/types.ts:684](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L684) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:689](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L689) +[generated/types.ts:689](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L689) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:707](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L707) +[generated/types.ts:707](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L707) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:668](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L668) +[generated/types.ts:668](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L668) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:706](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L706) +[generated/types.ts:706](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L706) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[generated/types.ts:683](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L683) +[generated/types.ts:683](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L683) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[generated/types.ts:688](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L688) +[generated/types.ts:688](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L688) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[generated/types.ts:670](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L670) +[generated/types.ts:670](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L670) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[generated/types.ts:708](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L708) +[generated/types.ts:708](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L708) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[generated/types.ts:690](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L690) +[generated/types.ts:690](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L690) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[generated/types.ts:703](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L703) +[generated/types.ts:703](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L703) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[generated/types.ts:673](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L673) +[generated/types.ts:673](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L673) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[generated/types.ts:702](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L702) +[generated/types.ts:702](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L702) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[generated/types.ts:677](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L677) +[generated/types.ts:677](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L677) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[generated/types.ts:679](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L679) +[generated/types.ts:679](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L679) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[generated/types.ts:674](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L674) +[generated/types.ts:674](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L674) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[generated/types.ts:665](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L665) +[generated/types.ts:665](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L665) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[generated/types.ts:678](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L678) +[generated/types.ts:678](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L678) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[generated/types.ts:685](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L685) +[generated/types.ts:685](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L685) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[generated/types.ts:680](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L680) +[generated/types.ts:680](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L680) ___ @@ -224,7 +224,7 @@ ___ #### Defined in -[generated/types.ts:693](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L693) +[generated/types.ts:693](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L693) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[generated/types.ts:701](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L701) +[generated/types.ts:701](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L701) ___ @@ -244,7 +244,7 @@ ___ #### Defined in -[generated/types.ts:695](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L695) +[generated/types.ts:695](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L695) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[generated/types.ts:700](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L700) +[generated/types.ts:700](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L700) ___ @@ -264,7 +264,7 @@ ___ #### Defined in -[generated/types.ts:694](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L694) +[generated/types.ts:694](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L694) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[generated/types.ts:699](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L699) +[generated/types.ts:699](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L699) ___ @@ -284,7 +284,7 @@ ___ #### Defined in -[generated/types.ts:696](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L696) +[generated/types.ts:696](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L696) ___ @@ -294,7 +294,7 @@ ___ #### Defined in -[generated/types.ts:686](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L686) +[generated/types.ts:686](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L686) ___ @@ -304,7 +304,7 @@ ___ #### Defined in -[generated/types.ts:698](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L698) +[generated/types.ts:698](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L698) ___ @@ -314,7 +314,7 @@ ___ #### Defined in -[generated/types.ts:687](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L687) +[generated/types.ts:687](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L687) ___ @@ -324,7 +324,7 @@ ___ #### Defined in -[generated/types.ts:697](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L697) +[generated/types.ts:697](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L697) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[generated/types.ts:672](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L672) +[generated/types.ts:672](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L672) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[generated/types.ts:710](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L710) +[generated/types.ts:710](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L710) ___ @@ -354,7 +354,7 @@ ___ #### Defined in -[generated/types.ts:692](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L692) +[generated/types.ts:692](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L692) ___ @@ -364,7 +364,7 @@ ___ #### Defined in -[generated/types.ts:704](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L704) +[generated/types.ts:704](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L704) ___ @@ -374,7 +374,7 @@ ___ #### Defined in -[generated/types.ts:681](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L681) +[generated/types.ts:681](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L681) ___ @@ -384,7 +384,7 @@ ___ #### Defined in -[generated/types.ts:676](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L676) +[generated/types.ts:676](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L676) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[generated/types.ts:675](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L675) +[generated/types.ts:675](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L675) ___ @@ -404,7 +404,7 @@ ___ #### Defined in -[generated/types.ts:666](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L666) +[generated/types.ts:666](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L666) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[generated/types.ts:682](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L682) +[generated/types.ts:682](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L682) ___ @@ -424,7 +424,7 @@ ___ #### Defined in -[generated/types.ts:667](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L667) +[generated/types.ts:667](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L667) ___ @@ -434,7 +434,7 @@ ___ #### Defined in -[generated/types.ts:671](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L671) +[generated/types.ts:671](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L671) ___ @@ -444,7 +444,7 @@ ___ #### Defined in -[generated/types.ts:709](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L709) +[generated/types.ts:709](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L709) ___ @@ -454,7 +454,7 @@ ___ #### Defined in -[generated/types.ts:691](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L691) +[generated/types.ts:691](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L691) ___ @@ -464,4 +464,4 @@ ___ #### Defined in -[generated/types.ts:705](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L705) +[generated/types.ts:705](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L705) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/StakingTx/StakingTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/StakingTx/StakingTx.md index 361f0b201f..37392ae829 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/StakingTx/StakingTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/StakingTx/StakingTx.md @@ -14,7 +14,7 @@ sidebar_label: "StakingTx" #### Defined in -[generated/types.ts:473](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L473) +[generated/types.ts:473](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L473) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L461) +[generated/types.ts:461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L461) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L462) +[generated/types.ts:462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L462) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:483](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L483) +[generated/types.ts:483](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L483) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:491](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L491) +[generated/types.ts:491](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L491) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L467) +[generated/types.ts:467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L467) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[generated/types.ts:493](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L493) +[generated/types.ts:493](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L493) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[generated/types.ts:496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L496) +[generated/types.ts:496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L496) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[generated/types.ts:497](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L497) +[generated/types.ts:497](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L497) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[generated/types.ts:479](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L479) +[generated/types.ts:479](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L479) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[generated/types.ts:482](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L482) +[generated/types.ts:482](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L482) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[generated/types.ts:478](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L478) +[generated/types.ts:478](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L478) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[generated/types.ts:481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L481) +[generated/types.ts:481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L481) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[generated/types.ts:471](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L471) +[generated/types.ts:471](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L471) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[generated/types.ts:494](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L494) +[generated/types.ts:494](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L494) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[generated/types.ts:466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L466) +[generated/types.ts:466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L466) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[generated/types.ts:484](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L484) +[generated/types.ts:484](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L484) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[generated/types.ts:490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L490) +[generated/types.ts:490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L490) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[generated/types.ts:487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L487) +[generated/types.ts:487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L487) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[generated/types.ts:485](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L485) +[generated/types.ts:485](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L485) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[generated/types.ts:474](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L474) +[generated/types.ts:474](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L474) ___ @@ -224,7 +224,7 @@ ___ #### Defined in -[generated/types.ts:472](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L472) +[generated/types.ts:472](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L472) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[generated/types.ts:476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L476) +[generated/types.ts:476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L476) ___ @@ -244,7 +244,7 @@ ___ #### Defined in -[generated/types.ts:469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L469) +[generated/types.ts:469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L469) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[generated/types.ts:486](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L486) +[generated/types.ts:486](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L486) ___ @@ -264,7 +264,7 @@ ___ #### Defined in -[generated/types.ts:480](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L480) +[generated/types.ts:480](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L480) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[generated/types.ts:477](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L477) +[generated/types.ts:477](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L477) ___ @@ -284,7 +284,7 @@ ___ #### Defined in -[generated/types.ts:498](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L498) +[generated/types.ts:498](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L498) ___ @@ -294,7 +294,7 @@ ___ #### Defined in -[generated/types.ts:468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L468) +[generated/types.ts:468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L468) ___ @@ -304,7 +304,7 @@ ___ #### Defined in -[generated/types.ts:495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L495) +[generated/types.ts:495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L495) ___ @@ -314,7 +314,7 @@ ___ #### Defined in -[generated/types.ts:470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L470) +[generated/types.ts:470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L470) ___ @@ -324,7 +324,7 @@ ___ #### Defined in -[generated/types.ts:488](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L488) +[generated/types.ts:488](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L488) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[generated/types.ts:489](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L489) +[generated/types.ts:489](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L489) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[generated/types.ts:463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L463) +[generated/types.ts:463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L463) ___ @@ -354,7 +354,7 @@ ___ #### Defined in -[generated/types.ts:492](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L492) +[generated/types.ts:492](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L492) ___ @@ -364,7 +364,7 @@ ___ #### Defined in -[generated/types.ts:465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L465) +[generated/types.ts:465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L465) ___ @@ -374,7 +374,7 @@ ___ #### Defined in -[generated/types.ts:475](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L475) +[generated/types.ts:475](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L475) ___ @@ -384,4 +384,4 @@ ___ #### Defined in -[generated/types.ts:464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L464) +[generated/types.ts:464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L464) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/StateTrieMigrationTx/StateTrieMigrationTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/StateTrieMigrationTx/StateTrieMigrationTx.md index 274f581acb..804c485286 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/StateTrieMigrationTx/StateTrieMigrationTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/StateTrieMigrationTx/StateTrieMigrationTx.md @@ -14,7 +14,7 @@ sidebar_label: "StateTrieMigrationTx" #### Defined in -[generated/types.ts:825](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L825) +[generated/types.ts:825](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L825) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:824](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L824) +[generated/types.ts:824](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L824) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:829](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L829) +[generated/types.ts:829](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L829) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:827](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L827) +[generated/types.ts:827](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L827) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:826](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L826) +[generated/types.ts:826](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L826) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[generated/types.ts:828](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L828) +[generated/types.ts:828](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L828) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/StatisticsTx/StatisticsTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/StatisticsTx/StatisticsTx.md index a8669dfa55..4e770b905a 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/StatisticsTx/StatisticsTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/StatisticsTx/StatisticsTx.md @@ -14,7 +14,7 @@ sidebar_label: "StatisticsTx" #### Defined in -[generated/types.ts:716](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L716) +[generated/types.ts:716](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L716) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L714) +[generated/types.ts:714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L714) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:721](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L721) +[generated/types.ts:721](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L721) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:717](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L717) +[generated/types.ts:717](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L717) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L715) +[generated/types.ts:715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L715) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:720](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L720) +[generated/types.ts:720](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L720) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[generated/types.ts:718](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L718) +[generated/types.ts:718](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L718) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[generated/types.ts:719](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L719) +[generated/types.ts:719](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L719) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/StoTx/StoTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/StoTx/StoTx.md index 4ed500b4e0..54f5bda4b6 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/StoTx/StoTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/StoTx/StoTx.md @@ -14,7 +14,7 @@ sidebar_label: "StoTx" #### Defined in -[generated/types.ts:725](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L725) +[generated/types.ts:725](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L725) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:727](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L727) +[generated/types.ts:727](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L727) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:726](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L726) +[generated/types.ts:726](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L726) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:729](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L729) +[generated/types.ts:729](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L729) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:730](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L730) +[generated/types.ts:730](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L730) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[generated/types.ts:728](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L728) +[generated/types.ts:728](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L728) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SudoTx/SudoTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SudoTx/SudoTx.md index 0241ada570..6c1b074a4a 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SudoTx/SudoTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SudoTx/SudoTx.md @@ -14,7 +14,7 @@ sidebar_label: "SudoTx" #### Defined in -[generated/types.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L519) +[generated/types.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L519) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L517) +[generated/types.ts:517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L517) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L520) +[generated/types.ts:520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L520) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[generated/types.ts:518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L518) +[generated/types.ts:518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L518) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SystemTx/SystemTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SystemTx/SystemTx.md index 3ab2891e4f..899d1261b2 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SystemTx/SystemTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/SystemTx/SystemTx.md @@ -14,7 +14,7 @@ sidebar_label: "SystemTx" #### Defined in -[generated/types.ts:257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L257) +[generated/types.ts:257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L257) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L265) +[generated/types.ts:265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L265) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L264) +[generated/types.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L264) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L267) +[generated/types.ts:267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L267) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L258) +[generated/types.ts:258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L258) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L266) +[generated/types.ts:266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L266) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[generated/types.ts:262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L262) +[generated/types.ts:262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L262) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[generated/types.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L260) +[generated/types.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L260) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[generated/types.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L261) +[generated/types.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L261) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[generated/types.ts:259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L259) +[generated/types.ts:259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L259) ___ @@ -114,4 +114,4 @@ ___ #### Defined in -[generated/types.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L263) +[generated/types.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L263) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md index ce5d0d5901..0fd874492f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md @@ -14,7 +14,7 @@ sidebar_label: "TechnicalCommitteeMembershipTx" #### Defined in -[generated/types.ts:378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L378) +[generated/types.ts:378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L378) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L374) +[generated/types.ts:374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L374) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L373) +[generated/types.ts:373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L373) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L375) +[generated/types.ts:375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L375) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L377) +[generated/types.ts:377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L377) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:372](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L372) +[generated/types.ts:372](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L372) ___ @@ -74,4 +74,4 @@ ___ #### Defined in -[generated/types.ts:376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L376) +[generated/types.ts:376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L376) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md index 8783bf0b99..74e61fbe21 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md @@ -14,7 +14,7 @@ sidebar_label: "TechnicalCommitteeTx" #### Defined in -[generated/types.ts:366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L366) +[generated/types.ts:366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L366) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L365) +[generated/types.ts:365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L365) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L364) +[generated/types.ts:364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L364) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:368](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L368) +[generated/types.ts:368](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L368) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[generated/types.ts:367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L367) +[generated/types.ts:367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L367) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TestUtilsTx/TestUtilsTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TestUtilsTx/TestUtilsTx.md index b66e28b174..9a3b2ca77d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TestUtilsTx/TestUtilsTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TestUtilsTx/TestUtilsTx.md @@ -14,7 +14,7 @@ sidebar_label: "TestUtilsTx" #### Defined in -[generated/types.ts:780](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L780) +[generated/types.ts:780](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L780) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:779](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L779) +[generated/types.ts:779](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L779) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:778](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L778) +[generated/types.ts:778](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L778) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[generated/types.ts:777](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L777) +[generated/types.ts:777](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L777) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TimestampTx/TimestampTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TimestampTx/TimestampTx.md index 9f3be028c7..25ac78d2bb 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TimestampTx/TimestampTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TimestampTx/TimestampTx.md @@ -14,4 +14,4 @@ sidebar_label: "TimestampTx" #### Defined in -[generated/types.ts:277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L277) +[generated/types.ts:277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L277) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TreasuryTx/TreasuryTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TreasuryTx/TreasuryTx.md index c9633de67e..a3a7f069ec 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TreasuryTx/TreasuryTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/TreasuryTx/TreasuryTx.md @@ -14,7 +14,7 @@ sidebar_label: "TreasuryTx" #### Defined in -[generated/types.ts:734](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L734) +[generated/types.ts:734](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L734) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[generated/types.ts:735](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L735) +[generated/types.ts:735](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L735) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md index fd6ab2756e..23c77aceab 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md @@ -14,7 +14,7 @@ sidebar_label: "UpgradeCommitteeMembershipTx" #### Defined in -[generated/types.ts:396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L396) +[generated/types.ts:396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L396) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L392) +[generated/types.ts:392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L392) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L391) +[generated/types.ts:391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L391) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L393) +[generated/types.ts:393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L393) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L395) +[generated/types.ts:395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L395) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L390) +[generated/types.ts:390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L390) ___ @@ -74,4 +74,4 @@ ___ #### Defined in -[generated/types.ts:394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L394) +[generated/types.ts:394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L394) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md index 2b6415dd32..2a32db90b3 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md @@ -14,7 +14,7 @@ sidebar_label: "UpgradeCommitteeTx" #### Defined in -[generated/types.ts:384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L384) +[generated/types.ts:384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L384) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L383) +[generated/types.ts:383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L383) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:382](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L382) +[generated/types.ts:382](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L382) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L386) +[generated/types.ts:386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L386) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[generated/types.ts:385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L385) +[generated/types.ts:385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L385) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/UtilityTx/UtilityTx.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/UtilityTx/UtilityTx.md index bdd111420a..f8fb6c0e75 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/UtilityTx/UtilityTx.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Generated/Types/UtilityTx/UtilityTx.md @@ -14,7 +14,7 @@ sidebar_label: "UtilityTx" #### Defined in -[generated/types.ts:748](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L748) +[generated/types.ts:748](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L748) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[generated/types.ts:739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L739) +[generated/types.ts:739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L739) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[generated/types.ts:743](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L743) +[generated/types.ts:743](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L743) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[generated/types.ts:740](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L740) +[generated/types.ts:740](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L740) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[generated/types.ts:747](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L747) +[generated/types.ts:747](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L747) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[generated/types.ts:741](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L741) +[generated/types.ts:741](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L741) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[generated/types.ts:744](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L744) +[generated/types.ts:744](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L744) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[generated/types.ts:745](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L745) +[generated/types.ts:745](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L745) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[generated/types.ts:742](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L742) +[generated/types.ts:742](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L742) ___ @@ -104,4 +104,4 @@ ___ #### Defined in -[generated/types.ts:746](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L746) +[generated/types.ts:746](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L746) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md index 99831e9bc2..2b9ab9c850 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md @@ -16,7 +16,7 @@ Methods to use when ordering `AssetHolder`. #### Defined in -[middleware/types.ts:5809](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L5809) +[middleware/types.ts:6207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L6207) ___ @@ -26,7 +26,7 @@ ___ #### Defined in -[middleware/types.ts:5810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L5810) +[middleware/types.ts:6208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L6208) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[middleware/types.ts:5811](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L5811) +[middleware/types.ts:6209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L6209) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[middleware/types.ts:5812](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L5812) +[middleware/types.ts:6210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L6210) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[middleware/types.ts:5813](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L5813) +[middleware/types.ts:6211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L6211) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[middleware/types.ts:5814](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L5814) +[middleware/types.ts:6212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L6212) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[middleware/types.ts:5815](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L5815) +[middleware/types.ts:6213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L6213) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[middleware/types.ts:5816](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L5816) +[middleware/types.ts:6214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L6214) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[middleware/types.ts:5819](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L5819) +[middleware/types.ts:6217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L6217) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[middleware/types.ts:5820](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L5820) +[middleware/types.ts:6218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L6218) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[middleware/types.ts:5817](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L5817) +[middleware/types.ts:6215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L6215) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[middleware/types.ts:5818](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L5818) +[middleware/types.ts:6216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L6216) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[middleware/types.ts:5821](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L5821) +[middleware/types.ts:6219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L6219) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[middleware/types.ts:5822](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L5822) +[middleware/types.ts:6220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L6220) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[middleware/types.ts:5823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L5823) +[middleware/types.ts:6221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L6221) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[middleware/types.ts:5824](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L5824) +[middleware/types.ts:6222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L6222) ___ @@ -176,4 +176,4 @@ ___ #### Defined in -[middleware/types.ts:5825](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L5825) +[middleware/types.ts:6223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L6223) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/AuthTypeEnum/AuthTypeEnum.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/AuthTypeEnum/AuthTypeEnum.md index 789487fad7..29c9ca0b71 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/AuthTypeEnum/AuthTypeEnum.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/AuthTypeEnum/AuthTypeEnum.md @@ -16,7 +16,7 @@ Represents all possible authorization types #### Defined in -[middleware/types.ts:12222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12222) +[middleware/types.ts:13019](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13019) ___ @@ -26,7 +26,7 @@ ___ #### Defined in -[middleware/types.ts:12223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12223) +[middleware/types.ts:13020](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13020) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[middleware/types.ts:12224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12224) +[middleware/types.ts:13021](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13021) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[middleware/types.ts:12225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12225) +[middleware/types.ts:13022](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13022) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[middleware/types.ts:12226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12226) +[middleware/types.ts:13023](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13023) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[middleware/types.ts:12227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12227) +[middleware/types.ts:13024](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13024) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[middleware/types.ts:12228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12228) +[middleware/types.ts:13025](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13025) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[middleware/types.ts:12229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12229) +[middleware/types.ts:13026](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13026) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[middleware/types.ts:12230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12230) +[middleware/types.ts:13027](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13027) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[middleware/types.ts:12231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12231) +[middleware/types.ts:13028](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13028) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[middleware/types.ts:12232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12232) +[middleware/types.ts:13029](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13029) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[middleware/types.ts:12233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12233) +[middleware/types.ts:13030](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13030) ___ @@ -136,4 +136,4 @@ ___ #### Defined in -[middleware/types.ts:12234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12234) +[middleware/types.ts:13031](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13031) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md index 4fb6ed2ae3..a781fff22a 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md @@ -16,7 +16,7 @@ Represents all possible authorization statuses #### Defined in -[middleware/types.ts:12387](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12387) +[middleware/types.ts:13184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13184) ___ @@ -26,7 +26,7 @@ ___ #### Defined in -[middleware/types.ts:12388](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12388) +[middleware/types.ts:13185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13185) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[middleware/types.ts:12389](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12389) +[middleware/types.ts:13186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13186) ___ @@ -46,4 +46,4 @@ ___ #### Defined in -[middleware/types.ts:12390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12390) +[middleware/types.ts:13187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13187) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/BalanceTypeEnum/BalanceTypeEnum.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/BalanceTypeEnum/BalanceTypeEnum.md index b439e1c144..9e9d4b2506 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/BalanceTypeEnum/BalanceTypeEnum.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/BalanceTypeEnum/BalanceTypeEnum.md @@ -16,7 +16,7 @@ Represents possible all possible balance types #### Defined in -[middleware/types.ts:12561](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12561) +[middleware/types.ts:13359](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13359) ___ @@ -26,7 +26,7 @@ ___ #### Defined in -[middleware/types.ts:12562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12562) +[middleware/types.ts:13360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13360) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[middleware/types.ts:12563](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12563) +[middleware/types.ts:13361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13361) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[middleware/types.ts:12564](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12564) +[middleware/types.ts:13362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13362) ___ @@ -56,4 +56,4 @@ ___ #### Defined in -[middleware/types.ts:12565](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L12565) +[middleware/types.ts:13363](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L13363) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/CallIdEnum/CallIdEnum.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/CallIdEnum/CallIdEnum.md index eb697517c4..09cca46af0 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/CallIdEnum/CallIdEnum.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/CallIdEnum/CallIdEnum.md @@ -16,7 +16,7 @@ Represents all known chain extrinsics #### Defined in -[middleware/types.ts:61949](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61949) +[middleware/types.ts:63236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63236) ___ @@ -26,7 +26,7 @@ ___ #### Defined in -[middleware/types.ts:61950](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61950) +[middleware/types.ts:63237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63237) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[middleware/types.ts:61951](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61951) +[middleware/types.ts:63238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63238) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[middleware/types.ts:61952](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61952) +[middleware/types.ts:63239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63239) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[middleware/types.ts:61953](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61953) +[middleware/types.ts:63240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63240) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[middleware/types.ts:61954](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61954) +[middleware/types.ts:63241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63241) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[middleware/types.ts:61955](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61955) +[middleware/types.ts:63242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63242) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[middleware/types.ts:61956](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61956) +[middleware/types.ts:63243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63243) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[middleware/types.ts:61957](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61957) +[middleware/types.ts:63244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63244) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[middleware/types.ts:61958](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61958) +[middleware/types.ts:63245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63245) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[middleware/types.ts:61959](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61959) +[middleware/types.ts:63246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63246) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[middleware/types.ts:61960](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61960) +[middleware/types.ts:63247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63247) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[middleware/types.ts:61961](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61961) +[middleware/types.ts:63248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63248) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[middleware/types.ts:61962](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61962) +[middleware/types.ts:63249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63249) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[middleware/types.ts:61963](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61963) +[middleware/types.ts:63250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63250) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[middleware/types.ts:61964](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61964) +[middleware/types.ts:63251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63251) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[middleware/types.ts:61965](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61965) +[middleware/types.ts:63252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63252) ___ @@ -186,7 +186,7 @@ ___ #### Defined in -[middleware/types.ts:61966](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61966) +[middleware/types.ts:63253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63253) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[middleware/types.ts:61967](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61967) +[middleware/types.ts:63254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63254) ___ @@ -206,7 +206,7 @@ ___ #### Defined in -[middleware/types.ts:61968](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61968) +[middleware/types.ts:63255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63255) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[middleware/types.ts:61969](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61969) +[middleware/types.ts:63256](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63256) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[middleware/types.ts:61970](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61970) +[middleware/types.ts:63257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63257) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[middleware/types.ts:61971](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61971) +[middleware/types.ts:63258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63258) ___ @@ -246,7 +246,7 @@ ___ #### Defined in -[middleware/types.ts:61972](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61972) +[middleware/types.ts:63259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63259) ___ @@ -256,7 +256,7 @@ ___ #### Defined in -[middleware/types.ts:61973](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61973) +[middleware/types.ts:63260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63260) ___ @@ -266,7 +266,7 @@ ___ #### Defined in -[middleware/types.ts:61974](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61974) +[middleware/types.ts:63261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63261) ___ @@ -276,7 +276,7 @@ ___ #### Defined in -[middleware/types.ts:61975](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61975) +[middleware/types.ts:63262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63262) ___ @@ -286,7 +286,7 @@ ___ #### Defined in -[middleware/types.ts:61976](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61976) +[middleware/types.ts:63263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63263) ___ @@ -296,7 +296,7 @@ ___ #### Defined in -[middleware/types.ts:61977](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61977) +[middleware/types.ts:63264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63264) ___ @@ -306,7 +306,7 @@ ___ #### Defined in -[middleware/types.ts:61978](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61978) +[middleware/types.ts:63265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63265) ___ @@ -316,7 +316,7 @@ ___ #### Defined in -[middleware/types.ts:61979](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61979) +[middleware/types.ts:63266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63266) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[middleware/types.ts:61980](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61980) +[middleware/types.ts:63267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63267) ___ @@ -336,7 +336,7 @@ ___ #### Defined in -[middleware/types.ts:61981](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61981) +[middleware/types.ts:63268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63268) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[middleware/types.ts:61982](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61982) +[middleware/types.ts:63269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63269) ___ @@ -356,7 +356,7 @@ ___ #### Defined in -[middleware/types.ts:61983](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61983) +[middleware/types.ts:63270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63270) ___ @@ -366,7 +366,7 @@ ___ #### Defined in -[middleware/types.ts:61984](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61984) +[middleware/types.ts:63271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63271) ___ @@ -376,7 +376,7 @@ ___ #### Defined in -[middleware/types.ts:61985](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61985) +[middleware/types.ts:63272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63272) ___ @@ -386,7 +386,7 @@ ___ #### Defined in -[middleware/types.ts:61986](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61986) +[middleware/types.ts:63273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63273) ___ @@ -396,7 +396,7 @@ ___ #### Defined in -[middleware/types.ts:61987](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61987) +[middleware/types.ts:63274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63274) ___ @@ -406,7 +406,7 @@ ___ #### Defined in -[middleware/types.ts:61988](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61988) +[middleware/types.ts:63275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63275) ___ @@ -416,7 +416,7 @@ ___ #### Defined in -[middleware/types.ts:61989](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61989) +[middleware/types.ts:63276](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63276) ___ @@ -426,7 +426,7 @@ ___ #### Defined in -[middleware/types.ts:61990](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61990) +[middleware/types.ts:63277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63277) ___ @@ -436,7 +436,7 @@ ___ #### Defined in -[middleware/types.ts:61991](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61991) +[middleware/types.ts:63278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63278) ___ @@ -446,7 +446,7 @@ ___ #### Defined in -[middleware/types.ts:61992](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61992) +[middleware/types.ts:63279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63279) ___ @@ -456,7 +456,7 @@ ___ #### Defined in -[middleware/types.ts:61993](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61993) +[middleware/types.ts:63280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63280) ___ @@ -466,7 +466,7 @@ ___ #### Defined in -[middleware/types.ts:61994](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61994) +[middleware/types.ts:63281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63281) ___ @@ -476,7 +476,7 @@ ___ #### Defined in -[middleware/types.ts:61995](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61995) +[middleware/types.ts:63282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63282) ___ @@ -486,7 +486,7 @@ ___ #### Defined in -[middleware/types.ts:61996](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61996) +[middleware/types.ts:63283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63283) ___ @@ -496,7 +496,7 @@ ___ #### Defined in -[middleware/types.ts:61997](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61997) +[middleware/types.ts:63284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63284) ___ @@ -506,7 +506,7 @@ ___ #### Defined in -[middleware/types.ts:61998](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61998) +[middleware/types.ts:63285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63285) ___ @@ -516,7 +516,7 @@ ___ #### Defined in -[middleware/types.ts:61999](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L61999) +[middleware/types.ts:63286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63286) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[middleware/types.ts:62000](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62000) +[middleware/types.ts:63287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63287) ___ @@ -536,7 +536,7 @@ ___ #### Defined in -[middleware/types.ts:62001](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62001) +[middleware/types.ts:63288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63288) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[middleware/types.ts:62002](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62002) +[middleware/types.ts:63289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63289) ___ @@ -556,7 +556,7 @@ ___ #### Defined in -[middleware/types.ts:62003](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62003) +[middleware/types.ts:63290](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63290) ___ @@ -566,7 +566,7 @@ ___ #### Defined in -[middleware/types.ts:62004](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62004) +[middleware/types.ts:63291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63291) ___ @@ -576,7 +576,7 @@ ___ #### Defined in -[middleware/types.ts:62005](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62005) +[middleware/types.ts:63292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63292) ___ @@ -586,7 +586,7 @@ ___ #### Defined in -[middleware/types.ts:62006](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62006) +[middleware/types.ts:63293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63293) ___ @@ -596,7 +596,7 @@ ___ #### Defined in -[middleware/types.ts:62007](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62007) +[middleware/types.ts:63294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63294) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[middleware/types.ts:62008](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62008) +[middleware/types.ts:63295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63295) ___ @@ -616,7 +616,7 @@ ___ #### Defined in -[middleware/types.ts:62009](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62009) +[middleware/types.ts:63296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63296) ___ @@ -626,7 +626,7 @@ ___ #### Defined in -[middleware/types.ts:62010](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62010) +[middleware/types.ts:63297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63297) ___ @@ -636,7 +636,7 @@ ___ #### Defined in -[middleware/types.ts:62011](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62011) +[middleware/types.ts:63298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63298) ___ @@ -646,7 +646,7 @@ ___ #### Defined in -[middleware/types.ts:62012](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62012) +[middleware/types.ts:63299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63299) ___ @@ -656,7 +656,7 @@ ___ #### Defined in -[middleware/types.ts:62013](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62013) +[middleware/types.ts:63300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63300) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[middleware/types.ts:62014](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62014) +[middleware/types.ts:63301](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63301) ___ @@ -676,7 +676,7 @@ ___ #### Defined in -[middleware/types.ts:62015](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62015) +[middleware/types.ts:63302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63302) ___ @@ -686,7 +686,7 @@ ___ #### Defined in -[middleware/types.ts:62016](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62016) +[middleware/types.ts:63303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63303) ___ @@ -696,7 +696,7 @@ ___ #### Defined in -[middleware/types.ts:62017](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62017) +[middleware/types.ts:63304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63304) ___ @@ -706,7 +706,7 @@ ___ #### Defined in -[middleware/types.ts:62018](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62018) +[middleware/types.ts:63305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63305) ___ @@ -716,7 +716,7 @@ ___ #### Defined in -[middleware/types.ts:62019](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62019) +[middleware/types.ts:63306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63306) ___ @@ -726,7 +726,7 @@ ___ #### Defined in -[middleware/types.ts:62020](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62020) +[middleware/types.ts:63307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63307) ___ @@ -736,7 +736,7 @@ ___ #### Defined in -[middleware/types.ts:62021](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62021) +[middleware/types.ts:63308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63308) ___ @@ -746,7 +746,7 @@ ___ #### Defined in -[middleware/types.ts:62022](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62022) +[middleware/types.ts:63309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63309) ___ @@ -756,7 +756,7 @@ ___ #### Defined in -[middleware/types.ts:62023](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62023) +[middleware/types.ts:63310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63310) ___ @@ -766,7 +766,7 @@ ___ #### Defined in -[middleware/types.ts:62024](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62024) +[middleware/types.ts:63311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63311) ___ @@ -776,7 +776,7 @@ ___ #### Defined in -[middleware/types.ts:62025](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62025) +[middleware/types.ts:63312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63312) ___ @@ -786,7 +786,7 @@ ___ #### Defined in -[middleware/types.ts:62026](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62026) +[middleware/types.ts:63313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63313) ___ @@ -796,7 +796,7 @@ ___ #### Defined in -[middleware/types.ts:62027](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62027) +[middleware/types.ts:63314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63314) ___ @@ -806,7 +806,7 @@ ___ #### Defined in -[middleware/types.ts:62028](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62028) +[middleware/types.ts:63315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63315) ___ @@ -816,7 +816,7 @@ ___ #### Defined in -[middleware/types.ts:62029](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62029) +[middleware/types.ts:63316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63316) ___ @@ -826,7 +826,7 @@ ___ #### Defined in -[middleware/types.ts:62030](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62030) +[middleware/types.ts:63317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63317) ___ @@ -836,7 +836,7 @@ ___ #### Defined in -[middleware/types.ts:62031](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62031) +[middleware/types.ts:63318](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63318) ___ @@ -846,7 +846,7 @@ ___ #### Defined in -[middleware/types.ts:62032](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62032) +[middleware/types.ts:63319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63319) ___ @@ -856,7 +856,7 @@ ___ #### Defined in -[middleware/types.ts:62033](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62033) +[middleware/types.ts:63320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63320) ___ @@ -866,7 +866,7 @@ ___ #### Defined in -[middleware/types.ts:62034](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62034) +[middleware/types.ts:63321](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63321) ___ @@ -876,7 +876,7 @@ ___ #### Defined in -[middleware/types.ts:62035](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62035) +[middleware/types.ts:63322](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63322) ___ @@ -886,7 +886,7 @@ ___ #### Defined in -[middleware/types.ts:62036](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62036) +[middleware/types.ts:63323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63323) ___ @@ -896,7 +896,7 @@ ___ #### Defined in -[middleware/types.ts:62037](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62037) +[middleware/types.ts:63324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63324) ___ @@ -906,7 +906,7 @@ ___ #### Defined in -[middleware/types.ts:62038](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62038) +[middleware/types.ts:63325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63325) ___ @@ -916,7 +916,7 @@ ___ #### Defined in -[middleware/types.ts:62039](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62039) +[middleware/types.ts:63326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63326) ___ @@ -926,7 +926,7 @@ ___ #### Defined in -[middleware/types.ts:62040](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62040) +[middleware/types.ts:63327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63327) ___ @@ -936,7 +936,7 @@ ___ #### Defined in -[middleware/types.ts:62041](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62041) +[middleware/types.ts:63328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63328) ___ @@ -946,7 +946,7 @@ ___ #### Defined in -[middleware/types.ts:62042](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62042) +[middleware/types.ts:63329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63329) ___ @@ -956,7 +956,7 @@ ___ #### Defined in -[middleware/types.ts:62043](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62043) +[middleware/types.ts:63330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63330) ___ @@ -966,7 +966,7 @@ ___ #### Defined in -[middleware/types.ts:62044](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62044) +[middleware/types.ts:63331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63331) ___ @@ -976,7 +976,7 @@ ___ #### Defined in -[middleware/types.ts:62045](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62045) +[middleware/types.ts:63332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63332) ___ @@ -986,7 +986,7 @@ ___ #### Defined in -[middleware/types.ts:62046](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62046) +[middleware/types.ts:63333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63333) ___ @@ -996,7 +996,7 @@ ___ #### Defined in -[middleware/types.ts:62047](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62047) +[middleware/types.ts:63334](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63334) ___ @@ -1006,7 +1006,7 @@ ___ #### Defined in -[middleware/types.ts:62048](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62048) +[middleware/types.ts:63335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63335) ___ @@ -1016,7 +1016,7 @@ ___ #### Defined in -[middleware/types.ts:62049](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62049) +[middleware/types.ts:63336](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63336) ___ @@ -1026,7 +1026,7 @@ ___ #### Defined in -[middleware/types.ts:62050](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62050) +[middleware/types.ts:63337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63337) ___ @@ -1036,7 +1036,7 @@ ___ #### Defined in -[middleware/types.ts:62051](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62051) +[middleware/types.ts:63338](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63338) ___ @@ -1046,7 +1046,7 @@ ___ #### Defined in -[middleware/types.ts:62052](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62052) +[middleware/types.ts:63339](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63339) ___ @@ -1056,7 +1056,7 @@ ___ #### Defined in -[middleware/types.ts:62053](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62053) +[middleware/types.ts:63340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63340) ___ @@ -1066,7 +1066,7 @@ ___ #### Defined in -[middleware/types.ts:62054](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62054) +[middleware/types.ts:63341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63341) ___ @@ -1076,7 +1076,7 @@ ___ #### Defined in -[middleware/types.ts:62055](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62055) +[middleware/types.ts:63342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63342) ___ @@ -1086,7 +1086,7 @@ ___ #### Defined in -[middleware/types.ts:62056](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62056) +[middleware/types.ts:63343](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63343) ___ @@ -1096,7 +1096,7 @@ ___ #### Defined in -[middleware/types.ts:62057](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62057) +[middleware/types.ts:63344](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63344) ___ @@ -1106,7 +1106,7 @@ ___ #### Defined in -[middleware/types.ts:62058](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62058) +[middleware/types.ts:63345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63345) ___ @@ -1116,7 +1116,7 @@ ___ #### Defined in -[middleware/types.ts:62059](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62059) +[middleware/types.ts:63346](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63346) ___ @@ -1126,7 +1126,7 @@ ___ #### Defined in -[middleware/types.ts:62060](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62060) +[middleware/types.ts:63347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63347) ___ @@ -1136,7 +1136,7 @@ ___ #### Defined in -[middleware/types.ts:62061](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62061) +[middleware/types.ts:63348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63348) ___ @@ -1146,7 +1146,7 @@ ___ #### Defined in -[middleware/types.ts:62062](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62062) +[middleware/types.ts:63349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63349) ___ @@ -1156,7 +1156,7 @@ ___ #### Defined in -[middleware/types.ts:62063](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62063) +[middleware/types.ts:63350](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63350) ___ @@ -1166,7 +1166,7 @@ ___ #### Defined in -[middleware/types.ts:62064](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62064) +[middleware/types.ts:63351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63351) ___ @@ -1176,7 +1176,7 @@ ___ #### Defined in -[middleware/types.ts:62065](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62065) +[middleware/types.ts:63352](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63352) ___ @@ -1186,7 +1186,7 @@ ___ #### Defined in -[middleware/types.ts:62066](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62066) +[middleware/types.ts:63353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63353) ___ @@ -1196,7 +1196,7 @@ ___ #### Defined in -[middleware/types.ts:62067](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62067) +[middleware/types.ts:63354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63354) ___ @@ -1206,7 +1206,7 @@ ___ #### Defined in -[middleware/types.ts:62068](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62068) +[middleware/types.ts:63355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63355) ___ @@ -1216,7 +1216,7 @@ ___ #### Defined in -[middleware/types.ts:62069](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62069) +[middleware/types.ts:63356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63356) ___ @@ -1226,7 +1226,7 @@ ___ #### Defined in -[middleware/types.ts:62070](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62070) +[middleware/types.ts:63357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63357) ___ @@ -1236,7 +1236,7 @@ ___ #### Defined in -[middleware/types.ts:62071](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62071) +[middleware/types.ts:63358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63358) ___ @@ -1246,7 +1246,7 @@ ___ #### Defined in -[middleware/types.ts:62072](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62072) +[middleware/types.ts:63359](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63359) ___ @@ -1256,7 +1256,7 @@ ___ #### Defined in -[middleware/types.ts:62073](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62073) +[middleware/types.ts:63360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63360) ___ @@ -1266,7 +1266,7 @@ ___ #### Defined in -[middleware/types.ts:62074](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62074) +[middleware/types.ts:63361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63361) ___ @@ -1276,7 +1276,7 @@ ___ #### Defined in -[middleware/types.ts:62075](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62075) +[middleware/types.ts:63362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63362) ___ @@ -1286,7 +1286,7 @@ ___ #### Defined in -[middleware/types.ts:62076](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62076) +[middleware/types.ts:63363](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63363) ___ @@ -1296,7 +1296,7 @@ ___ #### Defined in -[middleware/types.ts:62077](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62077) +[middleware/types.ts:63364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63364) ___ @@ -1306,7 +1306,7 @@ ___ #### Defined in -[middleware/types.ts:62078](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62078) +[middleware/types.ts:63365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63365) ___ @@ -1316,7 +1316,7 @@ ___ #### Defined in -[middleware/types.ts:62079](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62079) +[middleware/types.ts:63366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63366) ___ @@ -1326,7 +1326,7 @@ ___ #### Defined in -[middleware/types.ts:62080](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62080) +[middleware/types.ts:63367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63367) ___ @@ -1336,7 +1336,7 @@ ___ #### Defined in -[middleware/types.ts:62081](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62081) +[middleware/types.ts:63368](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63368) ___ @@ -1346,7 +1346,7 @@ ___ #### Defined in -[middleware/types.ts:62082](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62082) +[middleware/types.ts:63369](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63369) ___ @@ -1356,7 +1356,7 @@ ___ #### Defined in -[middleware/types.ts:62083](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62083) +[middleware/types.ts:63370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63370) ___ @@ -1366,7 +1366,7 @@ ___ #### Defined in -[middleware/types.ts:62084](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62084) +[middleware/types.ts:63371](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63371) ___ @@ -1376,7 +1376,7 @@ ___ #### Defined in -[middleware/types.ts:62085](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62085) +[middleware/types.ts:63372](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63372) ___ @@ -1386,7 +1386,7 @@ ___ #### Defined in -[middleware/types.ts:62086](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62086) +[middleware/types.ts:63373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63373) ___ @@ -1396,7 +1396,7 @@ ___ #### Defined in -[middleware/types.ts:62087](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62087) +[middleware/types.ts:63374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63374) ___ @@ -1406,7 +1406,7 @@ ___ #### Defined in -[middleware/types.ts:62088](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62088) +[middleware/types.ts:63375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63375) ___ @@ -1416,7 +1416,7 @@ ___ #### Defined in -[middleware/types.ts:62089](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62089) +[middleware/types.ts:63376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63376) ___ @@ -1426,7 +1426,7 @@ ___ #### Defined in -[middleware/types.ts:62090](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62090) +[middleware/types.ts:63377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63377) ___ @@ -1436,7 +1436,7 @@ ___ #### Defined in -[middleware/types.ts:62091](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62091) +[middleware/types.ts:63378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63378) ___ @@ -1446,7 +1446,7 @@ ___ #### Defined in -[middleware/types.ts:62092](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62092) +[middleware/types.ts:63379](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63379) ___ @@ -1456,7 +1456,7 @@ ___ #### Defined in -[middleware/types.ts:62093](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62093) +[middleware/types.ts:63380](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63380) ___ @@ -1466,7 +1466,7 @@ ___ #### Defined in -[middleware/types.ts:62094](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62094) +[middleware/types.ts:63381](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63381) ___ @@ -1476,7 +1476,7 @@ ___ #### Defined in -[middleware/types.ts:62095](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62095) +[middleware/types.ts:63382](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63382) ___ @@ -1486,7 +1486,7 @@ ___ #### Defined in -[middleware/types.ts:62096](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62096) +[middleware/types.ts:63383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63383) ___ @@ -1496,7 +1496,7 @@ ___ #### Defined in -[middleware/types.ts:62097](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62097) +[middleware/types.ts:63384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63384) ___ @@ -1506,7 +1506,7 @@ ___ #### Defined in -[middleware/types.ts:62098](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62098) +[middleware/types.ts:63385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63385) ___ @@ -1516,7 +1516,7 @@ ___ #### Defined in -[middleware/types.ts:62099](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62099) +[middleware/types.ts:63386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63386) ___ @@ -1526,7 +1526,7 @@ ___ #### Defined in -[middleware/types.ts:62100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62100) +[middleware/types.ts:63387](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63387) ___ @@ -1536,7 +1536,7 @@ ___ #### Defined in -[middleware/types.ts:62101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62101) +[middleware/types.ts:63388](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63388) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[middleware/types.ts:62102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62102) +[middleware/types.ts:63389](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63389) ___ @@ -1556,7 +1556,7 @@ ___ #### Defined in -[middleware/types.ts:62103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62103) +[middleware/types.ts:63390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63390) ___ @@ -1566,7 +1566,7 @@ ___ #### Defined in -[middleware/types.ts:62104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62104) +[middleware/types.ts:63391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63391) ___ @@ -1576,7 +1576,7 @@ ___ #### Defined in -[middleware/types.ts:62105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62105) +[middleware/types.ts:63392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63392) ___ @@ -1586,7 +1586,7 @@ ___ #### Defined in -[middleware/types.ts:62106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62106) +[middleware/types.ts:63393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63393) ___ @@ -1596,7 +1596,7 @@ ___ #### Defined in -[middleware/types.ts:62107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62107) +[middleware/types.ts:63394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63394) ___ @@ -1606,7 +1606,7 @@ ___ #### Defined in -[middleware/types.ts:62108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62108) +[middleware/types.ts:63395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63395) ___ @@ -1616,7 +1616,7 @@ ___ #### Defined in -[middleware/types.ts:62109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62109) +[middleware/types.ts:63396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63396) ___ @@ -1626,7 +1626,7 @@ ___ #### Defined in -[middleware/types.ts:62110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62110) +[middleware/types.ts:63397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63397) ___ @@ -1636,7 +1636,7 @@ ___ #### Defined in -[middleware/types.ts:62111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62111) +[middleware/types.ts:63398](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63398) ___ @@ -1646,7 +1646,7 @@ ___ #### Defined in -[middleware/types.ts:62112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62112) +[middleware/types.ts:63399](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63399) ___ @@ -1656,7 +1656,7 @@ ___ #### Defined in -[middleware/types.ts:62113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62113) +[middleware/types.ts:63400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63400) ___ @@ -1666,7 +1666,7 @@ ___ #### Defined in -[middleware/types.ts:62114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62114) +[middleware/types.ts:63401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63401) ___ @@ -1676,7 +1676,7 @@ ___ #### Defined in -[middleware/types.ts:62115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62115) +[middleware/types.ts:63402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63402) ___ @@ -1686,7 +1686,7 @@ ___ #### Defined in -[middleware/types.ts:62116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62116) +[middleware/types.ts:63403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63403) ___ @@ -1696,7 +1696,7 @@ ___ #### Defined in -[middleware/types.ts:62117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62117) +[middleware/types.ts:63404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63404) ___ @@ -1706,7 +1706,7 @@ ___ #### Defined in -[middleware/types.ts:62118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62118) +[middleware/types.ts:63405](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63405) ___ @@ -1716,7 +1716,7 @@ ___ #### Defined in -[middleware/types.ts:62119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62119) +[middleware/types.ts:63406](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63406) ___ @@ -1726,7 +1726,7 @@ ___ #### Defined in -[middleware/types.ts:62120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62120) +[middleware/types.ts:63407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63407) ___ @@ -1736,7 +1736,7 @@ ___ #### Defined in -[middleware/types.ts:62121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62121) +[middleware/types.ts:63408](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63408) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[middleware/types.ts:62122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62122) +[middleware/types.ts:63409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63409) ___ @@ -1756,7 +1756,7 @@ ___ #### Defined in -[middleware/types.ts:62123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62123) +[middleware/types.ts:63410](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63410) ___ @@ -1766,7 +1766,7 @@ ___ #### Defined in -[middleware/types.ts:62124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62124) +[middleware/types.ts:63411](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63411) ___ @@ -1776,7 +1776,7 @@ ___ #### Defined in -[middleware/types.ts:62125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62125) +[middleware/types.ts:63412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63412) ___ @@ -1786,7 +1786,7 @@ ___ #### Defined in -[middleware/types.ts:62126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62126) +[middleware/types.ts:63413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63413) ___ @@ -1796,7 +1796,7 @@ ___ #### Defined in -[middleware/types.ts:62127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62127) +[middleware/types.ts:63414](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63414) ___ @@ -1806,7 +1806,7 @@ ___ #### Defined in -[middleware/types.ts:62128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62128) +[middleware/types.ts:63415](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63415) ___ @@ -1816,7 +1816,7 @@ ___ #### Defined in -[middleware/types.ts:62129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62129) +[middleware/types.ts:63416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63416) ___ @@ -1826,7 +1826,7 @@ ___ #### Defined in -[middleware/types.ts:62130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62130) +[middleware/types.ts:63417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63417) ___ @@ -1836,7 +1836,7 @@ ___ #### Defined in -[middleware/types.ts:62131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62131) +[middleware/types.ts:63418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63418) ___ @@ -1846,7 +1846,7 @@ ___ #### Defined in -[middleware/types.ts:62132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62132) +[middleware/types.ts:63419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63419) ___ @@ -1856,7 +1856,7 @@ ___ #### Defined in -[middleware/types.ts:62133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62133) +[middleware/types.ts:63420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63420) ___ @@ -1866,7 +1866,7 @@ ___ #### Defined in -[middleware/types.ts:62134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62134) +[middleware/types.ts:63421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63421) ___ @@ -1876,7 +1876,7 @@ ___ #### Defined in -[middleware/types.ts:62135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62135) +[middleware/types.ts:63422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63422) ___ @@ -1886,7 +1886,7 @@ ___ #### Defined in -[middleware/types.ts:62136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62136) +[middleware/types.ts:63423](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63423) ___ @@ -1896,7 +1896,7 @@ ___ #### Defined in -[middleware/types.ts:62137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62137) +[middleware/types.ts:63424](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63424) ___ @@ -1906,7 +1906,7 @@ ___ #### Defined in -[middleware/types.ts:62138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62138) +[middleware/types.ts:63425](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63425) ___ @@ -1916,7 +1916,7 @@ ___ #### Defined in -[middleware/types.ts:62139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62139) +[middleware/types.ts:63426](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63426) ___ @@ -1926,7 +1926,7 @@ ___ #### Defined in -[middleware/types.ts:62140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62140) +[middleware/types.ts:63427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63427) ___ @@ -1936,7 +1936,7 @@ ___ #### Defined in -[middleware/types.ts:62141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62141) +[middleware/types.ts:63428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63428) ___ @@ -1946,7 +1946,7 @@ ___ #### Defined in -[middleware/types.ts:62142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62142) +[middleware/types.ts:63429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63429) ___ @@ -1956,7 +1956,7 @@ ___ #### Defined in -[middleware/types.ts:62143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62143) +[middleware/types.ts:63430](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63430) ___ @@ -1966,7 +1966,7 @@ ___ #### Defined in -[middleware/types.ts:62144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62144) +[middleware/types.ts:63431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63431) ___ @@ -1976,7 +1976,7 @@ ___ #### Defined in -[middleware/types.ts:62145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62145) +[middleware/types.ts:63432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63432) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[middleware/types.ts:62146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62146) +[middleware/types.ts:63433](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63433) ___ @@ -1996,7 +1996,7 @@ ___ #### Defined in -[middleware/types.ts:62147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62147) +[middleware/types.ts:63434](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63434) ___ @@ -2006,7 +2006,7 @@ ___ #### Defined in -[middleware/types.ts:62148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62148) +[middleware/types.ts:63435](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63435) ___ @@ -2016,7 +2016,7 @@ ___ #### Defined in -[middleware/types.ts:62149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62149) +[middleware/types.ts:63436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63436) ___ @@ -2026,7 +2026,7 @@ ___ #### Defined in -[middleware/types.ts:62150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62150) +[middleware/types.ts:63437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63437) ___ @@ -2036,7 +2036,7 @@ ___ #### Defined in -[middleware/types.ts:62151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62151) +[middleware/types.ts:63438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63438) ___ @@ -2046,7 +2046,7 @@ ___ #### Defined in -[middleware/types.ts:62152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62152) +[middleware/types.ts:63439](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63439) ___ @@ -2056,7 +2056,7 @@ ___ #### Defined in -[middleware/types.ts:62153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62153) +[middleware/types.ts:63440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63440) ___ @@ -2066,7 +2066,7 @@ ___ #### Defined in -[middleware/types.ts:62154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62154) +[middleware/types.ts:63441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63441) ___ @@ -2076,7 +2076,7 @@ ___ #### Defined in -[middleware/types.ts:62155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62155) +[middleware/types.ts:63442](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63442) ___ @@ -2086,7 +2086,7 @@ ___ #### Defined in -[middleware/types.ts:62156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62156) +[middleware/types.ts:63443](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63443) ___ @@ -2096,7 +2096,7 @@ ___ #### Defined in -[middleware/types.ts:62157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62157) +[middleware/types.ts:63444](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63444) ___ @@ -2106,7 +2106,7 @@ ___ #### Defined in -[middleware/types.ts:62158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62158) +[middleware/types.ts:63445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63445) ___ @@ -2116,7 +2116,7 @@ ___ #### Defined in -[middleware/types.ts:62159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62159) +[middleware/types.ts:63446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63446) ___ @@ -2126,7 +2126,7 @@ ___ #### Defined in -[middleware/types.ts:62160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62160) +[middleware/types.ts:63447](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63447) ___ @@ -2136,7 +2136,7 @@ ___ #### Defined in -[middleware/types.ts:62161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62161) +[middleware/types.ts:63448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63448) ___ @@ -2146,7 +2146,7 @@ ___ #### Defined in -[middleware/types.ts:62162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62162) +[middleware/types.ts:63449](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63449) ___ @@ -2156,7 +2156,7 @@ ___ #### Defined in -[middleware/types.ts:62163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62163) +[middleware/types.ts:63450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63450) ___ @@ -2166,7 +2166,7 @@ ___ #### Defined in -[middleware/types.ts:62164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62164) +[middleware/types.ts:63451](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63451) ___ @@ -2176,7 +2176,7 @@ ___ #### Defined in -[middleware/types.ts:62165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62165) +[middleware/types.ts:63452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63452) ___ @@ -2186,7 +2186,7 @@ ___ #### Defined in -[middleware/types.ts:62166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62166) +[middleware/types.ts:63453](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63453) ___ @@ -2196,7 +2196,7 @@ ___ #### Defined in -[middleware/types.ts:62167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62167) +[middleware/types.ts:63454](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63454) ___ @@ -2206,7 +2206,7 @@ ___ #### Defined in -[middleware/types.ts:62168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62168) +[middleware/types.ts:63455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63455) ___ @@ -2216,7 +2216,7 @@ ___ #### Defined in -[middleware/types.ts:62169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62169) +[middleware/types.ts:63456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63456) ___ @@ -2226,7 +2226,7 @@ ___ #### Defined in -[middleware/types.ts:62170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62170) +[middleware/types.ts:63457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63457) ___ @@ -2236,7 +2236,7 @@ ___ #### Defined in -[middleware/types.ts:62171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62171) +[middleware/types.ts:63458](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63458) ___ @@ -2246,7 +2246,7 @@ ___ #### Defined in -[middleware/types.ts:62172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62172) +[middleware/types.ts:63459](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63459) ___ @@ -2256,7 +2256,7 @@ ___ #### Defined in -[middleware/types.ts:62173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62173) +[middleware/types.ts:63460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63460) ___ @@ -2266,7 +2266,7 @@ ___ #### Defined in -[middleware/types.ts:62174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62174) +[middleware/types.ts:63461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63461) ___ @@ -2276,7 +2276,7 @@ ___ #### Defined in -[middleware/types.ts:62175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62175) +[middleware/types.ts:63462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63462) ___ @@ -2286,7 +2286,7 @@ ___ #### Defined in -[middleware/types.ts:62176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62176) +[middleware/types.ts:63463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63463) ___ @@ -2296,7 +2296,7 @@ ___ #### Defined in -[middleware/types.ts:62177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62177) +[middleware/types.ts:63464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63464) ___ @@ -2306,7 +2306,7 @@ ___ #### Defined in -[middleware/types.ts:62178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62178) +[middleware/types.ts:63465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63465) ___ @@ -2316,7 +2316,7 @@ ___ #### Defined in -[middleware/types.ts:62179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62179) +[middleware/types.ts:63466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63466) ___ @@ -2326,7 +2326,7 @@ ___ #### Defined in -[middleware/types.ts:62180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62180) +[middleware/types.ts:63467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63467) ___ @@ -2336,7 +2336,7 @@ ___ #### Defined in -[middleware/types.ts:62181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62181) +[middleware/types.ts:63468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63468) ___ @@ -2346,7 +2346,7 @@ ___ #### Defined in -[middleware/types.ts:62182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62182) +[middleware/types.ts:63469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63469) ___ @@ -2356,7 +2356,7 @@ ___ #### Defined in -[middleware/types.ts:62183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62183) +[middleware/types.ts:63470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63470) ___ @@ -2366,7 +2366,7 @@ ___ #### Defined in -[middleware/types.ts:62184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62184) +[middleware/types.ts:63471](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63471) ___ @@ -2376,7 +2376,7 @@ ___ #### Defined in -[middleware/types.ts:62185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62185) +[middleware/types.ts:63472](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63472) ___ @@ -2386,7 +2386,7 @@ ___ #### Defined in -[middleware/types.ts:62186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62186) +[middleware/types.ts:63473](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63473) ___ @@ -2396,7 +2396,7 @@ ___ #### Defined in -[middleware/types.ts:62187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62187) +[middleware/types.ts:63474](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63474) ___ @@ -2406,7 +2406,7 @@ ___ #### Defined in -[middleware/types.ts:62188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62188) +[middleware/types.ts:63475](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63475) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[middleware/types.ts:62189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62189) +[middleware/types.ts:63476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63476) ___ @@ -2426,7 +2426,7 @@ ___ #### Defined in -[middleware/types.ts:62190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62190) +[middleware/types.ts:63477](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63477) ___ @@ -2436,7 +2436,7 @@ ___ #### Defined in -[middleware/types.ts:62191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62191) +[middleware/types.ts:63478](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63478) ___ @@ -2446,7 +2446,7 @@ ___ #### Defined in -[middleware/types.ts:62192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62192) +[middleware/types.ts:63479](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63479) ___ @@ -2456,7 +2456,7 @@ ___ #### Defined in -[middleware/types.ts:62193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62193) +[middleware/types.ts:63480](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63480) ___ @@ -2466,7 +2466,7 @@ ___ #### Defined in -[middleware/types.ts:62194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62194) +[middleware/types.ts:63481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63481) ___ @@ -2476,7 +2476,7 @@ ___ #### Defined in -[middleware/types.ts:62195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62195) +[middleware/types.ts:63482](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63482) ___ @@ -2486,7 +2486,7 @@ ___ #### Defined in -[middleware/types.ts:62196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62196) +[middleware/types.ts:63483](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63483) ___ @@ -2496,7 +2496,7 @@ ___ #### Defined in -[middleware/types.ts:62197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62197) +[middleware/types.ts:63484](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63484) ___ @@ -2506,7 +2506,7 @@ ___ #### Defined in -[middleware/types.ts:62198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62198) +[middleware/types.ts:63485](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63485) ___ @@ -2516,7 +2516,7 @@ ___ #### Defined in -[middleware/types.ts:62199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62199) +[middleware/types.ts:63486](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63486) ___ @@ -2526,7 +2526,7 @@ ___ #### Defined in -[middleware/types.ts:62200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62200) +[middleware/types.ts:63487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63487) ___ @@ -2536,7 +2536,7 @@ ___ #### Defined in -[middleware/types.ts:62201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62201) +[middleware/types.ts:63488](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63488) ___ @@ -2546,7 +2546,7 @@ ___ #### Defined in -[middleware/types.ts:62202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62202) +[middleware/types.ts:63489](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63489) ___ @@ -2556,7 +2556,7 @@ ___ #### Defined in -[middleware/types.ts:62203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62203) +[middleware/types.ts:63490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63490) ___ @@ -2566,7 +2566,7 @@ ___ #### Defined in -[middleware/types.ts:62204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62204) +[middleware/types.ts:63491](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63491) ___ @@ -2576,7 +2576,7 @@ ___ #### Defined in -[middleware/types.ts:62205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62205) +[middleware/types.ts:63492](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63492) ___ @@ -2586,7 +2586,7 @@ ___ #### Defined in -[middleware/types.ts:62206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62206) +[middleware/types.ts:63493](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63493) ___ @@ -2596,7 +2596,7 @@ ___ #### Defined in -[middleware/types.ts:62207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62207) +[middleware/types.ts:63494](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63494) ___ @@ -2606,7 +2606,7 @@ ___ #### Defined in -[middleware/types.ts:62208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62208) +[middleware/types.ts:63495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63495) ___ @@ -2616,7 +2616,7 @@ ___ #### Defined in -[middleware/types.ts:62209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62209) +[middleware/types.ts:63496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63496) ___ @@ -2626,7 +2626,7 @@ ___ #### Defined in -[middleware/types.ts:62210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62210) +[middleware/types.ts:63497](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63497) ___ @@ -2636,7 +2636,7 @@ ___ #### Defined in -[middleware/types.ts:62211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62211) +[middleware/types.ts:63498](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63498) ___ @@ -2646,7 +2646,7 @@ ___ #### Defined in -[middleware/types.ts:62212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62212) +[middleware/types.ts:63499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63499) ___ @@ -2656,7 +2656,7 @@ ___ #### Defined in -[middleware/types.ts:62213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62213) +[middleware/types.ts:63500](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63500) ___ @@ -2666,7 +2666,7 @@ ___ #### Defined in -[middleware/types.ts:62214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62214) +[middleware/types.ts:63501](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63501) ___ @@ -2676,7 +2676,7 @@ ___ #### Defined in -[middleware/types.ts:62215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62215) +[middleware/types.ts:63502](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63502) ___ @@ -2686,7 +2686,7 @@ ___ #### Defined in -[middleware/types.ts:62216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62216) +[middleware/types.ts:63503](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63503) ___ @@ -2696,7 +2696,7 @@ ___ #### Defined in -[middleware/types.ts:62217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62217) +[middleware/types.ts:63504](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63504) ___ @@ -2706,7 +2706,7 @@ ___ #### Defined in -[middleware/types.ts:62218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62218) +[middleware/types.ts:63505](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63505) ___ @@ -2716,7 +2716,7 @@ ___ #### Defined in -[middleware/types.ts:62219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62219) +[middleware/types.ts:63506](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63506) ___ @@ -2726,7 +2726,7 @@ ___ #### Defined in -[middleware/types.ts:62220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62220) +[middleware/types.ts:63507](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63507) ___ @@ -2736,7 +2736,7 @@ ___ #### Defined in -[middleware/types.ts:62221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62221) +[middleware/types.ts:63508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63508) ___ @@ -2746,7 +2746,7 @@ ___ #### Defined in -[middleware/types.ts:62222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62222) +[middleware/types.ts:63509](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63509) ___ @@ -2756,7 +2756,7 @@ ___ #### Defined in -[middleware/types.ts:62223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62223) +[middleware/types.ts:63510](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63510) ___ @@ -2766,7 +2766,7 @@ ___ #### Defined in -[middleware/types.ts:62224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62224) +[middleware/types.ts:63511](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63511) ___ @@ -2776,7 +2776,7 @@ ___ #### Defined in -[middleware/types.ts:62225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62225) +[middleware/types.ts:63512](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63512) ___ @@ -2786,7 +2786,7 @@ ___ #### Defined in -[middleware/types.ts:62226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62226) +[middleware/types.ts:63513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63513) ___ @@ -2796,7 +2796,7 @@ ___ #### Defined in -[middleware/types.ts:62227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62227) +[middleware/types.ts:63514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63514) ___ @@ -2806,7 +2806,7 @@ ___ #### Defined in -[middleware/types.ts:62228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62228) +[middleware/types.ts:63515](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63515) ___ @@ -2816,7 +2816,7 @@ ___ #### Defined in -[middleware/types.ts:62229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62229) +[middleware/types.ts:63516](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63516) ___ @@ -2826,7 +2826,7 @@ ___ #### Defined in -[middleware/types.ts:62230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62230) +[middleware/types.ts:63517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63517) ___ @@ -2836,7 +2836,7 @@ ___ #### Defined in -[middleware/types.ts:62231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62231) +[middleware/types.ts:63518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63518) ___ @@ -2846,7 +2846,7 @@ ___ #### Defined in -[middleware/types.ts:62232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62232) +[middleware/types.ts:63519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63519) ___ @@ -2856,7 +2856,7 @@ ___ #### Defined in -[middleware/types.ts:62233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62233) +[middleware/types.ts:63520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63520) ___ @@ -2866,7 +2866,7 @@ ___ #### Defined in -[middleware/types.ts:62234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62234) +[middleware/types.ts:63521](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63521) ___ @@ -2876,7 +2876,7 @@ ___ #### Defined in -[middleware/types.ts:62235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62235) +[middleware/types.ts:63522](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63522) ___ @@ -2886,7 +2886,7 @@ ___ #### Defined in -[middleware/types.ts:62236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62236) +[middleware/types.ts:63523](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63523) ___ @@ -2896,7 +2896,7 @@ ___ #### Defined in -[middleware/types.ts:62237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62237) +[middleware/types.ts:63524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63524) ___ @@ -2906,7 +2906,7 @@ ___ #### Defined in -[middleware/types.ts:62238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62238) +[middleware/types.ts:63525](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63525) ___ @@ -2916,7 +2916,7 @@ ___ #### Defined in -[middleware/types.ts:62239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62239) +[middleware/types.ts:63526](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63526) ___ @@ -2926,7 +2926,7 @@ ___ #### Defined in -[middleware/types.ts:62240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62240) +[middleware/types.ts:63527](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63527) ___ @@ -2936,7 +2936,7 @@ ___ #### Defined in -[middleware/types.ts:62241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62241) +[middleware/types.ts:63528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63528) ___ @@ -2946,7 +2946,7 @@ ___ #### Defined in -[middleware/types.ts:62242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62242) +[middleware/types.ts:63529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63529) ___ @@ -2956,7 +2956,7 @@ ___ #### Defined in -[middleware/types.ts:62243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62243) +[middleware/types.ts:63530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63530) ___ @@ -2966,7 +2966,7 @@ ___ #### Defined in -[middleware/types.ts:62244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62244) +[middleware/types.ts:63531](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63531) ___ @@ -2976,7 +2976,7 @@ ___ #### Defined in -[middleware/types.ts:62245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62245) +[middleware/types.ts:63532](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63532) ___ @@ -2986,7 +2986,7 @@ ___ #### Defined in -[middleware/types.ts:62246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62246) +[middleware/types.ts:63533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63533) ___ @@ -2996,7 +2996,7 @@ ___ #### Defined in -[middleware/types.ts:62247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62247) +[middleware/types.ts:63534](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63534) ___ @@ -3006,7 +3006,7 @@ ___ #### Defined in -[middleware/types.ts:62248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62248) +[middleware/types.ts:63535](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63535) ___ @@ -3016,7 +3016,7 @@ ___ #### Defined in -[middleware/types.ts:62249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62249) +[middleware/types.ts:63536](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63536) ___ @@ -3026,7 +3026,7 @@ ___ #### Defined in -[middleware/types.ts:62250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62250) +[middleware/types.ts:63537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63537) ___ @@ -3036,7 +3036,7 @@ ___ #### Defined in -[middleware/types.ts:62251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62251) +[middleware/types.ts:63538](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63538) ___ @@ -3046,7 +3046,7 @@ ___ #### Defined in -[middleware/types.ts:62252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62252) +[middleware/types.ts:63539](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63539) ___ @@ -3056,7 +3056,7 @@ ___ #### Defined in -[middleware/types.ts:62253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62253) +[middleware/types.ts:63540](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63540) ___ @@ -3066,7 +3066,7 @@ ___ #### Defined in -[middleware/types.ts:62254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62254) +[middleware/types.ts:63541](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63541) ___ @@ -3076,7 +3076,7 @@ ___ #### Defined in -[middleware/types.ts:62255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62255) +[middleware/types.ts:63542](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63542) ___ @@ -3086,7 +3086,7 @@ ___ #### Defined in -[middleware/types.ts:62256](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62256) +[middleware/types.ts:63543](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63543) ___ @@ -3096,7 +3096,7 @@ ___ #### Defined in -[middleware/types.ts:62257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62257) +[middleware/types.ts:63544](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63544) ___ @@ -3106,7 +3106,7 @@ ___ #### Defined in -[middleware/types.ts:62258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62258) +[middleware/types.ts:63545](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63545) ___ @@ -3116,7 +3116,7 @@ ___ #### Defined in -[middleware/types.ts:62259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62259) +[middleware/types.ts:63546](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63546) ___ @@ -3126,7 +3126,7 @@ ___ #### Defined in -[middleware/types.ts:62260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62260) +[middleware/types.ts:63547](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63547) ___ @@ -3136,7 +3136,7 @@ ___ #### Defined in -[middleware/types.ts:62261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62261) +[middleware/types.ts:63548](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63548) ___ @@ -3146,7 +3146,7 @@ ___ #### Defined in -[middleware/types.ts:62262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62262) +[middleware/types.ts:63549](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63549) ___ @@ -3156,7 +3156,7 @@ ___ #### Defined in -[middleware/types.ts:62263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62263) +[middleware/types.ts:63550](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63550) ___ @@ -3166,7 +3166,7 @@ ___ #### Defined in -[middleware/types.ts:62264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62264) +[middleware/types.ts:63551](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63551) ___ @@ -3176,7 +3176,7 @@ ___ #### Defined in -[middleware/types.ts:62265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62265) +[middleware/types.ts:63552](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63552) ___ @@ -3186,7 +3186,7 @@ ___ #### Defined in -[middleware/types.ts:62266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62266) +[middleware/types.ts:63553](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63553) ___ @@ -3196,7 +3196,7 @@ ___ #### Defined in -[middleware/types.ts:62267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62267) +[middleware/types.ts:63554](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63554) ___ @@ -3206,7 +3206,7 @@ ___ #### Defined in -[middleware/types.ts:62268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62268) +[middleware/types.ts:63555](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63555) ___ @@ -3216,7 +3216,7 @@ ___ #### Defined in -[middleware/types.ts:62269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62269) +[middleware/types.ts:63556](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63556) ___ @@ -3226,7 +3226,7 @@ ___ #### Defined in -[middleware/types.ts:62270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62270) +[middleware/types.ts:63557](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63557) ___ @@ -3236,7 +3236,7 @@ ___ #### Defined in -[middleware/types.ts:62271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62271) +[middleware/types.ts:63558](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63558) ___ @@ -3246,7 +3246,7 @@ ___ #### Defined in -[middleware/types.ts:62272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62272) +[middleware/types.ts:63559](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63559) ___ @@ -3256,7 +3256,7 @@ ___ #### Defined in -[middleware/types.ts:62273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62273) +[middleware/types.ts:63560](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63560) ___ @@ -3266,7 +3266,7 @@ ___ #### Defined in -[middleware/types.ts:62274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62274) +[middleware/types.ts:63561](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63561) ___ @@ -3276,7 +3276,7 @@ ___ #### Defined in -[middleware/types.ts:62275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62275) +[middleware/types.ts:63562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63562) ___ @@ -3286,7 +3286,7 @@ ___ #### Defined in -[middleware/types.ts:62276](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62276) +[middleware/types.ts:63563](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63563) ___ @@ -3296,7 +3296,7 @@ ___ #### Defined in -[middleware/types.ts:62277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62277) +[middleware/types.ts:63564](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63564) ___ @@ -3306,7 +3306,7 @@ ___ #### Defined in -[middleware/types.ts:62278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62278) +[middleware/types.ts:63565](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63565) ___ @@ -3316,7 +3316,7 @@ ___ #### Defined in -[middleware/types.ts:62279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62279) +[middleware/types.ts:63566](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63566) ___ @@ -3326,7 +3326,7 @@ ___ #### Defined in -[middleware/types.ts:62280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62280) +[middleware/types.ts:63567](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63567) ___ @@ -3336,7 +3336,7 @@ ___ #### Defined in -[middleware/types.ts:62281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62281) +[middleware/types.ts:63568](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63568) ___ @@ -3346,7 +3346,7 @@ ___ #### Defined in -[middleware/types.ts:62282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62282) +[middleware/types.ts:63569](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63569) ___ @@ -3356,7 +3356,7 @@ ___ #### Defined in -[middleware/types.ts:62283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62283) +[middleware/types.ts:63570](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63570) ___ @@ -3366,7 +3366,7 @@ ___ #### Defined in -[middleware/types.ts:62284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62284) +[middleware/types.ts:63571](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63571) ___ @@ -3376,7 +3376,7 @@ ___ #### Defined in -[middleware/types.ts:62285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62285) +[middleware/types.ts:63572](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63572) ___ @@ -3386,7 +3386,7 @@ ___ #### Defined in -[middleware/types.ts:62286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62286) +[middleware/types.ts:63573](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63573) ___ @@ -3396,7 +3396,7 @@ ___ #### Defined in -[middleware/types.ts:62287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62287) +[middleware/types.ts:63574](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63574) ___ @@ -3406,7 +3406,7 @@ ___ #### Defined in -[middleware/types.ts:62288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62288) +[middleware/types.ts:63575](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63575) ___ @@ -3416,7 +3416,7 @@ ___ #### Defined in -[middleware/types.ts:62289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62289) +[middleware/types.ts:63576](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63576) ___ @@ -3426,7 +3426,7 @@ ___ #### Defined in -[middleware/types.ts:62290](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62290) +[middleware/types.ts:63577](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63577) ___ @@ -3436,7 +3436,7 @@ ___ #### Defined in -[middleware/types.ts:62291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62291) +[middleware/types.ts:63578](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63578) ___ @@ -3446,7 +3446,7 @@ ___ #### Defined in -[middleware/types.ts:62292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62292) +[middleware/types.ts:63579](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63579) ___ @@ -3456,7 +3456,7 @@ ___ #### Defined in -[middleware/types.ts:62293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62293) +[middleware/types.ts:63580](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63580) ___ @@ -3466,7 +3466,7 @@ ___ #### Defined in -[middleware/types.ts:62294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62294) +[middleware/types.ts:63581](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63581) ___ @@ -3476,7 +3476,7 @@ ___ #### Defined in -[middleware/types.ts:62295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62295) +[middleware/types.ts:63582](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63582) ___ @@ -3486,7 +3486,7 @@ ___ #### Defined in -[middleware/types.ts:62296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62296) +[middleware/types.ts:63583](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63583) ___ @@ -3496,7 +3496,7 @@ ___ #### Defined in -[middleware/types.ts:62297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62297) +[middleware/types.ts:63584](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63584) ___ @@ -3506,7 +3506,7 @@ ___ #### Defined in -[middleware/types.ts:62298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62298) +[middleware/types.ts:63585](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63585) ___ @@ -3516,7 +3516,7 @@ ___ #### Defined in -[middleware/types.ts:62299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62299) +[middleware/types.ts:63586](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63586) ___ @@ -3526,7 +3526,7 @@ ___ #### Defined in -[middleware/types.ts:62300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62300) +[middleware/types.ts:63587](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63587) ___ @@ -3536,7 +3536,7 @@ ___ #### Defined in -[middleware/types.ts:62301](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62301) +[middleware/types.ts:63588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63588) ___ @@ -3546,7 +3546,7 @@ ___ #### Defined in -[middleware/types.ts:62302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62302) +[middleware/types.ts:63589](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63589) ___ @@ -3556,7 +3556,7 @@ ___ #### Defined in -[middleware/types.ts:62303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62303) +[middleware/types.ts:63590](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63590) ___ @@ -3566,7 +3566,7 @@ ___ #### Defined in -[middleware/types.ts:62304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62304) +[middleware/types.ts:63591](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63591) ___ @@ -3576,7 +3576,7 @@ ___ #### Defined in -[middleware/types.ts:62305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62305) +[middleware/types.ts:63592](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63592) ___ @@ -3586,7 +3586,7 @@ ___ #### Defined in -[middleware/types.ts:62306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62306) +[middleware/types.ts:63593](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63593) ___ @@ -3596,7 +3596,7 @@ ___ #### Defined in -[middleware/types.ts:62307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62307) +[middleware/types.ts:63594](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63594) ___ @@ -3606,7 +3606,7 @@ ___ #### Defined in -[middleware/types.ts:62308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62308) +[middleware/types.ts:63595](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63595) ___ @@ -3616,7 +3616,7 @@ ___ #### Defined in -[middleware/types.ts:62309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62309) +[middleware/types.ts:63596](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63596) ___ @@ -3626,7 +3626,7 @@ ___ #### Defined in -[middleware/types.ts:62310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62310) +[middleware/types.ts:63597](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63597) ___ @@ -3636,7 +3636,7 @@ ___ #### Defined in -[middleware/types.ts:62311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62311) +[middleware/types.ts:63598](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63598) ___ @@ -3646,7 +3646,7 @@ ___ #### Defined in -[middleware/types.ts:62312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62312) +[middleware/types.ts:63599](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63599) ___ @@ -3656,7 +3656,7 @@ ___ #### Defined in -[middleware/types.ts:62313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62313) +[middleware/types.ts:63600](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63600) ___ @@ -3666,7 +3666,7 @@ ___ #### Defined in -[middleware/types.ts:62314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62314) +[middleware/types.ts:63601](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63601) ___ @@ -3676,7 +3676,7 @@ ___ #### Defined in -[middleware/types.ts:62315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62315) +[middleware/types.ts:63602](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63602) ___ @@ -3686,7 +3686,7 @@ ___ #### Defined in -[middleware/types.ts:62316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62316) +[middleware/types.ts:63603](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63603) ___ @@ -3696,7 +3696,7 @@ ___ #### Defined in -[middleware/types.ts:62317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62317) +[middleware/types.ts:63604](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63604) ___ @@ -3706,7 +3706,7 @@ ___ #### Defined in -[middleware/types.ts:62318](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62318) +[middleware/types.ts:63605](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63605) ___ @@ -3716,7 +3716,7 @@ ___ #### Defined in -[middleware/types.ts:62319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62319) +[middleware/types.ts:63606](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63606) ___ @@ -3726,7 +3726,7 @@ ___ #### Defined in -[middleware/types.ts:62320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62320) +[middleware/types.ts:63607](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63607) ___ @@ -3736,7 +3736,7 @@ ___ #### Defined in -[middleware/types.ts:62321](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62321) +[middleware/types.ts:63608](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63608) ___ @@ -3746,7 +3746,7 @@ ___ #### Defined in -[middleware/types.ts:62322](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62322) +[middleware/types.ts:63609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63609) ___ @@ -3756,7 +3756,7 @@ ___ #### Defined in -[middleware/types.ts:62323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62323) +[middleware/types.ts:63610](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63610) ___ @@ -3766,7 +3766,7 @@ ___ #### Defined in -[middleware/types.ts:62324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62324) +[middleware/types.ts:63611](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63611) ___ @@ -3776,7 +3776,7 @@ ___ #### Defined in -[middleware/types.ts:62325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62325) +[middleware/types.ts:63612](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63612) ___ @@ -3786,7 +3786,7 @@ ___ #### Defined in -[middleware/types.ts:62326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62326) +[middleware/types.ts:63613](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63613) ___ @@ -3796,7 +3796,7 @@ ___ #### Defined in -[middleware/types.ts:62327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62327) +[middleware/types.ts:63614](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63614) ___ @@ -3806,7 +3806,7 @@ ___ #### Defined in -[middleware/types.ts:62328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62328) +[middleware/types.ts:63615](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63615) ___ @@ -3816,7 +3816,7 @@ ___ #### Defined in -[middleware/types.ts:62329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62329) +[middleware/types.ts:63616](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63616) ___ @@ -3826,7 +3826,7 @@ ___ #### Defined in -[middleware/types.ts:62330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62330) +[middleware/types.ts:63617](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63617) ___ @@ -3836,7 +3836,7 @@ ___ #### Defined in -[middleware/types.ts:62331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62331) +[middleware/types.ts:63618](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63618) ___ @@ -3846,7 +3846,7 @@ ___ #### Defined in -[middleware/types.ts:62332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62332) +[middleware/types.ts:63619](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63619) ___ @@ -3856,7 +3856,7 @@ ___ #### Defined in -[middleware/types.ts:62333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62333) +[middleware/types.ts:63620](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63620) ___ @@ -3866,7 +3866,7 @@ ___ #### Defined in -[middleware/types.ts:62334](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62334) +[middleware/types.ts:63621](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63621) ___ @@ -3876,7 +3876,7 @@ ___ #### Defined in -[middleware/types.ts:62335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62335) +[middleware/types.ts:63622](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63622) ___ @@ -3886,7 +3886,7 @@ ___ #### Defined in -[middleware/types.ts:62336](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62336) +[middleware/types.ts:63623](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63623) ___ @@ -3896,7 +3896,7 @@ ___ #### Defined in -[middleware/types.ts:62337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62337) +[middleware/types.ts:63624](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63624) ___ @@ -3906,7 +3906,7 @@ ___ #### Defined in -[middleware/types.ts:62338](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62338) +[middleware/types.ts:63625](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63625) ___ @@ -3916,7 +3916,7 @@ ___ #### Defined in -[middleware/types.ts:62339](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62339) +[middleware/types.ts:63626](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63626) ___ @@ -3926,7 +3926,7 @@ ___ #### Defined in -[middleware/types.ts:62340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62340) +[middleware/types.ts:63627](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63627) ___ @@ -3936,7 +3936,7 @@ ___ #### Defined in -[middleware/types.ts:62341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62341) +[middleware/types.ts:63628](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63628) ___ @@ -3946,7 +3946,7 @@ ___ #### Defined in -[middleware/types.ts:62342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62342) +[middleware/types.ts:63629](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63629) ___ @@ -3956,7 +3956,7 @@ ___ #### Defined in -[middleware/types.ts:62343](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62343) +[middleware/types.ts:63630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63630) ___ @@ -3966,7 +3966,7 @@ ___ #### Defined in -[middleware/types.ts:62344](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62344) +[middleware/types.ts:63631](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63631) ___ @@ -3976,7 +3976,7 @@ ___ #### Defined in -[middleware/types.ts:62345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62345) +[middleware/types.ts:63632](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63632) ___ @@ -3986,7 +3986,7 @@ ___ #### Defined in -[middleware/types.ts:62346](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62346) +[middleware/types.ts:63633](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63633) ___ @@ -3996,7 +3996,7 @@ ___ #### Defined in -[middleware/types.ts:62347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62347) +[middleware/types.ts:63634](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63634) ___ @@ -4006,7 +4006,7 @@ ___ #### Defined in -[middleware/types.ts:62348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62348) +[middleware/types.ts:63635](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63635) ___ @@ -4016,7 +4016,7 @@ ___ #### Defined in -[middleware/types.ts:62349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62349) +[middleware/types.ts:63636](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63636) ___ @@ -4026,7 +4026,7 @@ ___ #### Defined in -[middleware/types.ts:62350](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62350) +[middleware/types.ts:63637](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63637) ___ @@ -4036,7 +4036,7 @@ ___ #### Defined in -[middleware/types.ts:62351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62351) +[middleware/types.ts:63638](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63638) ___ @@ -4046,7 +4046,7 @@ ___ #### Defined in -[middleware/types.ts:62352](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62352) +[middleware/types.ts:63639](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63639) ___ @@ -4056,7 +4056,7 @@ ___ #### Defined in -[middleware/types.ts:62353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62353) +[middleware/types.ts:63640](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63640) ___ @@ -4066,7 +4066,7 @@ ___ #### Defined in -[middleware/types.ts:62354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62354) +[middleware/types.ts:63641](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63641) ___ @@ -4076,7 +4076,7 @@ ___ #### Defined in -[middleware/types.ts:62355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62355) +[middleware/types.ts:63642](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63642) ___ @@ -4086,7 +4086,7 @@ ___ #### Defined in -[middleware/types.ts:62356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62356) +[middleware/types.ts:63643](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63643) ___ @@ -4096,7 +4096,7 @@ ___ #### Defined in -[middleware/types.ts:62357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62357) +[middleware/types.ts:63644](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63644) ___ @@ -4106,7 +4106,7 @@ ___ #### Defined in -[middleware/types.ts:62358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62358) +[middleware/types.ts:63645](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63645) ___ @@ -4116,7 +4116,7 @@ ___ #### Defined in -[middleware/types.ts:62359](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62359) +[middleware/types.ts:63646](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63646) ___ @@ -4126,7 +4126,7 @@ ___ #### Defined in -[middleware/types.ts:62360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62360) +[middleware/types.ts:63647](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63647) ___ @@ -4136,7 +4136,7 @@ ___ #### Defined in -[middleware/types.ts:62361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62361) +[middleware/types.ts:63648](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63648) ___ @@ -4146,7 +4146,7 @@ ___ #### Defined in -[middleware/types.ts:62362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62362) +[middleware/types.ts:63649](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63649) ___ @@ -4156,7 +4156,7 @@ ___ #### Defined in -[middleware/types.ts:62363](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62363) +[middleware/types.ts:63650](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63650) ___ @@ -4166,7 +4166,7 @@ ___ #### Defined in -[middleware/types.ts:62364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62364) +[middleware/types.ts:63651](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63651) ___ @@ -4176,7 +4176,7 @@ ___ #### Defined in -[middleware/types.ts:62365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62365) +[middleware/types.ts:63652](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63652) ___ @@ -4186,7 +4186,7 @@ ___ #### Defined in -[middleware/types.ts:62366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62366) +[middleware/types.ts:63653](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63653) ___ @@ -4196,7 +4196,7 @@ ___ #### Defined in -[middleware/types.ts:62367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62367) +[middleware/types.ts:63654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63654) ___ @@ -4206,7 +4206,7 @@ ___ #### Defined in -[middleware/types.ts:62368](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62368) +[middleware/types.ts:63655](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63655) ___ @@ -4216,7 +4216,7 @@ ___ #### Defined in -[middleware/types.ts:62369](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62369) +[middleware/types.ts:63656](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63656) ___ @@ -4226,7 +4226,7 @@ ___ #### Defined in -[middleware/types.ts:62370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62370) +[middleware/types.ts:63657](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63657) ___ @@ -4236,7 +4236,7 @@ ___ #### Defined in -[middleware/types.ts:62371](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62371) +[middleware/types.ts:63658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63658) ___ @@ -4246,7 +4246,7 @@ ___ #### Defined in -[middleware/types.ts:62372](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62372) +[middleware/types.ts:63659](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63659) ___ @@ -4256,7 +4256,7 @@ ___ #### Defined in -[middleware/types.ts:62373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62373) +[middleware/types.ts:63660](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63660) ___ @@ -4266,7 +4266,7 @@ ___ #### Defined in -[middleware/types.ts:62374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62374) +[middleware/types.ts:63661](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63661) ___ @@ -4276,7 +4276,7 @@ ___ #### Defined in -[middleware/types.ts:62375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62375) +[middleware/types.ts:63662](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63662) ___ @@ -4286,7 +4286,7 @@ ___ #### Defined in -[middleware/types.ts:62376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62376) +[middleware/types.ts:63663](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63663) ___ @@ -4296,7 +4296,7 @@ ___ #### Defined in -[middleware/types.ts:62377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62377) +[middleware/types.ts:63664](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63664) ___ @@ -4306,7 +4306,7 @@ ___ #### Defined in -[middleware/types.ts:62378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62378) +[middleware/types.ts:63665](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63665) ___ @@ -4316,7 +4316,7 @@ ___ #### Defined in -[middleware/types.ts:62379](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62379) +[middleware/types.ts:63666](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63666) ___ @@ -4326,7 +4326,7 @@ ___ #### Defined in -[middleware/types.ts:62380](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62380) +[middleware/types.ts:63667](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63667) ___ @@ -4336,7 +4336,7 @@ ___ #### Defined in -[middleware/types.ts:62381](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62381) +[middleware/types.ts:63668](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63668) ___ @@ -4346,7 +4346,7 @@ ___ #### Defined in -[middleware/types.ts:62382](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62382) +[middleware/types.ts:63669](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63669) ___ @@ -4356,7 +4356,7 @@ ___ #### Defined in -[middleware/types.ts:62383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62383) +[middleware/types.ts:63670](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63670) ___ @@ -4366,7 +4366,7 @@ ___ #### Defined in -[middleware/types.ts:62384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62384) +[middleware/types.ts:63671](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63671) ___ @@ -4376,7 +4376,7 @@ ___ #### Defined in -[middleware/types.ts:62385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62385) +[middleware/types.ts:63672](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63672) ___ @@ -4386,7 +4386,7 @@ ___ #### Defined in -[middleware/types.ts:62386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62386) +[middleware/types.ts:63673](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63673) ___ @@ -4396,7 +4396,7 @@ ___ #### Defined in -[middleware/types.ts:62387](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62387) +[middleware/types.ts:63674](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63674) ___ @@ -4406,7 +4406,7 @@ ___ #### Defined in -[middleware/types.ts:62388](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62388) +[middleware/types.ts:63675](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63675) ___ @@ -4416,7 +4416,7 @@ ___ #### Defined in -[middleware/types.ts:62389](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62389) +[middleware/types.ts:63676](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63676) ___ @@ -4426,7 +4426,7 @@ ___ #### Defined in -[middleware/types.ts:62390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62390) +[middleware/types.ts:63677](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63677) ___ @@ -4436,7 +4436,7 @@ ___ #### Defined in -[middleware/types.ts:62391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62391) +[middleware/types.ts:63678](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63678) ___ @@ -4446,7 +4446,7 @@ ___ #### Defined in -[middleware/types.ts:62392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62392) +[middleware/types.ts:63679](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63679) ___ @@ -4456,7 +4456,7 @@ ___ #### Defined in -[middleware/types.ts:62393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62393) +[middleware/types.ts:63680](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63680) ___ @@ -4466,7 +4466,7 @@ ___ #### Defined in -[middleware/types.ts:62394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62394) +[middleware/types.ts:63681](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63681) ___ @@ -4476,7 +4476,7 @@ ___ #### Defined in -[middleware/types.ts:62395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62395) +[middleware/types.ts:63682](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63682) ___ @@ -4486,7 +4486,7 @@ ___ #### Defined in -[middleware/types.ts:62396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62396) +[middleware/types.ts:63683](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63683) ___ @@ -4496,7 +4496,7 @@ ___ #### Defined in -[middleware/types.ts:62397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62397) +[middleware/types.ts:63684](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63684) ___ @@ -4506,7 +4506,7 @@ ___ #### Defined in -[middleware/types.ts:62398](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62398) +[middleware/types.ts:63685](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63685) ___ @@ -4516,7 +4516,7 @@ ___ #### Defined in -[middleware/types.ts:62399](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62399) +[middleware/types.ts:63686](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63686) ___ @@ -4526,7 +4526,7 @@ ___ #### Defined in -[middleware/types.ts:62400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62400) +[middleware/types.ts:63687](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63687) ___ @@ -4536,7 +4536,7 @@ ___ #### Defined in -[middleware/types.ts:62401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62401) +[middleware/types.ts:63688](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63688) ___ @@ -4546,7 +4546,7 @@ ___ #### Defined in -[middleware/types.ts:62402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62402) +[middleware/types.ts:63689](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63689) ___ @@ -4556,7 +4556,7 @@ ___ #### Defined in -[middleware/types.ts:62403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62403) +[middleware/types.ts:63690](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63690) ___ @@ -4566,7 +4566,7 @@ ___ #### Defined in -[middleware/types.ts:62404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62404) +[middleware/types.ts:63691](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63691) ___ @@ -4576,7 +4576,7 @@ ___ #### Defined in -[middleware/types.ts:62405](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62405) +[middleware/types.ts:63692](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63692) ___ @@ -4586,7 +4586,7 @@ ___ #### Defined in -[middleware/types.ts:62406](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62406) +[middleware/types.ts:63693](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63693) ___ @@ -4596,7 +4596,7 @@ ___ #### Defined in -[middleware/types.ts:62407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62407) +[middleware/types.ts:63694](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63694) ___ @@ -4606,7 +4606,7 @@ ___ #### Defined in -[middleware/types.ts:62408](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62408) +[middleware/types.ts:63695](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63695) ___ @@ -4616,7 +4616,7 @@ ___ #### Defined in -[middleware/types.ts:62409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62409) +[middleware/types.ts:63696](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63696) ___ @@ -4626,7 +4626,7 @@ ___ #### Defined in -[middleware/types.ts:62410](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62410) +[middleware/types.ts:63697](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63697) ___ @@ -4636,7 +4636,7 @@ ___ #### Defined in -[middleware/types.ts:62411](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62411) +[middleware/types.ts:63698](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63698) ___ @@ -4646,7 +4646,7 @@ ___ #### Defined in -[middleware/types.ts:62412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62412) +[middleware/types.ts:63699](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63699) ___ @@ -4656,7 +4656,7 @@ ___ #### Defined in -[middleware/types.ts:62413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62413) +[middleware/types.ts:63700](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63700) ___ @@ -4666,7 +4666,7 @@ ___ #### Defined in -[middleware/types.ts:62414](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62414) +[middleware/types.ts:63701](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63701) ___ @@ -4676,7 +4676,7 @@ ___ #### Defined in -[middleware/types.ts:62415](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62415) +[middleware/types.ts:63702](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63702) ___ @@ -4686,7 +4686,7 @@ ___ #### Defined in -[middleware/types.ts:62416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62416) +[middleware/types.ts:63703](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63703) ___ @@ -4696,7 +4696,7 @@ ___ #### Defined in -[middleware/types.ts:62417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62417) +[middleware/types.ts:63704](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63704) ___ @@ -4706,7 +4706,7 @@ ___ #### Defined in -[middleware/types.ts:62418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62418) +[middleware/types.ts:63705](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63705) ___ @@ -4716,7 +4716,7 @@ ___ #### Defined in -[middleware/types.ts:62419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62419) +[middleware/types.ts:63706](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63706) ___ @@ -4726,7 +4726,7 @@ ___ #### Defined in -[middleware/types.ts:62420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62420) +[middleware/types.ts:63707](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63707) ___ @@ -4736,7 +4736,7 @@ ___ #### Defined in -[middleware/types.ts:62421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62421) +[middleware/types.ts:63708](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63708) ___ @@ -4746,7 +4746,7 @@ ___ #### Defined in -[middleware/types.ts:62422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62422) +[middleware/types.ts:63709](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63709) ___ @@ -4756,7 +4756,7 @@ ___ #### Defined in -[middleware/types.ts:62423](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62423) +[middleware/types.ts:63710](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63710) ___ @@ -4766,7 +4766,7 @@ ___ #### Defined in -[middleware/types.ts:62424](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62424) +[middleware/types.ts:63711](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63711) ___ @@ -4776,7 +4776,7 @@ ___ #### Defined in -[middleware/types.ts:62425](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62425) +[middleware/types.ts:63712](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63712) ___ @@ -4786,7 +4786,7 @@ ___ #### Defined in -[middleware/types.ts:62426](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62426) +[middleware/types.ts:63713](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63713) ___ @@ -4796,7 +4796,7 @@ ___ #### Defined in -[middleware/types.ts:62427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62427) +[middleware/types.ts:63714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63714) ___ @@ -4806,7 +4806,7 @@ ___ #### Defined in -[middleware/types.ts:62428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62428) +[middleware/types.ts:63715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63715) ___ @@ -4816,7 +4816,7 @@ ___ #### Defined in -[middleware/types.ts:62429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62429) +[middleware/types.ts:63716](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63716) ___ @@ -4826,7 +4826,7 @@ ___ #### Defined in -[middleware/types.ts:62430](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62430) +[middleware/types.ts:63717](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63717) ___ @@ -4836,7 +4836,7 @@ ___ #### Defined in -[middleware/types.ts:62431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62431) +[middleware/types.ts:63718](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63718) ___ @@ -4846,7 +4846,7 @@ ___ #### Defined in -[middleware/types.ts:62432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62432) +[middleware/types.ts:63719](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63719) ___ @@ -4856,7 +4856,7 @@ ___ #### Defined in -[middleware/types.ts:62433](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62433) +[middleware/types.ts:63720](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63720) ___ @@ -4866,7 +4866,7 @@ ___ #### Defined in -[middleware/types.ts:62434](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62434) +[middleware/types.ts:63721](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63721) ___ @@ -4876,7 +4876,7 @@ ___ #### Defined in -[middleware/types.ts:62435](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62435) +[middleware/types.ts:63722](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63722) ___ @@ -4886,7 +4886,7 @@ ___ #### Defined in -[middleware/types.ts:62436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62436) +[middleware/types.ts:63723](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63723) ___ @@ -4896,7 +4896,7 @@ ___ #### Defined in -[middleware/types.ts:62437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62437) +[middleware/types.ts:63724](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63724) ___ @@ -4906,7 +4906,7 @@ ___ #### Defined in -[middleware/types.ts:62438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62438) +[middleware/types.ts:63725](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63725) ___ @@ -4916,7 +4916,7 @@ ___ #### Defined in -[middleware/types.ts:62439](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62439) +[middleware/types.ts:63726](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63726) ___ @@ -4926,7 +4926,7 @@ ___ #### Defined in -[middleware/types.ts:62440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62440) +[middleware/types.ts:63727](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63727) ___ @@ -4936,7 +4936,7 @@ ___ #### Defined in -[middleware/types.ts:62441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62441) +[middleware/types.ts:63728](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63728) ___ @@ -4946,7 +4946,7 @@ ___ #### Defined in -[middleware/types.ts:62442](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62442) +[middleware/types.ts:63729](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63729) ___ @@ -4956,7 +4956,7 @@ ___ #### Defined in -[middleware/types.ts:62443](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62443) +[middleware/types.ts:63730](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63730) ___ @@ -4966,7 +4966,7 @@ ___ #### Defined in -[middleware/types.ts:62444](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62444) +[middleware/types.ts:63731](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63731) ___ @@ -4976,7 +4976,7 @@ ___ #### Defined in -[middleware/types.ts:62445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62445) +[middleware/types.ts:63732](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63732) ___ @@ -4986,4 +4986,4 @@ ___ #### Defined in -[middleware/types.ts:62446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L62446) +[middleware/types.ts:63733](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L63733) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/ClaimScopeTypeEnum/ClaimScopeTypeEnum.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/ClaimScopeTypeEnum/ClaimScopeTypeEnum.md index b58de64384..3bf171f9d7 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/ClaimScopeTypeEnum/ClaimScopeTypeEnum.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/ClaimScopeTypeEnum/ClaimScopeTypeEnum.md @@ -14,7 +14,7 @@ sidebar_label: "ClaimScopeTypeEnum" #### Defined in -[middleware/typesV1.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/typesV1.ts#L9) +[middleware/typesV1.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/typesV1.ts#L9) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[middleware/typesV1.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/typesV1.ts#L10) +[middleware/typesV1.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/typesV1.ts#L10) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[middleware/typesV1.ts:4](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/typesV1.ts#L4) +[middleware/typesV1.ts:4](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/typesV1.ts#L4) ___ @@ -48,4 +48,4 @@ in favour of 'Asset' #### Defined in -[middleware/typesV1.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/typesV1.ts#L8) +[middleware/typesV1.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/typesV1.ts#L8) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/EventIdEnum/EventIdEnum.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/EventIdEnum/EventIdEnum.md index 6af5d12496..2b658754a5 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/EventIdEnum/EventIdEnum.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/EventIdEnum/EventIdEnum.md @@ -16,7 +16,7 @@ Events are emitted when chain state is changed. This enum represents all known e #### Defined in -[middleware/types.ts:77870](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77870) +[middleware/types.ts:79123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79123) ___ @@ -26,7 +26,7 @@ ___ #### Defined in -[middleware/types.ts:77871](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77871) +[middleware/types.ts:79124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79124) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[middleware/types.ts:77872](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77872) +[middleware/types.ts:79125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79125) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[middleware/types.ts:77873](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77873) +[middleware/types.ts:79126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79126) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[middleware/types.ts:77874](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77874) +[middleware/types.ts:79127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79127) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[middleware/types.ts:77875](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77875) +[middleware/types.ts:79128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79128) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[middleware/types.ts:77876](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77876) +[middleware/types.ts:79129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79129) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[middleware/types.ts:77877](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77877) +[middleware/types.ts:79130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79130) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[middleware/types.ts:77878](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77878) +[middleware/types.ts:79131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79131) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[middleware/types.ts:77879](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77879) +[middleware/types.ts:79132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79132) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[middleware/types.ts:77880](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77880) +[middleware/types.ts:79133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79133) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[middleware/types.ts:77881](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77881) +[middleware/types.ts:79134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79134) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[middleware/types.ts:77882](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77882) +[middleware/types.ts:79135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79135) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[middleware/types.ts:77883](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77883) +[middleware/types.ts:79136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79136) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[middleware/types.ts:77884](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77884) +[middleware/types.ts:79137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79137) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[middleware/types.ts:77885](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77885) +[middleware/types.ts:79138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79138) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[middleware/types.ts:77886](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77886) +[middleware/types.ts:79139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79139) ___ @@ -186,7 +186,7 @@ ___ #### Defined in -[middleware/types.ts:77887](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77887) +[middleware/types.ts:79140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79140) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[middleware/types.ts:77888](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77888) +[middleware/types.ts:79141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79141) ___ @@ -206,7 +206,7 @@ ___ #### Defined in -[middleware/types.ts:77889](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77889) +[middleware/types.ts:79142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79142) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[middleware/types.ts:77890](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77890) +[middleware/types.ts:79143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79143) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[middleware/types.ts:77891](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77891) +[middleware/types.ts:79144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79144) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[middleware/types.ts:77892](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77892) +[middleware/types.ts:79145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79145) ___ @@ -246,7 +246,7 @@ ___ #### Defined in -[middleware/types.ts:77893](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77893) +[middleware/types.ts:79146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79146) ___ @@ -256,7 +256,7 @@ ___ #### Defined in -[middleware/types.ts:77894](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77894) +[middleware/types.ts:79147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79147) ___ @@ -266,7 +266,7 @@ ___ #### Defined in -[middleware/types.ts:77895](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77895) +[middleware/types.ts:79148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79148) ___ @@ -276,7 +276,7 @@ ___ #### Defined in -[middleware/types.ts:77896](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77896) +[middleware/types.ts:79149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79149) ___ @@ -286,7 +286,7 @@ ___ #### Defined in -[middleware/types.ts:77897](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77897) +[middleware/types.ts:79150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79150) ___ @@ -296,7 +296,7 @@ ___ #### Defined in -[middleware/types.ts:77898](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77898) +[middleware/types.ts:79151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79151) ___ @@ -306,7 +306,7 @@ ___ #### Defined in -[middleware/types.ts:77899](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77899) +[middleware/types.ts:79152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79152) ___ @@ -316,7 +316,7 @@ ___ #### Defined in -[middleware/types.ts:77900](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77900) +[middleware/types.ts:79153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79153) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[middleware/types.ts:77901](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77901) +[middleware/types.ts:79154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79154) ___ @@ -336,7 +336,7 @@ ___ #### Defined in -[middleware/types.ts:77902](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77902) +[middleware/types.ts:79155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79155) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[middleware/types.ts:77903](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77903) +[middleware/types.ts:79156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79156) ___ @@ -356,7 +356,7 @@ ___ #### Defined in -[middleware/types.ts:77904](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77904) +[middleware/types.ts:79157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79157) ___ @@ -366,7 +366,7 @@ ___ #### Defined in -[middleware/types.ts:77905](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77905) +[middleware/types.ts:79158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79158) ___ @@ -376,7 +376,7 @@ ___ #### Defined in -[middleware/types.ts:77906](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77906) +[middleware/types.ts:79159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79159) ___ @@ -386,7 +386,7 @@ ___ #### Defined in -[middleware/types.ts:77907](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77907) +[middleware/types.ts:79160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79160) ___ @@ -396,7 +396,7 @@ ___ #### Defined in -[middleware/types.ts:77908](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77908) +[middleware/types.ts:79161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79161) ___ @@ -406,7 +406,7 @@ ___ #### Defined in -[middleware/types.ts:77909](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77909) +[middleware/types.ts:79162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79162) ___ @@ -416,7 +416,7 @@ ___ #### Defined in -[middleware/types.ts:77910](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77910) +[middleware/types.ts:79163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79163) ___ @@ -426,7 +426,7 @@ ___ #### Defined in -[middleware/types.ts:77911](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77911) +[middleware/types.ts:79164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79164) ___ @@ -436,7 +436,7 @@ ___ #### Defined in -[middleware/types.ts:77912](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77912) +[middleware/types.ts:79165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79165) ___ @@ -446,7 +446,7 @@ ___ #### Defined in -[middleware/types.ts:77913](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77913) +[middleware/types.ts:79166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79166) ___ @@ -456,7 +456,7 @@ ___ #### Defined in -[middleware/types.ts:77914](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77914) +[middleware/types.ts:79167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79167) ___ @@ -466,7 +466,7 @@ ___ #### Defined in -[middleware/types.ts:77915](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77915) +[middleware/types.ts:79168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79168) ___ @@ -476,7 +476,7 @@ ___ #### Defined in -[middleware/types.ts:77916](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77916) +[middleware/types.ts:79169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79169) ___ @@ -486,7 +486,7 @@ ___ #### Defined in -[middleware/types.ts:77917](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77917) +[middleware/types.ts:79170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79170) ___ @@ -496,7 +496,7 @@ ___ #### Defined in -[middleware/types.ts:77918](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77918) +[middleware/types.ts:79171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79171) ___ @@ -506,7 +506,7 @@ ___ #### Defined in -[middleware/types.ts:77919](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77919) +[middleware/types.ts:79172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79172) ___ @@ -516,7 +516,7 @@ ___ #### Defined in -[middleware/types.ts:77920](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77920) +[middleware/types.ts:79173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79173) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[middleware/types.ts:77921](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77921) +[middleware/types.ts:79174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79174) ___ @@ -536,7 +536,7 @@ ___ #### Defined in -[middleware/types.ts:77922](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77922) +[middleware/types.ts:79175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79175) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[middleware/types.ts:77923](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77923) +[middleware/types.ts:79176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79176) ___ @@ -556,7 +556,7 @@ ___ #### Defined in -[middleware/types.ts:77924](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77924) +[middleware/types.ts:79177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79177) ___ @@ -566,7 +566,7 @@ ___ #### Defined in -[middleware/types.ts:77925](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77925) +[middleware/types.ts:79178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79178) ___ @@ -576,7 +576,7 @@ ___ #### Defined in -[middleware/types.ts:77926](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77926) +[middleware/types.ts:79179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79179) ___ @@ -586,7 +586,7 @@ ___ #### Defined in -[middleware/types.ts:77927](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77927) +[middleware/types.ts:79180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79180) ___ @@ -596,7 +596,7 @@ ___ #### Defined in -[middleware/types.ts:77928](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77928) +[middleware/types.ts:79181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79181) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[middleware/types.ts:77929](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77929) +[middleware/types.ts:79182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79182) ___ @@ -616,7 +616,7 @@ ___ #### Defined in -[middleware/types.ts:77930](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77930) +[middleware/types.ts:79183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79183) ___ @@ -626,7 +626,7 @@ ___ #### Defined in -[middleware/types.ts:77931](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77931) +[middleware/types.ts:79184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79184) ___ @@ -636,7 +636,7 @@ ___ #### Defined in -[middleware/types.ts:77932](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77932) +[middleware/types.ts:79185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79185) ___ @@ -646,7 +646,7 @@ ___ #### Defined in -[middleware/types.ts:77933](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77933) +[middleware/types.ts:79186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79186) ___ @@ -656,7 +656,7 @@ ___ #### Defined in -[middleware/types.ts:77935](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77935) +[middleware/types.ts:79188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79188) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[middleware/types.ts:77936](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77936) +[middleware/types.ts:79189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79189) ___ @@ -676,7 +676,7 @@ ___ #### Defined in -[middleware/types.ts:77937](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77937) +[middleware/types.ts:79190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79190) ___ @@ -686,7 +686,7 @@ ___ #### Defined in -[middleware/types.ts:77934](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77934) +[middleware/types.ts:79187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79187) ___ @@ -696,7 +696,7 @@ ___ #### Defined in -[middleware/types.ts:77938](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77938) +[middleware/types.ts:79191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79191) ___ @@ -706,7 +706,7 @@ ___ #### Defined in -[middleware/types.ts:77939](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77939) +[middleware/types.ts:79192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79192) ___ @@ -716,7 +716,7 @@ ___ #### Defined in -[middleware/types.ts:77940](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77940) +[middleware/types.ts:79193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79193) ___ @@ -726,7 +726,7 @@ ___ #### Defined in -[middleware/types.ts:77941](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77941) +[middleware/types.ts:79194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79194) ___ @@ -736,7 +736,7 @@ ___ #### Defined in -[middleware/types.ts:77942](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77942) +[middleware/types.ts:79195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79195) ___ @@ -746,7 +746,7 @@ ___ #### Defined in -[middleware/types.ts:77943](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77943) +[middleware/types.ts:79196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79196) ___ @@ -756,7 +756,7 @@ ___ #### Defined in -[middleware/types.ts:77944](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77944) +[middleware/types.ts:79197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79197) ___ @@ -766,7 +766,7 @@ ___ #### Defined in -[middleware/types.ts:77945](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77945) +[middleware/types.ts:79198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79198) ___ @@ -776,7 +776,7 @@ ___ #### Defined in -[middleware/types.ts:77946](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77946) +[middleware/types.ts:79199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79199) ___ @@ -786,7 +786,7 @@ ___ #### Defined in -[middleware/types.ts:77947](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77947) +[middleware/types.ts:79200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79200) ___ @@ -796,7 +796,7 @@ ___ #### Defined in -[middleware/types.ts:77948](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77948) +[middleware/types.ts:79201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79201) ___ @@ -806,7 +806,7 @@ ___ #### Defined in -[middleware/types.ts:77949](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77949) +[middleware/types.ts:79202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79202) ___ @@ -816,7 +816,7 @@ ___ #### Defined in -[middleware/types.ts:77950](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77950) +[middleware/types.ts:79203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79203) ___ @@ -826,7 +826,7 @@ ___ #### Defined in -[middleware/types.ts:77951](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77951) +[middleware/types.ts:79204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79204) ___ @@ -836,7 +836,7 @@ ___ #### Defined in -[middleware/types.ts:77952](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77952) +[middleware/types.ts:79205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79205) ___ @@ -846,7 +846,7 @@ ___ #### Defined in -[middleware/types.ts:77953](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77953) +[middleware/types.ts:79206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79206) ___ @@ -856,7 +856,7 @@ ___ #### Defined in -[middleware/types.ts:77954](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77954) +[middleware/types.ts:79207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79207) ___ @@ -866,7 +866,7 @@ ___ #### Defined in -[middleware/types.ts:77955](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77955) +[middleware/types.ts:79208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79208) ___ @@ -876,7 +876,7 @@ ___ #### Defined in -[middleware/types.ts:77956](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77956) +[middleware/types.ts:79209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79209) ___ @@ -886,7 +886,7 @@ ___ #### Defined in -[middleware/types.ts:77957](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77957) +[middleware/types.ts:79210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79210) ___ @@ -896,7 +896,7 @@ ___ #### Defined in -[middleware/types.ts:77958](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77958) +[middleware/types.ts:79211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79211) ___ @@ -906,7 +906,7 @@ ___ #### Defined in -[middleware/types.ts:77959](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77959) +[middleware/types.ts:79212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79212) ___ @@ -916,7 +916,7 @@ ___ #### Defined in -[middleware/types.ts:77960](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77960) +[middleware/types.ts:79213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79213) ___ @@ -926,7 +926,7 @@ ___ #### Defined in -[middleware/types.ts:77961](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77961) +[middleware/types.ts:79214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79214) ___ @@ -936,7 +936,7 @@ ___ #### Defined in -[middleware/types.ts:77962](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77962) +[middleware/types.ts:79215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79215) ___ @@ -946,7 +946,7 @@ ___ #### Defined in -[middleware/types.ts:77963](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77963) +[middleware/types.ts:79216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79216) ___ @@ -956,7 +956,7 @@ ___ #### Defined in -[middleware/types.ts:77964](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77964) +[middleware/types.ts:79217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79217) ___ @@ -966,7 +966,7 @@ ___ #### Defined in -[middleware/types.ts:77965](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77965) +[middleware/types.ts:79218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79218) ___ @@ -976,7 +976,7 @@ ___ #### Defined in -[middleware/types.ts:77966](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77966) +[middleware/types.ts:79219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79219) ___ @@ -986,7 +986,7 @@ ___ #### Defined in -[middleware/types.ts:77967](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77967) +[middleware/types.ts:79220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79220) ___ @@ -996,7 +996,7 @@ ___ #### Defined in -[middleware/types.ts:77968](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77968) +[middleware/types.ts:79221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79221) ___ @@ -1006,7 +1006,7 @@ ___ #### Defined in -[middleware/types.ts:77969](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77969) +[middleware/types.ts:79222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79222) ___ @@ -1016,7 +1016,7 @@ ___ #### Defined in -[middleware/types.ts:77970](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77970) +[middleware/types.ts:79223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79223) ___ @@ -1026,7 +1026,7 @@ ___ #### Defined in -[middleware/types.ts:77971](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77971) +[middleware/types.ts:79224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79224) ___ @@ -1036,7 +1036,7 @@ ___ #### Defined in -[middleware/types.ts:77972](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77972) +[middleware/types.ts:79225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79225) ___ @@ -1046,7 +1046,7 @@ ___ #### Defined in -[middleware/types.ts:77973](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77973) +[middleware/types.ts:79226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79226) ___ @@ -1056,7 +1056,7 @@ ___ #### Defined in -[middleware/types.ts:77974](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77974) +[middleware/types.ts:79227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79227) ___ @@ -1066,7 +1066,7 @@ ___ #### Defined in -[middleware/types.ts:77975](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77975) +[middleware/types.ts:79228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79228) ___ @@ -1076,7 +1076,7 @@ ___ #### Defined in -[middleware/types.ts:77976](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77976) +[middleware/types.ts:79229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79229) ___ @@ -1086,7 +1086,7 @@ ___ #### Defined in -[middleware/types.ts:77977](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77977) +[middleware/types.ts:79230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79230) ___ @@ -1096,7 +1096,7 @@ ___ #### Defined in -[middleware/types.ts:77978](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77978) +[middleware/types.ts:79231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79231) ___ @@ -1106,7 +1106,7 @@ ___ #### Defined in -[middleware/types.ts:77979](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77979) +[middleware/types.ts:79232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79232) ___ @@ -1116,7 +1116,7 @@ ___ #### Defined in -[middleware/types.ts:77980](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77980) +[middleware/types.ts:79233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79233) ___ @@ -1126,7 +1126,7 @@ ___ #### Defined in -[middleware/types.ts:77981](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77981) +[middleware/types.ts:79234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79234) ___ @@ -1136,7 +1136,7 @@ ___ #### Defined in -[middleware/types.ts:77982](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77982) +[middleware/types.ts:79235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79235) ___ @@ -1146,7 +1146,7 @@ ___ #### Defined in -[middleware/types.ts:77983](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77983) +[middleware/types.ts:79236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79236) ___ @@ -1156,7 +1156,7 @@ ___ #### Defined in -[middleware/types.ts:77984](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77984) +[middleware/types.ts:79237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79237) ___ @@ -1166,7 +1166,7 @@ ___ #### Defined in -[middleware/types.ts:77985](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77985) +[middleware/types.ts:79238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79238) ___ @@ -1176,7 +1176,7 @@ ___ #### Defined in -[middleware/types.ts:77986](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77986) +[middleware/types.ts:79239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79239) ___ @@ -1186,7 +1186,7 @@ ___ #### Defined in -[middleware/types.ts:77987](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77987) +[middleware/types.ts:79240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79240) ___ @@ -1196,7 +1196,7 @@ ___ #### Defined in -[middleware/types.ts:77988](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77988) +[middleware/types.ts:79241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79241) ___ @@ -1206,7 +1206,7 @@ ___ #### Defined in -[middleware/types.ts:77989](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77989) +[middleware/types.ts:79242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79242) ___ @@ -1216,7 +1216,7 @@ ___ #### Defined in -[middleware/types.ts:77990](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77990) +[middleware/types.ts:79243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79243) ___ @@ -1226,7 +1226,7 @@ ___ #### Defined in -[middleware/types.ts:77991](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77991) +[middleware/types.ts:79244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79244) ___ @@ -1236,7 +1236,7 @@ ___ #### Defined in -[middleware/types.ts:77992](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77992) +[middleware/types.ts:79245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79245) ___ @@ -1246,7 +1246,7 @@ ___ #### Defined in -[middleware/types.ts:77993](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77993) +[middleware/types.ts:79246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79246) ___ @@ -1256,7 +1256,7 @@ ___ #### Defined in -[middleware/types.ts:77994](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77994) +[middleware/types.ts:79247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79247) ___ @@ -1266,7 +1266,7 @@ ___ #### Defined in -[middleware/types.ts:77995](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77995) +[middleware/types.ts:79248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79248) ___ @@ -1276,7 +1276,7 @@ ___ #### Defined in -[middleware/types.ts:77996](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77996) +[middleware/types.ts:79249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79249) ___ @@ -1286,7 +1286,7 @@ ___ #### Defined in -[middleware/types.ts:77997](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77997) +[middleware/types.ts:79250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79250) ___ @@ -1296,7 +1296,7 @@ ___ #### Defined in -[middleware/types.ts:77998](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77998) +[middleware/types.ts:79251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79251) ___ @@ -1306,7 +1306,7 @@ ___ #### Defined in -[middleware/types.ts:77999](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L77999) +[middleware/types.ts:79252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79252) ___ @@ -1316,7 +1316,7 @@ ___ #### Defined in -[middleware/types.ts:78000](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78000) +[middleware/types.ts:79253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79253) ___ @@ -1326,7 +1326,7 @@ ___ #### Defined in -[middleware/types.ts:78001](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78001) +[middleware/types.ts:79254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79254) ___ @@ -1336,7 +1336,7 @@ ___ #### Defined in -[middleware/types.ts:78002](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78002) +[middleware/types.ts:79255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79255) ___ @@ -1346,7 +1346,7 @@ ___ #### Defined in -[middleware/types.ts:78003](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78003) +[middleware/types.ts:79256](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79256) ___ @@ -1356,7 +1356,7 @@ ___ #### Defined in -[middleware/types.ts:78004](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78004) +[middleware/types.ts:79257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79257) ___ @@ -1366,7 +1366,7 @@ ___ #### Defined in -[middleware/types.ts:78005](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78005) +[middleware/types.ts:79258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79258) ___ @@ -1376,7 +1376,7 @@ ___ #### Defined in -[middleware/types.ts:78006](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78006) +[middleware/types.ts:79259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79259) ___ @@ -1386,7 +1386,7 @@ ___ #### Defined in -[middleware/types.ts:78007](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78007) +[middleware/types.ts:79260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79260) ___ @@ -1396,7 +1396,7 @@ ___ #### Defined in -[middleware/types.ts:78008](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78008) +[middleware/types.ts:79261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79261) ___ @@ -1406,7 +1406,7 @@ ___ #### Defined in -[middleware/types.ts:78009](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78009) +[middleware/types.ts:79262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79262) ___ @@ -1416,7 +1416,7 @@ ___ #### Defined in -[middleware/types.ts:78010](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78010) +[middleware/types.ts:79263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79263) ___ @@ -1426,7 +1426,7 @@ ___ #### Defined in -[middleware/types.ts:78011](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78011) +[middleware/types.ts:79264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79264) ___ @@ -1436,7 +1436,7 @@ ___ #### Defined in -[middleware/types.ts:78012](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78012) +[middleware/types.ts:79265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79265) ___ @@ -1446,7 +1446,7 @@ ___ #### Defined in -[middleware/types.ts:78013](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78013) +[middleware/types.ts:79266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79266) ___ @@ -1456,7 +1456,7 @@ ___ #### Defined in -[middleware/types.ts:78014](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78014) +[middleware/types.ts:79267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79267) ___ @@ -1466,7 +1466,7 @@ ___ #### Defined in -[middleware/types.ts:78015](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78015) +[middleware/types.ts:79268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79268) ___ @@ -1476,7 +1476,7 @@ ___ #### Defined in -[middleware/types.ts:78016](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78016) +[middleware/types.ts:79269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79269) ___ @@ -1486,7 +1486,7 @@ ___ #### Defined in -[middleware/types.ts:78017](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78017) +[middleware/types.ts:79270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79270) ___ @@ -1496,7 +1496,7 @@ ___ #### Defined in -[middleware/types.ts:78018](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78018) +[middleware/types.ts:79271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79271) ___ @@ -1506,7 +1506,7 @@ ___ #### Defined in -[middleware/types.ts:78019](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78019) +[middleware/types.ts:79272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79272) ___ @@ -1516,7 +1516,7 @@ ___ #### Defined in -[middleware/types.ts:78020](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78020) +[middleware/types.ts:79273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79273) ___ @@ -1526,7 +1526,7 @@ ___ #### Defined in -[middleware/types.ts:78021](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78021) +[middleware/types.ts:79274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79274) ___ @@ -1536,7 +1536,7 @@ ___ #### Defined in -[middleware/types.ts:78022](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78022) +[middleware/types.ts:79275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79275) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[middleware/types.ts:78023](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78023) +[middleware/types.ts:79276](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79276) ___ @@ -1556,7 +1556,7 @@ ___ #### Defined in -[middleware/types.ts:78024](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78024) +[middleware/types.ts:79277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79277) ___ @@ -1566,7 +1566,7 @@ ___ #### Defined in -[middleware/types.ts:78025](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78025) +[middleware/types.ts:79278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79278) ___ @@ -1576,7 +1576,7 @@ ___ #### Defined in -[middleware/types.ts:78026](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78026) +[middleware/types.ts:79279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79279) ___ @@ -1586,7 +1586,7 @@ ___ #### Defined in -[middleware/types.ts:78027](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78027) +[middleware/types.ts:79280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79280) ___ @@ -1596,7 +1596,7 @@ ___ #### Defined in -[middleware/types.ts:78028](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78028) +[middleware/types.ts:79281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79281) ___ @@ -1606,7 +1606,7 @@ ___ #### Defined in -[middleware/types.ts:78029](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78029) +[middleware/types.ts:79282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79282) ___ @@ -1616,7 +1616,7 @@ ___ #### Defined in -[middleware/types.ts:78030](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78030) +[middleware/types.ts:79283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79283) ___ @@ -1626,7 +1626,7 @@ ___ #### Defined in -[middleware/types.ts:78031](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78031) +[middleware/types.ts:79284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79284) ___ @@ -1636,7 +1636,7 @@ ___ #### Defined in -[middleware/types.ts:78032](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78032) +[middleware/types.ts:79285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79285) ___ @@ -1646,7 +1646,7 @@ ___ #### Defined in -[middleware/types.ts:78033](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78033) +[middleware/types.ts:79286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79286) ___ @@ -1656,7 +1656,7 @@ ___ #### Defined in -[middleware/types.ts:78034](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78034) +[middleware/types.ts:79287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79287) ___ @@ -1666,7 +1666,7 @@ ___ #### Defined in -[middleware/types.ts:78035](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78035) +[middleware/types.ts:79288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79288) ___ @@ -1676,7 +1676,7 @@ ___ #### Defined in -[middleware/types.ts:78036](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78036) +[middleware/types.ts:79289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79289) ___ @@ -1686,7 +1686,7 @@ ___ #### Defined in -[middleware/types.ts:78037](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78037) +[middleware/types.ts:79290](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79290) ___ @@ -1696,7 +1696,7 @@ ___ #### Defined in -[middleware/types.ts:78038](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78038) +[middleware/types.ts:79291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79291) ___ @@ -1706,7 +1706,7 @@ ___ #### Defined in -[middleware/types.ts:78039](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78039) +[middleware/types.ts:79292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79292) ___ @@ -1716,7 +1716,7 @@ ___ #### Defined in -[middleware/types.ts:78040](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78040) +[middleware/types.ts:79293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79293) ___ @@ -1726,7 +1726,7 @@ ___ #### Defined in -[middleware/types.ts:78041](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78041) +[middleware/types.ts:79294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79294) ___ @@ -1736,7 +1736,7 @@ ___ #### Defined in -[middleware/types.ts:78042](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78042) +[middleware/types.ts:79295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79295) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[middleware/types.ts:78043](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78043) +[middleware/types.ts:79296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79296) ___ @@ -1756,7 +1756,7 @@ ___ #### Defined in -[middleware/types.ts:78044](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78044) +[middleware/types.ts:79297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79297) ___ @@ -1766,7 +1766,7 @@ ___ #### Defined in -[middleware/types.ts:78045](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78045) +[middleware/types.ts:79298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79298) ___ @@ -1776,7 +1776,7 @@ ___ #### Defined in -[middleware/types.ts:78046](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78046) +[middleware/types.ts:79299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79299) ___ @@ -1786,7 +1786,7 @@ ___ #### Defined in -[middleware/types.ts:78047](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78047) +[middleware/types.ts:79300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79300) ___ @@ -1796,7 +1796,7 @@ ___ #### Defined in -[middleware/types.ts:78048](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78048) +[middleware/types.ts:79301](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79301) ___ @@ -1806,7 +1806,7 @@ ___ #### Defined in -[middleware/types.ts:78049](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78049) +[middleware/types.ts:79302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79302) ___ @@ -1816,7 +1816,7 @@ ___ #### Defined in -[middleware/types.ts:78050](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78050) +[middleware/types.ts:79303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79303) ___ @@ -1826,7 +1826,7 @@ ___ #### Defined in -[middleware/types.ts:78051](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78051) +[middleware/types.ts:79304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79304) ___ @@ -1836,7 +1836,7 @@ ___ #### Defined in -[middleware/types.ts:78052](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78052) +[middleware/types.ts:79305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79305) ___ @@ -1846,7 +1846,7 @@ ___ #### Defined in -[middleware/types.ts:78053](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78053) +[middleware/types.ts:79306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79306) ___ @@ -1856,7 +1856,7 @@ ___ #### Defined in -[middleware/types.ts:78054](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78054) +[middleware/types.ts:79307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79307) ___ @@ -1866,7 +1866,7 @@ ___ #### Defined in -[middleware/types.ts:78055](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78055) +[middleware/types.ts:79308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79308) ___ @@ -1876,7 +1876,7 @@ ___ #### Defined in -[middleware/types.ts:78056](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78056) +[middleware/types.ts:79309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79309) ___ @@ -1886,7 +1886,7 @@ ___ #### Defined in -[middleware/types.ts:78057](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78057) +[middleware/types.ts:79310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79310) ___ @@ -1896,7 +1896,7 @@ ___ #### Defined in -[middleware/types.ts:78058](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78058) +[middleware/types.ts:79311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79311) ___ @@ -1906,7 +1906,7 @@ ___ #### Defined in -[middleware/types.ts:78059](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78059) +[middleware/types.ts:79312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79312) ___ @@ -1916,7 +1916,7 @@ ___ #### Defined in -[middleware/types.ts:78060](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78060) +[middleware/types.ts:79313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79313) ___ @@ -1926,7 +1926,7 @@ ___ #### Defined in -[middleware/types.ts:78061](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78061) +[middleware/types.ts:79314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79314) ___ @@ -1936,7 +1936,7 @@ ___ #### Defined in -[middleware/types.ts:78062](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78062) +[middleware/types.ts:79315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79315) ___ @@ -1946,7 +1946,7 @@ ___ #### Defined in -[middleware/types.ts:78063](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78063) +[middleware/types.ts:79316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79316) ___ @@ -1956,7 +1956,7 @@ ___ #### Defined in -[middleware/types.ts:78064](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78064) +[middleware/types.ts:79317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79317) ___ @@ -1966,7 +1966,7 @@ ___ #### Defined in -[middleware/types.ts:78065](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78065) +[middleware/types.ts:79318](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79318) ___ @@ -1976,7 +1976,7 @@ ___ #### Defined in -[middleware/types.ts:78066](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78066) +[middleware/types.ts:79319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79319) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[middleware/types.ts:78067](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78067) +[middleware/types.ts:79320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79320) ___ @@ -1996,7 +1996,7 @@ ___ #### Defined in -[middleware/types.ts:78068](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78068) +[middleware/types.ts:79321](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79321) ___ @@ -2006,7 +2006,7 @@ ___ #### Defined in -[middleware/types.ts:78069](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78069) +[middleware/types.ts:79322](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79322) ___ @@ -2016,7 +2016,7 @@ ___ #### Defined in -[middleware/types.ts:78070](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78070) +[middleware/types.ts:79323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79323) ___ @@ -2026,7 +2026,7 @@ ___ #### Defined in -[middleware/types.ts:78071](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78071) +[middleware/types.ts:79324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79324) ___ @@ -2036,7 +2036,7 @@ ___ #### Defined in -[middleware/types.ts:78072](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78072) +[middleware/types.ts:79325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79325) ___ @@ -2046,7 +2046,7 @@ ___ #### Defined in -[middleware/types.ts:78073](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78073) +[middleware/types.ts:79326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79326) ___ @@ -2056,7 +2056,7 @@ ___ #### Defined in -[middleware/types.ts:78074](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78074) +[middleware/types.ts:79327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79327) ___ @@ -2066,7 +2066,7 @@ ___ #### Defined in -[middleware/types.ts:78075](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78075) +[middleware/types.ts:79328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79328) ___ @@ -2076,7 +2076,7 @@ ___ #### Defined in -[middleware/types.ts:78076](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78076) +[middleware/types.ts:79329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79329) ___ @@ -2086,7 +2086,7 @@ ___ #### Defined in -[middleware/types.ts:78077](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78077) +[middleware/types.ts:79330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79330) ___ @@ -2096,7 +2096,7 @@ ___ #### Defined in -[middleware/types.ts:78078](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78078) +[middleware/types.ts:79331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79331) ___ @@ -2106,7 +2106,7 @@ ___ #### Defined in -[middleware/types.ts:78079](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78079) +[middleware/types.ts:79332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79332) ___ @@ -2116,7 +2116,7 @@ ___ #### Defined in -[middleware/types.ts:78080](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78080) +[middleware/types.ts:79333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79333) ___ @@ -2126,7 +2126,7 @@ ___ #### Defined in -[middleware/types.ts:78081](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78081) +[middleware/types.ts:79334](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79334) ___ @@ -2136,7 +2136,7 @@ ___ #### Defined in -[middleware/types.ts:78082](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78082) +[middleware/types.ts:79335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79335) ___ @@ -2146,7 +2146,7 @@ ___ #### Defined in -[middleware/types.ts:78083](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78083) +[middleware/types.ts:79336](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79336) ___ @@ -2156,7 +2156,7 @@ ___ #### Defined in -[middleware/types.ts:78084](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78084) +[middleware/types.ts:79337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79337) ___ @@ -2166,7 +2166,7 @@ ___ #### Defined in -[middleware/types.ts:78085](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78085) +[middleware/types.ts:79338](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79338) ___ @@ -2176,7 +2176,7 @@ ___ #### Defined in -[middleware/types.ts:78086](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78086) +[middleware/types.ts:79339](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79339) ___ @@ -2186,7 +2186,7 @@ ___ #### Defined in -[middleware/types.ts:78087](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78087) +[middleware/types.ts:79340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79340) ___ @@ -2196,7 +2196,7 @@ ___ #### Defined in -[middleware/types.ts:78088](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78088) +[middleware/types.ts:79341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79341) ___ @@ -2206,7 +2206,7 @@ ___ #### Defined in -[middleware/types.ts:78089](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78089) +[middleware/types.ts:79342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79342) ___ @@ -2216,7 +2216,7 @@ ___ #### Defined in -[middleware/types.ts:78090](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78090) +[middleware/types.ts:79343](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79343) ___ @@ -2226,7 +2226,7 @@ ___ #### Defined in -[middleware/types.ts:78091](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78091) +[middleware/types.ts:79344](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79344) ___ @@ -2236,7 +2236,7 @@ ___ #### Defined in -[middleware/types.ts:78092](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78092) +[middleware/types.ts:79345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79345) ___ @@ -2246,7 +2246,7 @@ ___ #### Defined in -[middleware/types.ts:78093](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78093) +[middleware/types.ts:79346](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79346) ___ @@ -2256,7 +2256,7 @@ ___ #### Defined in -[middleware/types.ts:78094](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78094) +[middleware/types.ts:79347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79347) ___ @@ -2266,7 +2266,7 @@ ___ #### Defined in -[middleware/types.ts:78095](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78095) +[middleware/types.ts:79348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79348) ___ @@ -2276,7 +2276,7 @@ ___ #### Defined in -[middleware/types.ts:78096](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78096) +[middleware/types.ts:79349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79349) ___ @@ -2286,7 +2286,7 @@ ___ #### Defined in -[middleware/types.ts:78097](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78097) +[middleware/types.ts:79350](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79350) ___ @@ -2296,7 +2296,7 @@ ___ #### Defined in -[middleware/types.ts:78098](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78098) +[middleware/types.ts:79351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79351) ___ @@ -2306,7 +2306,7 @@ ___ #### Defined in -[middleware/types.ts:78099](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78099) +[middleware/types.ts:79352](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79352) ___ @@ -2316,7 +2316,7 @@ ___ #### Defined in -[middleware/types.ts:78100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78100) +[middleware/types.ts:79353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79353) ___ @@ -2326,7 +2326,7 @@ ___ #### Defined in -[middleware/types.ts:78101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78101) +[middleware/types.ts:79354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79354) ___ @@ -2336,7 +2336,7 @@ ___ #### Defined in -[middleware/types.ts:78102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78102) +[middleware/types.ts:79355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79355) ___ @@ -2346,7 +2346,7 @@ ___ #### Defined in -[middleware/types.ts:78105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78105) +[middleware/types.ts:79358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79358) ___ @@ -2356,7 +2356,7 @@ ___ #### Defined in -[middleware/types.ts:78106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78106) +[middleware/types.ts:79359](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79359) ___ @@ -2366,7 +2366,7 @@ ___ #### Defined in -[middleware/types.ts:78107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78107) +[middleware/types.ts:79360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79360) ___ @@ -2376,7 +2376,7 @@ ___ #### Defined in -[middleware/types.ts:78108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78108) +[middleware/types.ts:79361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79361) ___ @@ -2386,7 +2386,7 @@ ___ #### Defined in -[middleware/types.ts:78104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78104) +[middleware/types.ts:79357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79357) ___ @@ -2396,7 +2396,7 @@ ___ #### Defined in -[middleware/types.ts:78109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78109) +[middleware/types.ts:79362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79362) ___ @@ -2406,7 +2406,7 @@ ___ #### Defined in -[middleware/types.ts:78103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78103) +[middleware/types.ts:79356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79356) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[middleware/types.ts:78110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78110) +[middleware/types.ts:79363](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79363) ___ @@ -2426,7 +2426,7 @@ ___ #### Defined in -[middleware/types.ts:78111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78111) +[middleware/types.ts:79364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79364) ___ @@ -2436,7 +2436,7 @@ ___ #### Defined in -[middleware/types.ts:78112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78112) +[middleware/types.ts:79365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79365) ___ @@ -2446,7 +2446,7 @@ ___ #### Defined in -[middleware/types.ts:78113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78113) +[middleware/types.ts:79366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79366) ___ @@ -2456,7 +2456,7 @@ ___ #### Defined in -[middleware/types.ts:78114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78114) +[middleware/types.ts:79367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79367) ___ @@ -2466,7 +2466,7 @@ ___ #### Defined in -[middleware/types.ts:78115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78115) +[middleware/types.ts:79368](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79368) ___ @@ -2476,7 +2476,7 @@ ___ #### Defined in -[middleware/types.ts:78116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78116) +[middleware/types.ts:79369](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79369) ___ @@ -2486,7 +2486,7 @@ ___ #### Defined in -[middleware/types.ts:78117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78117) +[middleware/types.ts:79370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79370) ___ @@ -2496,7 +2496,7 @@ ___ #### Defined in -[middleware/types.ts:78118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78118) +[middleware/types.ts:79371](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79371) ___ @@ -2506,7 +2506,7 @@ ___ #### Defined in -[middleware/types.ts:78119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78119) +[middleware/types.ts:79372](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79372) ___ @@ -2516,7 +2516,7 @@ ___ #### Defined in -[middleware/types.ts:78120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78120) +[middleware/types.ts:79373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79373) ___ @@ -2526,7 +2526,7 @@ ___ #### Defined in -[middleware/types.ts:78121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78121) +[middleware/types.ts:79374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79374) ___ @@ -2536,7 +2536,7 @@ ___ #### Defined in -[middleware/types.ts:78122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78122) +[middleware/types.ts:79375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79375) ___ @@ -2546,7 +2546,7 @@ ___ #### Defined in -[middleware/types.ts:78123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78123) +[middleware/types.ts:79376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79376) ___ @@ -2556,7 +2556,7 @@ ___ #### Defined in -[middleware/types.ts:78124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78124) +[middleware/types.ts:79377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79377) ___ @@ -2566,7 +2566,7 @@ ___ #### Defined in -[middleware/types.ts:78125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78125) +[middleware/types.ts:79378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79378) ___ @@ -2576,7 +2576,7 @@ ___ #### Defined in -[middleware/types.ts:78126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78126) +[middleware/types.ts:79379](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79379) ___ @@ -2586,7 +2586,7 @@ ___ #### Defined in -[middleware/types.ts:78127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78127) +[middleware/types.ts:79380](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79380) ___ @@ -2596,7 +2596,7 @@ ___ #### Defined in -[middleware/types.ts:78128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78128) +[middleware/types.ts:79381](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79381) ___ @@ -2606,7 +2606,7 @@ ___ #### Defined in -[middleware/types.ts:78129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78129) +[middleware/types.ts:79382](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79382) ___ @@ -2616,7 +2616,7 @@ ___ #### Defined in -[middleware/types.ts:78130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78130) +[middleware/types.ts:79383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79383) ___ @@ -2626,7 +2626,7 @@ ___ #### Defined in -[middleware/types.ts:78131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78131) +[middleware/types.ts:79384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79384) ___ @@ -2636,7 +2636,7 @@ ___ #### Defined in -[middleware/types.ts:78132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78132) +[middleware/types.ts:79385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79385) ___ @@ -2646,7 +2646,7 @@ ___ #### Defined in -[middleware/types.ts:78133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78133) +[middleware/types.ts:79386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79386) ___ @@ -2656,7 +2656,7 @@ ___ #### Defined in -[middleware/types.ts:78134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78134) +[middleware/types.ts:79387](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79387) ___ @@ -2666,7 +2666,7 @@ ___ #### Defined in -[middleware/types.ts:78135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78135) +[middleware/types.ts:79388](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79388) ___ @@ -2676,7 +2676,7 @@ ___ #### Defined in -[middleware/types.ts:78136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78136) +[middleware/types.ts:79389](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79389) ___ @@ -2686,7 +2686,7 @@ ___ #### Defined in -[middleware/types.ts:78137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78137) +[middleware/types.ts:79390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79390) ___ @@ -2696,7 +2696,7 @@ ___ #### Defined in -[middleware/types.ts:78138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78138) +[middleware/types.ts:79391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79391) ___ @@ -2706,7 +2706,7 @@ ___ #### Defined in -[middleware/types.ts:78139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78139) +[middleware/types.ts:79392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79392) ___ @@ -2716,7 +2716,7 @@ ___ #### Defined in -[middleware/types.ts:78140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78140) +[middleware/types.ts:79393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79393) ___ @@ -2726,7 +2726,7 @@ ___ #### Defined in -[middleware/types.ts:78141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78141) +[middleware/types.ts:79394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79394) ___ @@ -2736,7 +2736,7 @@ ___ #### Defined in -[middleware/types.ts:78142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78142) +[middleware/types.ts:79395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79395) ___ @@ -2746,7 +2746,7 @@ ___ #### Defined in -[middleware/types.ts:78143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78143) +[middleware/types.ts:79396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79396) ___ @@ -2756,7 +2756,7 @@ ___ #### Defined in -[middleware/types.ts:78144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78144) +[middleware/types.ts:79397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79397) ___ @@ -2766,7 +2766,7 @@ ___ #### Defined in -[middleware/types.ts:78145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78145) +[middleware/types.ts:79398](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79398) ___ @@ -2776,7 +2776,7 @@ ___ #### Defined in -[middleware/types.ts:78146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78146) +[middleware/types.ts:79399](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79399) ___ @@ -2786,7 +2786,7 @@ ___ #### Defined in -[middleware/types.ts:78147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78147) +[middleware/types.ts:79400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79400) ___ @@ -2796,7 +2796,7 @@ ___ #### Defined in -[middleware/types.ts:78148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78148) +[middleware/types.ts:79401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79401) ___ @@ -2806,7 +2806,7 @@ ___ #### Defined in -[middleware/types.ts:78149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78149) +[middleware/types.ts:79402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79402) ___ @@ -2816,7 +2816,7 @@ ___ #### Defined in -[middleware/types.ts:78150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78150) +[middleware/types.ts:79403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79403) ___ @@ -2826,7 +2826,7 @@ ___ #### Defined in -[middleware/types.ts:78151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78151) +[middleware/types.ts:79404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79404) ___ @@ -2836,7 +2836,7 @@ ___ #### Defined in -[middleware/types.ts:78152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78152) +[middleware/types.ts:79405](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79405) ___ @@ -2846,7 +2846,7 @@ ___ #### Defined in -[middleware/types.ts:78153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78153) +[middleware/types.ts:79406](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79406) ___ @@ -2856,7 +2856,7 @@ ___ #### Defined in -[middleware/types.ts:78154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78154) +[middleware/types.ts:79407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79407) ___ @@ -2866,7 +2866,7 @@ ___ #### Defined in -[middleware/types.ts:78155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78155) +[middleware/types.ts:79408](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79408) ___ @@ -2876,7 +2876,7 @@ ___ #### Defined in -[middleware/types.ts:78157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78157) +[middleware/types.ts:79410](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79410) ___ @@ -2886,7 +2886,7 @@ ___ #### Defined in -[middleware/types.ts:78158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78158) +[middleware/types.ts:79411](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79411) ___ @@ -2896,7 +2896,7 @@ ___ #### Defined in -[middleware/types.ts:78159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78159) +[middleware/types.ts:79412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79412) ___ @@ -2906,7 +2906,7 @@ ___ #### Defined in -[middleware/types.ts:78156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78156) +[middleware/types.ts:79409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79409) ___ @@ -2916,7 +2916,7 @@ ___ #### Defined in -[middleware/types.ts:78160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78160) +[middleware/types.ts:79413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79413) ___ @@ -2926,7 +2926,7 @@ ___ #### Defined in -[middleware/types.ts:78161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78161) +[middleware/types.ts:79414](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79414) ___ @@ -2936,7 +2936,7 @@ ___ #### Defined in -[middleware/types.ts:78162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78162) +[middleware/types.ts:79415](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79415) ___ @@ -2946,7 +2946,7 @@ ___ #### Defined in -[middleware/types.ts:78163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78163) +[middleware/types.ts:79416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79416) ___ @@ -2956,7 +2956,7 @@ ___ #### Defined in -[middleware/types.ts:78164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78164) +[middleware/types.ts:79417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79417) ___ @@ -2966,7 +2966,7 @@ ___ #### Defined in -[middleware/types.ts:78165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78165) +[middleware/types.ts:79418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79418) ___ @@ -2976,7 +2976,7 @@ ___ #### Defined in -[middleware/types.ts:78166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78166) +[middleware/types.ts:79419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79419) ___ @@ -2986,7 +2986,7 @@ ___ #### Defined in -[middleware/types.ts:78167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78167) +[middleware/types.ts:79420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79420) ___ @@ -2996,7 +2996,7 @@ ___ #### Defined in -[middleware/types.ts:78168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78168) +[middleware/types.ts:79421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79421) ___ @@ -3006,7 +3006,7 @@ ___ #### Defined in -[middleware/types.ts:78169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78169) +[middleware/types.ts:79422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79422) ___ @@ -3016,7 +3016,7 @@ ___ #### Defined in -[middleware/types.ts:78170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78170) +[middleware/types.ts:79423](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79423) ___ @@ -3026,7 +3026,7 @@ ___ #### Defined in -[middleware/types.ts:78171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78171) +[middleware/types.ts:79424](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79424) ___ @@ -3036,7 +3036,7 @@ ___ #### Defined in -[middleware/types.ts:78172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78172) +[middleware/types.ts:79425](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79425) ___ @@ -3046,7 +3046,7 @@ ___ #### Defined in -[middleware/types.ts:78173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78173) +[middleware/types.ts:79426](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79426) ___ @@ -3056,7 +3056,7 @@ ___ #### Defined in -[middleware/types.ts:78174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78174) +[middleware/types.ts:79427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79427) ___ @@ -3066,7 +3066,7 @@ ___ #### Defined in -[middleware/types.ts:78175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78175) +[middleware/types.ts:79428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79428) ___ @@ -3076,7 +3076,7 @@ ___ #### Defined in -[middleware/types.ts:78176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78176) +[middleware/types.ts:79429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79429) ___ @@ -3086,7 +3086,7 @@ ___ #### Defined in -[middleware/types.ts:78177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78177) +[middleware/types.ts:79430](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79430) ___ @@ -3096,7 +3096,7 @@ ___ #### Defined in -[middleware/types.ts:78178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78178) +[middleware/types.ts:79431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79431) ___ @@ -3106,7 +3106,7 @@ ___ #### Defined in -[middleware/types.ts:78179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78179) +[middleware/types.ts:79432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79432) ___ @@ -3116,7 +3116,7 @@ ___ #### Defined in -[middleware/types.ts:78180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78180) +[middleware/types.ts:79433](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79433) ___ @@ -3126,7 +3126,7 @@ ___ #### Defined in -[middleware/types.ts:78181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78181) +[middleware/types.ts:79434](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79434) ___ @@ -3136,7 +3136,7 @@ ___ #### Defined in -[middleware/types.ts:78182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78182) +[middleware/types.ts:79435](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79435) ___ @@ -3146,7 +3146,7 @@ ___ #### Defined in -[middleware/types.ts:78183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78183) +[middleware/types.ts:79436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79436) ___ @@ -3156,7 +3156,7 @@ ___ #### Defined in -[middleware/types.ts:78184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78184) +[middleware/types.ts:79437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79437) ___ @@ -3166,7 +3166,7 @@ ___ #### Defined in -[middleware/types.ts:78185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78185) +[middleware/types.ts:79438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79438) ___ @@ -3176,7 +3176,7 @@ ___ #### Defined in -[middleware/types.ts:78186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78186) +[middleware/types.ts:79439](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79439) ___ @@ -3186,7 +3186,7 @@ ___ #### Defined in -[middleware/types.ts:78187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78187) +[middleware/types.ts:79440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79440) ___ @@ -3196,7 +3196,7 @@ ___ #### Defined in -[middleware/types.ts:78188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78188) +[middleware/types.ts:79441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79441) ___ @@ -3206,7 +3206,7 @@ ___ #### Defined in -[middleware/types.ts:78189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78189) +[middleware/types.ts:79442](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79442) ___ @@ -3216,7 +3216,7 @@ ___ #### Defined in -[middleware/types.ts:78190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78190) +[middleware/types.ts:79443](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79443) ___ @@ -3226,7 +3226,7 @@ ___ #### Defined in -[middleware/types.ts:78191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78191) +[middleware/types.ts:79444](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79444) ___ @@ -3236,7 +3236,7 @@ ___ #### Defined in -[middleware/types.ts:78192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78192) +[middleware/types.ts:79445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79445) ___ @@ -3246,7 +3246,7 @@ ___ #### Defined in -[middleware/types.ts:78193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78193) +[middleware/types.ts:79446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79446) ___ @@ -3256,7 +3256,7 @@ ___ #### Defined in -[middleware/types.ts:78194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78194) +[middleware/types.ts:79447](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79447) ___ @@ -3266,7 +3266,7 @@ ___ #### Defined in -[middleware/types.ts:78195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78195) +[middleware/types.ts:79448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79448) ___ @@ -3276,7 +3276,7 @@ ___ #### Defined in -[middleware/types.ts:78196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78196) +[middleware/types.ts:79449](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79449) ___ @@ -3286,7 +3286,7 @@ ___ #### Defined in -[middleware/types.ts:78197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78197) +[middleware/types.ts:79450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79450) ___ @@ -3296,7 +3296,7 @@ ___ #### Defined in -[middleware/types.ts:78198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78198) +[middleware/types.ts:79451](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79451) ___ @@ -3306,7 +3306,7 @@ ___ #### Defined in -[middleware/types.ts:78199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78199) +[middleware/types.ts:79452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79452) ___ @@ -3316,7 +3316,7 @@ ___ #### Defined in -[middleware/types.ts:78200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78200) +[middleware/types.ts:79453](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79453) ___ @@ -3326,7 +3326,7 @@ ___ #### Defined in -[middleware/types.ts:78201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78201) +[middleware/types.ts:79454](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79454) ___ @@ -3336,7 +3336,7 @@ ___ #### Defined in -[middleware/types.ts:78202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78202) +[middleware/types.ts:79455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79455) ___ @@ -3346,7 +3346,7 @@ ___ #### Defined in -[middleware/types.ts:78203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78203) +[middleware/types.ts:79456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79456) ___ @@ -3356,7 +3356,7 @@ ___ #### Defined in -[middleware/types.ts:78204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78204) +[middleware/types.ts:79457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79457) ___ @@ -3366,7 +3366,7 @@ ___ #### Defined in -[middleware/types.ts:78205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78205) +[middleware/types.ts:79458](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79458) ___ @@ -3376,7 +3376,7 @@ ___ #### Defined in -[middleware/types.ts:78206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78206) +[middleware/types.ts:79459](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79459) ___ @@ -3386,7 +3386,7 @@ ___ #### Defined in -[middleware/types.ts:78207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78207) +[middleware/types.ts:79460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79460) ___ @@ -3396,7 +3396,7 @@ ___ #### Defined in -[middleware/types.ts:78208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78208) +[middleware/types.ts:79461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79461) ___ @@ -3406,7 +3406,7 @@ ___ #### Defined in -[middleware/types.ts:78209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78209) +[middleware/types.ts:79462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79462) ___ @@ -3416,7 +3416,7 @@ ___ #### Defined in -[middleware/types.ts:78210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78210) +[middleware/types.ts:79463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79463) ___ @@ -3426,7 +3426,7 @@ ___ #### Defined in -[middleware/types.ts:78211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78211) +[middleware/types.ts:79464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79464) ___ @@ -3436,7 +3436,7 @@ ___ #### Defined in -[middleware/types.ts:78212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78212) +[middleware/types.ts:79465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79465) ___ @@ -3446,7 +3446,7 @@ ___ #### Defined in -[middleware/types.ts:78213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78213) +[middleware/types.ts:79466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79466) ___ @@ -3456,7 +3456,7 @@ ___ #### Defined in -[middleware/types.ts:78214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78214) +[middleware/types.ts:79467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79467) ___ @@ -3466,7 +3466,7 @@ ___ #### Defined in -[middleware/types.ts:78215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78215) +[middleware/types.ts:79468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79468) ___ @@ -3476,7 +3476,7 @@ ___ #### Defined in -[middleware/types.ts:78216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78216) +[middleware/types.ts:79469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79469) ___ @@ -3486,7 +3486,7 @@ ___ #### Defined in -[middleware/types.ts:78217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78217) +[middleware/types.ts:79470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79470) ___ @@ -3496,7 +3496,7 @@ ___ #### Defined in -[middleware/types.ts:78218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78218) +[middleware/types.ts:79471](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79471) ___ @@ -3506,7 +3506,7 @@ ___ #### Defined in -[middleware/types.ts:78219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78219) +[middleware/types.ts:79472](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79472) ___ @@ -3516,7 +3516,7 @@ ___ #### Defined in -[middleware/types.ts:78220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78220) +[middleware/types.ts:79473](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79473) ___ @@ -3526,7 +3526,7 @@ ___ #### Defined in -[middleware/types.ts:78221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78221) +[middleware/types.ts:79474](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79474) ___ @@ -3536,7 +3536,7 @@ ___ #### Defined in -[middleware/types.ts:78222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78222) +[middleware/types.ts:79475](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79475) ___ @@ -3546,7 +3546,7 @@ ___ #### Defined in -[middleware/types.ts:78223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78223) +[middleware/types.ts:79476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79476) ___ @@ -3556,7 +3556,17 @@ ___ #### Defined in -[middleware/types.ts:78224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78224) +[middleware/types.ts:79477](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79477) + +___ + +### StakingElectionFailed + +• **StakingElectionFailed** = ``"StakingElectionFailed"`` + +#### Defined in + +[middleware/types.ts:79478](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79478) ___ @@ -3566,7 +3576,7 @@ ___ #### Defined in -[middleware/types.ts:78225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78225) +[middleware/types.ts:79479](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79479) ___ @@ -3576,7 +3586,7 @@ ___ #### Defined in -[middleware/types.ts:78226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78226) +[middleware/types.ts:79480](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79480) ___ @@ -3586,7 +3596,7 @@ ___ #### Defined in -[middleware/types.ts:78227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78227) +[middleware/types.ts:79481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79481) ___ @@ -3596,7 +3606,7 @@ ___ #### Defined in -[middleware/types.ts:78228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78228) +[middleware/types.ts:79482](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79482) ___ @@ -3606,7 +3616,7 @@ ___ #### Defined in -[middleware/types.ts:78229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78229) +[middleware/types.ts:79483](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79483) ___ @@ -3616,7 +3626,7 @@ ___ #### Defined in -[middleware/types.ts:78230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78230) +[middleware/types.ts:79484](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79484) ___ @@ -3626,7 +3636,7 @@ ___ #### Defined in -[middleware/types.ts:78231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78231) +[middleware/types.ts:79485](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79485) ___ @@ -3636,7 +3646,7 @@ ___ #### Defined in -[middleware/types.ts:78232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78232) +[middleware/types.ts:79486](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79486) ___ @@ -3646,7 +3656,7 @@ ___ #### Defined in -[middleware/types.ts:78233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78233) +[middleware/types.ts:79487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79487) ___ @@ -3656,7 +3666,7 @@ ___ #### Defined in -[middleware/types.ts:78234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78234) +[middleware/types.ts:79488](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79488) ___ @@ -3666,7 +3676,7 @@ ___ #### Defined in -[middleware/types.ts:78235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78235) +[middleware/types.ts:79489](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79489) ___ @@ -3676,7 +3686,7 @@ ___ #### Defined in -[middleware/types.ts:78236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78236) +[middleware/types.ts:79490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79490) ___ @@ -3686,7 +3696,7 @@ ___ #### Defined in -[middleware/types.ts:78237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78237) +[middleware/types.ts:79491](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79491) ___ @@ -3696,7 +3706,7 @@ ___ #### Defined in -[middleware/types.ts:78238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78238) +[middleware/types.ts:79492](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79492) ___ @@ -3706,7 +3716,7 @@ ___ #### Defined in -[middleware/types.ts:78239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78239) +[middleware/types.ts:79493](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79493) ___ @@ -3716,7 +3726,7 @@ ___ #### Defined in -[middleware/types.ts:78240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78240) +[middleware/types.ts:79494](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79494) ___ @@ -3726,7 +3736,7 @@ ___ #### Defined in -[middleware/types.ts:78241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78241) +[middleware/types.ts:79495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79495) ___ @@ -3736,7 +3746,7 @@ ___ #### Defined in -[middleware/types.ts:78242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78242) +[middleware/types.ts:79496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79496) ___ @@ -3746,7 +3756,7 @@ ___ #### Defined in -[middleware/types.ts:78243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78243) +[middleware/types.ts:79497](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79497) ___ @@ -3756,7 +3766,7 @@ ___ #### Defined in -[middleware/types.ts:78244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78244) +[middleware/types.ts:79498](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79498) ___ @@ -3766,7 +3776,7 @@ ___ #### Defined in -[middleware/types.ts:78245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78245) +[middleware/types.ts:79499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79499) ___ @@ -3776,7 +3786,7 @@ ___ #### Defined in -[middleware/types.ts:78246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78246) +[middleware/types.ts:79500](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79500) ___ @@ -3786,7 +3796,7 @@ ___ #### Defined in -[middleware/types.ts:78247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78247) +[middleware/types.ts:79501](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79501) ___ @@ -3796,7 +3806,7 @@ ___ #### Defined in -[middleware/types.ts:78248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78248) +[middleware/types.ts:79502](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79502) ___ @@ -3806,7 +3816,7 @@ ___ #### Defined in -[middleware/types.ts:78249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78249) +[middleware/types.ts:79503](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79503) ___ @@ -3816,7 +3826,7 @@ ___ #### Defined in -[middleware/types.ts:78250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78250) +[middleware/types.ts:79504](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79504) ___ @@ -3826,7 +3836,7 @@ ___ #### Defined in -[middleware/types.ts:78251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78251) +[middleware/types.ts:79505](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79505) ___ @@ -3836,7 +3846,7 @@ ___ #### Defined in -[middleware/types.ts:78252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78252) +[middleware/types.ts:79506](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79506) ___ @@ -3846,7 +3856,7 @@ ___ #### Defined in -[middleware/types.ts:78253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78253) +[middleware/types.ts:79507](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79507) ___ @@ -3856,7 +3866,7 @@ ___ #### Defined in -[middleware/types.ts:78254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78254) +[middleware/types.ts:79508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79508) ___ @@ -3866,7 +3876,7 @@ ___ #### Defined in -[middleware/types.ts:78255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78255) +[middleware/types.ts:79509](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79509) ___ @@ -3876,7 +3886,7 @@ ___ #### Defined in -[middleware/types.ts:78256](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78256) +[middleware/types.ts:79510](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79510) ___ @@ -3886,7 +3896,7 @@ ___ #### Defined in -[middleware/types.ts:78257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78257) +[middleware/types.ts:79511](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79511) ___ @@ -3896,7 +3906,7 @@ ___ #### Defined in -[middleware/types.ts:78258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78258) +[middleware/types.ts:79512](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79512) ___ @@ -3906,7 +3916,7 @@ ___ #### Defined in -[middleware/types.ts:78259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78259) +[middleware/types.ts:79513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79513) ___ @@ -3916,7 +3926,7 @@ ___ #### Defined in -[middleware/types.ts:78260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78260) +[middleware/types.ts:79514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79514) ___ @@ -3926,7 +3936,7 @@ ___ #### Defined in -[middleware/types.ts:78261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78261) +[middleware/types.ts:79515](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79515) ___ @@ -3936,7 +3946,7 @@ ___ #### Defined in -[middleware/types.ts:78262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78262) +[middleware/types.ts:79516](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79516) ___ @@ -3946,7 +3956,7 @@ ___ #### Defined in -[middleware/types.ts:78263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78263) +[middleware/types.ts:79517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79517) ___ @@ -3956,7 +3966,7 @@ ___ #### Defined in -[middleware/types.ts:78264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78264) +[middleware/types.ts:79518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79518) ___ @@ -3966,7 +3976,7 @@ ___ #### Defined in -[middleware/types.ts:78265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78265) +[middleware/types.ts:79519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79519) ___ @@ -3976,7 +3986,7 @@ ___ #### Defined in -[middleware/types.ts:78266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78266) +[middleware/types.ts:79520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79520) ___ @@ -3986,7 +3996,7 @@ ___ #### Defined in -[middleware/types.ts:78267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78267) +[middleware/types.ts:79521](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79521) ___ @@ -3996,7 +4006,7 @@ ___ #### Defined in -[middleware/types.ts:78268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78268) +[middleware/types.ts:79522](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79522) ___ @@ -4006,7 +4016,7 @@ ___ #### Defined in -[middleware/types.ts:78269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78269) +[middleware/types.ts:79523](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79523) ___ @@ -4016,7 +4026,7 @@ ___ #### Defined in -[middleware/types.ts:78270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78270) +[middleware/types.ts:79524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79524) ___ @@ -4026,7 +4036,7 @@ ___ #### Defined in -[middleware/types.ts:78271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78271) +[middleware/types.ts:79525](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79525) ___ @@ -4036,7 +4046,7 @@ ___ #### Defined in -[middleware/types.ts:78272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78272) +[middleware/types.ts:79526](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79526) ___ @@ -4046,7 +4056,7 @@ ___ #### Defined in -[middleware/types.ts:78273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78273) +[middleware/types.ts:79527](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79527) ___ @@ -4056,7 +4066,7 @@ ___ #### Defined in -[middleware/types.ts:78274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78274) +[middleware/types.ts:79528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79528) ___ @@ -4066,7 +4076,7 @@ ___ #### Defined in -[middleware/types.ts:78275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78275) +[middleware/types.ts:79529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79529) ___ @@ -4076,7 +4086,7 @@ ___ #### Defined in -[middleware/types.ts:78276](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78276) +[middleware/types.ts:79530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79530) ___ @@ -4086,7 +4096,7 @@ ___ #### Defined in -[middleware/types.ts:78277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78277) +[middleware/types.ts:79531](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79531) ___ @@ -4096,7 +4106,7 @@ ___ #### Defined in -[middleware/types.ts:78278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78278) +[middleware/types.ts:79532](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79532) ___ @@ -4106,7 +4116,7 @@ ___ #### Defined in -[middleware/types.ts:78279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78279) +[middleware/types.ts:79533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79533) ___ @@ -4116,7 +4126,7 @@ ___ #### Defined in -[middleware/types.ts:78280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78280) +[middleware/types.ts:79534](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79534) ___ @@ -4126,4 +4136,4 @@ ___ #### Defined in -[middleware/types.ts:78281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L78281) +[middleware/types.ts:79535](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L79535) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md index 9242b201e0..2e51d5fede 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md @@ -16,7 +16,7 @@ Methods to use when ordering `Extrinsic`. #### Defined in -[middleware/types.ts:79429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79429) +[middleware/types.ts:80692](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80692) ___ @@ -26,7 +26,7 @@ ___ #### Defined in -[middleware/types.ts:79430](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79430) +[middleware/types.ts:80693](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80693) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[middleware/types.ts:79431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79431) +[middleware/types.ts:80694](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80694) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[middleware/types.ts:79432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79432) +[middleware/types.ts:80695](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80695) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[middleware/types.ts:79433](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79433) +[middleware/types.ts:80696](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80696) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[middleware/types.ts:79434](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79434) +[middleware/types.ts:80697](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80697) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[middleware/types.ts:79435](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79435) +[middleware/types.ts:80698](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80698) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[middleware/types.ts:79436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79436) +[middleware/types.ts:80699](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80699) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[middleware/types.ts:79437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79437) +[middleware/types.ts:80700](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80700) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[middleware/types.ts:79438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79438) +[middleware/types.ts:80701](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80701) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[middleware/types.ts:79439](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79439) +[middleware/types.ts:80702](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80702) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[middleware/types.ts:79440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79440) +[middleware/types.ts:80703](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80703) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[middleware/types.ts:79441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79441) +[middleware/types.ts:80704](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80704) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[middleware/types.ts:79442](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79442) +[middleware/types.ts:80705](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80705) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[middleware/types.ts:79443](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79443) +[middleware/types.ts:80706](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80706) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[middleware/types.ts:79444](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79444) +[middleware/types.ts:80707](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80707) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[middleware/types.ts:79445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79445) +[middleware/types.ts:80708](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80708) ___ @@ -186,7 +186,7 @@ ___ #### Defined in -[middleware/types.ts:79446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79446) +[middleware/types.ts:80709](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80709) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[middleware/types.ts:79447](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79447) +[middleware/types.ts:80710](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80710) ___ @@ -206,7 +206,7 @@ ___ #### Defined in -[middleware/types.ts:79448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79448) +[middleware/types.ts:80711](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80711) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[middleware/types.ts:79449](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79449) +[middleware/types.ts:80712](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80712) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[middleware/types.ts:79450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79450) +[middleware/types.ts:80713](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80713) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[middleware/types.ts:79451](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79451) +[middleware/types.ts:80714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80714) ___ @@ -246,7 +246,7 @@ ___ #### Defined in -[middleware/types.ts:79452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79452) +[middleware/types.ts:80715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80715) ___ @@ -256,7 +256,7 @@ ___ #### Defined in -[middleware/types.ts:79453](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79453) +[middleware/types.ts:80716](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80716) ___ @@ -266,7 +266,7 @@ ___ #### Defined in -[middleware/types.ts:79454](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79454) +[middleware/types.ts:80717](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80717) ___ @@ -276,7 +276,7 @@ ___ #### Defined in -[middleware/types.ts:79455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79455) +[middleware/types.ts:80718](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80718) ___ @@ -286,7 +286,7 @@ ___ #### Defined in -[middleware/types.ts:79456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79456) +[middleware/types.ts:80719](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80719) ___ @@ -296,7 +296,7 @@ ___ #### Defined in -[middleware/types.ts:79457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79457) +[middleware/types.ts:80720](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80720) ___ @@ -306,7 +306,7 @@ ___ #### Defined in -[middleware/types.ts:79458](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79458) +[middleware/types.ts:80721](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80721) ___ @@ -316,7 +316,7 @@ ___ #### Defined in -[middleware/types.ts:79459](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79459) +[middleware/types.ts:80722](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80722) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[middleware/types.ts:79460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79460) +[middleware/types.ts:80723](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80723) ___ @@ -336,7 +336,7 @@ ___ #### Defined in -[middleware/types.ts:79461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79461) +[middleware/types.ts:80724](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80724) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[middleware/types.ts:79462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79462) +[middleware/types.ts:80725](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80725) ___ @@ -356,7 +356,7 @@ ___ #### Defined in -[middleware/types.ts:79463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79463) +[middleware/types.ts:80726](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80726) ___ @@ -366,7 +366,7 @@ ___ #### Defined in -[middleware/types.ts:79464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79464) +[middleware/types.ts:80727](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80727) ___ @@ -376,7 +376,7 @@ ___ #### Defined in -[middleware/types.ts:79467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79467) +[middleware/types.ts:80730](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80730) ___ @@ -386,7 +386,7 @@ ___ #### Defined in -[middleware/types.ts:79468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79468) +[middleware/types.ts:80731](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80731) ___ @@ -396,7 +396,7 @@ ___ #### Defined in -[middleware/types.ts:79465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79465) +[middleware/types.ts:80728](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80728) ___ @@ -406,7 +406,7 @@ ___ #### Defined in -[middleware/types.ts:79466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79466) +[middleware/types.ts:80729](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80729) ___ @@ -416,7 +416,7 @@ ___ #### Defined in -[middleware/types.ts:79471](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79471) +[middleware/types.ts:80734](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80734) ___ @@ -426,7 +426,7 @@ ___ #### Defined in -[middleware/types.ts:79472](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79472) +[middleware/types.ts:80735](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80735) ___ @@ -436,7 +436,7 @@ ___ #### Defined in -[middleware/types.ts:79469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79469) +[middleware/types.ts:80732](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80732) ___ @@ -446,7 +446,7 @@ ___ #### Defined in -[middleware/types.ts:79470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79470) +[middleware/types.ts:80733](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80733) ___ @@ -456,7 +456,7 @@ ___ #### Defined in -[middleware/types.ts:79473](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79473) +[middleware/types.ts:80736](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80736) ___ @@ -466,7 +466,7 @@ ___ #### Defined in -[middleware/types.ts:79474](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79474) +[middleware/types.ts:80737](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80737) ___ @@ -476,7 +476,7 @@ ___ #### Defined in -[middleware/types.ts:79475](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79475) +[middleware/types.ts:80738](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80738) ___ @@ -486,7 +486,7 @@ ___ #### Defined in -[middleware/types.ts:79476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79476) +[middleware/types.ts:80739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80739) ___ @@ -496,7 +496,7 @@ ___ #### Defined in -[middleware/types.ts:79477](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79477) +[middleware/types.ts:80740](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80740) ___ @@ -506,7 +506,7 @@ ___ #### Defined in -[middleware/types.ts:79478](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79478) +[middleware/types.ts:80741](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80741) ___ @@ -516,7 +516,7 @@ ___ #### Defined in -[middleware/types.ts:79479](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79479) +[middleware/types.ts:80742](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80742) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[middleware/types.ts:79480](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79480) +[middleware/types.ts:80743](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80743) ___ @@ -536,7 +536,7 @@ ___ #### Defined in -[middleware/types.ts:79481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79481) +[middleware/types.ts:80744](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80744) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[middleware/types.ts:79482](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79482) +[middleware/types.ts:80745](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80745) ___ @@ -556,7 +556,7 @@ ___ #### Defined in -[middleware/types.ts:79483](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79483) +[middleware/types.ts:80746](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80746) ___ @@ -566,7 +566,7 @@ ___ #### Defined in -[middleware/types.ts:79484](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79484) +[middleware/types.ts:80747](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80747) ___ @@ -576,7 +576,7 @@ ___ #### Defined in -[middleware/types.ts:79485](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79485) +[middleware/types.ts:80748](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80748) ___ @@ -586,7 +586,7 @@ ___ #### Defined in -[middleware/types.ts:79486](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79486) +[middleware/types.ts:80749](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80749) ___ @@ -596,7 +596,7 @@ ___ #### Defined in -[middleware/types.ts:79487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79487) +[middleware/types.ts:80750](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80750) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[middleware/types.ts:79488](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79488) +[middleware/types.ts:80751](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80751) ___ @@ -616,7 +616,7 @@ ___ #### Defined in -[middleware/types.ts:79489](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79489) +[middleware/types.ts:80752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80752) ___ @@ -626,7 +626,7 @@ ___ #### Defined in -[middleware/types.ts:79490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79490) +[middleware/types.ts:80753](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80753) ___ @@ -636,7 +636,7 @@ ___ #### Defined in -[middleware/types.ts:79491](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79491) +[middleware/types.ts:80754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80754) ___ @@ -646,7 +646,7 @@ ___ #### Defined in -[middleware/types.ts:79492](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79492) +[middleware/types.ts:80755](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80755) ___ @@ -656,7 +656,7 @@ ___ #### Defined in -[middleware/types.ts:79493](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79493) +[middleware/types.ts:80756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80756) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[middleware/types.ts:79494](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79494) +[middleware/types.ts:80757](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80757) ___ @@ -676,7 +676,7 @@ ___ #### Defined in -[middleware/types.ts:79495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79495) +[middleware/types.ts:80758](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80758) ___ @@ -686,7 +686,7 @@ ___ #### Defined in -[middleware/types.ts:79496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79496) +[middleware/types.ts:80759](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80759) ___ @@ -696,7 +696,7 @@ ___ #### Defined in -[middleware/types.ts:79497](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79497) +[middleware/types.ts:80760](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80760) ___ @@ -706,7 +706,7 @@ ___ #### Defined in -[middleware/types.ts:79498](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79498) +[middleware/types.ts:80761](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80761) ___ @@ -716,7 +716,7 @@ ___ #### Defined in -[middleware/types.ts:79499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79499) +[middleware/types.ts:80762](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80762) ___ @@ -726,7 +726,7 @@ ___ #### Defined in -[middleware/types.ts:79500](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79500) +[middleware/types.ts:80763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80763) ___ @@ -736,7 +736,7 @@ ___ #### Defined in -[middleware/types.ts:79501](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79501) +[middleware/types.ts:80764](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80764) ___ @@ -746,7 +746,7 @@ ___ #### Defined in -[middleware/types.ts:79502](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79502) +[middleware/types.ts:80765](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80765) ___ @@ -756,7 +756,7 @@ ___ #### Defined in -[middleware/types.ts:79503](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79503) +[middleware/types.ts:80766](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80766) ___ @@ -766,7 +766,7 @@ ___ #### Defined in -[middleware/types.ts:79504](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79504) +[middleware/types.ts:80767](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80767) ___ @@ -776,7 +776,7 @@ ___ #### Defined in -[middleware/types.ts:79505](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79505) +[middleware/types.ts:80768](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80768) ___ @@ -786,7 +786,7 @@ ___ #### Defined in -[middleware/types.ts:79506](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79506) +[middleware/types.ts:80769](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80769) ___ @@ -796,7 +796,7 @@ ___ #### Defined in -[middleware/types.ts:79507](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79507) +[middleware/types.ts:80770](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80770) ___ @@ -806,7 +806,7 @@ ___ #### Defined in -[middleware/types.ts:79508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79508) +[middleware/types.ts:80771](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80771) ___ @@ -816,7 +816,7 @@ ___ #### Defined in -[middleware/types.ts:79509](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79509) +[middleware/types.ts:80772](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80772) ___ @@ -826,7 +826,7 @@ ___ #### Defined in -[middleware/types.ts:79510](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79510) +[middleware/types.ts:80773](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80773) ___ @@ -836,7 +836,7 @@ ___ #### Defined in -[middleware/types.ts:79511](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79511) +[middleware/types.ts:80774](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80774) ___ @@ -846,7 +846,7 @@ ___ #### Defined in -[middleware/types.ts:79512](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79512) +[middleware/types.ts:80775](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80775) ___ @@ -856,7 +856,7 @@ ___ #### Defined in -[middleware/types.ts:79515](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79515) +[middleware/types.ts:80778](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80778) ___ @@ -866,7 +866,7 @@ ___ #### Defined in -[middleware/types.ts:79516](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79516) +[middleware/types.ts:80779](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80779) ___ @@ -876,7 +876,7 @@ ___ #### Defined in -[middleware/types.ts:79513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79513) +[middleware/types.ts:80776](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80776) ___ @@ -886,7 +886,7 @@ ___ #### Defined in -[middleware/types.ts:79514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79514) +[middleware/types.ts:80777](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80777) ___ @@ -896,7 +896,7 @@ ___ #### Defined in -[middleware/types.ts:79519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79519) +[middleware/types.ts:80782](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80782) ___ @@ -906,7 +906,7 @@ ___ #### Defined in -[middleware/types.ts:79520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79520) +[middleware/types.ts:80783](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80783) ___ @@ -916,7 +916,7 @@ ___ #### Defined in -[middleware/types.ts:79517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79517) +[middleware/types.ts:80780](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80780) ___ @@ -926,7 +926,7 @@ ___ #### Defined in -[middleware/types.ts:79518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79518) +[middleware/types.ts:80781](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80781) ___ @@ -936,7 +936,7 @@ ___ #### Defined in -[middleware/types.ts:79521](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79521) +[middleware/types.ts:80784](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80784) ___ @@ -946,7 +946,7 @@ ___ #### Defined in -[middleware/types.ts:79522](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79522) +[middleware/types.ts:80785](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80785) ___ @@ -956,7 +956,7 @@ ___ #### Defined in -[middleware/types.ts:79523](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79523) +[middleware/types.ts:80786](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80786) ___ @@ -966,7 +966,7 @@ ___ #### Defined in -[middleware/types.ts:79524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79524) +[middleware/types.ts:80787](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80787) ___ @@ -976,7 +976,7 @@ ___ #### Defined in -[middleware/types.ts:79525](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79525) +[middleware/types.ts:80788](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80788) ___ @@ -986,7 +986,7 @@ ___ #### Defined in -[middleware/types.ts:79526](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79526) +[middleware/types.ts:80789](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80789) ___ @@ -996,7 +996,7 @@ ___ #### Defined in -[middleware/types.ts:79527](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79527) +[middleware/types.ts:80790](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80790) ___ @@ -1006,7 +1006,7 @@ ___ #### Defined in -[middleware/types.ts:79528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79528) +[middleware/types.ts:80791](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80791) ___ @@ -1016,7 +1016,7 @@ ___ #### Defined in -[middleware/types.ts:79529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79529) +[middleware/types.ts:80792](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80792) ___ @@ -1026,7 +1026,7 @@ ___ #### Defined in -[middleware/types.ts:79530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79530) +[middleware/types.ts:80793](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80793) ___ @@ -1036,7 +1036,7 @@ ___ #### Defined in -[middleware/types.ts:79531](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79531) +[middleware/types.ts:80794](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80794) ___ @@ -1046,7 +1046,7 @@ ___ #### Defined in -[middleware/types.ts:79532](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79532) +[middleware/types.ts:80795](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80795) ___ @@ -1056,7 +1056,7 @@ ___ #### Defined in -[middleware/types.ts:79533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79533) +[middleware/types.ts:80796](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80796) ___ @@ -1066,7 +1066,7 @@ ___ #### Defined in -[middleware/types.ts:79534](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79534) +[middleware/types.ts:80797](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80797) ___ @@ -1076,7 +1076,7 @@ ___ #### Defined in -[middleware/types.ts:79535](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79535) +[middleware/types.ts:80798](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80798) ___ @@ -1086,7 +1086,7 @@ ___ #### Defined in -[middleware/types.ts:79536](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79536) +[middleware/types.ts:80799](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80799) ___ @@ -1096,7 +1096,7 @@ ___ #### Defined in -[middleware/types.ts:79537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79537) +[middleware/types.ts:80800](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80800) ___ @@ -1106,7 +1106,7 @@ ___ #### Defined in -[middleware/types.ts:79538](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79538) +[middleware/types.ts:80801](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80801) ___ @@ -1116,7 +1116,7 @@ ___ #### Defined in -[middleware/types.ts:79539](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79539) +[middleware/types.ts:80802](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80802) ___ @@ -1126,7 +1126,7 @@ ___ #### Defined in -[middleware/types.ts:79540](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79540) +[middleware/types.ts:80803](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80803) ___ @@ -1136,7 +1136,7 @@ ___ #### Defined in -[middleware/types.ts:79541](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79541) +[middleware/types.ts:80804](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80804) ___ @@ -1146,7 +1146,7 @@ ___ #### Defined in -[middleware/types.ts:79542](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79542) +[middleware/types.ts:80805](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80805) ___ @@ -1156,7 +1156,7 @@ ___ #### Defined in -[middleware/types.ts:79543](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79543) +[middleware/types.ts:80806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80806) ___ @@ -1166,7 +1166,7 @@ ___ #### Defined in -[middleware/types.ts:79544](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79544) +[middleware/types.ts:80807](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80807) ___ @@ -1176,7 +1176,7 @@ ___ #### Defined in -[middleware/types.ts:79545](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79545) +[middleware/types.ts:80808](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80808) ___ @@ -1186,7 +1186,7 @@ ___ #### Defined in -[middleware/types.ts:79546](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79546) +[middleware/types.ts:80809](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80809) ___ @@ -1196,7 +1196,7 @@ ___ #### Defined in -[middleware/types.ts:79547](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79547) +[middleware/types.ts:80810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80810) ___ @@ -1206,7 +1206,7 @@ ___ #### Defined in -[middleware/types.ts:79548](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79548) +[middleware/types.ts:80811](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80811) ___ @@ -1216,7 +1216,7 @@ ___ #### Defined in -[middleware/types.ts:79549](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79549) +[middleware/types.ts:80812](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80812) ___ @@ -1226,7 +1226,7 @@ ___ #### Defined in -[middleware/types.ts:79550](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79550) +[middleware/types.ts:80813](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80813) ___ @@ -1236,7 +1236,7 @@ ___ #### Defined in -[middleware/types.ts:79551](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79551) +[middleware/types.ts:80814](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80814) ___ @@ -1246,7 +1246,7 @@ ___ #### Defined in -[middleware/types.ts:79552](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79552) +[middleware/types.ts:80815](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80815) ___ @@ -1256,7 +1256,7 @@ ___ #### Defined in -[middleware/types.ts:79553](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79553) +[middleware/types.ts:80816](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80816) ___ @@ -1266,7 +1266,7 @@ ___ #### Defined in -[middleware/types.ts:79554](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79554) +[middleware/types.ts:80817](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80817) ___ @@ -1276,7 +1276,7 @@ ___ #### Defined in -[middleware/types.ts:79555](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79555) +[middleware/types.ts:80818](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80818) ___ @@ -1286,7 +1286,7 @@ ___ #### Defined in -[middleware/types.ts:79556](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79556) +[middleware/types.ts:80819](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80819) ___ @@ -1296,7 +1296,7 @@ ___ #### Defined in -[middleware/types.ts:79557](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79557) +[middleware/types.ts:80820](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80820) ___ @@ -1306,7 +1306,7 @@ ___ #### Defined in -[middleware/types.ts:79558](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79558) +[middleware/types.ts:80821](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80821) ___ @@ -1316,7 +1316,7 @@ ___ #### Defined in -[middleware/types.ts:79561](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79561) +[middleware/types.ts:80824](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80824) ___ @@ -1326,7 +1326,7 @@ ___ #### Defined in -[middleware/types.ts:79562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79562) +[middleware/types.ts:80825](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80825) ___ @@ -1336,7 +1336,7 @@ ___ #### Defined in -[middleware/types.ts:79559](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79559) +[middleware/types.ts:80822](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80822) ___ @@ -1346,7 +1346,7 @@ ___ #### Defined in -[middleware/types.ts:79560](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79560) +[middleware/types.ts:80823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80823) ___ @@ -1356,7 +1356,7 @@ ___ #### Defined in -[middleware/types.ts:79565](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79565) +[middleware/types.ts:80828](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80828) ___ @@ -1366,7 +1366,7 @@ ___ #### Defined in -[middleware/types.ts:79566](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79566) +[middleware/types.ts:80829](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80829) ___ @@ -1376,7 +1376,7 @@ ___ #### Defined in -[middleware/types.ts:79563](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79563) +[middleware/types.ts:80826](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80826) ___ @@ -1386,7 +1386,7 @@ ___ #### Defined in -[middleware/types.ts:79564](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79564) +[middleware/types.ts:80827](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80827) ___ @@ -1396,7 +1396,7 @@ ___ #### Defined in -[middleware/types.ts:79567](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79567) +[middleware/types.ts:80830](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80830) ___ @@ -1406,7 +1406,7 @@ ___ #### Defined in -[middleware/types.ts:79568](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79568) +[middleware/types.ts:80831](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80831) ___ @@ -1416,7 +1416,7 @@ ___ #### Defined in -[middleware/types.ts:79569](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79569) +[middleware/types.ts:80832](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80832) ___ @@ -1426,7 +1426,7 @@ ___ #### Defined in -[middleware/types.ts:79570](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79570) +[middleware/types.ts:80833](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80833) ___ @@ -1436,7 +1436,7 @@ ___ #### Defined in -[middleware/types.ts:79571](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79571) +[middleware/types.ts:80834](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80834) ___ @@ -1446,7 +1446,7 @@ ___ #### Defined in -[middleware/types.ts:79572](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79572) +[middleware/types.ts:80835](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80835) ___ @@ -1456,7 +1456,7 @@ ___ #### Defined in -[middleware/types.ts:79573](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79573) +[middleware/types.ts:80836](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80836) ___ @@ -1466,7 +1466,7 @@ ___ #### Defined in -[middleware/types.ts:79574](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79574) +[middleware/types.ts:80837](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80837) ___ @@ -1476,7 +1476,7 @@ ___ #### Defined in -[middleware/types.ts:79575](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79575) +[middleware/types.ts:80838](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80838) ___ @@ -1486,7 +1486,7 @@ ___ #### Defined in -[middleware/types.ts:79576](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79576) +[middleware/types.ts:80839](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80839) ___ @@ -1496,7 +1496,7 @@ ___ #### Defined in -[middleware/types.ts:79577](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79577) +[middleware/types.ts:80840](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80840) ___ @@ -1506,7 +1506,7 @@ ___ #### Defined in -[middleware/types.ts:79578](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79578) +[middleware/types.ts:80841](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80841) ___ @@ -1516,7 +1516,7 @@ ___ #### Defined in -[middleware/types.ts:79579](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79579) +[middleware/types.ts:80842](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80842) ___ @@ -1526,7 +1526,7 @@ ___ #### Defined in -[middleware/types.ts:79580](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79580) +[middleware/types.ts:80843](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80843) ___ @@ -1536,7 +1536,7 @@ ___ #### Defined in -[middleware/types.ts:79581](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79581) +[middleware/types.ts:80844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80844) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[middleware/types.ts:79582](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79582) +[middleware/types.ts:80845](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80845) ___ @@ -1556,7 +1556,7 @@ ___ #### Defined in -[middleware/types.ts:79583](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79583) +[middleware/types.ts:80846](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80846) ___ @@ -1566,7 +1566,7 @@ ___ #### Defined in -[middleware/types.ts:79584](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79584) +[middleware/types.ts:80847](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80847) ___ @@ -1576,7 +1576,7 @@ ___ #### Defined in -[middleware/types.ts:79585](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79585) +[middleware/types.ts:80848](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80848) ___ @@ -1586,7 +1586,7 @@ ___ #### Defined in -[middleware/types.ts:79586](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79586) +[middleware/types.ts:80849](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80849) ___ @@ -1596,7 +1596,7 @@ ___ #### Defined in -[middleware/types.ts:79587](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79587) +[middleware/types.ts:80850](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80850) ___ @@ -1606,7 +1606,7 @@ ___ #### Defined in -[middleware/types.ts:79588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79588) +[middleware/types.ts:80851](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80851) ___ @@ -1616,7 +1616,7 @@ ___ #### Defined in -[middleware/types.ts:79589](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79589) +[middleware/types.ts:80852](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80852) ___ @@ -1626,7 +1626,7 @@ ___ #### Defined in -[middleware/types.ts:79590](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79590) +[middleware/types.ts:80853](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80853) ___ @@ -1636,7 +1636,7 @@ ___ #### Defined in -[middleware/types.ts:79591](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79591) +[middleware/types.ts:80854](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80854) ___ @@ -1646,7 +1646,7 @@ ___ #### Defined in -[middleware/types.ts:79592](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79592) +[middleware/types.ts:80855](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80855) ___ @@ -1656,7 +1656,7 @@ ___ #### Defined in -[middleware/types.ts:79593](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79593) +[middleware/types.ts:80856](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80856) ___ @@ -1666,7 +1666,7 @@ ___ #### Defined in -[middleware/types.ts:79594](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79594) +[middleware/types.ts:80857](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80857) ___ @@ -1676,7 +1676,7 @@ ___ #### Defined in -[middleware/types.ts:79595](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79595) +[middleware/types.ts:80858](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80858) ___ @@ -1686,7 +1686,7 @@ ___ #### Defined in -[middleware/types.ts:79596](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79596) +[middleware/types.ts:80859](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80859) ___ @@ -1696,7 +1696,7 @@ ___ #### Defined in -[middleware/types.ts:79597](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79597) +[middleware/types.ts:80860](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80860) ___ @@ -1706,7 +1706,7 @@ ___ #### Defined in -[middleware/types.ts:79598](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79598) +[middleware/types.ts:80861](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80861) ___ @@ -1716,7 +1716,7 @@ ___ #### Defined in -[middleware/types.ts:79599](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79599) +[middleware/types.ts:80862](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80862) ___ @@ -1726,7 +1726,7 @@ ___ #### Defined in -[middleware/types.ts:79600](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79600) +[middleware/types.ts:80863](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80863) ___ @@ -1736,7 +1736,7 @@ ___ #### Defined in -[middleware/types.ts:79601](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79601) +[middleware/types.ts:80864](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80864) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[middleware/types.ts:79602](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79602) +[middleware/types.ts:80865](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80865) ___ @@ -1756,7 +1756,7 @@ ___ #### Defined in -[middleware/types.ts:79603](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79603) +[middleware/types.ts:80866](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80866) ___ @@ -1766,7 +1766,7 @@ ___ #### Defined in -[middleware/types.ts:79604](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79604) +[middleware/types.ts:80867](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80867) ___ @@ -1776,7 +1776,7 @@ ___ #### Defined in -[middleware/types.ts:79607](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79607) +[middleware/types.ts:80870](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80870) ___ @@ -1786,7 +1786,7 @@ ___ #### Defined in -[middleware/types.ts:79608](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79608) +[middleware/types.ts:80871](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80871) ___ @@ -1796,7 +1796,7 @@ ___ #### Defined in -[middleware/types.ts:79605](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79605) +[middleware/types.ts:80868](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80868) ___ @@ -1806,7 +1806,7 @@ ___ #### Defined in -[middleware/types.ts:79606](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79606) +[middleware/types.ts:80869](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80869) ___ @@ -1816,7 +1816,7 @@ ___ #### Defined in -[middleware/types.ts:79611](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79611) +[middleware/types.ts:80874](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80874) ___ @@ -1826,7 +1826,7 @@ ___ #### Defined in -[middleware/types.ts:79612](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79612) +[middleware/types.ts:80875](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80875) ___ @@ -1836,7 +1836,7 @@ ___ #### Defined in -[middleware/types.ts:79609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79609) +[middleware/types.ts:80872](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80872) ___ @@ -1846,7 +1846,7 @@ ___ #### Defined in -[middleware/types.ts:79610](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79610) +[middleware/types.ts:80873](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80873) ___ @@ -1856,7 +1856,7 @@ ___ #### Defined in -[middleware/types.ts:79613](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79613) +[middleware/types.ts:80876](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80876) ___ @@ -1866,7 +1866,7 @@ ___ #### Defined in -[middleware/types.ts:79614](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79614) +[middleware/types.ts:80877](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80877) ___ @@ -1876,7 +1876,7 @@ ___ #### Defined in -[middleware/types.ts:79615](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79615) +[middleware/types.ts:80878](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80878) ___ @@ -1886,7 +1886,7 @@ ___ #### Defined in -[middleware/types.ts:79616](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79616) +[middleware/types.ts:80879](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80879) ___ @@ -1896,7 +1896,7 @@ ___ #### Defined in -[middleware/types.ts:79617](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79617) +[middleware/types.ts:80880](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80880) ___ @@ -1906,7 +1906,7 @@ ___ #### Defined in -[middleware/types.ts:79618](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79618) +[middleware/types.ts:80881](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80881) ___ @@ -1916,7 +1916,7 @@ ___ #### Defined in -[middleware/types.ts:79619](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79619) +[middleware/types.ts:80882](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80882) ___ @@ -1926,7 +1926,7 @@ ___ #### Defined in -[middleware/types.ts:79620](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79620) +[middleware/types.ts:80883](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80883) ___ @@ -1936,7 +1936,7 @@ ___ #### Defined in -[middleware/types.ts:79621](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79621) +[middleware/types.ts:80884](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80884) ___ @@ -1946,7 +1946,7 @@ ___ #### Defined in -[middleware/types.ts:79622](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79622) +[middleware/types.ts:80885](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80885) ___ @@ -1956,7 +1956,7 @@ ___ #### Defined in -[middleware/types.ts:79623](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79623) +[middleware/types.ts:80886](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80886) ___ @@ -1966,7 +1966,7 @@ ___ #### Defined in -[middleware/types.ts:79624](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79624) +[middleware/types.ts:80887](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80887) ___ @@ -1976,7 +1976,7 @@ ___ #### Defined in -[middleware/types.ts:79625](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79625) +[middleware/types.ts:80888](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80888) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[middleware/types.ts:79626](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79626) +[middleware/types.ts:80889](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80889) ___ @@ -1996,7 +1996,7 @@ ___ #### Defined in -[middleware/types.ts:79627](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79627) +[middleware/types.ts:80890](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80890) ___ @@ -2006,7 +2006,7 @@ ___ #### Defined in -[middleware/types.ts:79628](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79628) +[middleware/types.ts:80891](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80891) ___ @@ -2016,7 +2016,7 @@ ___ #### Defined in -[middleware/types.ts:79629](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79629) +[middleware/types.ts:80892](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80892) ___ @@ -2026,7 +2026,7 @@ ___ #### Defined in -[middleware/types.ts:79630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79630) +[middleware/types.ts:80893](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80893) ___ @@ -2036,7 +2036,7 @@ ___ #### Defined in -[middleware/types.ts:79631](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79631) +[middleware/types.ts:80894](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80894) ___ @@ -2046,7 +2046,7 @@ ___ #### Defined in -[middleware/types.ts:79632](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79632) +[middleware/types.ts:80895](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80895) ___ @@ -2056,7 +2056,7 @@ ___ #### Defined in -[middleware/types.ts:79633](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79633) +[middleware/types.ts:80896](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80896) ___ @@ -2066,7 +2066,7 @@ ___ #### Defined in -[middleware/types.ts:79634](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79634) +[middleware/types.ts:80897](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80897) ___ @@ -2076,7 +2076,7 @@ ___ #### Defined in -[middleware/types.ts:79635](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79635) +[middleware/types.ts:80898](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80898) ___ @@ -2086,7 +2086,7 @@ ___ #### Defined in -[middleware/types.ts:79636](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79636) +[middleware/types.ts:80899](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80899) ___ @@ -2096,7 +2096,7 @@ ___ #### Defined in -[middleware/types.ts:79637](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79637) +[middleware/types.ts:80900](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80900) ___ @@ -2106,7 +2106,7 @@ ___ #### Defined in -[middleware/types.ts:79638](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79638) +[middleware/types.ts:80901](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80901) ___ @@ -2116,7 +2116,7 @@ ___ #### Defined in -[middleware/types.ts:79639](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79639) +[middleware/types.ts:80902](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80902) ___ @@ -2126,7 +2126,7 @@ ___ #### Defined in -[middleware/types.ts:79640](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79640) +[middleware/types.ts:80903](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80903) ___ @@ -2136,7 +2136,7 @@ ___ #### Defined in -[middleware/types.ts:79641](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79641) +[middleware/types.ts:80904](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80904) ___ @@ -2146,7 +2146,7 @@ ___ #### Defined in -[middleware/types.ts:79642](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79642) +[middleware/types.ts:80905](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80905) ___ @@ -2156,7 +2156,7 @@ ___ #### Defined in -[middleware/types.ts:79643](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79643) +[middleware/types.ts:80906](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80906) ___ @@ -2166,7 +2166,7 @@ ___ #### Defined in -[middleware/types.ts:79644](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79644) +[middleware/types.ts:80907](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80907) ___ @@ -2176,7 +2176,7 @@ ___ #### Defined in -[middleware/types.ts:79645](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79645) +[middleware/types.ts:80908](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80908) ___ @@ -2186,7 +2186,7 @@ ___ #### Defined in -[middleware/types.ts:79646](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79646) +[middleware/types.ts:80909](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80909) ___ @@ -2196,7 +2196,7 @@ ___ #### Defined in -[middleware/types.ts:79647](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79647) +[middleware/types.ts:80910](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80910) ___ @@ -2206,7 +2206,7 @@ ___ #### Defined in -[middleware/types.ts:79648](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79648) +[middleware/types.ts:80911](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80911) ___ @@ -2216,7 +2216,7 @@ ___ #### Defined in -[middleware/types.ts:79649](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79649) +[middleware/types.ts:80912](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80912) ___ @@ -2226,7 +2226,7 @@ ___ #### Defined in -[middleware/types.ts:79650](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79650) +[middleware/types.ts:80913](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80913) ___ @@ -2236,7 +2236,7 @@ ___ #### Defined in -[middleware/types.ts:79653](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79653) +[middleware/types.ts:80916](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80916) ___ @@ -2246,7 +2246,7 @@ ___ #### Defined in -[middleware/types.ts:79654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79654) +[middleware/types.ts:80917](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80917) ___ @@ -2256,7 +2256,7 @@ ___ #### Defined in -[middleware/types.ts:79651](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79651) +[middleware/types.ts:80914](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80914) ___ @@ -2266,7 +2266,7 @@ ___ #### Defined in -[middleware/types.ts:79652](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79652) +[middleware/types.ts:80915](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80915) ___ @@ -2276,7 +2276,7 @@ ___ #### Defined in -[middleware/types.ts:79657](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79657) +[middleware/types.ts:80920](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80920) ___ @@ -2286,7 +2286,7 @@ ___ #### Defined in -[middleware/types.ts:79658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79658) +[middleware/types.ts:80921](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80921) ___ @@ -2296,7 +2296,7 @@ ___ #### Defined in -[middleware/types.ts:79655](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79655) +[middleware/types.ts:80918](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80918) ___ @@ -2306,7 +2306,7 @@ ___ #### Defined in -[middleware/types.ts:79656](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79656) +[middleware/types.ts:80919](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80919) ___ @@ -2316,7 +2316,7 @@ ___ #### Defined in -[middleware/types.ts:79659](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79659) +[middleware/types.ts:80922](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80922) ___ @@ -2326,7 +2326,7 @@ ___ #### Defined in -[middleware/types.ts:79660](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79660) +[middleware/types.ts:80923](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80923) ___ @@ -2336,7 +2336,7 @@ ___ #### Defined in -[middleware/types.ts:79661](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79661) +[middleware/types.ts:80924](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80924) ___ @@ -2346,7 +2346,7 @@ ___ #### Defined in -[middleware/types.ts:79662](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79662) +[middleware/types.ts:80925](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80925) ___ @@ -2356,7 +2356,7 @@ ___ #### Defined in -[middleware/types.ts:79663](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79663) +[middleware/types.ts:80926](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80926) ___ @@ -2366,7 +2366,7 @@ ___ #### Defined in -[middleware/types.ts:79664](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79664) +[middleware/types.ts:80927](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80927) ___ @@ -2376,7 +2376,7 @@ ___ #### Defined in -[middleware/types.ts:79665](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79665) +[middleware/types.ts:80928](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80928) ___ @@ -2386,7 +2386,7 @@ ___ #### Defined in -[middleware/types.ts:79666](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79666) +[middleware/types.ts:80929](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80929) ___ @@ -2396,7 +2396,7 @@ ___ #### Defined in -[middleware/types.ts:79667](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79667) +[middleware/types.ts:80930](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80930) ___ @@ -2406,7 +2406,7 @@ ___ #### Defined in -[middleware/types.ts:79668](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79668) +[middleware/types.ts:80931](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80931) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[middleware/types.ts:79669](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79669) +[middleware/types.ts:80932](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80932) ___ @@ -2426,7 +2426,7 @@ ___ #### Defined in -[middleware/types.ts:79670](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79670) +[middleware/types.ts:80933](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80933) ___ @@ -2436,7 +2436,7 @@ ___ #### Defined in -[middleware/types.ts:79671](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79671) +[middleware/types.ts:80934](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80934) ___ @@ -2446,7 +2446,7 @@ ___ #### Defined in -[middleware/types.ts:79672](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79672) +[middleware/types.ts:80935](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80935) ___ @@ -2456,7 +2456,7 @@ ___ #### Defined in -[middleware/types.ts:79673](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79673) +[middleware/types.ts:80936](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80936) ___ @@ -2466,7 +2466,7 @@ ___ #### Defined in -[middleware/types.ts:79674](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79674) +[middleware/types.ts:80937](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80937) ___ @@ -2476,7 +2476,7 @@ ___ #### Defined in -[middleware/types.ts:79675](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79675) +[middleware/types.ts:80938](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80938) ___ @@ -2486,7 +2486,7 @@ ___ #### Defined in -[middleware/types.ts:79676](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79676) +[middleware/types.ts:80939](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80939) ___ @@ -2496,7 +2496,7 @@ ___ #### Defined in -[middleware/types.ts:79677](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79677) +[middleware/types.ts:80940](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80940) ___ @@ -2506,7 +2506,7 @@ ___ #### Defined in -[middleware/types.ts:79678](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79678) +[middleware/types.ts:80941](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80941) ___ @@ -2516,7 +2516,7 @@ ___ #### Defined in -[middleware/types.ts:79679](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79679) +[middleware/types.ts:80942](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80942) ___ @@ -2526,7 +2526,7 @@ ___ #### Defined in -[middleware/types.ts:79680](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79680) +[middleware/types.ts:80943](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80943) ___ @@ -2536,7 +2536,7 @@ ___ #### Defined in -[middleware/types.ts:79681](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79681) +[middleware/types.ts:80944](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80944) ___ @@ -2546,7 +2546,7 @@ ___ #### Defined in -[middleware/types.ts:79682](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79682) +[middleware/types.ts:80945](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80945) ___ @@ -2556,7 +2556,7 @@ ___ #### Defined in -[middleware/types.ts:79683](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79683) +[middleware/types.ts:80946](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80946) ___ @@ -2566,7 +2566,7 @@ ___ #### Defined in -[middleware/types.ts:79684](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79684) +[middleware/types.ts:80947](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80947) ___ @@ -2576,7 +2576,7 @@ ___ #### Defined in -[middleware/types.ts:79685](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79685) +[middleware/types.ts:80948](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80948) ___ @@ -2586,7 +2586,7 @@ ___ #### Defined in -[middleware/types.ts:79686](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79686) +[middleware/types.ts:80949](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80949) ___ @@ -2596,7 +2596,7 @@ ___ #### Defined in -[middleware/types.ts:79687](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79687) +[middleware/types.ts:80950](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80950) ___ @@ -2606,7 +2606,7 @@ ___ #### Defined in -[middleware/types.ts:79688](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79688) +[middleware/types.ts:80951](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80951) ___ @@ -2616,7 +2616,7 @@ ___ #### Defined in -[middleware/types.ts:79689](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79689) +[middleware/types.ts:80952](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80952) ___ @@ -2626,7 +2626,7 @@ ___ #### Defined in -[middleware/types.ts:79690](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79690) +[middleware/types.ts:80953](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80953) ___ @@ -2636,7 +2636,7 @@ ___ #### Defined in -[middleware/types.ts:79691](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79691) +[middleware/types.ts:80954](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80954) ___ @@ -2646,7 +2646,7 @@ ___ #### Defined in -[middleware/types.ts:79692](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79692) +[middleware/types.ts:80955](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80955) ___ @@ -2656,7 +2656,7 @@ ___ #### Defined in -[middleware/types.ts:79693](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79693) +[middleware/types.ts:80956](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80956) ___ @@ -2666,7 +2666,7 @@ ___ #### Defined in -[middleware/types.ts:79694](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79694) +[middleware/types.ts:80957](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80957) ___ @@ -2676,7 +2676,7 @@ ___ #### Defined in -[middleware/types.ts:79695](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79695) +[middleware/types.ts:80958](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80958) ___ @@ -2686,7 +2686,7 @@ ___ #### Defined in -[middleware/types.ts:79696](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79696) +[middleware/types.ts:80959](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80959) ___ @@ -2696,7 +2696,7 @@ ___ #### Defined in -[middleware/types.ts:79699](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79699) +[middleware/types.ts:80962](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80962) ___ @@ -2706,7 +2706,7 @@ ___ #### Defined in -[middleware/types.ts:79700](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79700) +[middleware/types.ts:80963](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80963) ___ @@ -2716,7 +2716,7 @@ ___ #### Defined in -[middleware/types.ts:79697](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79697) +[middleware/types.ts:80960](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80960) ___ @@ -2726,7 +2726,7 @@ ___ #### Defined in -[middleware/types.ts:79698](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79698) +[middleware/types.ts:80961](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80961) ___ @@ -2736,7 +2736,7 @@ ___ #### Defined in -[middleware/types.ts:79703](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79703) +[middleware/types.ts:80966](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80966) ___ @@ -2746,7 +2746,7 @@ ___ #### Defined in -[middleware/types.ts:79704](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79704) +[middleware/types.ts:80967](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80967) ___ @@ -2756,7 +2756,7 @@ ___ #### Defined in -[middleware/types.ts:79701](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79701) +[middleware/types.ts:80964](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80964) ___ @@ -2766,7 +2766,7 @@ ___ #### Defined in -[middleware/types.ts:79702](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79702) +[middleware/types.ts:80965](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80965) ___ @@ -2776,7 +2776,7 @@ ___ #### Defined in -[middleware/types.ts:79705](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79705) +[middleware/types.ts:80968](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80968) ___ @@ -2786,7 +2786,7 @@ ___ #### Defined in -[middleware/types.ts:79706](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79706) +[middleware/types.ts:80969](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80969) ___ @@ -2796,7 +2796,7 @@ ___ #### Defined in -[middleware/types.ts:79707](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79707) +[middleware/types.ts:80970](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80970) ___ @@ -2806,7 +2806,7 @@ ___ #### Defined in -[middleware/types.ts:79708](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79708) +[middleware/types.ts:80971](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80971) ___ @@ -2816,7 +2816,7 @@ ___ #### Defined in -[middleware/types.ts:79709](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79709) +[middleware/types.ts:80972](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80972) ___ @@ -2826,7 +2826,7 @@ ___ #### Defined in -[middleware/types.ts:79710](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79710) +[middleware/types.ts:80973](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80973) ___ @@ -2836,7 +2836,7 @@ ___ #### Defined in -[middleware/types.ts:79711](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79711) +[middleware/types.ts:80974](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80974) ___ @@ -2846,7 +2846,7 @@ ___ #### Defined in -[middleware/types.ts:79712](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79712) +[middleware/types.ts:80975](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80975) ___ @@ -2856,7 +2856,7 @@ ___ #### Defined in -[middleware/types.ts:79713](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79713) +[middleware/types.ts:80976](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80976) ___ @@ -2866,7 +2866,7 @@ ___ #### Defined in -[middleware/types.ts:79714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79714) +[middleware/types.ts:80977](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80977) ___ @@ -2876,7 +2876,7 @@ ___ #### Defined in -[middleware/types.ts:79715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79715) +[middleware/types.ts:80978](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80978) ___ @@ -2886,7 +2886,7 @@ ___ #### Defined in -[middleware/types.ts:79716](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79716) +[middleware/types.ts:80979](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80979) ___ @@ -2896,7 +2896,7 @@ ___ #### Defined in -[middleware/types.ts:79717](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79717) +[middleware/types.ts:80980](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80980) ___ @@ -2906,7 +2906,7 @@ ___ #### Defined in -[middleware/types.ts:79718](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79718) +[middleware/types.ts:80981](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80981) ___ @@ -2916,7 +2916,7 @@ ___ #### Defined in -[middleware/types.ts:79719](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79719) +[middleware/types.ts:80982](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80982) ___ @@ -2926,7 +2926,7 @@ ___ #### Defined in -[middleware/types.ts:79720](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79720) +[middleware/types.ts:80983](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80983) ___ @@ -2936,7 +2936,7 @@ ___ #### Defined in -[middleware/types.ts:79721](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79721) +[middleware/types.ts:80984](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80984) ___ @@ -2946,7 +2946,7 @@ ___ #### Defined in -[middleware/types.ts:79722](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79722) +[middleware/types.ts:80985](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80985) ___ @@ -2956,7 +2956,7 @@ ___ #### Defined in -[middleware/types.ts:79723](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79723) +[middleware/types.ts:80986](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80986) ___ @@ -2966,7 +2966,7 @@ ___ #### Defined in -[middleware/types.ts:79724](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79724) +[middleware/types.ts:80987](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80987) ___ @@ -2976,7 +2976,7 @@ ___ #### Defined in -[middleware/types.ts:79725](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79725) +[middleware/types.ts:80988](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80988) ___ @@ -2986,7 +2986,7 @@ ___ #### Defined in -[middleware/types.ts:79726](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79726) +[middleware/types.ts:80989](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80989) ___ @@ -2996,7 +2996,7 @@ ___ #### Defined in -[middleware/types.ts:79727](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79727) +[middleware/types.ts:80990](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80990) ___ @@ -3006,7 +3006,7 @@ ___ #### Defined in -[middleware/types.ts:79728](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79728) +[middleware/types.ts:80991](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80991) ___ @@ -3016,7 +3016,7 @@ ___ #### Defined in -[middleware/types.ts:79729](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79729) +[middleware/types.ts:80992](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80992) ___ @@ -3026,7 +3026,7 @@ ___ #### Defined in -[middleware/types.ts:79730](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79730) +[middleware/types.ts:80993](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80993) ___ @@ -3036,7 +3036,7 @@ ___ #### Defined in -[middleware/types.ts:79731](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79731) +[middleware/types.ts:80994](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80994) ___ @@ -3046,7 +3046,7 @@ ___ #### Defined in -[middleware/types.ts:79732](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79732) +[middleware/types.ts:80995](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80995) ___ @@ -3056,7 +3056,7 @@ ___ #### Defined in -[middleware/types.ts:79733](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79733) +[middleware/types.ts:80996](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80996) ___ @@ -3066,7 +3066,7 @@ ___ #### Defined in -[middleware/types.ts:79734](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79734) +[middleware/types.ts:80997](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80997) ___ @@ -3076,7 +3076,7 @@ ___ #### Defined in -[middleware/types.ts:79735](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79735) +[middleware/types.ts:80998](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80998) ___ @@ -3086,7 +3086,7 @@ ___ #### Defined in -[middleware/types.ts:79736](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79736) +[middleware/types.ts:80999](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L80999) ___ @@ -3096,7 +3096,7 @@ ___ #### Defined in -[middleware/types.ts:79737](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79737) +[middleware/types.ts:81000](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81000) ___ @@ -3106,7 +3106,7 @@ ___ #### Defined in -[middleware/types.ts:79738](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79738) +[middleware/types.ts:81001](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81001) ___ @@ -3116,7 +3116,7 @@ ___ #### Defined in -[middleware/types.ts:79739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79739) +[middleware/types.ts:81002](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81002) ___ @@ -3126,7 +3126,7 @@ ___ #### Defined in -[middleware/types.ts:79740](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79740) +[middleware/types.ts:81003](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81003) ___ @@ -3136,7 +3136,7 @@ ___ #### Defined in -[middleware/types.ts:79741](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79741) +[middleware/types.ts:81004](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81004) ___ @@ -3146,7 +3146,7 @@ ___ #### Defined in -[middleware/types.ts:79742](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79742) +[middleware/types.ts:81005](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81005) ___ @@ -3156,7 +3156,7 @@ ___ #### Defined in -[middleware/types.ts:79745](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79745) +[middleware/types.ts:81008](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81008) ___ @@ -3166,7 +3166,7 @@ ___ #### Defined in -[middleware/types.ts:79746](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79746) +[middleware/types.ts:81009](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81009) ___ @@ -3176,7 +3176,7 @@ ___ #### Defined in -[middleware/types.ts:79743](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79743) +[middleware/types.ts:81006](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81006) ___ @@ -3186,7 +3186,7 @@ ___ #### Defined in -[middleware/types.ts:79744](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79744) +[middleware/types.ts:81007](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81007) ___ @@ -3196,7 +3196,7 @@ ___ #### Defined in -[middleware/types.ts:79749](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79749) +[middleware/types.ts:81012](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81012) ___ @@ -3206,7 +3206,7 @@ ___ #### Defined in -[middleware/types.ts:79750](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79750) +[middleware/types.ts:81013](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81013) ___ @@ -3216,7 +3216,7 @@ ___ #### Defined in -[middleware/types.ts:79747](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79747) +[middleware/types.ts:81010](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81010) ___ @@ -3226,7 +3226,7 @@ ___ #### Defined in -[middleware/types.ts:79748](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79748) +[middleware/types.ts:81011](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81011) ___ @@ -3236,7 +3236,7 @@ ___ #### Defined in -[middleware/types.ts:79751](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79751) +[middleware/types.ts:81014](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81014) ___ @@ -3246,7 +3246,7 @@ ___ #### Defined in -[middleware/types.ts:79752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79752) +[middleware/types.ts:81015](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81015) ___ @@ -3256,7 +3256,7 @@ ___ #### Defined in -[middleware/types.ts:79753](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79753) +[middleware/types.ts:81016](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81016) ___ @@ -3266,7 +3266,7 @@ ___ #### Defined in -[middleware/types.ts:79754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79754) +[middleware/types.ts:81017](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81017) ___ @@ -3276,7 +3276,7 @@ ___ #### Defined in -[middleware/types.ts:79755](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79755) +[middleware/types.ts:81018](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81018) ___ @@ -3286,7 +3286,7 @@ ___ #### Defined in -[middleware/types.ts:79756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79756) +[middleware/types.ts:81019](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81019) ___ @@ -3296,7 +3296,7 @@ ___ #### Defined in -[middleware/types.ts:79757](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79757) +[middleware/types.ts:81020](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81020) ___ @@ -3306,7 +3306,7 @@ ___ #### Defined in -[middleware/types.ts:79758](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79758) +[middleware/types.ts:81021](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81021) ___ @@ -3316,7 +3316,7 @@ ___ #### Defined in -[middleware/types.ts:79759](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79759) +[middleware/types.ts:81022](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81022) ___ @@ -3326,7 +3326,7 @@ ___ #### Defined in -[middleware/types.ts:79760](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79760) +[middleware/types.ts:81023](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81023) ___ @@ -3336,7 +3336,7 @@ ___ #### Defined in -[middleware/types.ts:79761](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79761) +[middleware/types.ts:81024](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81024) ___ @@ -3346,7 +3346,7 @@ ___ #### Defined in -[middleware/types.ts:79762](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79762) +[middleware/types.ts:81025](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81025) ___ @@ -3356,7 +3356,7 @@ ___ #### Defined in -[middleware/types.ts:79763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79763) +[middleware/types.ts:81026](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81026) ___ @@ -3366,7 +3366,7 @@ ___ #### Defined in -[middleware/types.ts:79764](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79764) +[middleware/types.ts:81027](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81027) ___ @@ -3376,7 +3376,7 @@ ___ #### Defined in -[middleware/types.ts:79765](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79765) +[middleware/types.ts:81028](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81028) ___ @@ -3386,7 +3386,7 @@ ___ #### Defined in -[middleware/types.ts:79766](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79766) +[middleware/types.ts:81029](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81029) ___ @@ -3396,7 +3396,7 @@ ___ #### Defined in -[middleware/types.ts:79767](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79767) +[middleware/types.ts:81030](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81030) ___ @@ -3406,7 +3406,7 @@ ___ #### Defined in -[middleware/types.ts:79768](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79768) +[middleware/types.ts:81031](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81031) ___ @@ -3416,7 +3416,7 @@ ___ #### Defined in -[middleware/types.ts:79769](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79769) +[middleware/types.ts:81032](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81032) ___ @@ -3426,7 +3426,7 @@ ___ #### Defined in -[middleware/types.ts:79770](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79770) +[middleware/types.ts:81033](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81033) ___ @@ -3436,7 +3436,7 @@ ___ #### Defined in -[middleware/types.ts:79771](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79771) +[middleware/types.ts:81034](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81034) ___ @@ -3446,7 +3446,7 @@ ___ #### Defined in -[middleware/types.ts:79772](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79772) +[middleware/types.ts:81035](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81035) ___ @@ -3456,7 +3456,7 @@ ___ #### Defined in -[middleware/types.ts:79773](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79773) +[middleware/types.ts:81036](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81036) ___ @@ -3466,7 +3466,7 @@ ___ #### Defined in -[middleware/types.ts:79774](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79774) +[middleware/types.ts:81037](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81037) ___ @@ -3476,7 +3476,7 @@ ___ #### Defined in -[middleware/types.ts:79775](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79775) +[middleware/types.ts:81038](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81038) ___ @@ -3486,7 +3486,7 @@ ___ #### Defined in -[middleware/types.ts:79776](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79776) +[middleware/types.ts:81039](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81039) ___ @@ -3496,7 +3496,7 @@ ___ #### Defined in -[middleware/types.ts:79777](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79777) +[middleware/types.ts:81040](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81040) ___ @@ -3506,7 +3506,7 @@ ___ #### Defined in -[middleware/types.ts:79778](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79778) +[middleware/types.ts:81041](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81041) ___ @@ -3516,7 +3516,7 @@ ___ #### Defined in -[middleware/types.ts:79779](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79779) +[middleware/types.ts:81042](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81042) ___ @@ -3526,7 +3526,7 @@ ___ #### Defined in -[middleware/types.ts:79780](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79780) +[middleware/types.ts:81043](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81043) ___ @@ -3536,7 +3536,7 @@ ___ #### Defined in -[middleware/types.ts:79781](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79781) +[middleware/types.ts:81044](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81044) ___ @@ -3546,7 +3546,7 @@ ___ #### Defined in -[middleware/types.ts:79782](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79782) +[middleware/types.ts:81045](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81045) ___ @@ -3556,7 +3556,7 @@ ___ #### Defined in -[middleware/types.ts:79783](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79783) +[middleware/types.ts:81046](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81046) ___ @@ -3566,7 +3566,7 @@ ___ #### Defined in -[middleware/types.ts:79784](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79784) +[middleware/types.ts:81047](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81047) ___ @@ -3576,7 +3576,7 @@ ___ #### Defined in -[middleware/types.ts:79785](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79785) +[middleware/types.ts:81048](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81048) ___ @@ -3586,7 +3586,7 @@ ___ #### Defined in -[middleware/types.ts:79786](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79786) +[middleware/types.ts:81049](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81049) ___ @@ -3596,7 +3596,7 @@ ___ #### Defined in -[middleware/types.ts:79787](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79787) +[middleware/types.ts:81050](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81050) ___ @@ -3606,7 +3606,7 @@ ___ #### Defined in -[middleware/types.ts:79788](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79788) +[middleware/types.ts:81051](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81051) ___ @@ -3616,7 +3616,7 @@ ___ #### Defined in -[middleware/types.ts:79791](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79791) +[middleware/types.ts:81054](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81054) ___ @@ -3626,7 +3626,7 @@ ___ #### Defined in -[middleware/types.ts:79792](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79792) +[middleware/types.ts:81055](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81055) ___ @@ -3636,7 +3636,7 @@ ___ #### Defined in -[middleware/types.ts:79789](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79789) +[middleware/types.ts:81052](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81052) ___ @@ -3646,7 +3646,7 @@ ___ #### Defined in -[middleware/types.ts:79790](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79790) +[middleware/types.ts:81053](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81053) ___ @@ -3656,7 +3656,7 @@ ___ #### Defined in -[middleware/types.ts:79795](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79795) +[middleware/types.ts:81058](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81058) ___ @@ -3666,7 +3666,7 @@ ___ #### Defined in -[middleware/types.ts:79796](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79796) +[middleware/types.ts:81059](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81059) ___ @@ -3676,7 +3676,7 @@ ___ #### Defined in -[middleware/types.ts:79793](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79793) +[middleware/types.ts:81056](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81056) ___ @@ -3686,7 +3686,7 @@ ___ #### Defined in -[middleware/types.ts:79794](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79794) +[middleware/types.ts:81057](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81057) ___ @@ -3696,7 +3696,7 @@ ___ #### Defined in -[middleware/types.ts:79797](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79797) +[middleware/types.ts:81060](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81060) ___ @@ -3706,7 +3706,7 @@ ___ #### Defined in -[middleware/types.ts:79798](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79798) +[middleware/types.ts:81061](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81061) ___ @@ -3716,7 +3716,7 @@ ___ #### Defined in -[middleware/types.ts:79799](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79799) +[middleware/types.ts:81062](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81062) ___ @@ -3726,7 +3726,7 @@ ___ #### Defined in -[middleware/types.ts:79800](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79800) +[middleware/types.ts:81063](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81063) ___ @@ -3736,7 +3736,7 @@ ___ #### Defined in -[middleware/types.ts:79801](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79801) +[middleware/types.ts:81064](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81064) ___ @@ -3746,7 +3746,7 @@ ___ #### Defined in -[middleware/types.ts:79802](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79802) +[middleware/types.ts:81065](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81065) ___ @@ -3756,7 +3756,7 @@ ___ #### Defined in -[middleware/types.ts:79803](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79803) +[middleware/types.ts:81066](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81066) ___ @@ -3766,7 +3766,7 @@ ___ #### Defined in -[middleware/types.ts:79804](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79804) +[middleware/types.ts:81067](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81067) ___ @@ -3776,7 +3776,7 @@ ___ #### Defined in -[middleware/types.ts:79805](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79805) +[middleware/types.ts:81068](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81068) ___ @@ -3786,7 +3786,7 @@ ___ #### Defined in -[middleware/types.ts:79806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79806) +[middleware/types.ts:81069](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81069) ___ @@ -3796,7 +3796,7 @@ ___ #### Defined in -[middleware/types.ts:79807](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79807) +[middleware/types.ts:81070](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81070) ___ @@ -3806,7 +3806,7 @@ ___ #### Defined in -[middleware/types.ts:79808](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79808) +[middleware/types.ts:81071](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81071) ___ @@ -3816,7 +3816,7 @@ ___ #### Defined in -[middleware/types.ts:79809](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79809) +[middleware/types.ts:81072](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81072) ___ @@ -3826,7 +3826,7 @@ ___ #### Defined in -[middleware/types.ts:79810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79810) +[middleware/types.ts:81073](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81073) ___ @@ -3836,7 +3836,7 @@ ___ #### Defined in -[middleware/types.ts:79811](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79811) +[middleware/types.ts:81074](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81074) ___ @@ -3846,7 +3846,7 @@ ___ #### Defined in -[middleware/types.ts:79812](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79812) +[middleware/types.ts:81075](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81075) ___ @@ -3856,7 +3856,7 @@ ___ #### Defined in -[middleware/types.ts:79813](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79813) +[middleware/types.ts:81076](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81076) ___ @@ -3866,7 +3866,7 @@ ___ #### Defined in -[middleware/types.ts:79814](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79814) +[middleware/types.ts:81077](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81077) ___ @@ -3876,7 +3876,7 @@ ___ #### Defined in -[middleware/types.ts:79815](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79815) +[middleware/types.ts:81078](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81078) ___ @@ -3886,7 +3886,7 @@ ___ #### Defined in -[middleware/types.ts:79816](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79816) +[middleware/types.ts:81079](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81079) ___ @@ -3896,7 +3896,7 @@ ___ #### Defined in -[middleware/types.ts:79817](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79817) +[middleware/types.ts:81080](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81080) ___ @@ -3906,7 +3906,7 @@ ___ #### Defined in -[middleware/types.ts:79818](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79818) +[middleware/types.ts:81081](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81081) ___ @@ -3916,7 +3916,7 @@ ___ #### Defined in -[middleware/types.ts:79819](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79819) +[middleware/types.ts:81082](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81082) ___ @@ -3926,7 +3926,7 @@ ___ #### Defined in -[middleware/types.ts:79820](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79820) +[middleware/types.ts:81083](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81083) ___ @@ -3936,7 +3936,7 @@ ___ #### Defined in -[middleware/types.ts:79821](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79821) +[middleware/types.ts:81084](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81084) ___ @@ -3946,7 +3946,7 @@ ___ #### Defined in -[middleware/types.ts:79822](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79822) +[middleware/types.ts:81085](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81085) ___ @@ -3956,7 +3956,7 @@ ___ #### Defined in -[middleware/types.ts:79823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79823) +[middleware/types.ts:81086](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81086) ___ @@ -3966,7 +3966,7 @@ ___ #### Defined in -[middleware/types.ts:79824](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79824) +[middleware/types.ts:81087](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81087) ___ @@ -3976,7 +3976,7 @@ ___ #### Defined in -[middleware/types.ts:79825](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79825) +[middleware/types.ts:81088](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81088) ___ @@ -3986,7 +3986,7 @@ ___ #### Defined in -[middleware/types.ts:79826](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79826) +[middleware/types.ts:81089](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81089) ___ @@ -3996,7 +3996,7 @@ ___ #### Defined in -[middleware/types.ts:79827](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79827) +[middleware/types.ts:81090](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81090) ___ @@ -4006,7 +4006,7 @@ ___ #### Defined in -[middleware/types.ts:79828](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79828) +[middleware/types.ts:81091](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81091) ___ @@ -4016,7 +4016,7 @@ ___ #### Defined in -[middleware/types.ts:79829](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79829) +[middleware/types.ts:81092](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81092) ___ @@ -4026,7 +4026,7 @@ ___ #### Defined in -[middleware/types.ts:79830](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79830) +[middleware/types.ts:81093](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81093) ___ @@ -4036,7 +4036,7 @@ ___ #### Defined in -[middleware/types.ts:79831](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79831) +[middleware/types.ts:81094](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81094) ___ @@ -4046,7 +4046,7 @@ ___ #### Defined in -[middleware/types.ts:79832](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79832) +[middleware/types.ts:81095](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81095) ___ @@ -4056,7 +4056,7 @@ ___ #### Defined in -[middleware/types.ts:79833](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79833) +[middleware/types.ts:81096](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81096) ___ @@ -4066,7 +4066,7 @@ ___ #### Defined in -[middleware/types.ts:79834](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79834) +[middleware/types.ts:81097](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81097) ___ @@ -4076,7 +4076,7 @@ ___ #### Defined in -[middleware/types.ts:79837](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79837) +[middleware/types.ts:81100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81100) ___ @@ -4086,7 +4086,7 @@ ___ #### Defined in -[middleware/types.ts:79838](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79838) +[middleware/types.ts:81101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81101) ___ @@ -4096,7 +4096,7 @@ ___ #### Defined in -[middleware/types.ts:79835](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79835) +[middleware/types.ts:81098](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81098) ___ @@ -4106,7 +4106,7 @@ ___ #### Defined in -[middleware/types.ts:79836](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79836) +[middleware/types.ts:81099](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81099) ___ @@ -4116,7 +4116,7 @@ ___ #### Defined in -[middleware/types.ts:79841](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79841) +[middleware/types.ts:81104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81104) ___ @@ -4126,7 +4126,7 @@ ___ #### Defined in -[middleware/types.ts:79842](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79842) +[middleware/types.ts:81105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81105) ___ @@ -4136,7 +4136,7 @@ ___ #### Defined in -[middleware/types.ts:79839](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79839) +[middleware/types.ts:81102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81102) ___ @@ -4146,7 +4146,7 @@ ___ #### Defined in -[middleware/types.ts:79840](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79840) +[middleware/types.ts:81103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81103) ___ @@ -4156,7 +4156,7 @@ ___ #### Defined in -[middleware/types.ts:79843](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79843) +[middleware/types.ts:81106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81106) ___ @@ -4166,7 +4166,7 @@ ___ #### Defined in -[middleware/types.ts:79844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79844) +[middleware/types.ts:81107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81107) ___ @@ -4176,7 +4176,7 @@ ___ #### Defined in -[middleware/types.ts:79845](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79845) +[middleware/types.ts:81108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81108) ___ @@ -4186,7 +4186,7 @@ ___ #### Defined in -[middleware/types.ts:79846](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79846) +[middleware/types.ts:81109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81109) ___ @@ -4196,7 +4196,7 @@ ___ #### Defined in -[middleware/types.ts:79847](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79847) +[middleware/types.ts:81110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81110) ___ @@ -4206,7 +4206,7 @@ ___ #### Defined in -[middleware/types.ts:79848](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79848) +[middleware/types.ts:81111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81111) ___ @@ -4216,7 +4216,7 @@ ___ #### Defined in -[middleware/types.ts:79849](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79849) +[middleware/types.ts:81112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81112) ___ @@ -4226,7 +4226,7 @@ ___ #### Defined in -[middleware/types.ts:79850](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79850) +[middleware/types.ts:81113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81113) ___ @@ -4236,7 +4236,7 @@ ___ #### Defined in -[middleware/types.ts:79851](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79851) +[middleware/types.ts:81114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81114) ___ @@ -4246,7 +4246,7 @@ ___ #### Defined in -[middleware/types.ts:79852](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79852) +[middleware/types.ts:81115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81115) ___ @@ -4256,7 +4256,7 @@ ___ #### Defined in -[middleware/types.ts:79853](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79853) +[middleware/types.ts:81116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81116) ___ @@ -4266,7 +4266,7 @@ ___ #### Defined in -[middleware/types.ts:79854](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79854) +[middleware/types.ts:81117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81117) ___ @@ -4276,7 +4276,7 @@ ___ #### Defined in -[middleware/types.ts:79855](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79855) +[middleware/types.ts:81118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81118) ___ @@ -4286,7 +4286,7 @@ ___ #### Defined in -[middleware/types.ts:79856](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79856) +[middleware/types.ts:81119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81119) ___ @@ -4296,7 +4296,7 @@ ___ #### Defined in -[middleware/types.ts:79857](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79857) +[middleware/types.ts:81120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81120) ___ @@ -4306,7 +4306,7 @@ ___ #### Defined in -[middleware/types.ts:79858](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79858) +[middleware/types.ts:81121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81121) ___ @@ -4316,7 +4316,7 @@ ___ #### Defined in -[middleware/types.ts:79859](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79859) +[middleware/types.ts:81122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81122) ___ @@ -4326,7 +4326,7 @@ ___ #### Defined in -[middleware/types.ts:79860](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79860) +[middleware/types.ts:81123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81123) ___ @@ -4336,7 +4336,7 @@ ___ #### Defined in -[middleware/types.ts:79861](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79861) +[middleware/types.ts:81124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81124) ___ @@ -4346,7 +4346,7 @@ ___ #### Defined in -[middleware/types.ts:79862](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79862) +[middleware/types.ts:81125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81125) ___ @@ -4356,7 +4356,7 @@ ___ #### Defined in -[middleware/types.ts:79863](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79863) +[middleware/types.ts:81126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81126) ___ @@ -4366,7 +4366,7 @@ ___ #### Defined in -[middleware/types.ts:79864](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79864) +[middleware/types.ts:81127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81127) ___ @@ -4376,7 +4376,7 @@ ___ #### Defined in -[middleware/types.ts:79865](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79865) +[middleware/types.ts:81128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81128) ___ @@ -4386,7 +4386,7 @@ ___ #### Defined in -[middleware/types.ts:79866](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79866) +[middleware/types.ts:81129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81129) ___ @@ -4396,7 +4396,7 @@ ___ #### Defined in -[middleware/types.ts:79867](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79867) +[middleware/types.ts:81130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81130) ___ @@ -4406,7 +4406,7 @@ ___ #### Defined in -[middleware/types.ts:79868](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79868) +[middleware/types.ts:81131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81131) ___ @@ -4416,7 +4416,7 @@ ___ #### Defined in -[middleware/types.ts:79869](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79869) +[middleware/types.ts:81132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81132) ___ @@ -4426,7 +4426,7 @@ ___ #### Defined in -[middleware/types.ts:79870](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79870) +[middleware/types.ts:81133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81133) ___ @@ -4436,7 +4436,7 @@ ___ #### Defined in -[middleware/types.ts:79871](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79871) +[middleware/types.ts:81134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81134) ___ @@ -4446,7 +4446,7 @@ ___ #### Defined in -[middleware/types.ts:79872](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79872) +[middleware/types.ts:81135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81135) ___ @@ -4456,7 +4456,7 @@ ___ #### Defined in -[middleware/types.ts:79873](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79873) +[middleware/types.ts:81136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81136) ___ @@ -4466,7 +4466,7 @@ ___ #### Defined in -[middleware/types.ts:79874](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79874) +[middleware/types.ts:81137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81137) ___ @@ -4476,7 +4476,7 @@ ___ #### Defined in -[middleware/types.ts:79875](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79875) +[middleware/types.ts:81138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81138) ___ @@ -4486,7 +4486,7 @@ ___ #### Defined in -[middleware/types.ts:79876](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79876) +[middleware/types.ts:81139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81139) ___ @@ -4496,7 +4496,7 @@ ___ #### Defined in -[middleware/types.ts:79877](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79877) +[middleware/types.ts:81140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81140) ___ @@ -4506,7 +4506,7 @@ ___ #### Defined in -[middleware/types.ts:79878](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79878) +[middleware/types.ts:81141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81141) ___ @@ -4516,7 +4516,7 @@ ___ #### Defined in -[middleware/types.ts:79879](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79879) +[middleware/types.ts:81142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81142) ___ @@ -4526,7 +4526,7 @@ ___ #### Defined in -[middleware/types.ts:79880](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79880) +[middleware/types.ts:81143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81143) ___ @@ -4536,7 +4536,7 @@ ___ #### Defined in -[middleware/types.ts:79881](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79881) +[middleware/types.ts:81144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81144) ___ @@ -4546,7 +4546,7 @@ ___ #### Defined in -[middleware/types.ts:79882](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79882) +[middleware/types.ts:81145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81145) ___ @@ -4556,7 +4556,7 @@ ___ #### Defined in -[middleware/types.ts:79883](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79883) +[middleware/types.ts:81146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81146) ___ @@ -4566,7 +4566,7 @@ ___ #### Defined in -[middleware/types.ts:79886](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79886) +[middleware/types.ts:81149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81149) ___ @@ -4576,7 +4576,7 @@ ___ #### Defined in -[middleware/types.ts:79887](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79887) +[middleware/types.ts:81150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81150) ___ @@ -4586,7 +4586,7 @@ ___ #### Defined in -[middleware/types.ts:79884](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79884) +[middleware/types.ts:81147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81147) ___ @@ -4596,7 +4596,7 @@ ___ #### Defined in -[middleware/types.ts:79885](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79885) +[middleware/types.ts:81148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81148) ___ @@ -4606,7 +4606,7 @@ ___ #### Defined in -[middleware/types.ts:79888](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79888) +[middleware/types.ts:81151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81151) ___ @@ -4616,7 +4616,7 @@ ___ #### Defined in -[middleware/types.ts:79889](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79889) +[middleware/types.ts:81152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81152) ___ @@ -4626,7 +4626,7 @@ ___ #### Defined in -[middleware/types.ts:79892](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79892) +[middleware/types.ts:81155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81155) ___ @@ -4636,7 +4636,7 @@ ___ #### Defined in -[middleware/types.ts:79893](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79893) +[middleware/types.ts:81156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81156) ___ @@ -4646,7 +4646,7 @@ ___ #### Defined in -[middleware/types.ts:79890](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79890) +[middleware/types.ts:81153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81153) ___ @@ -4656,7 +4656,7 @@ ___ #### Defined in -[middleware/types.ts:79891](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79891) +[middleware/types.ts:81154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81154) ___ @@ -4666,7 +4666,7 @@ ___ #### Defined in -[middleware/types.ts:79894](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79894) +[middleware/types.ts:81157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81157) ___ @@ -4676,7 +4676,7 @@ ___ #### Defined in -[middleware/types.ts:79895](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79895) +[middleware/types.ts:81158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81158) ___ @@ -4686,7 +4686,7 @@ ___ #### Defined in -[middleware/types.ts:79896](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79896) +[middleware/types.ts:81159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81159) ___ @@ -4696,7 +4696,7 @@ ___ #### Defined in -[middleware/types.ts:79897](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79897) +[middleware/types.ts:81160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81160) ___ @@ -4706,7 +4706,7 @@ ___ #### Defined in -[middleware/types.ts:79898](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79898) +[middleware/types.ts:81161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81161) ___ @@ -4716,7 +4716,7 @@ ___ #### Defined in -[middleware/types.ts:79899](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79899) +[middleware/types.ts:81162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81162) ___ @@ -4726,7 +4726,7 @@ ___ #### Defined in -[middleware/types.ts:79900](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79900) +[middleware/types.ts:81163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81163) ___ @@ -4736,7 +4736,7 @@ ___ #### Defined in -[middleware/types.ts:79901](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79901) +[middleware/types.ts:81164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81164) ___ @@ -4746,7 +4746,7 @@ ___ #### Defined in -[middleware/types.ts:79902](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79902) +[middleware/types.ts:81165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81165) ___ @@ -4756,7 +4756,7 @@ ___ #### Defined in -[middleware/types.ts:79903](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79903) +[middleware/types.ts:81166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81166) ___ @@ -4766,7 +4766,7 @@ ___ #### Defined in -[middleware/types.ts:79904](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79904) +[middleware/types.ts:81167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81167) ___ @@ -4776,7 +4776,7 @@ ___ #### Defined in -[middleware/types.ts:79905](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79905) +[middleware/types.ts:81168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81168) ___ @@ -4786,7 +4786,7 @@ ___ #### Defined in -[middleware/types.ts:79906](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79906) +[middleware/types.ts:81169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81169) ___ @@ -4796,7 +4796,7 @@ ___ #### Defined in -[middleware/types.ts:79907](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79907) +[middleware/types.ts:81170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81170) ___ @@ -4806,7 +4806,7 @@ ___ #### Defined in -[middleware/types.ts:79908](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79908) +[middleware/types.ts:81171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81171) ___ @@ -4816,7 +4816,7 @@ ___ #### Defined in -[middleware/types.ts:79909](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79909) +[middleware/types.ts:81172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81172) ___ @@ -4826,7 +4826,7 @@ ___ #### Defined in -[middleware/types.ts:79910](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79910) +[middleware/types.ts:81173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81173) ___ @@ -4836,7 +4836,7 @@ ___ #### Defined in -[middleware/types.ts:79911](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79911) +[middleware/types.ts:81174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81174) ___ @@ -4846,7 +4846,7 @@ ___ #### Defined in -[middleware/types.ts:79912](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79912) +[middleware/types.ts:81175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81175) ___ @@ -4856,7 +4856,7 @@ ___ #### Defined in -[middleware/types.ts:79913](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79913) +[middleware/types.ts:81176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81176) ___ @@ -4866,7 +4866,7 @@ ___ #### Defined in -[middleware/types.ts:79914](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79914) +[middleware/types.ts:81177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81177) ___ @@ -4876,7 +4876,7 @@ ___ #### Defined in -[middleware/types.ts:79915](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79915) +[middleware/types.ts:81178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81178) ___ @@ -4886,7 +4886,7 @@ ___ #### Defined in -[middleware/types.ts:79916](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79916) +[middleware/types.ts:81179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81179) ___ @@ -4896,7 +4896,7 @@ ___ #### Defined in -[middleware/types.ts:79917](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79917) +[middleware/types.ts:81180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81180) ___ @@ -4906,7 +4906,7 @@ ___ #### Defined in -[middleware/types.ts:79918](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79918) +[middleware/types.ts:81181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81181) ___ @@ -4916,7 +4916,7 @@ ___ #### Defined in -[middleware/types.ts:79919](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79919) +[middleware/types.ts:81182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81182) ___ @@ -4926,7 +4926,7 @@ ___ #### Defined in -[middleware/types.ts:79920](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79920) +[middleware/types.ts:81183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81183) ___ @@ -4936,7 +4936,7 @@ ___ #### Defined in -[middleware/types.ts:79921](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79921) +[middleware/types.ts:81184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81184) ___ @@ -4946,7 +4946,7 @@ ___ #### Defined in -[middleware/types.ts:79924](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79924) +[middleware/types.ts:81187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81187) ___ @@ -4956,7 +4956,7 @@ ___ #### Defined in -[middleware/types.ts:79925](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79925) +[middleware/types.ts:81188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81188) ___ @@ -4966,7 +4966,7 @@ ___ #### Defined in -[middleware/types.ts:79922](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79922) +[middleware/types.ts:81185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81185) ___ @@ -4976,7 +4976,7 @@ ___ #### Defined in -[middleware/types.ts:79923](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79923) +[middleware/types.ts:81186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81186) ___ @@ -4986,7 +4986,7 @@ ___ #### Defined in -[middleware/types.ts:79926](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79926) +[middleware/types.ts:81189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81189) ___ @@ -4996,7 +4996,7 @@ ___ #### Defined in -[middleware/types.ts:79927](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79927) +[middleware/types.ts:81190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81190) ___ @@ -5006,7 +5006,7 @@ ___ #### Defined in -[middleware/types.ts:79930](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79930) +[middleware/types.ts:81193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81193) ___ @@ -5016,7 +5016,7 @@ ___ #### Defined in -[middleware/types.ts:79931](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79931) +[middleware/types.ts:81194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81194) ___ @@ -5026,7 +5026,7 @@ ___ #### Defined in -[middleware/types.ts:79928](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79928) +[middleware/types.ts:81191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81191) ___ @@ -5036,7 +5036,7 @@ ___ #### Defined in -[middleware/types.ts:79929](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79929) +[middleware/types.ts:81192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81192) ___ @@ -5046,7 +5046,7 @@ ___ #### Defined in -[middleware/types.ts:79932](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79932) +[middleware/types.ts:81195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81195) ___ @@ -5056,7 +5056,7 @@ ___ #### Defined in -[middleware/types.ts:79933](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79933) +[middleware/types.ts:81196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81196) ___ @@ -5066,7 +5066,7 @@ ___ #### Defined in -[middleware/types.ts:79934](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79934) +[middleware/types.ts:81197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81197) ___ @@ -5076,7 +5076,7 @@ ___ #### Defined in -[middleware/types.ts:79935](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79935) +[middleware/types.ts:81198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81198) ___ @@ -5086,7 +5086,7 @@ ___ #### Defined in -[middleware/types.ts:79936](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79936) +[middleware/types.ts:81199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81199) ___ @@ -5096,7 +5096,7 @@ ___ #### Defined in -[middleware/types.ts:79937](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79937) +[middleware/types.ts:81200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81200) ___ @@ -5106,7 +5106,7 @@ ___ #### Defined in -[middleware/types.ts:79938](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79938) +[middleware/types.ts:81201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81201) ___ @@ -5116,7 +5116,7 @@ ___ #### Defined in -[middleware/types.ts:79939](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79939) +[middleware/types.ts:81202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81202) ___ @@ -5126,7 +5126,7 @@ ___ #### Defined in -[middleware/types.ts:79940](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79940) +[middleware/types.ts:81203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81203) ___ @@ -5136,7 +5136,7 @@ ___ #### Defined in -[middleware/types.ts:79941](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79941) +[middleware/types.ts:81204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81204) ___ @@ -5146,7 +5146,7 @@ ___ #### Defined in -[middleware/types.ts:79942](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79942) +[middleware/types.ts:81205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81205) ___ @@ -5156,7 +5156,7 @@ ___ #### Defined in -[middleware/types.ts:79943](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79943) +[middleware/types.ts:81206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81206) ___ @@ -5166,7 +5166,7 @@ ___ #### Defined in -[middleware/types.ts:79944](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79944) +[middleware/types.ts:81207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81207) ___ @@ -5176,7 +5176,7 @@ ___ #### Defined in -[middleware/types.ts:79945](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79945) +[middleware/types.ts:81208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81208) ___ @@ -5186,7 +5186,7 @@ ___ #### Defined in -[middleware/types.ts:79946](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79946) +[middleware/types.ts:81209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81209) ___ @@ -5196,7 +5196,7 @@ ___ #### Defined in -[middleware/types.ts:79947](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79947) +[middleware/types.ts:81210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81210) ___ @@ -5206,7 +5206,7 @@ ___ #### Defined in -[middleware/types.ts:79948](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79948) +[middleware/types.ts:81211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81211) ___ @@ -5216,7 +5216,7 @@ ___ #### Defined in -[middleware/types.ts:79949](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79949) +[middleware/types.ts:81212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81212) ___ @@ -5226,7 +5226,7 @@ ___ #### Defined in -[middleware/types.ts:79950](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79950) +[middleware/types.ts:81213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81213) ___ @@ -5236,7 +5236,7 @@ ___ #### Defined in -[middleware/types.ts:79951](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79951) +[middleware/types.ts:81214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81214) ___ @@ -5246,7 +5246,7 @@ ___ #### Defined in -[middleware/types.ts:79952](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79952) +[middleware/types.ts:81215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81215) ___ @@ -5256,7 +5256,7 @@ ___ #### Defined in -[middleware/types.ts:79953](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79953) +[middleware/types.ts:81216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81216) ___ @@ -5266,7 +5266,7 @@ ___ #### Defined in -[middleware/types.ts:79954](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79954) +[middleware/types.ts:81217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81217) ___ @@ -5276,7 +5276,7 @@ ___ #### Defined in -[middleware/types.ts:79955](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79955) +[middleware/types.ts:81218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81218) ___ @@ -5286,7 +5286,7 @@ ___ #### Defined in -[middleware/types.ts:79956](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79956) +[middleware/types.ts:81219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81219) ___ @@ -5296,7 +5296,7 @@ ___ #### Defined in -[middleware/types.ts:79957](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79957) +[middleware/types.ts:81220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81220) ___ @@ -5306,7 +5306,7 @@ ___ #### Defined in -[middleware/types.ts:79960](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79960) +[middleware/types.ts:81223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81223) ___ @@ -5316,7 +5316,7 @@ ___ #### Defined in -[middleware/types.ts:79961](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79961) +[middleware/types.ts:81224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81224) ___ @@ -5326,7 +5326,7 @@ ___ #### Defined in -[middleware/types.ts:79958](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79958) +[middleware/types.ts:81221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81221) ___ @@ -5336,7 +5336,7 @@ ___ #### Defined in -[middleware/types.ts:79959](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79959) +[middleware/types.ts:81222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81222) ___ @@ -5346,7 +5346,7 @@ ___ #### Defined in -[middleware/types.ts:79962](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79962) +[middleware/types.ts:81225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81225) ___ @@ -5356,7 +5356,7 @@ ___ #### Defined in -[middleware/types.ts:79963](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79963) +[middleware/types.ts:81226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81226) ___ @@ -5366,7 +5366,7 @@ ___ #### Defined in -[middleware/types.ts:79966](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79966) +[middleware/types.ts:81229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81229) ___ @@ -5376,7 +5376,7 @@ ___ #### Defined in -[middleware/types.ts:79967](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79967) +[middleware/types.ts:81230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81230) ___ @@ -5386,7 +5386,7 @@ ___ #### Defined in -[middleware/types.ts:79964](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79964) +[middleware/types.ts:81227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81227) ___ @@ -5396,7 +5396,7 @@ ___ #### Defined in -[middleware/types.ts:79965](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79965) +[middleware/types.ts:81228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81228) ___ @@ -5406,7 +5406,7 @@ ___ #### Defined in -[middleware/types.ts:79968](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79968) +[middleware/types.ts:81231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81231) ___ @@ -5416,7 +5416,7 @@ ___ #### Defined in -[middleware/types.ts:79969](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79969) +[middleware/types.ts:81232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81232) ___ @@ -5426,7 +5426,7 @@ ___ #### Defined in -[middleware/types.ts:79970](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79970) +[middleware/types.ts:81233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81233) ___ @@ -5436,7 +5436,7 @@ ___ #### Defined in -[middleware/types.ts:79971](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79971) +[middleware/types.ts:81234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81234) ___ @@ -5446,7 +5446,7 @@ ___ #### Defined in -[middleware/types.ts:79972](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79972) +[middleware/types.ts:81235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81235) ___ @@ -5456,7 +5456,7 @@ ___ #### Defined in -[middleware/types.ts:79973](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79973) +[middleware/types.ts:81236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81236) ___ @@ -5466,7 +5466,7 @@ ___ #### Defined in -[middleware/types.ts:79974](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79974) +[middleware/types.ts:81237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81237) ___ @@ -5476,7 +5476,7 @@ ___ #### Defined in -[middleware/types.ts:79975](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79975) +[middleware/types.ts:81238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81238) ___ @@ -5486,7 +5486,7 @@ ___ #### Defined in -[middleware/types.ts:79976](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79976) +[middleware/types.ts:81239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81239) ___ @@ -5496,7 +5496,7 @@ ___ #### Defined in -[middleware/types.ts:79977](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79977) +[middleware/types.ts:81240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81240) ___ @@ -5506,7 +5506,7 @@ ___ #### Defined in -[middleware/types.ts:79978](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79978) +[middleware/types.ts:81241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81241) ___ @@ -5516,7 +5516,7 @@ ___ #### Defined in -[middleware/types.ts:79979](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79979) +[middleware/types.ts:81242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81242) ___ @@ -5526,7 +5526,7 @@ ___ #### Defined in -[middleware/types.ts:79980](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79980) +[middleware/types.ts:81243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81243) ___ @@ -5536,7 +5536,7 @@ ___ #### Defined in -[middleware/types.ts:79981](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79981) +[middleware/types.ts:81244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81244) ___ @@ -5546,7 +5546,7 @@ ___ #### Defined in -[middleware/types.ts:79982](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79982) +[middleware/types.ts:81245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81245) ___ @@ -5556,7 +5556,7 @@ ___ #### Defined in -[middleware/types.ts:79983](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79983) +[middleware/types.ts:81246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81246) ___ @@ -5566,7 +5566,7 @@ ___ #### Defined in -[middleware/types.ts:79984](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79984) +[middleware/types.ts:81247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81247) ___ @@ -5576,7 +5576,7 @@ ___ #### Defined in -[middleware/types.ts:79985](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79985) +[middleware/types.ts:81248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81248) ___ @@ -5586,7 +5586,7 @@ ___ #### Defined in -[middleware/types.ts:79986](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79986) +[middleware/types.ts:81249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81249) ___ @@ -5596,7 +5596,7 @@ ___ #### Defined in -[middleware/types.ts:79987](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79987) +[middleware/types.ts:81250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81250) ___ @@ -5606,7 +5606,7 @@ ___ #### Defined in -[middleware/types.ts:79988](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79988) +[middleware/types.ts:81251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81251) ___ @@ -5616,7 +5616,7 @@ ___ #### Defined in -[middleware/types.ts:79989](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79989) +[middleware/types.ts:81252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81252) ___ @@ -5626,7 +5626,7 @@ ___ #### Defined in -[middleware/types.ts:79990](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79990) +[middleware/types.ts:81253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81253) ___ @@ -5636,7 +5636,7 @@ ___ #### Defined in -[middleware/types.ts:79991](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79991) +[middleware/types.ts:81254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81254) ___ @@ -5646,7 +5646,7 @@ ___ #### Defined in -[middleware/types.ts:79992](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79992) +[middleware/types.ts:81255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81255) ___ @@ -5656,7 +5656,7 @@ ___ #### Defined in -[middleware/types.ts:79993](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79993) +[middleware/types.ts:81256](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81256) ___ @@ -5666,7 +5666,7 @@ ___ #### Defined in -[middleware/types.ts:79996](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79996) +[middleware/types.ts:81259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81259) ___ @@ -5676,7 +5676,7 @@ ___ #### Defined in -[middleware/types.ts:79997](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79997) +[middleware/types.ts:81260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81260) ___ @@ -5686,7 +5686,7 @@ ___ #### Defined in -[middleware/types.ts:79994](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79994) +[middleware/types.ts:81257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81257) ___ @@ -5696,7 +5696,7 @@ ___ #### Defined in -[middleware/types.ts:79995](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79995) +[middleware/types.ts:81258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81258) ___ @@ -5706,7 +5706,7 @@ ___ #### Defined in -[middleware/types.ts:79998](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79998) +[middleware/types.ts:81261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81261) ___ @@ -5716,7 +5716,7 @@ ___ #### Defined in -[middleware/types.ts:79999](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L79999) +[middleware/types.ts:81262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81262) ___ @@ -5726,7 +5726,7 @@ ___ #### Defined in -[middleware/types.ts:80002](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80002) +[middleware/types.ts:81265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81265) ___ @@ -5736,7 +5736,7 @@ ___ #### Defined in -[middleware/types.ts:80003](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80003) +[middleware/types.ts:81266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81266) ___ @@ -5746,7 +5746,7 @@ ___ #### Defined in -[middleware/types.ts:80000](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80000) +[middleware/types.ts:81263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81263) ___ @@ -5756,7 +5756,7 @@ ___ #### Defined in -[middleware/types.ts:80001](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80001) +[middleware/types.ts:81264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81264) ___ @@ -5766,7 +5766,7 @@ ___ #### Defined in -[middleware/types.ts:80004](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80004) +[middleware/types.ts:81267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81267) ___ @@ -5776,7 +5776,7 @@ ___ #### Defined in -[middleware/types.ts:80005](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80005) +[middleware/types.ts:81268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81268) ___ @@ -5786,7 +5786,7 @@ ___ #### Defined in -[middleware/types.ts:80006](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80006) +[middleware/types.ts:81269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81269) ___ @@ -5796,7 +5796,7 @@ ___ #### Defined in -[middleware/types.ts:80007](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80007) +[middleware/types.ts:81270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81270) ___ @@ -5806,7 +5806,7 @@ ___ #### Defined in -[middleware/types.ts:80008](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80008) +[middleware/types.ts:81271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81271) ___ @@ -5816,7 +5816,7 @@ ___ #### Defined in -[middleware/types.ts:80009](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80009) +[middleware/types.ts:81272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81272) ___ @@ -5826,7 +5826,7 @@ ___ #### Defined in -[middleware/types.ts:80010](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80010) +[middleware/types.ts:81273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81273) ___ @@ -5836,7 +5836,7 @@ ___ #### Defined in -[middleware/types.ts:80011](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80011) +[middleware/types.ts:81274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81274) ___ @@ -5846,7 +5846,7 @@ ___ #### Defined in -[middleware/types.ts:80012](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80012) +[middleware/types.ts:81275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81275) ___ @@ -5856,7 +5856,7 @@ ___ #### Defined in -[middleware/types.ts:80013](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80013) +[middleware/types.ts:81276](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81276) ___ @@ -5866,7 +5866,7 @@ ___ #### Defined in -[middleware/types.ts:80014](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80014) +[middleware/types.ts:81277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81277) ___ @@ -5876,7 +5876,7 @@ ___ #### Defined in -[middleware/types.ts:80015](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80015) +[middleware/types.ts:81278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81278) ___ @@ -5886,7 +5886,7 @@ ___ #### Defined in -[middleware/types.ts:80016](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80016) +[middleware/types.ts:81279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81279) ___ @@ -5896,7 +5896,7 @@ ___ #### Defined in -[middleware/types.ts:80017](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80017) +[middleware/types.ts:81280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81280) ___ @@ -5906,7 +5906,7 @@ ___ #### Defined in -[middleware/types.ts:80018](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80018) +[middleware/types.ts:81281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81281) ___ @@ -5916,7 +5916,7 @@ ___ #### Defined in -[middleware/types.ts:80019](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80019) +[middleware/types.ts:81282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81282) ___ @@ -5926,7 +5926,7 @@ ___ #### Defined in -[middleware/types.ts:80020](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80020) +[middleware/types.ts:81283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81283) ___ @@ -5936,7 +5936,7 @@ ___ #### Defined in -[middleware/types.ts:80021](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80021) +[middleware/types.ts:81284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81284) ___ @@ -5946,7 +5946,7 @@ ___ #### Defined in -[middleware/types.ts:80022](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80022) +[middleware/types.ts:81285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81285) ___ @@ -5956,7 +5956,7 @@ ___ #### Defined in -[middleware/types.ts:80023](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80023) +[middleware/types.ts:81286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81286) ___ @@ -5966,7 +5966,7 @@ ___ #### Defined in -[middleware/types.ts:80024](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80024) +[middleware/types.ts:81287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81287) ___ @@ -5976,7 +5976,7 @@ ___ #### Defined in -[middleware/types.ts:80025](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80025) +[middleware/types.ts:81288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81288) ___ @@ -5986,7 +5986,7 @@ ___ #### Defined in -[middleware/types.ts:80026](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80026) +[middleware/types.ts:81289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81289) ___ @@ -5996,7 +5996,7 @@ ___ #### Defined in -[middleware/types.ts:80027](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80027) +[middleware/types.ts:81290](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81290) ___ @@ -6006,7 +6006,7 @@ ___ #### Defined in -[middleware/types.ts:80028](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80028) +[middleware/types.ts:81291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81291) ___ @@ -6016,7 +6016,7 @@ ___ #### Defined in -[middleware/types.ts:80029](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80029) +[middleware/types.ts:81292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81292) ___ @@ -6026,7 +6026,7 @@ ___ #### Defined in -[middleware/types.ts:80032](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80032) +[middleware/types.ts:81295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81295) ___ @@ -6036,7 +6036,7 @@ ___ #### Defined in -[middleware/types.ts:80033](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80033) +[middleware/types.ts:81296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81296) ___ @@ -6046,7 +6046,7 @@ ___ #### Defined in -[middleware/types.ts:80030](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80030) +[middleware/types.ts:81293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81293) ___ @@ -6056,7 +6056,7 @@ ___ #### Defined in -[middleware/types.ts:80031](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80031) +[middleware/types.ts:81294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81294) ___ @@ -6066,7 +6066,7 @@ ___ #### Defined in -[middleware/types.ts:80034](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80034) +[middleware/types.ts:81297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81297) ___ @@ -6076,7 +6076,7 @@ ___ #### Defined in -[middleware/types.ts:80035](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80035) +[middleware/types.ts:81298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81298) ___ @@ -6086,7 +6086,7 @@ ___ #### Defined in -[middleware/types.ts:80038](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80038) +[middleware/types.ts:81301](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81301) ___ @@ -6096,7 +6096,7 @@ ___ #### Defined in -[middleware/types.ts:80039](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80039) +[middleware/types.ts:81302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81302) ___ @@ -6106,7 +6106,7 @@ ___ #### Defined in -[middleware/types.ts:80036](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80036) +[middleware/types.ts:81299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81299) ___ @@ -6116,7 +6116,7 @@ ___ #### Defined in -[middleware/types.ts:80037](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80037) +[middleware/types.ts:81300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81300) ___ @@ -6126,7 +6126,7 @@ ___ #### Defined in -[middleware/types.ts:80040](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80040) +[middleware/types.ts:81303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81303) ___ @@ -6136,7 +6136,7 @@ ___ #### Defined in -[middleware/types.ts:80041](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80041) +[middleware/types.ts:81304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81304) ___ @@ -6146,7 +6146,7 @@ ___ #### Defined in -[middleware/types.ts:80042](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80042) +[middleware/types.ts:81305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81305) ___ @@ -6156,7 +6156,7 @@ ___ #### Defined in -[middleware/types.ts:80043](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80043) +[middleware/types.ts:81306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81306) ___ @@ -6166,7 +6166,7 @@ ___ #### Defined in -[middleware/types.ts:80044](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80044) +[middleware/types.ts:81307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81307) ___ @@ -6176,7 +6176,7 @@ ___ #### Defined in -[middleware/types.ts:80045](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80045) +[middleware/types.ts:81308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81308) ___ @@ -6186,7 +6186,7 @@ ___ #### Defined in -[middleware/types.ts:80046](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80046) +[middleware/types.ts:81309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81309) ___ @@ -6196,7 +6196,7 @@ ___ #### Defined in -[middleware/types.ts:80047](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80047) +[middleware/types.ts:81310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81310) ___ @@ -6206,7 +6206,7 @@ ___ #### Defined in -[middleware/types.ts:80048](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80048) +[middleware/types.ts:81311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81311) ___ @@ -6216,7 +6216,7 @@ ___ #### Defined in -[middleware/types.ts:80049](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80049) +[middleware/types.ts:81312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81312) ___ @@ -6226,7 +6226,7 @@ ___ #### Defined in -[middleware/types.ts:80050](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80050) +[middleware/types.ts:81313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81313) ___ @@ -6236,7 +6236,7 @@ ___ #### Defined in -[middleware/types.ts:80051](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80051) +[middleware/types.ts:81314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81314) ___ @@ -6246,7 +6246,7 @@ ___ #### Defined in -[middleware/types.ts:80052](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80052) +[middleware/types.ts:81315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81315) ___ @@ -6256,7 +6256,7 @@ ___ #### Defined in -[middleware/types.ts:80053](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80053) +[middleware/types.ts:81316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81316) ___ @@ -6266,7 +6266,7 @@ ___ #### Defined in -[middleware/types.ts:80054](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80054) +[middleware/types.ts:81317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81317) ___ @@ -6276,7 +6276,7 @@ ___ #### Defined in -[middleware/types.ts:80055](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80055) +[middleware/types.ts:81318](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81318) ___ @@ -6286,7 +6286,7 @@ ___ #### Defined in -[middleware/types.ts:80056](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80056) +[middleware/types.ts:81319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81319) ___ @@ -6296,7 +6296,7 @@ ___ #### Defined in -[middleware/types.ts:80057](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80057) +[middleware/types.ts:81320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81320) ___ @@ -6306,7 +6306,7 @@ ___ #### Defined in -[middleware/types.ts:80058](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80058) +[middleware/types.ts:81321](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81321) ___ @@ -6316,7 +6316,7 @@ ___ #### Defined in -[middleware/types.ts:80059](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80059) +[middleware/types.ts:81322](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81322) ___ @@ -6326,7 +6326,7 @@ ___ #### Defined in -[middleware/types.ts:80060](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80060) +[middleware/types.ts:81323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81323) ___ @@ -6336,7 +6336,7 @@ ___ #### Defined in -[middleware/types.ts:80061](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80061) +[middleware/types.ts:81324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81324) ___ @@ -6346,7 +6346,7 @@ ___ #### Defined in -[middleware/types.ts:80062](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80062) +[middleware/types.ts:81325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81325) ___ @@ -6356,7 +6356,7 @@ ___ #### Defined in -[middleware/types.ts:80063](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80063) +[middleware/types.ts:81326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81326) ___ @@ -6366,7 +6366,7 @@ ___ #### Defined in -[middleware/types.ts:80064](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80064) +[middleware/types.ts:81327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81327) ___ @@ -6376,7 +6376,7 @@ ___ #### Defined in -[middleware/types.ts:80065](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80065) +[middleware/types.ts:81328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81328) ___ @@ -6386,7 +6386,7 @@ ___ #### Defined in -[middleware/types.ts:80068](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80068) +[middleware/types.ts:81331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81331) ___ @@ -6396,7 +6396,7 @@ ___ #### Defined in -[middleware/types.ts:80069](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80069) +[middleware/types.ts:81332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81332) ___ @@ -6406,7 +6406,7 @@ ___ #### Defined in -[middleware/types.ts:80066](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80066) +[middleware/types.ts:81329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81329) ___ @@ -6416,7 +6416,7 @@ ___ #### Defined in -[middleware/types.ts:80067](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80067) +[middleware/types.ts:81330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81330) ___ @@ -6426,7 +6426,7 @@ ___ #### Defined in -[middleware/types.ts:80070](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80070) +[middleware/types.ts:81333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81333) ___ @@ -6436,7 +6436,7 @@ ___ #### Defined in -[middleware/types.ts:80071](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80071) +[middleware/types.ts:81334](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81334) ___ @@ -6446,7 +6446,7 @@ ___ #### Defined in -[middleware/types.ts:80074](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80074) +[middleware/types.ts:81337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81337) ___ @@ -6456,7 +6456,7 @@ ___ #### Defined in -[middleware/types.ts:80075](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80075) +[middleware/types.ts:81338](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81338) ___ @@ -6466,7 +6466,7 @@ ___ #### Defined in -[middleware/types.ts:80072](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80072) +[middleware/types.ts:81335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81335) ___ @@ -6476,7 +6476,7 @@ ___ #### Defined in -[middleware/types.ts:80073](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80073) +[middleware/types.ts:81336](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81336) ___ @@ -6486,7 +6486,7 @@ ___ #### Defined in -[middleware/types.ts:80076](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80076) +[middleware/types.ts:81339](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81339) ___ @@ -6496,7 +6496,7 @@ ___ #### Defined in -[middleware/types.ts:80077](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80077) +[middleware/types.ts:81340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81340) ___ @@ -6506,7 +6506,7 @@ ___ #### Defined in -[middleware/types.ts:80078](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80078) +[middleware/types.ts:81341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81341) ___ @@ -6516,7 +6516,7 @@ ___ #### Defined in -[middleware/types.ts:80079](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80079) +[middleware/types.ts:81342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81342) ___ @@ -6526,7 +6526,7 @@ ___ #### Defined in -[middleware/types.ts:80080](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80080) +[middleware/types.ts:81343](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81343) ___ @@ -6536,7 +6536,7 @@ ___ #### Defined in -[middleware/types.ts:80081](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80081) +[middleware/types.ts:81344](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81344) ___ @@ -6546,7 +6546,7 @@ ___ #### Defined in -[middleware/types.ts:80082](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80082) +[middleware/types.ts:81345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81345) ___ @@ -6556,7 +6556,7 @@ ___ #### Defined in -[middleware/types.ts:80083](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80083) +[middleware/types.ts:81346](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81346) ___ @@ -6566,7 +6566,7 @@ ___ #### Defined in -[middleware/types.ts:80084](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80084) +[middleware/types.ts:81347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81347) ___ @@ -6576,7 +6576,7 @@ ___ #### Defined in -[middleware/types.ts:80085](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80085) +[middleware/types.ts:81348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81348) ___ @@ -6586,7 +6586,7 @@ ___ #### Defined in -[middleware/types.ts:80086](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80086) +[middleware/types.ts:81349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81349) ___ @@ -6596,7 +6596,7 @@ ___ #### Defined in -[middleware/types.ts:80087](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80087) +[middleware/types.ts:81350](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81350) ___ @@ -6606,7 +6606,7 @@ ___ #### Defined in -[middleware/types.ts:80088](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80088) +[middleware/types.ts:81351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81351) ___ @@ -6616,7 +6616,7 @@ ___ #### Defined in -[middleware/types.ts:80089](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80089) +[middleware/types.ts:81352](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81352) ___ @@ -6626,7 +6626,7 @@ ___ #### Defined in -[middleware/types.ts:80090](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80090) +[middleware/types.ts:81353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81353) ___ @@ -6636,7 +6636,7 @@ ___ #### Defined in -[middleware/types.ts:80091](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80091) +[middleware/types.ts:81354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81354) ___ @@ -6646,7 +6646,7 @@ ___ #### Defined in -[middleware/types.ts:80092](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80092) +[middleware/types.ts:81355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81355) ___ @@ -6656,7 +6656,7 @@ ___ #### Defined in -[middleware/types.ts:80093](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80093) +[middleware/types.ts:81356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81356) ___ @@ -6666,7 +6666,7 @@ ___ #### Defined in -[middleware/types.ts:80094](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80094) +[middleware/types.ts:81357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81357) ___ @@ -6676,7 +6676,7 @@ ___ #### Defined in -[middleware/types.ts:80095](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80095) +[middleware/types.ts:81358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81358) ___ @@ -6686,7 +6686,7 @@ ___ #### Defined in -[middleware/types.ts:80096](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80096) +[middleware/types.ts:81359](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81359) ___ @@ -6696,7 +6696,7 @@ ___ #### Defined in -[middleware/types.ts:80097](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80097) +[middleware/types.ts:81360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81360) ___ @@ -6706,7 +6706,7 @@ ___ #### Defined in -[middleware/types.ts:80098](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80098) +[middleware/types.ts:81361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81361) ___ @@ -6716,7 +6716,7 @@ ___ #### Defined in -[middleware/types.ts:80099](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80099) +[middleware/types.ts:81362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81362) ___ @@ -6726,7 +6726,7 @@ ___ #### Defined in -[middleware/types.ts:80100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80100) +[middleware/types.ts:81363](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81363) ___ @@ -6736,7 +6736,7 @@ ___ #### Defined in -[middleware/types.ts:80101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80101) +[middleware/types.ts:81364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81364) ___ @@ -6746,7 +6746,7 @@ ___ #### Defined in -[middleware/types.ts:80104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80104) +[middleware/types.ts:81367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81367) ___ @@ -6756,7 +6756,7 @@ ___ #### Defined in -[middleware/types.ts:80105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80105) +[middleware/types.ts:81368](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81368) ___ @@ -6766,7 +6766,7 @@ ___ #### Defined in -[middleware/types.ts:80102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80102) +[middleware/types.ts:81365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81365) ___ @@ -6776,7 +6776,7 @@ ___ #### Defined in -[middleware/types.ts:80103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80103) +[middleware/types.ts:81366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81366) ___ @@ -6786,7 +6786,7 @@ ___ #### Defined in -[middleware/types.ts:80106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80106) +[middleware/types.ts:81369](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81369) ___ @@ -6796,7 +6796,7 @@ ___ #### Defined in -[middleware/types.ts:80107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80107) +[middleware/types.ts:81370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81370) ___ @@ -6806,7 +6806,7 @@ ___ #### Defined in -[middleware/types.ts:80110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80110) +[middleware/types.ts:81373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81373) ___ @@ -6816,7 +6816,7 @@ ___ #### Defined in -[middleware/types.ts:80111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80111) +[middleware/types.ts:81374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81374) ___ @@ -6826,7 +6826,7 @@ ___ #### Defined in -[middleware/types.ts:80108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80108) +[middleware/types.ts:81371](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81371) ___ @@ -6836,7 +6836,7 @@ ___ #### Defined in -[middleware/types.ts:80109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80109) +[middleware/types.ts:81372](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81372) ___ @@ -6846,7 +6846,7 @@ ___ #### Defined in -[middleware/types.ts:80112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80112) +[middleware/types.ts:81375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81375) ___ @@ -6856,7 +6856,7 @@ ___ #### Defined in -[middleware/types.ts:80113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80113) +[middleware/types.ts:81376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81376) ___ @@ -6866,7 +6866,7 @@ ___ #### Defined in -[middleware/types.ts:80114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80114) +[middleware/types.ts:81377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81377) ___ @@ -6876,7 +6876,7 @@ ___ #### Defined in -[middleware/types.ts:80115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80115) +[middleware/types.ts:81378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81378) ___ @@ -6886,7 +6886,7 @@ ___ #### Defined in -[middleware/types.ts:80116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80116) +[middleware/types.ts:81379](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81379) ___ @@ -6896,7 +6896,7 @@ ___ #### Defined in -[middleware/types.ts:80117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80117) +[middleware/types.ts:81380](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81380) ___ @@ -6906,7 +6906,7 @@ ___ #### Defined in -[middleware/types.ts:80118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80118) +[middleware/types.ts:81381](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81381) ___ @@ -6916,7 +6916,7 @@ ___ #### Defined in -[middleware/types.ts:80119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80119) +[middleware/types.ts:81382](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81382) ___ @@ -6926,7 +6926,7 @@ ___ #### Defined in -[middleware/types.ts:80120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80120) +[middleware/types.ts:81383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81383) ___ @@ -6936,7 +6936,7 @@ ___ #### Defined in -[middleware/types.ts:80121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80121) +[middleware/types.ts:81384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81384) ___ @@ -6946,7 +6946,7 @@ ___ #### Defined in -[middleware/types.ts:80122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80122) +[middleware/types.ts:81385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81385) ___ @@ -6956,7 +6956,7 @@ ___ #### Defined in -[middleware/types.ts:80123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80123) +[middleware/types.ts:81386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81386) ___ @@ -6966,7 +6966,7 @@ ___ #### Defined in -[middleware/types.ts:80124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80124) +[middleware/types.ts:81387](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81387) ___ @@ -6976,7 +6976,7 @@ ___ #### Defined in -[middleware/types.ts:80125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80125) +[middleware/types.ts:81388](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81388) ___ @@ -6986,7 +6986,7 @@ ___ #### Defined in -[middleware/types.ts:80126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80126) +[middleware/types.ts:81389](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81389) ___ @@ -6996,7 +6996,7 @@ ___ #### Defined in -[middleware/types.ts:80127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80127) +[middleware/types.ts:81390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81390) ___ @@ -7006,7 +7006,7 @@ ___ #### Defined in -[middleware/types.ts:80128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80128) +[middleware/types.ts:81391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81391) ___ @@ -7016,7 +7016,7 @@ ___ #### Defined in -[middleware/types.ts:80129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80129) +[middleware/types.ts:81392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81392) ___ @@ -7026,7 +7026,7 @@ ___ #### Defined in -[middleware/types.ts:80130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80130) +[middleware/types.ts:81393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81393) ___ @@ -7036,7 +7036,7 @@ ___ #### Defined in -[middleware/types.ts:80131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80131) +[middleware/types.ts:81394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81394) ___ @@ -7046,7 +7046,7 @@ ___ #### Defined in -[middleware/types.ts:80132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80132) +[middleware/types.ts:81395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81395) ___ @@ -7056,7 +7056,7 @@ ___ #### Defined in -[middleware/types.ts:80133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80133) +[middleware/types.ts:81396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81396) ___ @@ -7066,7 +7066,7 @@ ___ #### Defined in -[middleware/types.ts:80134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80134) +[middleware/types.ts:81397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81397) ___ @@ -7076,7 +7076,7 @@ ___ #### Defined in -[middleware/types.ts:80135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80135) +[middleware/types.ts:81398](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81398) ___ @@ -7086,7 +7086,7 @@ ___ #### Defined in -[middleware/types.ts:80136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80136) +[middleware/types.ts:81399](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81399) ___ @@ -7096,7 +7096,7 @@ ___ #### Defined in -[middleware/types.ts:80137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80137) +[middleware/types.ts:81400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81400) ___ @@ -7106,7 +7106,7 @@ ___ #### Defined in -[middleware/types.ts:80140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80140) +[middleware/types.ts:81403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81403) ___ @@ -7116,7 +7116,7 @@ ___ #### Defined in -[middleware/types.ts:80141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80141) +[middleware/types.ts:81404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81404) ___ @@ -7126,7 +7126,7 @@ ___ #### Defined in -[middleware/types.ts:80138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80138) +[middleware/types.ts:81401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81401) ___ @@ -7136,7 +7136,7 @@ ___ #### Defined in -[middleware/types.ts:80139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80139) +[middleware/types.ts:81402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81402) ___ @@ -7146,7 +7146,7 @@ ___ #### Defined in -[middleware/types.ts:80142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80142) +[middleware/types.ts:81405](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81405) ___ @@ -7156,7 +7156,7 @@ ___ #### Defined in -[middleware/types.ts:80143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80143) +[middleware/types.ts:81406](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81406) ___ @@ -7166,7 +7166,7 @@ ___ #### Defined in -[middleware/types.ts:80146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80146) +[middleware/types.ts:81409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81409) ___ @@ -7176,7 +7176,7 @@ ___ #### Defined in -[middleware/types.ts:80147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80147) +[middleware/types.ts:81410](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81410) ___ @@ -7186,7 +7186,7 @@ ___ #### Defined in -[middleware/types.ts:80144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80144) +[middleware/types.ts:81407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81407) ___ @@ -7196,7 +7196,7 @@ ___ #### Defined in -[middleware/types.ts:80145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80145) +[middleware/types.ts:81408](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81408) ___ @@ -7206,7 +7206,7 @@ ___ #### Defined in -[middleware/types.ts:80148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80148) +[middleware/types.ts:81411](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81411) ___ @@ -7216,7 +7216,7 @@ ___ #### Defined in -[middleware/types.ts:80149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80149) +[middleware/types.ts:81412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81412) ___ @@ -7226,7 +7226,7 @@ ___ #### Defined in -[middleware/types.ts:80150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80150) +[middleware/types.ts:81413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81413) ___ @@ -7236,7 +7236,7 @@ ___ #### Defined in -[middleware/types.ts:80151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80151) +[middleware/types.ts:81414](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81414) ___ @@ -7246,7 +7246,7 @@ ___ #### Defined in -[middleware/types.ts:80152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80152) +[middleware/types.ts:81415](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81415) ___ @@ -7256,7 +7256,7 @@ ___ #### Defined in -[middleware/types.ts:80153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80153) +[middleware/types.ts:81416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81416) ___ @@ -7266,7 +7266,7 @@ ___ #### Defined in -[middleware/types.ts:80154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80154) +[middleware/types.ts:81417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81417) ___ @@ -7276,7 +7276,7 @@ ___ #### Defined in -[middleware/types.ts:80155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80155) +[middleware/types.ts:81418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81418) ___ @@ -7286,7 +7286,7 @@ ___ #### Defined in -[middleware/types.ts:80156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80156) +[middleware/types.ts:81419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81419) ___ @@ -7296,7 +7296,7 @@ ___ #### Defined in -[middleware/types.ts:80157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80157) +[middleware/types.ts:81420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81420) ___ @@ -7306,7 +7306,7 @@ ___ #### Defined in -[middleware/types.ts:80158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80158) +[middleware/types.ts:81421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81421) ___ @@ -7316,7 +7316,7 @@ ___ #### Defined in -[middleware/types.ts:80159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80159) +[middleware/types.ts:81422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81422) ___ @@ -7326,7 +7326,7 @@ ___ #### Defined in -[middleware/types.ts:80160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80160) +[middleware/types.ts:81423](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81423) ___ @@ -7336,7 +7336,7 @@ ___ #### Defined in -[middleware/types.ts:80161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80161) +[middleware/types.ts:81424](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81424) ___ @@ -7346,7 +7346,7 @@ ___ #### Defined in -[middleware/types.ts:80162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80162) +[middleware/types.ts:81425](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81425) ___ @@ -7356,7 +7356,7 @@ ___ #### Defined in -[middleware/types.ts:80163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80163) +[middleware/types.ts:81426](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81426) ___ @@ -7366,7 +7366,7 @@ ___ #### Defined in -[middleware/types.ts:80164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80164) +[middleware/types.ts:81427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81427) ___ @@ -7376,7 +7376,7 @@ ___ #### Defined in -[middleware/types.ts:80165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80165) +[middleware/types.ts:81428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81428) ___ @@ -7386,7 +7386,7 @@ ___ #### Defined in -[middleware/types.ts:80166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80166) +[middleware/types.ts:81429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81429) ___ @@ -7396,7 +7396,7 @@ ___ #### Defined in -[middleware/types.ts:80167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80167) +[middleware/types.ts:81430](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81430) ___ @@ -7406,7 +7406,7 @@ ___ #### Defined in -[middleware/types.ts:80168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80168) +[middleware/types.ts:81431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81431) ___ @@ -7416,7 +7416,7 @@ ___ #### Defined in -[middleware/types.ts:80169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80169) +[middleware/types.ts:81432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81432) ___ @@ -7426,7 +7426,7 @@ ___ #### Defined in -[middleware/types.ts:80170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80170) +[middleware/types.ts:81433](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81433) ___ @@ -7436,7 +7436,7 @@ ___ #### Defined in -[middleware/types.ts:80171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80171) +[middleware/types.ts:81434](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81434) ___ @@ -7446,7 +7446,7 @@ ___ #### Defined in -[middleware/types.ts:80172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80172) +[middleware/types.ts:81435](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81435) ___ @@ -7456,7 +7456,7 @@ ___ #### Defined in -[middleware/types.ts:80173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80173) +[middleware/types.ts:81436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81436) ___ @@ -7466,7 +7466,7 @@ ___ #### Defined in -[middleware/types.ts:80176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80176) +[middleware/types.ts:81439](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81439) ___ @@ -7476,7 +7476,7 @@ ___ #### Defined in -[middleware/types.ts:80177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80177) +[middleware/types.ts:81440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81440) ___ @@ -7486,7 +7486,7 @@ ___ #### Defined in -[middleware/types.ts:80174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80174) +[middleware/types.ts:81437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81437) ___ @@ -7496,7 +7496,7 @@ ___ #### Defined in -[middleware/types.ts:80175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80175) +[middleware/types.ts:81438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81438) ___ @@ -7506,7 +7506,7 @@ ___ #### Defined in -[middleware/types.ts:80178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80178) +[middleware/types.ts:81441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81441) ___ @@ -7516,7 +7516,7 @@ ___ #### Defined in -[middleware/types.ts:80179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80179) +[middleware/types.ts:81442](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81442) ___ @@ -7526,7 +7526,7 @@ ___ #### Defined in -[middleware/types.ts:80182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80182) +[middleware/types.ts:81445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81445) ___ @@ -7536,7 +7536,7 @@ ___ #### Defined in -[middleware/types.ts:80183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80183) +[middleware/types.ts:81446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81446) ___ @@ -7546,7 +7546,7 @@ ___ #### Defined in -[middleware/types.ts:80180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80180) +[middleware/types.ts:81443](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81443) ___ @@ -7556,7 +7556,7 @@ ___ #### Defined in -[middleware/types.ts:80181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80181) +[middleware/types.ts:81444](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81444) ___ @@ -7566,7 +7566,7 @@ ___ #### Defined in -[middleware/types.ts:80184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80184) +[middleware/types.ts:81447](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81447) ___ @@ -7576,7 +7576,7 @@ ___ #### Defined in -[middleware/types.ts:80185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80185) +[middleware/types.ts:81448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81448) ___ @@ -7586,7 +7586,7 @@ ___ #### Defined in -[middleware/types.ts:80186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80186) +[middleware/types.ts:81449](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81449) ___ @@ -7596,7 +7596,7 @@ ___ #### Defined in -[middleware/types.ts:80187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80187) +[middleware/types.ts:81450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81450) ___ @@ -7606,7 +7606,7 @@ ___ #### Defined in -[middleware/types.ts:80188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80188) +[middleware/types.ts:81451](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81451) ___ @@ -7616,7 +7616,7 @@ ___ #### Defined in -[middleware/types.ts:80189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80189) +[middleware/types.ts:81452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81452) ___ @@ -7626,7 +7626,7 @@ ___ #### Defined in -[middleware/types.ts:80190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80190) +[middleware/types.ts:81453](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81453) ___ @@ -7636,7 +7636,7 @@ ___ #### Defined in -[middleware/types.ts:80191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80191) +[middleware/types.ts:81454](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81454) ___ @@ -7646,7 +7646,7 @@ ___ #### Defined in -[middleware/types.ts:80192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80192) +[middleware/types.ts:81455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81455) ___ @@ -7656,7 +7656,7 @@ ___ #### Defined in -[middleware/types.ts:80193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80193) +[middleware/types.ts:81456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81456) ___ @@ -7666,7 +7666,7 @@ ___ #### Defined in -[middleware/types.ts:80194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80194) +[middleware/types.ts:81457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81457) ___ @@ -7676,7 +7676,7 @@ ___ #### Defined in -[middleware/types.ts:80195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80195) +[middleware/types.ts:81458](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81458) ___ @@ -7686,7 +7686,7 @@ ___ #### Defined in -[middleware/types.ts:80196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80196) +[middleware/types.ts:81459](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81459) ___ @@ -7696,7 +7696,7 @@ ___ #### Defined in -[middleware/types.ts:80197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80197) +[middleware/types.ts:81460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81460) ___ @@ -7706,7 +7706,7 @@ ___ #### Defined in -[middleware/types.ts:80200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80200) +[middleware/types.ts:81463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81463) ___ @@ -7716,7 +7716,7 @@ ___ #### Defined in -[middleware/types.ts:80201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80201) +[middleware/types.ts:81464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81464) ___ @@ -7726,7 +7726,7 @@ ___ #### Defined in -[middleware/types.ts:80198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80198) +[middleware/types.ts:81461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81461) ___ @@ -7736,7 +7736,7 @@ ___ #### Defined in -[middleware/types.ts:80199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80199) +[middleware/types.ts:81462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81462) ___ @@ -7746,7 +7746,7 @@ ___ #### Defined in -[middleware/types.ts:80202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80202) +[middleware/types.ts:81465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81465) ___ @@ -7756,7 +7756,7 @@ ___ #### Defined in -[middleware/types.ts:80203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80203) +[middleware/types.ts:81466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81466) ___ @@ -7766,7 +7766,7 @@ ___ #### Defined in -[middleware/types.ts:80204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80204) +[middleware/types.ts:81467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81467) ___ @@ -7776,4 +7776,4 @@ ___ #### Defined in -[middleware/types.ts:80205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L80205) +[middleware/types.ts:81468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L81468) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/ModuleIdEnum/ModuleIdEnum.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/ModuleIdEnum/ModuleIdEnum.md index e01182926b..76a1359fc2 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/ModuleIdEnum/ModuleIdEnum.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/ModuleIdEnum/ModuleIdEnum.md @@ -16,7 +16,7 @@ Represents all known chain "pallets" #### Defined in -[middleware/types.ts:101260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101260) +[middleware/types.ts:102731](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102731) ___ @@ -26,7 +26,7 @@ ___ #### Defined in -[middleware/types.ts:101261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101261) +[middleware/types.ts:102732](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102732) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[middleware/types.ts:101262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101262) +[middleware/types.ts:102733](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102733) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[middleware/types.ts:101263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101263) +[middleware/types.ts:102734](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102734) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[middleware/types.ts:101264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101264) +[middleware/types.ts:102735](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102735) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[middleware/types.ts:101265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101265) +[middleware/types.ts:102736](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102736) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[middleware/types.ts:101266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101266) +[middleware/types.ts:102737](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102737) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[middleware/types.ts:101267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101267) +[middleware/types.ts:102738](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102738) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[middleware/types.ts:101268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101268) +[middleware/types.ts:102739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102739) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[middleware/types.ts:101269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101269) +[middleware/types.ts:102740](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102740) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[middleware/types.ts:101270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101270) +[middleware/types.ts:102741](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102741) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[middleware/types.ts:101271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101271) +[middleware/types.ts:102742](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102742) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[middleware/types.ts:101272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101272) +[middleware/types.ts:102743](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102743) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[middleware/types.ts:101273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101273) +[middleware/types.ts:102744](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102744) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[middleware/types.ts:101274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101274) +[middleware/types.ts:102745](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102745) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[middleware/types.ts:101275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101275) +[middleware/types.ts:102746](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102746) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[middleware/types.ts:101276](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101276) +[middleware/types.ts:102747](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102747) ___ @@ -186,7 +186,7 @@ ___ #### Defined in -[middleware/types.ts:101277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101277) +[middleware/types.ts:102748](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102748) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[middleware/types.ts:101278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101278) +[middleware/types.ts:102749](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102749) ___ @@ -206,7 +206,7 @@ ___ #### Defined in -[middleware/types.ts:101279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101279) +[middleware/types.ts:102750](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102750) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[middleware/types.ts:101280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101280) +[middleware/types.ts:102751](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102751) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[middleware/types.ts:101281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101281) +[middleware/types.ts:102752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102752) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[middleware/types.ts:101282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101282) +[middleware/types.ts:102753](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102753) ___ @@ -246,7 +246,7 @@ ___ #### Defined in -[middleware/types.ts:101283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101283) +[middleware/types.ts:102754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102754) ___ @@ -256,7 +256,7 @@ ___ #### Defined in -[middleware/types.ts:101284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101284) +[middleware/types.ts:102755](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102755) ___ @@ -266,7 +266,7 @@ ___ #### Defined in -[middleware/types.ts:101285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101285) +[middleware/types.ts:102756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102756) ___ @@ -276,7 +276,7 @@ ___ #### Defined in -[middleware/types.ts:101286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101286) +[middleware/types.ts:102757](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102757) ___ @@ -286,7 +286,7 @@ ___ #### Defined in -[middleware/types.ts:101287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101287) +[middleware/types.ts:102758](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102758) ___ @@ -296,7 +296,7 @@ ___ #### Defined in -[middleware/types.ts:101288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101288) +[middleware/types.ts:102759](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102759) ___ @@ -306,7 +306,7 @@ ___ #### Defined in -[middleware/types.ts:101289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101289) +[middleware/types.ts:102760](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102760) ___ @@ -316,7 +316,7 @@ ___ #### Defined in -[middleware/types.ts:101290](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101290) +[middleware/types.ts:102761](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102761) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[middleware/types.ts:101291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101291) +[middleware/types.ts:102762](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102762) ___ @@ -336,7 +336,7 @@ ___ #### Defined in -[middleware/types.ts:101292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101292) +[middleware/types.ts:102763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102763) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[middleware/types.ts:101293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101293) +[middleware/types.ts:102764](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102764) ___ @@ -356,7 +356,7 @@ ___ #### Defined in -[middleware/types.ts:101294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101294) +[middleware/types.ts:102765](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102765) ___ @@ -366,7 +366,7 @@ ___ #### Defined in -[middleware/types.ts:101295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101295) +[middleware/types.ts:102766](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102766) ___ @@ -376,7 +376,7 @@ ___ #### Defined in -[middleware/types.ts:101296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101296) +[middleware/types.ts:102767](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102767) ___ @@ -386,7 +386,7 @@ ___ #### Defined in -[middleware/types.ts:101297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101297) +[middleware/types.ts:102768](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102768) ___ @@ -396,7 +396,7 @@ ___ #### Defined in -[middleware/types.ts:101298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101298) +[middleware/types.ts:102769](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102769) ___ @@ -406,7 +406,7 @@ ___ #### Defined in -[middleware/types.ts:101299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101299) +[middleware/types.ts:102770](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102770) ___ @@ -416,7 +416,7 @@ ___ #### Defined in -[middleware/types.ts:101300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101300) +[middleware/types.ts:102771](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102771) ___ @@ -426,7 +426,7 @@ ___ #### Defined in -[middleware/types.ts:101301](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101301) +[middleware/types.ts:102772](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102772) ___ @@ -436,7 +436,7 @@ ___ #### Defined in -[middleware/types.ts:101302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101302) +[middleware/types.ts:102773](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102773) ___ @@ -446,7 +446,7 @@ ___ #### Defined in -[middleware/types.ts:101303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101303) +[middleware/types.ts:102774](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102774) ___ @@ -456,7 +456,7 @@ ___ #### Defined in -[middleware/types.ts:101304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101304) +[middleware/types.ts:102775](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102775) ___ @@ -466,7 +466,7 @@ ___ #### Defined in -[middleware/types.ts:101305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101305) +[middleware/types.ts:102776](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102776) ___ @@ -476,7 +476,7 @@ ___ #### Defined in -[middleware/types.ts:101306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101306) +[middleware/types.ts:102777](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102777) ___ @@ -486,7 +486,7 @@ ___ #### Defined in -[middleware/types.ts:101307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101307) +[middleware/types.ts:102778](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102778) ___ @@ -496,7 +496,7 @@ ___ #### Defined in -[middleware/types.ts:101308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101308) +[middleware/types.ts:102779](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102779) ___ @@ -506,7 +506,7 @@ ___ #### Defined in -[middleware/types.ts:101309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101309) +[middleware/types.ts:102780](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102780) ___ @@ -516,7 +516,7 @@ ___ #### Defined in -[middleware/types.ts:101310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101310) +[middleware/types.ts:102781](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102781) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[middleware/types.ts:101311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101311) +[middleware/types.ts:102782](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102782) ___ @@ -536,7 +536,7 @@ ___ #### Defined in -[middleware/types.ts:101312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101312) +[middleware/types.ts:102783](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102783) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[middleware/types.ts:101313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101313) +[middleware/types.ts:102784](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102784) ___ @@ -556,7 +556,7 @@ ___ #### Defined in -[middleware/types.ts:101314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101314) +[middleware/types.ts:102785](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102785) ___ @@ -566,7 +566,7 @@ ___ #### Defined in -[middleware/types.ts:101315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101315) +[middleware/types.ts:102786](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102786) ___ @@ -576,7 +576,7 @@ ___ #### Defined in -[middleware/types.ts:101316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101316) +[middleware/types.ts:102787](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102787) ___ @@ -586,7 +586,7 @@ ___ #### Defined in -[middleware/types.ts:101317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101317) +[middleware/types.ts:102788](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102788) ___ @@ -596,4 +596,4 @@ ___ #### Defined in -[middleware/types.ts:101318](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L101318) +[middleware/types.ts:102789](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L102789) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md index 42622eb58b..f208dfef29 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md @@ -16,7 +16,7 @@ Represents action performed on MultiSig proposal #### Defined in -[middleware/types.ts:102870](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L102870) +[middleware/types.ts:104350](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L104350) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[middleware/types.ts:102871](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L102871) +[middleware/types.ts:104351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L104351) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md index ed8b98a54b..a2cd446d98 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md @@ -16,7 +16,7 @@ Methods to use when ordering `NftHolder`. #### Defined in -[middleware/types.ts:105379](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L105379) +[middleware/types.ts:106864](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L106864) ___ @@ -26,7 +26,7 @@ ___ #### Defined in -[middleware/types.ts:105380](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L105380) +[middleware/types.ts:106865](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L106865) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[middleware/types.ts:105381](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L105381) +[middleware/types.ts:106866](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L106866) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[middleware/types.ts:105382](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L105382) +[middleware/types.ts:106867](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L106867) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[middleware/types.ts:105383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L105383) +[middleware/types.ts:106868](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L106868) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[middleware/types.ts:105384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L105384) +[middleware/types.ts:106869](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L106869) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[middleware/types.ts:105387](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L105387) +[middleware/types.ts:106872](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L106872) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[middleware/types.ts:105388](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L105388) +[middleware/types.ts:106873](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L106873) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[middleware/types.ts:105385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L105385) +[middleware/types.ts:106870](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L106870) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[middleware/types.ts:105386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L105386) +[middleware/types.ts:106871](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L106871) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[middleware/types.ts:105389](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L105389) +[middleware/types.ts:106874](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L106874) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[middleware/types.ts:105390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L105390) +[middleware/types.ts:106875](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L106875) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[middleware/types.ts:105391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L105391) +[middleware/types.ts:106876](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L106876) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[middleware/types.ts:105392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L105392) +[middleware/types.ts:106877](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L106877) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[middleware/types.ts:105393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L105393) +[middleware/types.ts:106878](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L106878) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[middleware/types.ts:105394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L105394) +[middleware/types.ts:106879](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L106879) ___ @@ -176,4 +176,4 @@ ___ #### Defined in -[middleware/types.ts:105395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L105395) +[middleware/types.ts:106880](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L106880) diff --git a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md index 567aa580d9..6a1c9a0d03 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md +++ b/sdk-docs_versioned_docs/version-26.2.x/enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md @@ -14,7 +14,7 @@ sidebar_label: "SettlementDirectionEnum" #### Defined in -[middleware/typesV1.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/typesV1.ts#L17) +[middleware/typesV1.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/typesV1.ts#L17) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[middleware/typesV1.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/typesV1.ts#L16) +[middleware/typesV1.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/typesV1.ts#L16) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[middleware/typesV1.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/typesV1.ts#L18) +[middleware/typesV1.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/typesV1.ts#L18) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md index 2c85bec26f..4e65a9e451 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md @@ -16,7 +16,7 @@ Allows for historical data to be queried. Required for some methods to work #### Defined in -[api/client/Polymesh.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L51) +[api/client/Polymesh.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L52) ___ @@ -32,7 +32,7 @@ subscription features are not available if an http URL is provided #### Defined in -[api/client/Polymesh.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L43) +[api/client/Polymesh.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L44) ___ @@ -44,7 +44,7 @@ Advanced options that will be used with the underling polkadot.js instance #### Defined in -[api/client/Polymesh.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L55) +[api/client/Polymesh.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L56) ___ @@ -56,4 +56,4 @@ Handles signing of transactions. Required to be set before submitting transactio #### Defined in -[api/client/Polymesh.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/Polymesh.ts#L47) +[api/client/Polymesh.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/Polymesh.ts#L48) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md index e5064e9624..ed5348d15e 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md @@ -22,7 +22,7 @@ sidebar_label: "EventIdentifier" #### Defined in -[api/client/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L178) +[api/client/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L179) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[api/client/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L177) +[api/client/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L178) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[api/client/types.ts:176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L176) +[api/client/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L177) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[api/client/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L179) +[api/client/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L180) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md index cea7478c6d..590592db2c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md @@ -22,7 +22,7 @@ public key of the signer. Unsigned transactions have no signer, in which case th #### Defined in -[api/client/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L17) +[api/client/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[api/client/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L12) +[api/client/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L12) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[api/client/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L10) +[api/client/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L10) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[api/client/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L11) +[api/client/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L11) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[api/client/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L26) +[api/client/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L26) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[api/client/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L13) +[api/client/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L13) ___ @@ -84,7 +84,7 @@ nonce of the transaction. Null for unsigned transactions where address is null #### Defined in -[api/client/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L21) +[api/client/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L21) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[api/client/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L23) +[api/client/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L23) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[api/client/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L25) +[api/client/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L25) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[api/client/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L24) +[api/client/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L24) ___ @@ -124,4 +124,4 @@ ___ #### Defined in -[api/client/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L22) +[api/client/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L22) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md index 0c99103426..cafa5f4ce0 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md @@ -26,7 +26,7 @@ public key of the signer. Unsigned transactions have no signer, in which case th #### Defined in -[api/client/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L17) +[api/client/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L17) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[api/client/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L12) +[api/client/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L12) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[api/client/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L10) +[api/client/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L10) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[api/client/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L11) +[api/client/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L11) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[api/client/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L26) +[api/client/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L26) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[api/client/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L13) +[api/client/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L13) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[api/client/types.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L30) +[api/client/types.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L30) ___ @@ -122,7 +122,7 @@ nonce of the transaction. Null for unsigned transactions where address is null #### Defined in -[api/client/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L21) +[api/client/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L21) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[api/client/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L23) +[api/client/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L23) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[api/client/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L25) +[api/client/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L25) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[api/client/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L24) +[api/client/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L24) ___ @@ -178,4 +178,4 @@ ___ #### Defined in -[api/client/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L22) +[api/client/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L22) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/Fees/Fees.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/Fees/Fees.md index e13408b4df..e677e668e5 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/Fees/Fees.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/Fees/Fees.md @@ -16,7 +16,7 @@ regular network fee #### Defined in -[api/client/types.ts:196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L196) +[api/client/types.ts:197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L197) ___ @@ -28,7 +28,7 @@ bonus fee charged by certain transactions #### Defined in -[api/client/types.ts:192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L192) +[api/client/types.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L193) ___ @@ -40,4 +40,4 @@ sum of the protocol and gas fees #### Defined in -[api/client/types.ts:200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L200) +[api/client/types.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L201) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/InstructionPartiesFilters/InstructionPartiesFilters.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/InstructionPartiesFilters/InstructionPartiesFilters.md index af5d802d59..8bc0892631 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/InstructionPartiesFilters/InstructionPartiesFilters.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/InstructionPartiesFilters/InstructionPartiesFilters.md @@ -18,7 +18,7 @@ The asset ID to filter by #### Defined in -[api/client/types.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L228) +[api/client/types.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L229) ___ @@ -30,7 +30,7 @@ The DID of the identity to filter by #### Defined in -[api/client/types.ts:224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L224) +[api/client/types.ts:225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L225) ___ @@ -42,7 +42,7 @@ The mediator did to filter by #### Defined in -[api/client/types.ts:244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L244) +[api/client/types.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L245) ___ @@ -54,7 +54,7 @@ The party did to filter by #### Defined in -[api/client/types.ts:248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L248) +[api/client/types.ts:249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L249) ___ @@ -66,7 +66,7 @@ The receiver did to filter by #### Defined in -[api/client/types.ts:240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L240) +[api/client/types.ts:241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L241) ___ @@ -78,7 +78,7 @@ The sender did to filter by #### Defined in -[api/client/types.ts:236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L236) +[api/client/types.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L237) ___ @@ -90,7 +90,7 @@ The number of results to return #### Defined in -[api/client/types.ts:252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L252) +[api/client/types.ts:253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L253) ___ @@ -102,7 +102,7 @@ The number of results to skip #### Defined in -[api/client/types.ts:256](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L256) +[api/client/types.ts:257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L257) ___ @@ -114,4 +114,4 @@ The status to filter by #### Defined in -[api/client/types.ts:232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L232) +[api/client/types.ts:233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L233) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/MiddlewareConfig/MiddlewareConfig.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/MiddlewareConfig/MiddlewareConfig.md index 3203a8ebd4..ba2eab8a0d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/MiddlewareConfig/MiddlewareConfig.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/MiddlewareConfig/MiddlewareConfig.md @@ -14,7 +14,7 @@ sidebar_label: "MiddlewareConfig" #### Defined in -[api/client/types.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L138) +[api/client/types.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L139) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/client/types.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L137) +[api/client/types.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L138) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/MiddlewareMetadata/MiddlewareMetadata.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/MiddlewareMetadata/MiddlewareMetadata.md index 7db93dabd7..ab6e0deab4 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/MiddlewareMetadata/MiddlewareMetadata.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/MiddlewareMetadata/MiddlewareMetadata.md @@ -14,7 +14,7 @@ sidebar_label: "MiddlewareMetadata" #### Defined in -[api/client/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L39) +[api/client/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L39) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/client/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L40) +[api/client/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L40) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/client/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L41) +[api/client/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L41) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/client/types.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L42) +[api/client/types.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L42) ___ @@ -54,7 +54,17 @@ ___ #### Defined in -[api/client/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L43) +[api/client/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L43) + +___ + +### paddedIds + +• **paddedIds**: `boolean` + +#### Defined in + +[api/client/types.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L47) ___ @@ -64,7 +74,7 @@ ___ #### Defined in -[api/client/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L44) +[api/client/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L44) ___ @@ -74,7 +84,7 @@ ___ #### Defined in -[api/client/types.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L46) +[api/client/types.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L46) ___ @@ -84,4 +94,4 @@ ___ #### Defined in -[api/client/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L45) +[api/client/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L45) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/NetworkProperties/NetworkProperties.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/NetworkProperties/NetworkProperties.md index ed81b9b4fe..00c8f5d2e9 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/NetworkProperties/NetworkProperties.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/NetworkProperties/NetworkProperties.md @@ -14,7 +14,7 @@ sidebar_label: "NetworkProperties" #### Defined in -[api/client/types.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L185) +[api/client/types.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L186) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/client/types.ts:183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L183) +[api/client/types.ts:184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L184) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/client/types.ts:184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L184) +[api/client/types.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L185) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/PolkadotConfig/PolkadotConfig.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/PolkadotConfig/PolkadotConfig.md index bda28117b1..a1b163ccac 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/PolkadotConfig/PolkadotConfig.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/PolkadotConfig/PolkadotConfig.md @@ -37,7 +37,7 @@ const metadata = { #### Defined in -[api/client/types.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L160) +[api/client/types.ts:161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L161) ___ @@ -49,7 +49,7 @@ set to `true` to disable polkadot start up warnings #### Defined in -[api/client/types.ts:165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L165) +[api/client/types.ts:166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L166) ___ @@ -65,4 +65,4 @@ shouldn't be needed for most use cases #### Defined in -[api/client/types.ts:172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L172) +[api/client/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L173) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/ProtocolFees/ProtocolFees.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/ProtocolFees/ProtocolFees.md index 5f3a723f09..0d2ed50d95 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/ProtocolFees/ProtocolFees.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/ProtocolFees/ProtocolFees.md @@ -14,7 +14,7 @@ sidebar_label: "ProtocolFees" #### Defined in -[api/client/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L35) +[api/client/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L35) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/client/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L34) +[api/client/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L34) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/SubmissionDetails/SubmissionDetails.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/SubmissionDetails/SubmissionDetails.md index 3cc14687a8..630837b9d4 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/SubmissionDetails/SubmissionDetails.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Client/Types/SubmissionDetails/SubmissionDetails.md @@ -14,7 +14,7 @@ sidebar_label: "SubmissionDetails" #### Defined in -[api/client/types.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L50) +[api/client/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L51) ___ @@ -26,7 +26,7 @@ The raw result of the transaction. Contains event data for the transaction #### Defined in -[api/client/types.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L56) +[api/client/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L57) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[api/client/types.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L52) +[api/client/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L53) ___ @@ -46,4 +46,4 @@ ___ #### Defined in -[api/client/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L51) +[api/client/types.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L52) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md index a4d0caad8f..87957de7db 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md @@ -14,7 +14,7 @@ sidebar_label: "MultiSigDetails" #### Defined in -[api/entities/Account/MultiSig/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/MultiSig/types.ts#L8) +[api/entities/Account/MultiSig/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/MultiSig/types.ts#L8) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/Account/MultiSig/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/MultiSig/types.ts#L7) +[api/entities/Account/MultiSig/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/MultiSig/types.ts#L7) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md index 47a5de6caf..f7b0f9d6d3 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md @@ -14,7 +14,7 @@ sidebar_label: "MultiSigSigners" #### Defined in -[api/entities/Account/MultiSig/types.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/MultiSig/types.ts#L14) +[api/entities/Account/MultiSig/types.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/MultiSig/types.ts#L14) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/Account/MultiSig/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/MultiSig/types.ts#L15) +[api/entities/Account/MultiSig/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/MultiSig/types.ts#L15) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/Account/MultiSig/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/MultiSig/types.ts#L12) +[api/entities/Account/MultiSig/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/MultiSig/types.ts#L12) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[api/entities/Account/MultiSig/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/MultiSig/types.ts#L13) +[api/entities/Account/MultiSig/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/MultiSig/types.ts#L13) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md index fe352b6335..48d7c01fdb 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md @@ -18,7 +18,7 @@ The type of Account #### Defined in -[api/entities/Account/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L71) +[api/entities/Account/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L71) ___ @@ -30,4 +30,4 @@ How or if the account is associated to an Identity #### Defined in -[api/entities/Account/types.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L75) +[api/entities/Account/types.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L75) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/Types/Balance/Balance.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/Types/Balance/Balance.md index 9eb633571b..eff2b50247 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/Types/Balance/Balance.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/Types/Balance/Balance.md @@ -22,7 +22,7 @@ balance available for transferring and paying fees #### Defined in -[api/entities/Account/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L11) +[api/entities/Account/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L11) ___ @@ -34,7 +34,7 @@ unavailable balance, either bonded for staking or locked for some other purpose #### Defined in -[api/entities/Account/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L15) +[api/entities/Account/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L15) ___ @@ -46,4 +46,4 @@ free + locked #### Defined in -[api/entities/Account/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L19) +[api/entities/Account/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L19) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md index bf6c98a3e3..25210879b1 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md @@ -20,7 +20,7 @@ sidebar_label: "HistoricPolyxTransaction" #### Defined in -[api/entities/Account/types.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L100) +[api/entities/Account/types.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L100) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/client/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L178) +[api/client/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L179) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[api/client/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L177) +[api/client/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L178) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[api/client/types.ts:176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L176) +[api/client/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L177) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[api/entities/Account/types.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L108) +[api/entities/Account/types.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L108) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[api/entities/Account/types.ts:110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L110) +[api/entities/Account/types.ts:110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L110) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[api/client/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L179) +[api/client/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L180) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[api/entities/Account/types.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L106) +[api/entities/Account/types.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L106) ___ @@ -122,7 +122,7 @@ this can be null in cases where some balance are endowed/transferred from treasu #### Defined in -[api/entities/Account/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L88) +[api/entities/Account/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L88) ___ @@ -138,7 +138,7 @@ this can be null in cases where some balance are endowed/transferred from treasu #### Defined in -[api/entities/Account/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L83) +[api/entities/Account/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L83) ___ @@ -150,7 +150,7 @@ identifier string to help differentiate transfers #### Defined in -[api/entities/Account/types.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L105) +[api/entities/Account/types.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L105) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[api/entities/Account/types.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L109) +[api/entities/Account/types.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L109) ___ @@ -176,7 +176,7 @@ this can be null in case when account balance was burned #### Defined in -[api/entities/Account/types.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L98) +[api/entities/Account/types.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L98) ___ @@ -192,7 +192,7 @@ this can be null in case when account balance was burned #### Defined in -[api/entities/Account/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L93) +[api/entities/Account/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L93) ___ @@ -202,4 +202,4 @@ ___ #### Defined in -[api/entities/Account/types.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L101) +[api/entities/Account/types.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L101) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md index d6be3a573f..b0b7a9dd5c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md @@ -14,7 +14,7 @@ sidebar_label: "CorporateActionDefaultConfig" #### Defined in -[api/entities/Asset/Fungible/CorporateActions/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/CorporateActions/types.ts#L7) +[api/entities/Asset/Fungible/CorporateActions/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/CorporateActions/types.ts#L7) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/Asset/Fungible/CorporateActions/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/CorporateActions/types.ts#L6) +[api/entities/Asset/Fungible/CorporateActions/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/CorporateActions/types.ts#L6) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/entities/Asset/Fungible/CorporateActions/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/CorporateActions/types.ts#L8) +[api/entities/Asset/Fungible/CorporateActions/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/CorporateActions/types.ts#L8) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md index 02fb56c1c3..c2b306b4d0 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md @@ -14,7 +14,7 @@ sidebar_label: "HumanReadable" #### Defined in -[api/entities/Asset/NonFungible/Nft.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/Nft.ts#L38) +[api/entities/Asset/NonFungible/Nft.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/Nft.ts#L38) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/Asset/NonFungible/Nft.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/Nft.ts#L37) +[api/entities/Asset/NonFungible/Nft.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/Nft.ts#L37) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md index 78ae8a4000..9dbb09c3bc 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md @@ -14,7 +14,7 @@ sidebar_label: "AgentWithGroup" #### Defined in -[api/entities/Asset/types.ts:146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L146) +[api/entities/Asset/types.ts:146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L146) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/Asset/types.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L147) +[api/entities/Asset/types.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L147) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md index c15369ffab..f5e6a9add2 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md @@ -14,7 +14,7 @@ sidebar_label: "AssetDetails" #### Defined in -[api/entities/Asset/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L92) +[api/entities/Asset/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L92) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L98) +[api/entities/Asset/types.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L98) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L94) +[api/entities/Asset/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L94) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L95) +[api/entities/Asset/types.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L95) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L93) +[api/entities/Asset/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L93) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L96) +[api/entities/Asset/types.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L96) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L99) +[api/entities/Asset/types.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L99) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[api/entities/Asset/types.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L97) +[api/entities/Asset/types.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L97) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md index e8025baf7d..c3923d9064 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md @@ -18,7 +18,7 @@ hex representation of the document (must be prefixed by "0x") #### Defined in -[api/entities/Asset/types.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L76) +[api/entities/Asset/types.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L76) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L78) +[api/entities/Asset/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L78) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L71) +[api/entities/Asset/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L71) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L77) +[api/entities/Asset/types.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L77) ___ @@ -58,4 +58,4 @@ ___ #### Defined in -[api/entities/Asset/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L72) +[api/entities/Asset/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L72) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md index da5a4e826d..648fc6e41e 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md @@ -14,7 +14,7 @@ sidebar_label: "AssetWithGroup" #### Defined in -[api/entities/Asset/types.ts:375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L375) +[api/entities/Asset/types.ts:375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L375) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/Asset/types.ts:376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L376) +[api/entities/Asset/types.ts:376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L376) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md index c61e5d545e..7c8db7c58c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md @@ -28,7 +28,7 @@ sidebar_label: "BaseHistoricAssetTransaction" #### Defined in -[api/client/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L178) +[api/client/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L179) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[api/client/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L177) +[api/client/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L178) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[api/client/types.ts:176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L176) +[api/client/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L177) ___ @@ -68,7 +68,7 @@ Event identifying the type of transaction #### Defined in -[api/entities/Asset/types.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L163) +[api/entities/Asset/types.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L163) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[api/client/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L179) +[api/client/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L180) ___ @@ -94,7 +94,7 @@ Index value of the extrinsic which led to the Asset transaction within the `bloc #### Defined in -[api/entities/Asset/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L168) +[api/entities/Asset/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L168) ___ @@ -106,7 +106,7 @@ Origin portfolio involved in the transaction. This value will be null when the ` #### Defined in -[api/entities/Asset/types.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L154) +[api/entities/Asset/types.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L154) ___ @@ -118,7 +118,7 @@ Name of the funding round (if provided while issuing the Asset). This value is p #### Defined in -[api/entities/Asset/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L173) +[api/entities/Asset/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L173) ___ @@ -130,7 +130,7 @@ ID of the instruction being executed. This value is present only when the value #### Defined in -[api/entities/Asset/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L177) +[api/entities/Asset/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L177) ___ @@ -142,7 +142,7 @@ Memo provided against the executed instruction. This value is present only when #### Defined in -[api/entities/Asset/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L181) +[api/entities/Asset/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L181) ___ @@ -154,4 +154,4 @@ Destination portfolio involved in the transaction . This value will be null when #### Defined in -[api/entities/Asset/types.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L158) +[api/entities/Asset/types.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L158) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md index 4e4045a75b..06b53e8bed 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md @@ -16,7 +16,7 @@ An nft collection, along with a subset of its NFTs #### Defined in -[api/entities/Asset/types.ts:400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L400) +[api/entities/Asset/types.ts:400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L400) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[api/entities/Asset/types.ts:401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L401) +[api/entities/Asset/types.ts:401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L401) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md index 0ae376afab..a5bd27f1ec 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md @@ -21,7 +21,7 @@ list of Token Operation Events that were triggered by the Agent Identity #### Defined in -[api/entities/Asset/types.ts:393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L393) +[api/entities/Asset/types.ts:393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L393) ___ @@ -33,4 +33,4 @@ Agent Identity that performed the operations #### Defined in -[api/entities/Asset/types.ts:389](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L389) +[api/entities/Asset/types.ts:389](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L389) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md index 1daab6a922..8b27f3a9fa 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md @@ -22,7 +22,7 @@ Amount of the fungible tokens involved in the transaction #### Defined in -[api/entities/Asset/types.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L190) +[api/entities/Asset/types.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L190) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[api/entities/Asset/types.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L185) +[api/entities/Asset/types.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L185) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[api/client/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L178) +[api/client/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L179) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[api/client/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L177) +[api/client/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L178) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[api/client/types.ts:176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L176) +[api/client/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L177) ___ @@ -90,7 +90,7 @@ Event identifying the type of transaction #### Defined in -[api/entities/Asset/types.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L163) +[api/entities/Asset/types.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L163) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[api/client/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L179) +[api/client/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L180) ___ @@ -120,7 +120,7 @@ Index value of the extrinsic which led to the Asset transaction within the `bloc #### Defined in -[api/entities/Asset/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L168) +[api/entities/Asset/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L168) ___ @@ -136,7 +136,7 @@ Origin portfolio involved in the transaction. This value will be null when the ` #### Defined in -[api/entities/Asset/types.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L154) +[api/entities/Asset/types.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L154) ___ @@ -152,7 +152,7 @@ Name of the funding round (if provided while issuing the Asset). This value is p #### Defined in -[api/entities/Asset/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L173) +[api/entities/Asset/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L173) ___ @@ -168,7 +168,7 @@ ID of the instruction being executed. This value is present only when the value #### Defined in -[api/entities/Asset/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L177) +[api/entities/Asset/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L177) ___ @@ -184,7 +184,7 @@ Memo provided against the executed instruction. This value is present only when #### Defined in -[api/entities/Asset/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L181) +[api/entities/Asset/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L181) ___ @@ -200,4 +200,4 @@ Destination portfolio involved in the transaction . This value will be null when #### Defined in -[api/entities/Asset/types.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L158) +[api/entities/Asset/types.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L158) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md index ad2ba4ce60..a46ebc9a01 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md @@ -20,7 +20,7 @@ sidebar_label: "HistoricNftTransaction" #### Defined in -[api/entities/Asset/types.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L194) +[api/entities/Asset/types.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L194) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/client/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L178) +[api/client/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L179) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[api/client/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L177) +[api/client/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L178) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[api/client/types.ts:176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L176) +[api/client/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L177) ___ @@ -78,7 +78,7 @@ Event identifying the type of transaction #### Defined in -[api/entities/Asset/types.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L163) +[api/entities/Asset/types.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L163) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[api/client/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L179) +[api/client/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L180) ___ @@ -108,7 +108,7 @@ Index value of the extrinsic which led to the Asset transaction within the `bloc #### Defined in -[api/entities/Asset/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L168) +[api/entities/Asset/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L168) ___ @@ -124,7 +124,7 @@ Origin portfolio involved in the transaction. This value will be null when the ` #### Defined in -[api/entities/Asset/types.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L154) +[api/entities/Asset/types.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L154) ___ @@ -140,7 +140,7 @@ Name of the funding round (if provided while issuing the Asset). This value is p #### Defined in -[api/entities/Asset/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L173) +[api/entities/Asset/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L173) ___ @@ -156,7 +156,7 @@ ID of the instruction being executed. This value is present only when the value #### Defined in -[api/entities/Asset/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L177) +[api/entities/Asset/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L177) ___ @@ -172,7 +172,7 @@ Memo provided against the executed instruction. This value is present only when #### Defined in -[api/entities/Asset/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L181) +[api/entities/Asset/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L181) ___ @@ -184,7 +184,7 @@ The specific NFTs involved in the transaction #### Defined in -[api/entities/Asset/types.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L199) +[api/entities/Asset/types.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L199) ___ @@ -200,4 +200,4 @@ Destination portfolio involved in the transaction . This value will be null when #### Defined in -[api/entities/Asset/types.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L158) +[api/entities/Asset/types.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L158) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md index 2dcc64e22e..aa25b146f3 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md @@ -16,7 +16,7 @@ Represents the balance of an Asset Holder #### Defined in -[api/entities/Asset/types.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L107) +[api/entities/Asset/types.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L107) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[api/entities/Asset/types.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L106) +[api/entities/Asset/types.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L106) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md index e54c5d2254..70fc5c8603 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md @@ -16,7 +16,7 @@ Represents the holdings of an NFT holder #### Defined in -[api/entities/Asset/types.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L114) +[api/entities/Asset/types.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L114) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[api/entities/Asset/types.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L115) +[api/entities/Asset/types.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L115) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md index 9a011bb68b..545ea879d6 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md @@ -16,7 +16,7 @@ The metadata key this value is intended for #### Defined in -[api/entities/Asset/types.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L228) +[api/entities/Asset/types.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L228) ___ @@ -28,4 +28,4 @@ The value the particular NFT has for the metadata #### Defined in -[api/entities/Asset/types.ts:232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L232) +[api/entities/Asset/types.ts:232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L232) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md index e84beda8ab..b8c9b37754 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md @@ -16,7 +16,7 @@ Alphanumeric standardized security identifier #### Defined in -[api/entities/Asset/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L63) +[api/entities/Asset/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L63) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[api/entities/Asset/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L64) +[api/entities/Asset/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L64) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md index 9686b29b81..4962fcbfe1 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md @@ -18,7 +18,7 @@ how the transfer adheres to the asset's compliance rules #### Defined in -[api/entities/Asset/types.ts:134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L134) +[api/entities/Asset/types.ts:134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L134) ___ @@ -30,7 +30,7 @@ list of general transfer errors #### Defined in -[api/entities/Asset/types.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L130) +[api/entities/Asset/types.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L130) ___ @@ -42,7 +42,7 @@ list of transfer restrictions and whether the transfer satisfies each one #### Defined in -[api/entities/Asset/types.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L138) +[api/entities/Asset/types.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L138) ___ @@ -54,4 +54,4 @@ true if the transfer is possible #### Defined in -[api/entities/Asset/types.ts:142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L142) +[api/entities/Asset/types.ts:142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L142) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md index cf91ac2c25..fbafdd37cf 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md @@ -14,7 +14,7 @@ sidebar_label: "TransferRestrictionResult" #### Defined in -[api/entities/Asset/types.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L119) +[api/entities/Asset/types.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L119) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/Asset/types.ts:120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L120) +[api/entities/Asset/types.ts:120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L120) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md index e1f4118de1..1461b2810d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md @@ -18,4 +18,4 @@ id of the Asset #### Defined in -[api/entities/Asset/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L88) +[api/entities/Asset/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L88) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md index dd9fa8d03a..3b89f4665d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md @@ -16,7 +16,7 @@ If `isEnabled` is true, then only these venues are allowed to create instruction #### Defined in -[api/entities/Asset/types.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L243) +[api/entities/Asset/types.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L243) ___ @@ -28,4 +28,4 @@ Whether or not Venue filtering is enabled. If enabled then only allowed the Venu #### Defined in -[api/entities/Asset/types.ts:239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L239) +[api/entities/Asset/types.ts:239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L239) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md index c580288d5e..deebd7c48b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md @@ -14,7 +14,7 @@ sidebar_label: "HumanReadable" #### Defined in -[api/entities/AuthorizationRequest.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L36) +[api/entities/AuthorizationRequest.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L36) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/AuthorizationRequest.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L34) +[api/entities/AuthorizationRequest.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L34) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/AuthorizationRequest.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L37) +[api/entities/AuthorizationRequest.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L37) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/entities/AuthorizationRequest.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L33) +[api/entities/AuthorizationRequest.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L33) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[api/entities/AuthorizationRequest.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L35) +[api/entities/AuthorizationRequest.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L35) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/AuthorizationRequest/Params/Params.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/AuthorizationRequest/Params/Params.md index 2da869b71e..c1c5dcf951 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/AuthorizationRequest/Params/Params.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/AuthorizationRequest/Params/Params.md @@ -14,7 +14,7 @@ sidebar_label: "Params" #### Defined in -[api/entities/AuthorizationRequest.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L44) +[api/entities/AuthorizationRequest.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L44) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/AuthorizationRequest.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L43) +[api/entities/AuthorizationRequest.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L43) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/AuthorizationRequest.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L42) +[api/entities/AuthorizationRequest.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L42) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[api/entities/AuthorizationRequest.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L41) +[api/entities/AuthorizationRequest.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L41) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/AuthorizationRequest/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/AuthorizationRequest/UniqueIdentifiers/UniqueIdentifiers.md index 27788bd7ce..9f54e45c48 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/AuthorizationRequest/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/AuthorizationRequest/UniqueIdentifiers/UniqueIdentifiers.md @@ -14,4 +14,4 @@ sidebar_label: "UniqueIdentifiers" #### Defined in -[api/entities/AuthorizationRequest.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/AuthorizationRequest.ts#L29) +[api/entities/AuthorizationRequest.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/AuthorizationRequest.ts#L29) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md index e999c63335..7416de97e8 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md @@ -14,7 +14,7 @@ sidebar_label: "HumanReadable" #### Defined in -[api/entities/Checkpoint.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Checkpoint.ts#L33) +[api/entities/Checkpoint.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Checkpoint.ts#L33) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/Checkpoint.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Checkpoint.ts#L28) +[api/entities/Checkpoint.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Checkpoint.ts#L28) ___ @@ -38,4 +38,4 @@ in favour of `assetId` #### Defined in -[api/entities/Checkpoint.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Checkpoint.ts#L32) +[api/entities/Checkpoint.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Checkpoint.ts#L32) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Checkpoint/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Checkpoint/UniqueIdentifiers/UniqueIdentifiers.md index b20475fc77..d20541944f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Checkpoint/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Checkpoint/UniqueIdentifiers/UniqueIdentifiers.md @@ -14,7 +14,7 @@ sidebar_label: "UniqueIdentifiers" #### Defined in -[api/entities/Checkpoint.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Checkpoint.ts#L24) +[api/entities/Checkpoint.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Checkpoint.ts#L24) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/Checkpoint.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Checkpoint.ts#L23) +[api/entities/Checkpoint.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Checkpoint.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md index c8a818f6be..ba6f9631da 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md @@ -14,7 +14,7 @@ sidebar_label: "HumanReadable" #### Defined in -[api/entities/CheckpointSchedule/index.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/index.ts#L24) +[api/entities/CheckpointSchedule/index.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/index.ts#L24) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/CheckpointSchedule/index.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/index.ts#L26) +[api/entities/CheckpointSchedule/index.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/index.ts#L26) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/CheckpointSchedule/index.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/index.ts#L19) +[api/entities/CheckpointSchedule/index.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/index.ts#L19) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/entities/CheckpointSchedule/index.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/index.ts#L25) +[api/entities/CheckpointSchedule/index.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/index.ts#L25) ___ @@ -58,4 +58,4 @@ in favour of `assetId` #### Defined in -[api/entities/CheckpointSchedule/index.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/index.ts#L23) +[api/entities/CheckpointSchedule/index.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/index.ts#L23) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CheckpointSchedule/Params/Params.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CheckpointSchedule/Params/Params.md index 86e3aa91ad..f88221c692 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CheckpointSchedule/Params/Params.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CheckpointSchedule/Params/Params.md @@ -14,4 +14,4 @@ sidebar_label: "Params" #### Defined in -[api/entities/CheckpointSchedule/index.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/index.ts#L30) +[api/entities/CheckpointSchedule/index.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/index.ts#L30) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md index e27490cb92..60767b3a35 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md @@ -14,7 +14,7 @@ sidebar_label: "ScheduleDetails" #### Defined in -[api/entities/CheckpointSchedule/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/types.ts#L7) +[api/entities/CheckpointSchedule/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/types.ts#L7) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/CheckpointSchedule/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/types.ts#L6) +[api/entities/CheckpointSchedule/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/types.ts#L6) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md index 05988cd725..cab408b135 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md @@ -14,7 +14,7 @@ sidebar_label: "UniqueIdentifiers" #### Defined in -[api/entities/CheckpointSchedule/index.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/index.ts#L15) +[api/entities/CheckpointSchedule/index.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/index.ts#L15) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/CheckpointSchedule/index.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/index.ts#L14) +[api/entities/CheckpointSchedule/index.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/index.ts#L14) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateAction/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateAction/HumanReadable/HumanReadable.md index 4f28c465be..235c021003 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateAction/HumanReadable/HumanReadable.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateAction/HumanReadable/HumanReadable.md @@ -20,7 +20,7 @@ sidebar_label: "HumanReadable" #### Defined in -[api/entities/CorporateAction.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L26) +[api/entities/CorporateAction.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L26) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[api/entities/CorporateAction.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L27) +[api/entities/CorporateAction.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L27) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[api/entities/CorporateAction.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L30) +[api/entities/CorporateAction.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L30) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[api/entities/CorporateAction.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L28) +[api/entities/CorporateAction.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L28) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[api/entities/CorporateAction.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L21) +[api/entities/CorporateAction.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L21) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[api/entities/CorporateAction.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L29) +[api/entities/CorporateAction.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L29) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[api/entities/CorporateAction.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L31) +[api/entities/CorporateAction.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L31) ___ @@ -101,4 +101,4 @@ in favour of `assetId` #### Defined in -[api/entities/CorporateAction.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L25) +[api/entities/CorporateAction.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L25) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateAction/Params/Params.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateAction/Params/Params.md index 93fb6a7406..5b3ab0e34d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateAction/Params/Params.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateAction/Params/Params.md @@ -14,7 +14,7 @@ sidebar_label: "Params" #### Defined in -[api/entities/CorporateAction.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L36) +[api/entities/CorporateAction.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L36) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/CorporateAction.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L39) +[api/entities/CorporateAction.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L39) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/CorporateAction.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L37) +[api/entities/CorporateAction.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L37) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/entities/CorporateAction.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L35) +[api/entities/CorporateAction.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L35) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[api/entities/CorporateAction.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L38) +[api/entities/CorporateAction.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L38) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[api/entities/CorporateAction.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L40) +[api/entities/CorporateAction.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L40) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateAction/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateAction/UniqueIdentifiers/UniqueIdentifiers.md index 8965b968e3..abb21e19f8 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateAction/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateAction/UniqueIdentifiers/UniqueIdentifiers.md @@ -14,7 +14,7 @@ sidebar_label: "UniqueIdentifiers" #### Defined in -[api/entities/CorporateAction.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L17) +[api/entities/CorporateAction.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L17) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/CorporateAction.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L16) +[api/entities/CorporateAction.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L16) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md index 32b257bc5f..cfe455b441 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md @@ -14,7 +14,7 @@ sidebar_label: "HumanReadable" #### Defined in -[api/entities/CorporateActionBase/index.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L44) +[api/entities/CorporateActionBase/index.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L44) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/CorporateActionBase/index.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L45) +[api/entities/CorporateActionBase/index.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L45) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/CorporateActionBase/index.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L48) +[api/entities/CorporateActionBase/index.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L48) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/entities/CorporateActionBase/index.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L46) +[api/entities/CorporateActionBase/index.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L46) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[api/entities/CorporateActionBase/index.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L39) +[api/entities/CorporateActionBase/index.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L39) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[api/entities/CorporateActionBase/index.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L47) +[api/entities/CorporateActionBase/index.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L47) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[api/entities/CorporateActionBase/index.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L49) +[api/entities/CorporateActionBase/index.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L49) ___ @@ -95,4 +95,4 @@ in favour of `assetId` #### Defined in -[api/entities/CorporateActionBase/index.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L43) +[api/entities/CorporateActionBase/index.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L43) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/Params/Params.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/Params/Params.md index 965f8495be..8b74e1b712 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/Params/Params.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/Params/Params.md @@ -14,7 +14,7 @@ sidebar_label: "Params" #### Defined in -[api/entities/CorporateActionBase/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L54) +[api/entities/CorporateActionBase/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L54) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/CorporateActionBase/index.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L57) +[api/entities/CorporateActionBase/index.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L57) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/CorporateActionBase/index.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L55) +[api/entities/CorporateActionBase/index.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L55) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/entities/CorporateActionBase/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L53) +[api/entities/CorporateActionBase/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L53) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[api/entities/CorporateActionBase/index.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L56) +[api/entities/CorporateActionBase/index.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L56) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[api/entities/CorporateActionBase/index.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L58) +[api/entities/CorporateActionBase/index.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L58) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md index 3eb2106bd0..eff063afd6 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md @@ -14,7 +14,7 @@ sidebar_label: "CorporateActionTargets" #### Defined in -[api/entities/CorporateActionBase/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/types.ts#L12) +[api/entities/CorporateActionBase/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/types.ts#L12) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/CorporateActionBase/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/types.ts#L13) +[api/entities/CorporateActionBase/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/types.ts#L13) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md index 04f43c92ed..f252273c97 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md @@ -14,7 +14,7 @@ sidebar_label: "TaxWithholding" #### Defined in -[api/entities/CorporateActionBase/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/types.ts#L17) +[api/entities/CorporateActionBase/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/types.ts#L17) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/CorporateActionBase/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/types.ts#L18) +[api/entities/CorporateActionBase/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/types.ts#L18) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/UniqueIdentifiers/UniqueIdentifiers.md index 80e19caeae..d39872d82c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CorporateActionBase/UniqueIdentifiers/UniqueIdentifiers.md @@ -14,7 +14,7 @@ sidebar_label: "UniqueIdentifiers" #### Defined in -[api/entities/CorporateActionBase/index.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L35) +[api/entities/CorporateActionBase/index.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L35) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/CorporateActionBase/index.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/index.ts#L34) +[api/entities/CorporateActionBase/index.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/index.ts#L34) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md index fe1319b8b8..d772a7c64e 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md @@ -14,7 +14,7 @@ sidebar_label: "HumanReadable" #### Defined in -[api/entities/CustomPermissionGroup.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CustomPermissionGroup.ts#L21) +[api/entities/CustomPermissionGroup.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CustomPermissionGroup.ts#L21) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/CustomPermissionGroup.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CustomPermissionGroup.ts#L16) +[api/entities/CustomPermissionGroup.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CustomPermissionGroup.ts#L16) ___ @@ -38,4 +38,4 @@ in favour of `assetId` #### Defined in -[api/entities/CustomPermissionGroup.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CustomPermissionGroup.ts#L20) +[api/entities/CustomPermissionGroup.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CustomPermissionGroup.ts#L20) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CustomPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CustomPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md index 0dd93491be..1bc8641967 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CustomPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/CustomPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md @@ -14,7 +14,7 @@ sidebar_label: "UniqueIdentifiers" #### Defined in -[api/entities/CustomPermissionGroup.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CustomPermissionGroup.ts#L26) +[api/entities/CustomPermissionGroup.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CustomPermissionGroup.ts#L26) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/CustomPermissionGroup.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CustomPermissionGroup.ts#L25) +[api/entities/CustomPermissionGroup.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CustomPermissionGroup.ts#L25) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DefaultPortfolio/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DefaultPortfolio/UniqueIdentifiers/UniqueIdentifiers.md index 81ce38f7c3..5b5fda0453 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DefaultPortfolio/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DefaultPortfolio/UniqueIdentifiers/UniqueIdentifiers.md @@ -14,4 +14,4 @@ sidebar_label: "UniqueIdentifiers" #### Defined in -[api/entities/DefaultPortfolio.ts:4](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DefaultPortfolio.ts#L4) +[api/entities/DefaultPortfolio.ts:4](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DefaultPortfolio.ts#L4) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DefaultTrustedClaimIssuer/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DefaultTrustedClaimIssuer/UniqueIdentifiers/UniqueIdentifiers.md index 54ccadfee7..af3d96c643 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DefaultTrustedClaimIssuer/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DefaultTrustedClaimIssuer/UniqueIdentifiers/UniqueIdentifiers.md @@ -14,7 +14,7 @@ sidebar_label: "UniqueIdentifiers" #### Defined in -[api/entities/DefaultTrustedClaimIssuer.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DefaultTrustedClaimIssuer.ts#L15) +[api/entities/DefaultTrustedClaimIssuer.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DefaultTrustedClaimIssuer.ts#L15) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/DefaultTrustedClaimIssuer.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DefaultTrustedClaimIssuer.ts#L14) +[api/entities/DefaultTrustedClaimIssuer.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DefaultTrustedClaimIssuer.ts#L14) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md index 92e3904ae4..92b7a684e1 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md @@ -14,7 +14,7 @@ sidebar_label: "DividendDistributionParams" #### Defined in -[api/entities/DividendDistribution/index.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L74) +[api/entities/DividendDistribution/index.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L74) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/DividendDistribution/index.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L77) +[api/entities/DividendDistribution/index.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L77) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/DividendDistribution/index.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L76) +[api/entities/DividendDistribution/index.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L76) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/entities/DividendDistribution/index.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L73) +[api/entities/DividendDistribution/index.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L73) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[api/entities/DividendDistribution/index.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L78) +[api/entities/DividendDistribution/index.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L78) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[api/entities/DividendDistribution/index.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L75) +[api/entities/DividendDistribution/index.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L75) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md index cab9ff98aa..0fb6c014f7 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md @@ -24,7 +24,7 @@ sidebar_label: "HumanReadable" #### Defined in -[api/entities/CorporateAction.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L26) +[api/entities/CorporateAction.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L26) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/DividendDistribution/index.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L65) +[api/entities/DividendDistribution/index.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L65) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[api/entities/CorporateAction.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L27) +[api/entities/CorporateAction.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L27) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[api/entities/CorporateAction.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L30) +[api/entities/CorporateAction.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L30) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[api/entities/CorporateAction.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L28) +[api/entities/CorporateAction.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[api/entities/DividendDistribution/index.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L68) +[api/entities/DividendDistribution/index.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L68) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[api/entities/CorporateAction.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L21) +[api/entities/CorporateAction.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L21) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[api/entities/DividendDistribution/index.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L67) +[api/entities/DividendDistribution/index.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L67) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[api/entities/DividendDistribution/index.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L64) +[api/entities/DividendDistribution/index.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L64) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[api/entities/DividendDistribution/index.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L69) +[api/entities/DividendDistribution/index.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L69) ___ @@ -147,7 +147,7 @@ ___ #### Defined in -[api/entities/DividendDistribution/index.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L66) +[api/entities/DividendDistribution/index.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L66) ___ @@ -168,7 +168,7 @@ ___ #### Defined in -[api/entities/CorporateAction.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L29) +[api/entities/CorporateAction.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L29) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[api/entities/CorporateAction.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L31) +[api/entities/CorporateAction.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L31) ___ @@ -200,4 +200,4 @@ in favour of `assetId` #### Defined in -[api/entities/CorporateAction.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateAction.ts#L25) +[api/entities/CorporateAction.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateAction.ts#L25) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md index 01f74ffcf4..c40fee4eb4 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md @@ -14,7 +14,7 @@ sidebar_label: "DistributionParticipant" #### Defined in -[api/entities/DividendDistribution/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/types.ts#L15) +[api/entities/DividendDistribution/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/types.ts#L15) ___ @@ -26,7 +26,7 @@ amount to be paid to the participant after tax deductions #### Defined in -[api/entities/DividendDistribution/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/types.ts#L23) +[api/entities/DividendDistribution/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/types.ts#L23) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[api/entities/DividendDistribution/types.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/types.ts#L14) +[api/entities/DividendDistribution/types.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/types.ts#L14) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[api/entities/DividendDistribution/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/types.ts#L24) +[api/entities/DividendDistribution/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/types.ts#L24) ___ @@ -58,4 +58,4 @@ percentage (0-100) of tax withholding for this participant #### Defined in -[api/entities/DividendDistribution/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/types.ts#L19) +[api/entities/DividendDistribution/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/types.ts#L19) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md index 2a91408f5e..87a1a7660f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md @@ -16,7 +16,7 @@ whether the unclaimed funds have been reclaimed #### Defined in -[api/entities/DividendDistribution/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/types.ts#L10) +[api/entities/DividendDistribution/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/types.ts#L10) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[api/entities/DividendDistribution/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/types.ts#L6) +[api/entities/DividendDistribution/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/types.ts#L6) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Identity/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Identity/UniqueIdentifiers/UniqueIdentifiers.md index d6a409c2c2..d19f5c74d8 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Identity/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Identity/UniqueIdentifiers/UniqueIdentifiers.md @@ -16,4 +16,4 @@ Properties that uniquely identify an Identity #### Defined in -[api/entities/Identity/index.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Identity/index.ts#L107) +[api/entities/Identity/index.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Identity/index.ts#L107) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md index 8a03ce8da7..6d3024339f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md @@ -14,7 +14,7 @@ sidebar_label: "FungibleLeg" #### Defined in -[api/entities/Instruction/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L66) +[api/entities/Instruction/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L66) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L67) +[api/entities/Instruction/types.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L67) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L64) +[api/entities/Instruction/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L64) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L65) +[api/entities/Instruction/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L65) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md index f368351ef3..33ea4938f7 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md @@ -16,7 +16,7 @@ Instructions that have already been affirmed by the Identity #### Defined in -[api/entities/Instruction/types.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L127) +[api/entities/Instruction/types.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L127) ___ @@ -30,7 +30,7 @@ Instructions that failed in their execution (can be rescheduled). #### Defined in -[api/entities/Instruction/types.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L137) +[api/entities/Instruction/types.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L137) ___ @@ -42,4 +42,4 @@ Instructions that still need to be affirmed/rejected by the Identity #### Defined in -[api/entities/Instruction/types.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L131) +[api/entities/Instruction/types.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L131) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md index dd46388b99..868d4ab5da 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md @@ -16,7 +16,7 @@ Instructions where the Identity is the custodian of the leg portfolios #### Defined in -[api/entities/Instruction/types.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L151) +[api/entities/Instruction/types.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L151) ___ @@ -28,4 +28,4 @@ Instructions where the Identity is the owner of the leg portfolios #### Defined in -[api/entities/Instruction/types.ts:155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L155) +[api/entities/Instruction/types.ts:155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L155) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md index 55699824a5..16c46907ac 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md @@ -14,7 +14,7 @@ sidebar_label: "InstructionAffirmation" #### Defined in -[api/entities/Instruction/types.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L96) +[api/entities/Instruction/types.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L96) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L97) +[api/entities/Instruction/types.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L97) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md index 840f34e678..cfe4aa0049 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md @@ -14,7 +14,7 @@ sidebar_label: "NftLeg" #### Defined in -[api/entities/Instruction/types.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L74) +[api/entities/Instruction/types.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L74) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L71) +[api/entities/Instruction/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L71) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L73) +[api/entities/Instruction/types.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L73) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L72) +[api/entities/Instruction/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L72) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/OffChainAffirmation/OffChainAffirmation.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/OffChainAffirmation/OffChainAffirmation.md index 77f230a5a8..acbe366646 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/OffChainAffirmation/OffChainAffirmation.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/OffChainAffirmation/OffChainAffirmation.md @@ -14,7 +14,7 @@ sidebar_label: "OffChainAffirmation" #### Defined in -[api/entities/Instruction/types.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L101) +[api/entities/Instruction/types.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L101) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L102) +[api/entities/Instruction/types.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L102) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/OffChainLeg/OffChainLeg.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/OffChainLeg/OffChainLeg.md index 177c4eb68e..50fe49fe58 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/OffChainLeg/OffChainLeg.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/Types/OffChainLeg/OffChainLeg.md @@ -16,7 +16,7 @@ the ticker of the off chain asset #### Defined in -[api/entities/Instruction/types.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L84) +[api/entities/Instruction/types.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L84) ___ @@ -26,7 +26,7 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L78) +[api/entities/Instruction/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L78) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L80) +[api/entities/Instruction/types.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L80) ___ @@ -46,4 +46,4 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L79) +[api/entities/Instruction/types.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L79) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/UniqueIdentifiers/UniqueIdentifiers.md index 2c871d0d42..3c4f11216a 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Instruction/UniqueIdentifiers/UniqueIdentifiers.md @@ -14,4 +14,4 @@ sidebar_label: "UniqueIdentifiers" #### Defined in -[api/entities/Instruction/index.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/index.ts#L79) +[api/entities/Instruction/index.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/index.ts#L79) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md index d1b845e766..1c1e685420 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md @@ -14,7 +14,7 @@ sidebar_label: "HumanReadable" #### Defined in -[api/entities/KnownPermissionGroup.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/KnownPermissionGroup.ts#L12) +[api/entities/KnownPermissionGroup.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/KnownPermissionGroup.ts#L12) ___ @@ -28,7 +28,7 @@ in favour of `assetId` #### Defined in -[api/entities/KnownPermissionGroup.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/KnownPermissionGroup.ts#L11) +[api/entities/KnownPermissionGroup.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/KnownPermissionGroup.ts#L11) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[api/entities/KnownPermissionGroup.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/KnownPermissionGroup.ts#L7) +[api/entities/KnownPermissionGroup.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/KnownPermissionGroup.ts#L7) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/KnownPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/KnownPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md index 237a090dca..6c62c76c58 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/KnownPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/KnownPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md @@ -14,7 +14,7 @@ sidebar_label: "UniqueIdentifiers" #### Defined in -[api/entities/KnownPermissionGroup.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/KnownPermissionGroup.ts#L17) +[api/entities/KnownPermissionGroup.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/KnownPermissionGroup.ts#L17) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/KnownPermissionGroup.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/KnownPermissionGroup.ts#L16) +[api/entities/KnownPermissionGroup.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/KnownPermissionGroup.ts#L16) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md index 2bbe89e490..a1fd28ab67 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md @@ -14,7 +14,7 @@ sidebar_label: "HumanReadable" #### Defined in -[api/entities/MetadataEntry/index.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/index.ts#L39) +[api/entities/MetadataEntry/index.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/index.ts#L39) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/MetadataEntry/index.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/index.ts#L34) +[api/entities/MetadataEntry/index.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/index.ts#L34) ___ @@ -38,7 +38,7 @@ in favour of `assetId` #### Defined in -[api/entities/MetadataEntry/index.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/index.ts#L38) +[api/entities/MetadataEntry/index.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/index.ts#L38) ___ @@ -48,4 +48,4 @@ ___ #### Defined in -[api/entities/MetadataEntry/index.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/index.ts#L40) +[api/entities/MetadataEntry/index.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/index.ts#L40) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md index da6eef527e..85df3f2c7e 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md @@ -14,7 +14,7 @@ sidebar_label: "MetadataDetails" #### Defined in -[api/entities/MetadataEntry/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/types.ts#L23) +[api/entities/MetadataEntry/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/types.ts#L23) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/MetadataEntry/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/types.ts#L24) +[api/entities/MetadataEntry/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/types.ts#L24) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md index 5c08cee8e8..c9f74ec1a2 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md @@ -14,7 +14,7 @@ sidebar_label: "MetadataSpec" #### Defined in -[api/entities/MetadataEntry/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/types.ts#L18) +[api/entities/MetadataEntry/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/types.ts#L18) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/MetadataEntry/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/types.ts#L19) +[api/entities/MetadataEntry/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/types.ts#L19) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/entities/MetadataEntry/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/types.ts#L17) +[api/entities/MetadataEntry/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/types.ts#L17) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MetadataEntry/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MetadataEntry/UniqueIdentifiers/UniqueIdentifiers.md index 6217e4e7e0..ca7a6438ca 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MetadataEntry/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MetadataEntry/UniqueIdentifiers/UniqueIdentifiers.md @@ -14,7 +14,7 @@ sidebar_label: "UniqueIdentifiers" #### Defined in -[api/entities/MetadataEntry/index.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/index.ts#L30) +[api/entities/MetadataEntry/index.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/index.ts#L30) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/MetadataEntry/index.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/index.ts#L29) +[api/entities/MetadataEntry/index.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/index.ts#L29) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/entities/MetadataEntry/index.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/index.ts#L28) +[api/entities/MetadataEntry/index.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/index.ts#L28) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md index 420008e16a..79a4d95e39 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md @@ -14,7 +14,7 @@ sidebar_label: "HumanReadable" #### Defined in -[api/entities/MultiSigProposal/index.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/index.ts#L46) +[api/entities/MultiSigProposal/index.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/index.ts#L46) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/MultiSigProposal/index.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/index.ts#L45) +[api/entities/MultiSigProposal/index.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/index.ts#L45) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md index 2fb00501b0..6c89aff581 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md @@ -16,7 +16,7 @@ The number of approvals this proposal has received #### Defined in -[api/entities/MultiSigProposal/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/types.ts#L33) +[api/entities/MultiSigProposal/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/types.ts#L33) ___ @@ -28,7 +28,7 @@ The arguments to be passed to the transaction for this proposal #### Defined in -[api/entities/MultiSigProposal/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/types.ts#L57) +[api/entities/MultiSigProposal/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/types.ts#L57) ___ @@ -40,7 +40,7 @@ Determines if the proposal will automatically be closed once a threshold of reje #### Defined in -[api/entities/MultiSigProposal/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/types.ts#L49) +[api/entities/MultiSigProposal/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/types.ts#L49) ___ @@ -52,7 +52,7 @@ An optional time in which this proposal will expire if a decision isn't reached #### Defined in -[api/entities/MultiSigProposal/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/types.ts#L45) +[api/entities/MultiSigProposal/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/types.ts#L45) ___ @@ -64,7 +64,7 @@ The number of rejections this proposal has received #### Defined in -[api/entities/MultiSigProposal/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/types.ts#L37) +[api/entities/MultiSigProposal/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/types.ts#L37) ___ @@ -76,7 +76,7 @@ The current status of the proposal #### Defined in -[api/entities/MultiSigProposal/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/types.ts#L41) +[api/entities/MultiSigProposal/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/types.ts#L41) ___ @@ -88,7 +88,7 @@ The tag for the transaction being proposed for the MultiSig to execute #### Defined in -[api/entities/MultiSigProposal/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/types.ts#L53) +[api/entities/MultiSigProposal/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/types.ts#L53) ___ @@ -100,4 +100,4 @@ Accounts of signing keys that have already voted on this proposal #### Defined in -[api/entities/MultiSigProposal/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/types.ts#L61) +[api/entities/MultiSigProposal/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/types.ts#L61) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/NumberedPortfolio/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/NumberedPortfolio/UniqueIdentifiers/UniqueIdentifiers.md index c493d30284..457d78d155 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/NumberedPortfolio/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/NumberedPortfolio/UniqueIdentifiers/UniqueIdentifiers.md @@ -14,7 +14,7 @@ sidebar_label: "UniqueIdentifiers" #### Defined in -[api/entities/NumberedPortfolio.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/NumberedPortfolio.ts#L18) +[api/entities/NumberedPortfolio.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/NumberedPortfolio.ts#L18) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/NumberedPortfolio.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/NumberedPortfolio.ts#L19) +[api/entities/NumberedPortfolio.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/NumberedPortfolio.ts#L19) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md index f2142bc595..f0a7669086 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md @@ -14,7 +14,7 @@ sidebar_label: "HumanReadable" #### Defined in -[api/entities/Offering/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/index.ts#L53) +[api/entities/Offering/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/index.ts#L53) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/Offering/index.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/index.ts#L48) +[api/entities/Offering/index.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/index.ts#L48) ___ @@ -38,4 +38,4 @@ in favour of `assetId` #### Defined in -[api/entities/Offering/index.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/index.ts#L52) +[api/entities/Offering/index.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/index.ts#L52) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/Investment/Investment.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/Investment/Investment.md index 74046cee5a..e1223f68cb 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/Investment/Investment.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/Investment/Investment.md @@ -14,7 +14,7 @@ sidebar_label: "Investment" #### Defined in -[api/entities/Offering/types.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L90) +[api/entities/Offering/types.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L90) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/Offering/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L88) +[api/entities/Offering/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L88) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/entities/Offering/types.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L89) +[api/entities/Offering/types.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L89) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md index 8d709d6166..341c9f1ada 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md @@ -14,7 +14,7 @@ sidebar_label: "OfferingDetails" #### Defined in -[api/entities/Offering/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L72) +[api/entities/Offering/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L72) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/Offering/types.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L80) +[api/entities/Offering/types.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L80) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/Offering/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L82) +[api/entities/Offering/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L82) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/entities/Offering/types.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L73) +[api/entities/Offering/types.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L73) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[api/entities/Offering/types.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L74) +[api/entities/Offering/types.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L74) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[api/entities/Offering/types.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L76) +[api/entities/Offering/types.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L76) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[api/entities/Offering/types.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L75) +[api/entities/Offering/types.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L75) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[api/entities/Offering/types.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L79) +[api/entities/Offering/types.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L79) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[api/entities/Offering/types.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L81) +[api/entities/Offering/types.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L81) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[api/entities/Offering/types.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L77) +[api/entities/Offering/types.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L77) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[api/entities/Offering/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L83) +[api/entities/Offering/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L83) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[api/entities/Offering/types.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L84) +[api/entities/Offering/types.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L84) ___ @@ -134,4 +134,4 @@ ___ #### Defined in -[api/entities/Offering/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L78) +[api/entities/Offering/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L78) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md index caed12cc8a..68d5f35efb 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md @@ -14,7 +14,7 @@ sidebar_label: "OfferingStatus" #### Defined in -[api/entities/Offering/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L58) +[api/entities/Offering/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L58) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/Offering/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L59) +[api/entities/Offering/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L59) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/entities/Offering/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L57) +[api/entities/Offering/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L57) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md index 2c0a185fdb..197cc5865d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md @@ -20,7 +20,7 @@ sidebar_label: "OfferingTier" #### Defined in -[api/entities/Offering/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L63) +[api/entities/Offering/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L63) ___ @@ -30,4 +30,4 @@ ___ #### Defined in -[api/entities/Offering/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L64) +[api/entities/Offering/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L64) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/Tier/Tier.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/Tier/Tier.md index 720ab76f56..0b55d055e7 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/Tier/Tier.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/Types/Tier/Tier.md @@ -24,7 +24,7 @@ sidebar_label: "Tier" #### Defined in -[api/entities/Offering/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L63) +[api/entities/Offering/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L63) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[api/entities/Offering/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L64) +[api/entities/Offering/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L64) ___ @@ -48,4 +48,4 @@ ___ #### Defined in -[api/entities/Offering/types.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/types.ts#L68) +[api/entities/Offering/types.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/types.ts#L68) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/UniqueIdentifiers/UniqueIdentifiers.md index 8b641a8046..8c3de8564e 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Offering/UniqueIdentifiers/UniqueIdentifiers.md @@ -14,7 +14,7 @@ sidebar_label: "UniqueIdentifiers" #### Defined in -[api/entities/Offering/index.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/index.ts#L44) +[api/entities/Offering/index.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/index.ts#L44) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/Offering/index.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Offering/index.ts#L43) +[api/entities/Offering/index.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Offering/index.ts#L43) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/PermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/PermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md index 628309b923..b5daf2ec90 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/PermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/PermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md @@ -14,7 +14,7 @@ sidebar_label: "UniqueIdentifiers" #### Defined in -[api/entities/PermissionGroup.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/PermissionGroup.ts#L7) +[api/entities/PermissionGroup.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/PermissionGroup.ts#L7) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/PermissionGroup.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/PermissionGroup.ts#L8) +[api/entities/PermissionGroup.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/PermissionGroup.ts#L8) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/entities/PermissionGroup.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/PermissionGroup.ts#L9) +[api/entities/PermissionGroup.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/PermissionGroup.ts#L9) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md index 8c51a118a4..0c199caffa 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md @@ -14,7 +14,7 @@ sidebar_label: "HumanReadable" #### Defined in -[api/entities/Portfolio/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L54) +[api/entities/Portfolio/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L54) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/Portfolio/index.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L55) +[api/entities/Portfolio/index.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L55) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md index 2a18ef6934..d4040422fa 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md @@ -16,7 +16,7 @@ Array of Accounts that participated by affirming the settlement #### Defined in -[api/entities/Portfolio/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/types.ts#L38) +[api/entities/Portfolio/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/types.ts#L38) ___ @@ -26,7 +26,7 @@ ___ #### Defined in -[api/entities/Portfolio/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/types.ts#L33) +[api/entities/Portfolio/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/types.ts#L33) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[api/entities/Portfolio/types.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/types.ts#L32) +[api/entities/Portfolio/types.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/types.ts#L32) ___ @@ -48,7 +48,7 @@ This value is null when depicting portfolio movements #### Defined in -[api/entities/Portfolio/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/types.ts#L43) +[api/entities/Portfolio/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/types.ts#L43) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[api/entities/Portfolio/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/types.ts#L39) +[api/entities/Portfolio/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/types.ts#L39) ___ @@ -68,4 +68,4 @@ ___ #### Defined in -[api/entities/Portfolio/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/types.ts#L34) +[api/entities/Portfolio/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/types.ts#L34) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md index 4a002b197e..13e589e0bb 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md @@ -20,7 +20,7 @@ sidebar_label: "PortfolioBalance" #### Defined in -[api/entities/Portfolio/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/types.ts#L8) +[api/entities/Portfolio/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/types.ts#L8) ___ @@ -36,7 +36,7 @@ balance available for transferring and paying fees #### Defined in -[api/entities/Account/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L11) +[api/entities/Account/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L11) ___ @@ -52,7 +52,7 @@ unavailable balance, either bonded for staking or locked for some other purpose #### Defined in -[api/entities/Account/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L15) +[api/entities/Account/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L15) ___ @@ -68,4 +68,4 @@ free + locked #### Defined in -[api/entities/Account/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L19) +[api/entities/Account/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L19) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md index 933f792379..56247f20fc 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md @@ -14,7 +14,7 @@ sidebar_label: "PortfolioCollection" #### Defined in -[api/entities/Portfolio/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/types.ts#L12) +[api/entities/Portfolio/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/types.ts#L12) ___ @@ -26,7 +26,7 @@ NFTs available for transferring #### Defined in -[api/entities/Portfolio/types.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/types.ts#L16) +[api/entities/Portfolio/types.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/types.ts#L16) ___ @@ -38,7 +38,7 @@ NFTs that are locked, such as being involved in a pending instruction #### Defined in -[api/entities/Portfolio/types.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/types.ts#L20) +[api/entities/Portfolio/types.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/types.ts#L20) ___ @@ -50,4 +50,4 @@ Total number of NFTs held for a collection #### Defined in -[api/entities/Portfolio/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/types.ts#L24) +[api/entities/Portfolio/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/types.ts#L24) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/UniqueIdentifiers/UniqueIdentifiers.md index b2f772ae51..6e06a1b60c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Portfolio/UniqueIdentifiers/UniqueIdentifiers.md @@ -14,7 +14,7 @@ sidebar_label: "UniqueIdentifiers" #### Defined in -[api/entities/Portfolio/index.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L49) +[api/entities/Portfolio/index.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L49) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/Portfolio/index.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/index.ts#L50) +[api/entities/Portfolio/index.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/index.ts#L50) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md index 0741a19519..4d4e76f45a 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md @@ -16,7 +16,7 @@ amount of POLYX to be subsidized. This can be increased/decreased later on #### Defined in -[api/entities/Subsidy/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidy/types.ts#L17) +[api/entities/Subsidy/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidy/types.ts#L17) ___ @@ -28,7 +28,7 @@ Account whose transactions are being paid for #### Defined in -[api/entities/Subsidy/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidy/types.ts#L9) +[api/entities/Subsidy/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidy/types.ts#L9) ___ @@ -40,4 +40,4 @@ Account that is paying for the transactions #### Defined in -[api/entities/Subsidy/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidy/types.ts#L13) +[api/entities/Subsidy/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidy/types.ts#L13) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md index a2aafb3b15..0c8987dca9 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md @@ -14,7 +14,7 @@ sidebar_label: "SubsidyWithAllowance" #### Defined in -[api/entities/Subsidy/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidy/types.ts#L22) +[api/entities/Subsidy/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidy/types.ts#L22) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/Subsidy/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidy/types.ts#L21) +[api/entities/Subsidy/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidy/types.ts#L21) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md index 262dc24977..6bf002fbb5 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md @@ -16,7 +16,7 @@ beneficiary address #### Defined in -[api/entities/Subsidy/index.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidy/index.ts#L28) +[api/entities/Subsidy/index.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidy/index.ts#L28) ___ @@ -28,4 +28,4 @@ subsidizer address #### Defined in -[api/entities/Subsidy/index.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Subsidy/index.ts#L32) +[api/entities/Subsidy/index.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Subsidy/index.ts#L32) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/TickerReservation/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/TickerReservation/UniqueIdentifiers/UniqueIdentifiers.md index 209c27796b..d73db22bdd 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/TickerReservation/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/TickerReservation/UniqueIdentifiers/UniqueIdentifiers.md @@ -16,4 +16,4 @@ Properties that uniquely identify a TickerReservation #### Defined in -[api/entities/TickerReservation/index.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/TickerReservation/index.ts#L37) +[api/entities/TickerReservation/index.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/TickerReservation/index.ts#L37) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/AccreditedClaim/AccreditedClaim.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/AccreditedClaim/AccreditedClaim.md index d60e841145..e0670404cb 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/AccreditedClaim/AccreditedClaim.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/AccreditedClaim/AccreditedClaim.md @@ -14,7 +14,7 @@ sidebar_label: "AccreditedClaim" #### Defined in -[api/entities/types.ts:174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L174) +[api/entities/types.ts:174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L174) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L173) +[api/entities/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L173) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md index 66927bcc40..a988b0e428 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md @@ -22,7 +22,7 @@ amount of restrictions that can be added before reaching the shared limit #### Defined in -[api/entities/types.ts:552](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L552) +[api/entities/types.ts:552](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L552) ___ @@ -32,4 +32,4 @@ ___ #### Defined in -[api/entities/types.ts:548](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L548) +[api/entities/types.ts:548](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L548) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/AddCountStatInput/AddCountStatInput.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/AddCountStatInput/AddCountStatInput.md index 94fd67f9a0..d6d2c0c461 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/AddCountStatInput/AddCountStatInput.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/AddCountStatInput/AddCountStatInput.md @@ -14,4 +14,4 @@ sidebar_label: "AddCountStatInput" #### Defined in -[api/entities/types.ts:556](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L556) +[api/entities/types.ts:556](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L556) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/AffiliateClaim/AffiliateClaim.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/AffiliateClaim/AffiliateClaim.md index e730c0cd2d..cf2f38ae24 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/AffiliateClaim/AffiliateClaim.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/AffiliateClaim/AffiliateClaim.md @@ -14,7 +14,7 @@ sidebar_label: "AffiliateClaim" #### Defined in -[api/entities/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L179) +[api/entities/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L179) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L178) +[api/entities/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L178) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/BlockedClaim/BlockedClaim.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/BlockedClaim/BlockedClaim.md index 4a8d7e1b52..813dc30e64 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/BlockedClaim/BlockedClaim.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/BlockedClaim/BlockedClaim.md @@ -14,7 +14,7 @@ sidebar_label: "BlockedClaim" #### Defined in -[api/entities/types.ts:223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L223) +[api/entities/types.ts:223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L223) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L222) +[api/entities/types.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L222) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/BuyLockupClaim/BuyLockupClaim.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/BuyLockupClaim/BuyLockupClaim.md index 98130727e2..46ca0888e5 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/BuyLockupClaim/BuyLockupClaim.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/BuyLockupClaim/BuyLockupClaim.md @@ -14,7 +14,7 @@ sidebar_label: "BuyLockupClaim" #### Defined in -[api/entities/types.ts:184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L184) +[api/entities/types.ts:184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L184) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L183) +[api/entities/types.ts:183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L183) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CddClaim/CddClaim.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CddClaim/CddClaim.md index 9dec243a54..2c89160472 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CddClaim/CddClaim.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CddClaim/CddClaim.md @@ -14,7 +14,7 @@ sidebar_label: "CddClaim" #### Defined in -[api/entities/types.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L194) +[api/entities/types.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L194) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L193) +[api/entities/types.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L193) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md index a3737d38d0..3393b3cb97 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md @@ -26,7 +26,7 @@ optional message explaining the reason for failure in special cases #### Defined in -[api/entities/types.ts:729](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L729) +[api/entities/types.ts:729](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L729) ___ @@ -38,7 +38,7 @@ required permissions which the signer *DOESN'T* have. Only present if `result` i #### Defined in -[api/entities/types.ts:721](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L721) +[api/entities/types.ts:721](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L721) ___ @@ -50,4 +50,4 @@ whether the signer complies with the required permissions or not #### Defined in -[api/entities/types.ts:725](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L725) +[api/entities/types.ts:725](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L725) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md index b7b426fd05..76e19b3a41 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md @@ -18,7 +18,7 @@ optional message explaining the reason for failure in special cases #### Defined in -[api/entities/types.ts:709](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L709) +[api/entities/types.ts:709](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L709) ___ @@ -30,7 +30,7 @@ required roles which the Identity *DOESN'T* have. Only present if `result` is `f #### Defined in -[api/entities/types.ts:701](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L701) +[api/entities/types.ts:701](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L701) ___ @@ -42,4 +42,4 @@ whether the signer possesses all the required roles or not #### Defined in -[api/entities/types.ts:705](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L705) +[api/entities/types.ts:705](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L705) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CheckpointWithData/CheckpointWithData.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CheckpointWithData/CheckpointWithData.md index 406b5c562d..d4450bf563 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CheckpointWithData/CheckpointWithData.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CheckpointWithData/CheckpointWithData.md @@ -14,7 +14,7 @@ sidebar_label: "CheckpointWithData" #### Defined in -[api/entities/types.ts:767](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L767) +[api/entities/types.ts:767](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L767) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/types.ts:768](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L768) +[api/entities/types.ts:768](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L768) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/entities/types.ts:769](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L769) +[api/entities/types.ts:769](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L769) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md index 1d0642fe04..a962129398 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md @@ -22,7 +22,7 @@ The type of investors this restriction applies to. e.g. non-accredited #### Defined in -[api/entities/types.ts:512](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L512) +[api/entities/types.ts:512](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L512) ___ @@ -38,7 +38,7 @@ TransferRestrictionBase.exemptedIds #### Defined in -[api/entities/types.ts:495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L495) +[api/entities/types.ts:495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L495) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[api/entities/types.ts:522](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L522) +[api/entities/types.ts:522](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L522) ___ @@ -60,7 +60,7 @@ The maximum amount of investors that must meet the Claim criteria #### Defined in -[api/entities/types.ts:520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L520) +[api/entities/types.ts:520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L520) ___ @@ -72,4 +72,4 @@ The minimum amount of investors the must meet the Claim criteria #### Defined in -[api/entities/types.ts:516](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L516) +[api/entities/types.ts:516](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L516) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimData/ClaimData.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimData/ClaimData.md index a3177552f5..321e539408 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimData/ClaimData.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimData/ClaimData.md @@ -20,7 +20,7 @@ sidebar_label: "ClaimData" #### Defined in -[api/entities/types.ts:247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L247) +[api/entities/types.ts:247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L247) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[api/entities/types.ts:246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L246) +[api/entities/types.ts:246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L246) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[api/entities/types.ts:244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L244) +[api/entities/types.ts:244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L244) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[api/entities/types.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L243) +[api/entities/types.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L243) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[api/entities/types.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L245) +[api/entities/types.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L245) ___ @@ -70,4 +70,4 @@ ___ #### Defined in -[api/entities/types.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L242) +[api/entities/types.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L242) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md index 788f8c64e5..a5a846aea7 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md @@ -22,7 +22,7 @@ The type of investors this restriction applies to. e.g. Canadian investor #### Defined in -[api/entities/types.ts:528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L528) +[api/entities/types.ts:528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L528) ___ @@ -38,7 +38,7 @@ TransferRestrictionBase.exemptedIds #### Defined in -[api/entities/types.ts:495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L495) +[api/entities/types.ts:495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L495) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[api/entities/types.ts:538](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L538) +[api/entities/types.ts:538](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L538) ___ @@ -60,7 +60,7 @@ The maximum percentage of the total supply that investors meeting the Claim crit #### Defined in -[api/entities/types.ts:536](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L536) +[api/entities/types.ts:536](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L536) ___ @@ -72,4 +72,4 @@ The minimum percentage of the total supply that investors meeting the Claim crit #### Defined in -[api/entities/types.ts:532](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L532) +[api/entities/types.ts:532](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L532) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimScope/ClaimScope.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimScope/ClaimScope.md index 6645e8813d..c440fac4fc 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimScope/ClaimScope.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimScope/ClaimScope.md @@ -14,7 +14,7 @@ sidebar_label: "ClaimScope" #### Defined in -[api/entities/types.ts:304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L304) +[api/entities/types.ts:304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L304) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L305) +[api/entities/types.ts:305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L305) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimTarget/ClaimTarget.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimTarget/ClaimTarget.md index c49f4d20e9..18b960b3a7 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimTarget/ClaimTarget.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ClaimTarget/ClaimTarget.md @@ -14,7 +14,7 @@ sidebar_label: "ClaimTarget" #### Defined in -[api/entities/types.ts:427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L427) +[api/entities/types.ts:427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L427) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/types.ts:428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L428) +[api/entities/types.ts:428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L428) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/entities/types.ts:426](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L426) +[api/entities/types.ts:426](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L426) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/Compliance/Compliance.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/Compliance/Compliance.md index 0626930946..91a2839aec 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/Compliance/Compliance.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/Compliance/Compliance.md @@ -14,7 +14,7 @@ sidebar_label: "Compliance" #### Defined in -[api/entities/types.ts:422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L422) +[api/entities/types.ts:422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L422) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L421) +[api/entities/types.ts:421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L421) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md index b6043e3d0a..71347d54f2 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md @@ -16,7 +16,7 @@ used for conditions where no trusted claim issuers were specified #### Defined in -[api/entities/types.ts:404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L404) +[api/entities/types.ts:404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L404) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[api/entities/types.ts:400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L400) +[api/entities/types.ts:400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L400) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ConditionBase/ConditionBase.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ConditionBase/ConditionBase.md index 231e787400..cfe95ee25c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ConditionBase/ConditionBase.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ConditionBase/ConditionBase.md @@ -14,7 +14,7 @@ sidebar_label: "ConditionBase" #### Defined in -[api/entities/types.ts:337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L337) +[api/entities/types.ts:337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L337) ___ @@ -26,4 +26,4 @@ if undefined, the default trusted claim issuers for the Asset are used #### Defined in -[api/entities/types.ts:341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L341) +[api/entities/types.ts:341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L341) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ConditionCompliance/ConditionCompliance.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ConditionCompliance/ConditionCompliance.md index 38e04d240a..ff56e9f72f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ConditionCompliance/ConditionCompliance.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ConditionCompliance/ConditionCompliance.md @@ -14,7 +14,7 @@ sidebar_label: "ConditionCompliance" #### Defined in -[api/entities/types.ts:411](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L411) +[api/entities/types.ts:411](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L411) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:410](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L410) +[api/entities/types.ts:410](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L410) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md index 67fedb10b1..c3ea657c8b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md @@ -20,7 +20,7 @@ sidebar_label: "CountTransferRestriction" #### Defined in -[api/entities/types.ts:499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L499) +[api/entities/types.ts:499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L499) ___ @@ -36,4 +36,4 @@ TransferRestrictionBase.exemptedIds #### Defined in -[api/entities/types.ts:495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L495) +[api/entities/types.ts:495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L495) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CustomClaim/CustomClaim.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CustomClaim/CustomClaim.md index 5809c13d40..e8e5310538 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CustomClaim/CustomClaim.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/CustomClaim/CustomClaim.md @@ -14,7 +14,7 @@ sidebar_label: "CustomClaim" #### Defined in -[api/entities/types.ts:216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L216) +[api/entities/types.ts:216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L216) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/types.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L215) +[api/entities/types.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L215) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/entities/types.ts:214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L214) +[api/entities/types.ts:214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L214) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/DistributionPayment/DistributionPayment.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/DistributionPayment/DistributionPayment.md index 1665f7f622..91810223a4 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/DistributionPayment/DistributionPayment.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/DistributionPayment/DistributionPayment.md @@ -14,7 +14,7 @@ sidebar_label: "DistributionPayment" #### Defined in -[api/entities/types.ts:596](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L596) +[api/entities/types.ts:596](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L596) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/types.ts:593](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L593) +[api/entities/types.ts:593](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L593) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/types.ts:592](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L592) +[api/entities/types.ts:592](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L592) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/entities/types.ts:594](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L594) +[api/entities/types.ts:594](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L594) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[api/entities/types.ts:595](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L595) +[api/entities/types.ts:595](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L595) ___ @@ -66,4 +66,4 @@ percentage (0-100) of tax withholding for the `target` identity #### Defined in -[api/entities/types.ts:600](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L600) +[api/entities/types.ts:600](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L600) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md index e2485e5063..7d04059d61 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md @@ -14,7 +14,7 @@ sidebar_label: "DistributionWithDetails" #### Defined in -[api/entities/types.ts:588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L588) +[api/entities/types.ts:588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L588) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:587](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L587) +[api/entities/types.ts:587](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L587) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ExemptedClaim/ExemptedClaim.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ExemptedClaim/ExemptedClaim.md index 79a56ebc40..ea4887481d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ExemptedClaim/ExemptedClaim.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ExemptedClaim/ExemptedClaim.md @@ -14,7 +14,7 @@ sidebar_label: "ExemptedClaim" #### Defined in -[api/entities/types.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L210) +[api/entities/types.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L210) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L209) +[api/entities/types.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L209) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ExternalAgentCondition/ExternalAgentCondition.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ExternalAgentCondition/ExternalAgentCondition.md index 0a911276fe..210ccc6749 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ExternalAgentCondition/ExternalAgentCondition.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ExternalAgentCondition/ExternalAgentCondition.md @@ -14,4 +14,4 @@ sidebar_label: "ExternalAgentCondition" #### Defined in -[api/entities/types.ts:370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L370) +[api/entities/types.ts:370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L370) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md index db2e2001ce..b7559380fd 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md @@ -14,7 +14,7 @@ sidebar_label: "FungiblePortfolioMovement" #### Defined in -[api/entities/types.ts:814](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L814) +[api/entities/types.ts:814](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L814) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/types.ts:813](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L813) +[api/entities/types.ts:813](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L813) ___ @@ -36,4 +36,4 @@ identifier string to help differentiate transfers #### Defined in -[api/entities/types.ts:818](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L818) +[api/entities/types.ts:818](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L818) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/IdentityCondition/IdentityCondition.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/IdentityCondition/IdentityCondition.md index f10fb5ee20..2fcd8b99c3 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/IdentityCondition/IdentityCondition.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/IdentityCondition/IdentityCondition.md @@ -14,7 +14,7 @@ sidebar_label: "IdentityCondition" #### Defined in -[api/entities/types.ts:366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L366) +[api/entities/types.ts:366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L366) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L365) +[api/entities/types.ts:365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L365) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md index caf2dc0b97..3d7c50c8b4 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md @@ -14,7 +14,7 @@ sidebar_label: "IdentityWithClaims" #### Defined in -[api/entities/types.ts:300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L300) +[api/entities/types.ts:300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L300) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L299) +[api/entities/types.ts:299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L299) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/JurisdictionClaim/JurisdictionClaim.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/JurisdictionClaim/JurisdictionClaim.md index 4a2ba1bd62..dd18fc9c31 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/JurisdictionClaim/JurisdictionClaim.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/JurisdictionClaim/JurisdictionClaim.md @@ -14,7 +14,7 @@ sidebar_label: "JurisdictionClaim" #### Defined in -[api/entities/types.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L204) +[api/entities/types.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L204) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/types.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L205) +[api/entities/types.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L205) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/entities/types.ts:203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L203) +[api/entities/types.ts:203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L203) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/KycClaim/KycClaim.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/KycClaim/KycClaim.md index 07b6468344..7b925f8566 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/KycClaim/KycClaim.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/KycClaim/KycClaim.md @@ -14,7 +14,7 @@ sidebar_label: "KycClaim" #### Defined in -[api/entities/types.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L199) +[api/entities/types.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L199) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L198) +[api/entities/types.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L198) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/MultiClaimCondition/MultiClaimCondition.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/MultiClaimCondition/MultiClaimCondition.md index 765ed3d398..fa83181b9c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/MultiClaimCondition/MultiClaimCondition.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/MultiClaimCondition/MultiClaimCondition.md @@ -14,7 +14,7 @@ sidebar_label: "MultiClaimCondition" #### Defined in -[api/entities/types.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L361) +[api/entities/types.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L361) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L360) +[api/entities/types.ts:360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L360) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/OfferingWithDetails/OfferingWithDetails.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/OfferingWithDetails/OfferingWithDetails.md index 9199bc24e7..16f36f00ff 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/OfferingWithDetails/OfferingWithDetails.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/OfferingWithDetails/OfferingWithDetails.md @@ -14,7 +14,7 @@ sidebar_label: "OfferingWithDetails" #### Defined in -[api/entities/types.ts:763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L763) +[api/entities/types.ts:763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L763) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:762](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L762) +[api/entities/types.ts:762](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L762) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md index f9b2750bc4..5e3e2ea9d4 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md @@ -14,7 +14,7 @@ sidebar_label: "PaginationOptions" #### Defined in -[api/entities/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L88) +[api/entities/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L88) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L89) +[api/entities/types.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L89) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md index 2c1b45b57d..3742e5127d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md @@ -26,7 +26,7 @@ TransferRestrictionBase.exemptedIds #### Defined in -[api/entities/types.ts:495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L495) +[api/entities/types.ts:495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L495) ___ @@ -38,4 +38,4 @@ maximum percentage (0-100) of the total supply of the Asset that can be held by #### Defined in -[api/entities/types.ts:506](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L506) +[api/entities/types.ts:506](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L506) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/PermissionGroups/PermissionGroups.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/PermissionGroups/PermissionGroups.md index 2287371d38..8ab3409fdd 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/PermissionGroups/PermissionGroups.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/PermissionGroups/PermissionGroups.md @@ -16,7 +16,7 @@ All Permission Groups of a specific Asset, separated by `known` and `custom` #### Defined in -[api/entities/types.ts:673](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L673) +[api/entities/types.ts:673](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L673) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[api/entities/types.ts:672](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L672) +[api/entities/types.ts:672](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L672) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md index 448f0ee0aa..dfb79d0148 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md @@ -14,7 +14,7 @@ sidebar_label: "PermissionedAccount" #### Defined in -[api/entities/types.ts:773](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L773) +[api/entities/types.ts:773](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L773) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:774](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L774) +[api/entities/types.ts:774](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L774) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/Permissions/Permissions.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/Permissions/Permissions.md index 158e06e8fe..503c338801 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/Permissions/Permissions.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/Permissions/Permissions.md @@ -20,7 +20,7 @@ Assets over which this key has permissions #### Defined in -[api/entities/types.ts:646](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L646) +[api/entities/types.ts:646](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L646) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[api/entities/types.ts:660](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L660) +[api/entities/types.ts:660](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L660) ___ @@ -46,7 +46,7 @@ NOTE: If transactions is null, ignore this value #### Defined in -[api/entities/types.ts:658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L658) +[api/entities/types.ts:658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L658) ___ @@ -58,4 +58,4 @@ Transactions this key can execute #### Defined in -[api/entities/types.ts:650](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L650) +[api/entities/types.ts:650](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L650) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/Requirement/Requirement.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/Requirement/Requirement.md index ad8191ba51..4a60eb8bc9 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/Requirement/Requirement.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/Requirement/Requirement.md @@ -14,7 +14,7 @@ sidebar_label: "Requirement" #### Defined in -[api/entities/types.ts:396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L396) +[api/entities/types.ts:396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L396) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L395) +[api/entities/types.ts:395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L395) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/RequirementCompliance/RequirementCompliance.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/RequirementCompliance/RequirementCompliance.md index 685a4eccad..a351ff8d95 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/RequirementCompliance/RequirementCompliance.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/RequirementCompliance/RequirementCompliance.md @@ -14,7 +14,7 @@ sidebar_label: "RequirementCompliance" #### Defined in -[api/entities/types.ts:417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L417) +[api/entities/types.ts:417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L417) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/types.ts:416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L416) +[api/entities/types.ts:416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L416) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/entities/types.ts:415](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L415) +[api/entities/types.ts:415](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L415) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ResultSet/ResultSet.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ResultSet/ResultSet.md index 237256925e..d3389a404b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ResultSet/ResultSet.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ResultSet/ResultSet.md @@ -24,7 +24,7 @@ methods will have `count` defined when middleware is configured, but be undefine #### Defined in -[api/entities/types.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L100) +[api/entities/types.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L100) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/entities/types.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L95) +[api/entities/types.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L95) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[api/entities/types.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L96) +[api/entities/types.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L96) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md index c7352d6e7a..2f816c990b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md @@ -14,7 +14,7 @@ sidebar_label: "ScheduleWithDetails" #### Defined in -[api/entities/types.ts:583](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L583) +[api/entities/types.ts:583](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L583) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:582](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L582) +[api/entities/types.ts:582](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L582) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/Scope/Scope.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/Scope/Scope.md index c35415ba7f..214ee95f0a 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/Scope/Scope.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/Scope/Scope.md @@ -14,7 +14,7 @@ sidebar_label: "Scope" #### Defined in -[api/entities/types.ts:155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L155) +[api/entities/types.ts:155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L155) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L156) +[api/entities/types.ts:156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L156) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md index 8a8a50797c..49be99daba 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md @@ -30,7 +30,7 @@ Whether the permissions are inclusive or exclusive #### Defined in -[api/entities/types.ts:621](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L621) +[api/entities/types.ts:621](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L621) ___ @@ -42,4 +42,4 @@ Values to be included/excluded #### Defined in -[api/entities/types.ts:617](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L617) +[api/entities/types.ts:617](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L617) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SellLockupClaim/SellLockupClaim.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SellLockupClaim/SellLockupClaim.md index 36f0a176b8..cfe19a32e6 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SellLockupClaim/SellLockupClaim.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SellLockupClaim/SellLockupClaim.md @@ -14,7 +14,7 @@ sidebar_label: "SellLockupClaim" #### Defined in -[api/entities/types.ts:189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L189) +[api/entities/types.ts:189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L189) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L188) +[api/entities/types.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L188) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SignerValue/SignerValue.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SignerValue/SignerValue.md index 933f2beae9..bc64702b6c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SignerValue/SignerValue.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SignerValue/SignerValue.md @@ -16,7 +16,7 @@ whether the signer is an Account or Identity #### Defined in -[api/entities/types.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L114) +[api/entities/types.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L114) ___ @@ -28,4 +28,4 @@ address or DID (depending on whether the signer is an Account or Identity) #### Defined in -[api/entities/types.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L118) +[api/entities/types.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L118) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md index 0c1ff42763..44f20cf33a 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md @@ -20,7 +20,7 @@ list of required Asset permissions #### Defined in -[api/entities/types.ts:685](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L685) +[api/entities/types.ts:685](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L685) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[api/entities/types.ts:691](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L691) +[api/entities/types.ts:691](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L691) ___ @@ -42,4 +42,4 @@ list of required Transaction permissions #### Defined in -[api/entities/types.ts:689](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L689) +[api/entities/types.ts:689](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L689) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SingleClaimCondition/SingleClaimCondition.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SingleClaimCondition/SingleClaimCondition.md index d8b01f2ac1..494a920897 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SingleClaimCondition/SingleClaimCondition.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/SingleClaimCondition/SingleClaimCondition.md @@ -14,7 +14,7 @@ sidebar_label: "SingleClaimCondition" #### Defined in -[api/entities/types.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L356) +[api/entities/types.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L356) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L355) +[api/entities/types.ts:355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L355) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md index cd02592b25..896c40451c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md @@ -14,7 +14,7 @@ sidebar_label: "StatAccreditedClaimInput" #### Defined in -[api/entities/types.ts:259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L259) +[api/entities/types.ts:259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L259) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L258) +[api/entities/types.ts:258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L258) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md index 4b6e056584..bf385ceb4b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md @@ -14,7 +14,7 @@ sidebar_label: "StatAffiliateClaimInput" #### Defined in -[api/entities/types.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L264) +[api/entities/types.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L264) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L263) +[api/entities/types.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L263) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md index 9e01dfcce9..c0c1e4073f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md @@ -14,7 +14,7 @@ sidebar_label: "StatClaimIssuer" #### Defined in -[api/entities/types.ts:561](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L561) +[api/entities/types.ts:561](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L561) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:560](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L560) +[api/entities/types.ts:560](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L560) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md index bed4892cb4..d309a3cdd7 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md @@ -14,7 +14,7 @@ sidebar_label: "StatJurisdictionClaimInput" #### Defined in -[api/entities/types.ts:254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L254) +[api/entities/types.ts:254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L254) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/entities/types.ts:253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L253) +[api/entities/types.ts:253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L253) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/TransactionPermissions/TransactionPermissions.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/TransactionPermissions/TransactionPermissions.md index ed593ec17d..8966cfa8d8 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/TransactionPermissions/TransactionPermissions.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/TransactionPermissions/TransactionPermissions.md @@ -27,7 +27,7 @@ Transactions to be exempted from inclusion/exclusion. This allows more granulari #### Defined in -[api/entities/types.ts:634](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L634) +[api/entities/types.ts:634](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L634) ___ @@ -43,7 +43,7 @@ Whether the permissions are inclusive or exclusive #### Defined in -[api/entities/types.ts:621](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L621) +[api/entities/types.ts:621](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L621) ___ @@ -59,4 +59,4 @@ Values to be included/excluded #### Defined in -[api/entities/types.ts:617](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L617) +[api/entities/types.ts:617](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L617) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md index 195571308b..c1e67f9e58 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md @@ -20,7 +20,7 @@ sidebar_label: "TrustedClaimIssuer" #### Defined in -[api/entities/types.ts:313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L313) +[api/entities/types.ts:313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L313) ___ @@ -32,4 +32,4 @@ a null value means that the issuer is trusted for all claim types #### Defined in -[api/entities/types.ts:317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L317) +[api/entities/types.ts:317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L317) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md index c6cc38aaca..54ab55a374 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md @@ -14,7 +14,7 @@ sidebar_label: "VenueDetails" #### Defined in -[api/entities/Venue/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/types.ts#L26) +[api/entities/Venue/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/types.ts#L26) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/entities/Venue/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/types.ts#L25) +[api/entities/Venue/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/types.ts#L25) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/entities/Venue/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/types.ts#L24) +[api/entities/Venue/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/types.ts#L24) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Venue/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Venue/UniqueIdentifiers/UniqueIdentifiers.md index 4448dd8456..5cadced36b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Venue/UniqueIdentifiers/UniqueIdentifiers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Entities/Venue/UniqueIdentifiers/UniqueIdentifiers.md @@ -14,4 +14,4 @@ sidebar_label: "UniqueIdentifiers" #### Defined in -[api/entities/Venue/index.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/index.ts#L43) +[api/entities/Venue/index.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/index.ts#L43) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md index b50c83a9d5..7e52b8dd28 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md @@ -16,7 +16,7 @@ sidebar_label: "AcceptPrimaryKeyRotationParams" #### Defined in -[api/procedures/types.ts:586](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L586) +[api/procedures/types.ts:586](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L586) ___ @@ -28,4 +28,4 @@ Authorization from the owner who initiated the change #### Defined in -[api/procedures/types.ts:582](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L582) +[api/procedures/types.ts:582](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L582) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AccountWithSignature/AccountWithSignature.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AccountWithSignature/AccountWithSignature.md index 2a866c04ca..0f2bdd5947 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AccountWithSignature/AccountWithSignature.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AccountWithSignature/AccountWithSignature.md @@ -25,7 +25,7 @@ Signature can also be generated using the method [accountManagement.generateOffC #### Defined in -[api/procedures/types.ts:623](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L623) +[api/procedures/types.ts:623](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L623) ___ @@ -41,4 +41,4 @@ This account should not be linked to any other Identity #### Defined in -[api/procedures/types.ts:609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L609) +[api/procedures/types.ts:609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L609) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md index f3cf49246e..c843139e95 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md @@ -18,4 +18,4 @@ array of conditions that form the requirement that must be added. #### Defined in -[api/procedures/types.ts:1237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1237) +[api/procedures/types.ts:1249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1249) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md index ed9017a2f8..6fd52f065d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md @@ -16,7 +16,7 @@ array of claims to be added #### Defined in -[api/procedures/types.ts:796](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L796) +[api/procedures/types.ts:797](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L797) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[api/procedures/types.ts:797](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L797) +[api/procedures/types.ts:798](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L798) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md index 993b598fc1..bef03d6f08 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md @@ -16,4 +16,4 @@ array of Instructions to be added in the Venue #### Defined in -[api/procedures/types.ts:977](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L977) +[api/procedures/types.ts:978](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L978) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md index ebd67e2969..0449c0cfb9 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md @@ -14,7 +14,7 @@ sidebar_label: "AddInvestorUniquenessClaimParams" #### Defined in -[api/procedures/types.ts:829](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L829) +[api/procedures/types.ts:830](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L830) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/procedures/types.ts:832](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L832) +[api/procedures/types.ts:833](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L833) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/procedures/types.ts:830](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L830) +[api/procedures/types.ts:831](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L831) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[api/procedures/types.ts:828](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L828) +[api/procedures/types.ts:829](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L829) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[api/procedures/types.ts:831](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L831) +[api/procedures/types.ts:832](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L832) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddSecondaryAccountsParams/AddSecondaryAccountsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddSecondaryAccountsParams/AddSecondaryAccountsParams.md index 6ca1de90ab..75d755100c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddSecondaryAccountsParams/AddSecondaryAccountsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AddSecondaryAccountsParams/AddSecondaryAccountsParams.md @@ -16,7 +16,7 @@ List of accounts to be added as secondary accounts along with their off chain au #### Defined in -[api/procedures/types.ts:635](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L635) +[api/procedures/types.ts:635](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L635) ___ @@ -28,4 +28,4 @@ Expiry date until which all the off chain authorizations received from each acco #### Defined in -[api/procedures/types.ts:630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L630) +[api/procedures/types.ts:630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L630) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AssetBase/AssetBase.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AssetBase/AssetBase.md index af879b833a..3fedd25f7f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AssetBase/AssetBase.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AssetBase/AssetBase.md @@ -24,4 +24,4 @@ Asset over which the Identity will be granted permissions #### Defined in -[api/procedures/types.ts:1569](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1569) +[api/procedures/types.ts:1581](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1581) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md index da313d1415..abc5a7aa61 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md @@ -14,4 +14,4 @@ sidebar_label: "AssetMediatorParams" #### Defined in -[api/procedures/types.ts:1739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1739) +[api/procedures/types.ts:1751](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1751) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md index cf952c07b7..c16a208add 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md @@ -16,7 +16,7 @@ sidebar_label: "AttestPrimaryKeyRotationParams" #### Defined in -[api/procedures/types.ts:869](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L869) +[api/procedures/types.ts:870](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L870) ___ @@ -28,7 +28,7 @@ Identity or the DID of the Identity that is to be rotated #### Defined in -[api/procedures/types.ts:864](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L864) +[api/procedures/types.ts:865](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L865) ___ @@ -40,4 +40,4 @@ The Account that will be attested to become the primary key of the `identity`. C #### Defined in -[api/procedures/types.ts:859](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L859) +[api/procedures/types.ts:860](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L860) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CddProviderRole/CddProviderRole.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CddProviderRole/CddProviderRole.md index 5549c117ff..7ebabbdfe5 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CddProviderRole/CddProviderRole.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CddProviderRole/CddProviderRole.md @@ -14,4 +14,4 @@ sidebar_label: "CddProviderRole" #### Defined in -[api/procedures/types.ts:254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L254) +[api/procedures/types.ts:254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L254) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ChildKeyWithAuth/ChildKeyWithAuth.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ChildKeyWithAuth/ChildKeyWithAuth.md index 71017b26f9..a65f49d083 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ChildKeyWithAuth/ChildKeyWithAuth.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ChildKeyWithAuth/ChildKeyWithAuth.md @@ -25,7 +25,7 @@ Signature can also be generated using the method [accountManagement.generateOffC #### Defined in -[api/procedures/types.ts:1715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1715) +[api/procedures/types.ts:1727](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1727) ___ @@ -41,4 +41,4 @@ This key should not be linked to any other Identity #### Defined in -[api/procedures/types.ts:1704](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1704) +[api/procedures/types.ts:1716](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1716) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md index 613853a9eb..8e8819d33f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md @@ -14,7 +14,7 @@ sidebar_label: "ClaimCountRestrictionValue" #### Defined in -[api/procedures/types.ts:470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L470) +[api/procedures/types.ts:470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L470) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/procedures/types.ts:469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L469) +[api/procedures/types.ts:469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L469) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/procedures/types.ts:468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L468) +[api/procedures/types.ts:468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L468) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[api/procedures/types.ts:467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L467) +[api/procedures/types.ts:467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L467) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md index 7aea7857de..69fc75b57f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md @@ -20,7 +20,7 @@ sidebar_label: "ClaimCountTransferRestrictionInput" #### Defined in -[api/procedures/types.ts:520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L520) +[api/procedures/types.ts:520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L520) ___ @@ -36,7 +36,7 @@ TransferRestrictionInputBase.exemptedIdentities #### Defined in -[api/procedures/types.ts:499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L499) +[api/procedures/types.ts:499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L499) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[api/procedures/types.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L519) +[api/procedures/types.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L519) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[api/procedures/types.ts:518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L518) +[api/procedures/types.ts:518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L518) ___ @@ -66,4 +66,4 @@ ___ #### Defined in -[api/procedures/types.ts:517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L517) +[api/procedures/types.ts:517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L517) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md index 5e521e1dc4..431b5ef0af 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md @@ -14,7 +14,7 @@ sidebar_label: "ClaimPercentageRestrictionValue" #### Defined in -[api/procedures/types.ts:477](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L477) +[api/procedures/types.ts:477](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L477) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/procedures/types.ts:476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L476) +[api/procedures/types.ts:476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L476) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/procedures/types.ts:475](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L475) +[api/procedures/types.ts:475](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L475) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[api/procedures/types.ts:474](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L474) +[api/procedures/types.ts:474](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L474) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md index e7a95a1225..5d866afbba 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md @@ -20,7 +20,7 @@ sidebar_label: "ClaimPercentageTransferRestrictionInput" #### Defined in -[api/procedures/types.ts:526](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L526) +[api/procedures/types.ts:526](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L526) ___ @@ -36,7 +36,7 @@ TransferRestrictionInputBase.exemptedIdentities #### Defined in -[api/procedures/types.ts:499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L499) +[api/procedures/types.ts:499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L499) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[api/procedures/types.ts:525](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L525) +[api/procedures/types.ts:525](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L525) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[api/procedures/types.ts:524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L524) +[api/procedures/types.ts:524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L524) ___ @@ -66,4 +66,4 @@ ___ #### Defined in -[api/procedures/types.ts:523](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L523) +[api/procedures/types.ts:523](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L523) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md index 9a07eaa875..d0e0d584da 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md @@ -17,7 +17,7 @@ checkpoint to be used to calculate Dividends. If a Schedule is passed, the next #### Defined in -[api/procedures/types.ts:1333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1333) +[api/procedures/types.ts:1345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1345) ___ @@ -29,7 +29,7 @@ ticker of the currency in which Dividends will be distributed #### Defined in -[api/procedures/types.ts:1341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1341) +[api/procedures/types.ts:1353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1353) ___ @@ -41,7 +41,7 @@ date at which the issuer publicly declared the Dividend Distribution. Optional, #### Defined in -[api/procedures/types.ts:1312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1312) +[api/procedures/types.ts:1324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1324) ___ @@ -53,7 +53,7 @@ default percentage (0-100) of the Benefits to be held for tax purposes #### Defined in -[api/procedures/types.ts:1323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1323) +[api/procedures/types.ts:1335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1335) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[api/procedures/types.ts:1313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1313) +[api/procedures/types.ts:1325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1325) ___ @@ -75,7 +75,7 @@ optional, defaults to never expiring #### Defined in -[api/procedures/types.ts:1357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1357) +[api/procedures/types.ts:1369](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1369) ___ @@ -87,7 +87,7 @@ maximum amount of `currency` to distribute in total #### Defined in -[api/procedures/types.ts:1349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1349) +[api/procedures/types.ts:1361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1361) ___ @@ -99,7 +99,7 @@ portfolio from which the Dividends will be distributed. Optional, defaults to th #### Defined in -[api/procedures/types.ts:1337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1337) +[api/procedures/types.ts:1349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1349) ___ @@ -111,7 +111,7 @@ date from which Asset Holders can claim their Dividends #### Defined in -[api/procedures/types.ts:1353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1353) +[api/procedures/types.ts:1365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1365) ___ @@ -123,7 +123,7 @@ amount of `currency` to distribute per each share of the Asset that a target hol #### Defined in -[api/procedures/types.ts:1345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1345) +[api/procedures/types.ts:1357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1357) ___ @@ -137,7 +137,7 @@ Asset Holder Identities to be included (or excluded) from the Dividend Distribut #### Defined in -[api/procedures/types.ts:1319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1319) +[api/procedures/types.ts:1331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1331) ___ @@ -150,4 +150,4 @@ percentage (0-100) of the Benefits to be held for tax purposes from individual A #### Defined in -[api/procedures/types.ts:1328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1328) +[api/procedures/types.ts:1340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1340) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md index cc0156dc51..9d394150c1 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md @@ -16,7 +16,7 @@ amount of Asset tokens to transfer #### Defined in -[api/procedures/types.ts:1118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1118) +[api/procedures/types.ts:1119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1119) ___ @@ -28,4 +28,4 @@ portfolio (or portfolio ID) from which Assets will be transferred #### Defined in -[api/procedures/types.ts:1114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1114) +[api/procedures/types.ts:1115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1115) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md index 188dbcd99b..cafd9cb922 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md @@ -22,7 +22,7 @@ limit on the amount of different (unique) investors that can hold the Asset at o #### Defined in -[api/procedures/types.ts:506](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L506) +[api/procedures/types.ts:506](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L506) ___ @@ -38,4 +38,4 @@ TransferRestrictionInputBase.exemptedIdentities #### Defined in -[api/procedures/types.ts:499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L499) +[api/procedures/types.ts:499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L499) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md index 0c7c4298db..0ba14053f9 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md @@ -16,15 +16,16 @@ sidebar_label: "CreateAssetParams" ### assetType -• **assetType**: `string` +• **assetType**: `string` \| `BigNumber` type of security that the Asset represents (e.g. Equity, Debt, Commodity). Common values are included in the [KnownAssetType](../../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) enum, but custom values can be used as well. Custom values must be registered on-chain the first time they're used, requiring an additional transaction. They aren't tied to a specific Asset + if using a custom type, it can be provided as a string (representing name) or a BigNumber (representing the custom type ID) #### Defined in -[api/procedures/types.ts:668](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L668) +[api/procedures/types.ts:669](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L669) ___ @@ -34,7 +35,7 @@ ___ #### Defined in -[api/procedures/types.ts:677](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L677) +[api/procedures/types.ts:678](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L678) ___ @@ -46,7 +47,7 @@ ___ #### Defined in -[api/procedures/types.ts:676](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L676) +[api/procedures/types.ts:677](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L677) ___ @@ -67,7 +68,7 @@ the appropriate namespace #### Defined in -[api/procedures/types.ts:691](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L691) +[api/procedures/types.ts:692](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L692) ___ @@ -79,7 +80,7 @@ amount of Asset tokens that will be minted on creation (optional, default doesn' #### Defined in -[api/procedures/types.ts:654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L654) +[api/procedures/types.ts:654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L654) ___ @@ -91,7 +92,7 @@ whether a single Asset token can be divided into decimal parts #### Defined in -[api/procedures/types.ts:662](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L662) +[api/procedures/types.ts:662](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L662) ___ @@ -101,7 +102,7 @@ ___ #### Defined in -[api/procedures/types.ts:650](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L650) +[api/procedures/types.ts:650](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L650) ___ @@ -113,7 +114,7 @@ portfolio to which the Asset tokens will be issued on creation (optional, defaul #### Defined in -[api/procedures/types.ts:658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L658) +[api/procedures/types.ts:658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L658) ___ @@ -125,4 +126,4 @@ array of domestic or international alphanumeric security identifiers for the Ass #### Defined in -[api/procedures/types.ts:672](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L672) +[api/procedures/types.ts:673](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L673) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md index f2eb8c633b..645fd6a8a5 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md @@ -16,11 +16,12 @@ sidebar_label: "CreateAssetWithTickerParams" ### assetType -• **assetType**: `string` +• **assetType**: `string` \| `BigNumber` type of security that the Asset represents (e.g. Equity, Debt, Commodity). Common values are included in the [KnownAssetType](../../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) enum, but custom values can be used as well. Custom values must be registered on-chain the first time they're used, requiring an additional transaction. They aren't tied to a specific Asset + if using a custom type, it can be provided as a string (representing name) or a BigNumber (representing the custom type ID) #### Inherited from @@ -28,7 +29,7 @@ type of security that the Asset represents (e.g. Equity, Debt, Commodity). Commo #### Defined in -[api/procedures/types.ts:668](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L668) +[api/procedures/types.ts:669](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L669) ___ @@ -42,7 +43,7 @@ ___ #### Defined in -[api/procedures/types.ts:677](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L677) +[api/procedures/types.ts:678](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L678) ___ @@ -58,7 +59,7 @@ ___ #### Defined in -[api/procedures/types.ts:676](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L676) +[api/procedures/types.ts:677](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L677) ___ @@ -83,7 +84,7 @@ the appropriate namespace #### Defined in -[api/procedures/types.ts:691](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L691) +[api/procedures/types.ts:692](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L692) ___ @@ -99,7 +100,7 @@ amount of Asset tokens that will be minted on creation (optional, default doesn' #### Defined in -[api/procedures/types.ts:654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L654) +[api/procedures/types.ts:654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L654) ___ @@ -115,7 +116,7 @@ whether a single Asset token can be divided into decimal parts #### Defined in -[api/procedures/types.ts:662](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L662) +[api/procedures/types.ts:662](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L662) ___ @@ -129,7 +130,7 @@ ___ #### Defined in -[api/procedures/types.ts:650](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L650) +[api/procedures/types.ts:650](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L650) ___ @@ -145,7 +146,7 @@ portfolio to which the Asset tokens will be issued on creation (optional, defaul #### Defined in -[api/procedures/types.ts:658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L658) +[api/procedures/types.ts:658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L658) ___ @@ -161,7 +162,7 @@ array of domestic or international alphanumeric security identifiers for the Ass #### Defined in -[api/procedures/types.ts:672](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L672) +[api/procedures/types.ts:673](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L673) ___ @@ -177,4 +178,4 @@ from 7.x chain, ticker has been made optional. For 6.x chain, it is still mandat #### Defined in -[api/procedures/types.ts:711](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L711) +[api/procedures/types.ts:712](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L712) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md index 90c8102b63..3edb9e2973 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md @@ -16,4 +16,4 @@ The points in time in the future for which to create checkpoints for #### Defined in -[api/procedures/types.ts:1221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1221) +[api/procedures/types.ts:1233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1233) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md index daf15813fc..da4b3fd685 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md @@ -16,7 +16,7 @@ List of child keys along with their off chain authorization signatures #### Defined in -[api/procedures/types.ts:1727](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1727) +[api/procedures/types.ts:1739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1739) ___ @@ -28,4 +28,4 @@ Expiry date until which all the off chain authorizations received from each key #### Defined in -[api/procedures/types.ts:1722](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1722) +[api/procedures/types.ts:1734](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1734) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md index 89a4a4b031..3af19c4441 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md @@ -16,4 +16,4 @@ The secondary key that will become the primary key of the new child Identity #### Defined in -[api/procedures/types.ts:1695](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1695) +[api/procedures/types.ts:1707](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1707) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md index 6e572f5cfb..f6f43bc65a 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md @@ -14,4 +14,4 @@ sidebar_label: "CreateGroupParams" #### Defined in -[api/procedures/types.ts:1408](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1408) +[api/procedures/types.ts:1420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1420) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md index 19310d295c..17a7cdac35 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md @@ -16,7 +16,7 @@ Grants permissions to the MultiSig upon creation. The caller must be the primary #### Defined in -[api/procedures/types.ts:1629](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1629) +[api/procedures/types.ts:1641](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1641) ___ @@ -26,7 +26,7 @@ ___ #### Defined in -[api/procedures/types.ts:1625](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1625) +[api/procedures/types.ts:1637](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1637) ___ @@ -40,4 +40,4 @@ Signer must be an Account as of v7 #### Defined in -[api/procedures/types.ts:1624](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1624) +[api/procedures/types.ts:1636](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1636) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md index 7bc6738fe0..9e6ae7284e 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md @@ -21,7 +21,7 @@ for spec version before 7.x, this value is overwritten by `ticker` value #### Defined in -[api/procedures/types.ts:737](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L737) +[api/procedures/types.ts:738](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L738) ___ @@ -38,7 +38,7 @@ If `imageUri` is specified as a collection key, then each token will need to be #### Defined in -[api/procedures/types.ts:766](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L766) +[api/procedures/types.ts:767](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L767) ___ @@ -50,7 +50,7 @@ Links to off chain documents related to the NftCollection #### Defined in -[api/procedures/types.ts:770](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L770) +[api/procedures/types.ts:771](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L771) ___ @@ -62,7 +62,7 @@ A optional field that can be used to provide information about the funding state #### Defined in -[api/procedures/types.ts:775](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L775) +[api/procedures/types.ts:776](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L776) ___ @@ -74,7 +74,7 @@ The collection name. defaults to `ticker` #### Defined in -[api/procedures/types.ts:750](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L750) +[api/procedures/types.ts:751](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L751) ___ @@ -92,7 +92,7 @@ if provided a BigNumber that does not correspond to a custom type #### Defined in -[api/procedures/types.ts:755](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L755) +[api/procedures/types.ts:756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L756) ___ @@ -104,7 +104,7 @@ array of domestic or international alphanumeric security identifiers for the Ass #### Defined in -[api/procedures/types.ts:759](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L759) +[api/procedures/types.ts:760](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L760) ___ @@ -123,4 +123,4 @@ This value is mandatory for spec version before 7.x #### Defined in -[api/procedures/types.ts:746](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L746) +[api/procedures/types.ts:747](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L747) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md index 3e71bed9b9..721f5f1a14 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md @@ -20,4 +20,4 @@ sidebar_label: "CreateTransactionBatchParams" #### Defined in -[api/procedures/types.ts:1617](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1617) +[api/procedures/types.ts:1629](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1629) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md index ba4a526b78..068e364b9c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md @@ -31,7 +31,7 @@ sidebar_label: "CreateTransactionBatchProcedureMethod" #### Defined in -[api/procedures/types.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L149) +[api/procedures/types.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L149) ## Properties @@ -62,4 +62,4 @@ sidebar_label: "CreateTransactionBatchProcedureMethod" #### Defined in -[api/procedures/types.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L153) +[api/procedures/types.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L153) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md index ffcc279bea..7a9b86da0c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md @@ -14,7 +14,7 @@ sidebar_label: "CreateVenueParams" #### Defined in -[api/procedures/types.ts:1098](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1098) +[api/procedures/types.ts:1099](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1099) ___ @@ -26,7 +26,7 @@ ___ #### Defined in -[api/procedures/types.ts:1103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1103) +[api/procedures/types.ts:1104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1104) ___ @@ -36,4 +36,4 @@ ___ #### Defined in -[api/procedures/types.ts:1099](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1099) +[api/procedures/types.ts:1100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1100) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md index d760de6056..d82b22419c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md @@ -16,7 +16,7 @@ amount of POLYX to decrease the allowance by #### Defined in -[api/procedures/types.ts:1509](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1509) +[api/procedures/types.ts:1521](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1521) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[api/procedures/types.ts:1510](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1510) +[api/procedures/types.ts:1522](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1522) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md index b3ba55adbc..7cd69ec04b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md @@ -16,7 +16,7 @@ array of claims to be edited #### Defined in -[api/procedures/types.ts:804](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L804) +[api/procedures/types.ts:805](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L805) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[api/procedures/types.ts:805](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L805) +[api/procedures/types.ts:806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L806) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md index 6d5bc571a6..74f85e7c69 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md @@ -16,4 +16,4 @@ sidebar_label: "ExecuteManualInstructionParams" #### Defined in -[api/procedures/types.ts:1094](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1094) +[api/procedures/types.ts:1095](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1095) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md index d8be1b5f4b..53627a24f6 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md @@ -14,7 +14,7 @@ sidebar_label: "GlobalCollectionKeyInput" #### Defined in -[api/procedures/types.ts:716](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L716) +[api/procedures/types.ts:717](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L717) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/procedures/types.ts:715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L715) +[api/procedures/types.ts:716](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L716) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/IdentityRole/IdentityRole.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/IdentityRole/IdentityRole.md index dad093b098..3b6485fbc0 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/IdentityRole/IdentityRole.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/IdentityRole/IdentityRole.md @@ -14,7 +14,7 @@ sidebar_label: "IdentityRole" #### Defined in -[api/procedures/types.ts:274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L274) +[api/procedures/types.ts:274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L274) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/procedures/types.ts:273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L273) +[api/procedures/types.ts:273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L273) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md index 5bd8939d4a..ec246e579d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md @@ -16,4 +16,4 @@ This transaction will never expire #### Defined in -[api/procedures/types.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L122) +[api/procedures/types.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L122) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md index b7b6f360f6..de396e8fc8 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md @@ -16,7 +16,7 @@ amount of POLYX to increase the allowance by #### Defined in -[api/procedures/types.ts:1501](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1501) +[api/procedures/types.ts:1513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1513) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[api/procedures/types.ts:1502](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1502) +[api/procedures/types.ts:1514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1514) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md index 8667943d47..2fa1c474e1 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md @@ -14,7 +14,7 @@ sidebar_label: "InstructionFungibleLeg" #### Defined in -[api/procedures/types.ts:912](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L912) +[api/procedures/types.ts:913](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L913) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/procedures/types.ts:915](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L915) +[api/procedures/types.ts:916](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L916) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/procedures/types.ts:913](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L913) +[api/procedures/types.ts:914](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L914) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[api/procedures/types.ts:914](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L914) +[api/procedures/types.ts:915](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L915) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md index c467597154..2f03daea91 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md @@ -14,4 +14,4 @@ sidebar_label: "InstructionIdParams" #### Defined in -[api/procedures/types.ts:985](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L985) +[api/procedures/types.ts:986](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L986) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md index 61739a3371..6ced1001d2 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md @@ -14,7 +14,7 @@ sidebar_label: "InstructionNftLeg" #### Defined in -[api/procedures/types.ts:922](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L922) +[api/procedures/types.ts:923](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L923) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/procedures/types.ts:920](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L920) +[api/procedures/types.ts:921](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L921) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/procedures/types.ts:919](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L919) +[api/procedures/types.ts:920](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L920) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[api/procedures/types.ts:921](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L921) +[api/procedures/types.ts:922](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L922) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InstructionOffChainLeg/InstructionOffChainLeg.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InstructionOffChainLeg/InstructionOffChainLeg.md index dd1eee508c..24bfd64843 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InstructionOffChainLeg/InstructionOffChainLeg.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InstructionOffChainLeg/InstructionOffChainLeg.md @@ -16,7 +16,7 @@ the ticker of the off chain asset #### Defined in -[api/procedures/types.ts:931](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L931) +[api/procedures/types.ts:932](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L932) ___ @@ -26,7 +26,7 @@ ___ #### Defined in -[api/procedures/types.ts:926](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L926) +[api/procedures/types.ts:927](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L927) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[api/procedures/types.ts:932](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L932) +[api/procedures/types.ts:933](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L933) ___ @@ -46,4 +46,4 @@ ___ #### Defined in -[api/procedures/types.ts:927](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L927) +[api/procedures/types.ts:928](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L928) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md index 97fd06fe29..1a18352c21 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md @@ -16,7 +16,7 @@ portfolio from which funds will be withdrawn to pay for the Asset tokens #### Defined in -[api/procedures/types.ts:1546](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1546) +[api/procedures/types.ts:1558](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1558) ___ @@ -28,7 +28,7 @@ maximum average price to pay per Asset token (optional) #### Defined in -[api/procedures/types.ts:1554](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1554) +[api/procedures/types.ts:1566](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1566) ___ @@ -40,7 +40,7 @@ amount of Asset tokens to purchase #### Defined in -[api/procedures/types.ts:1550](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1550) +[api/procedures/types.ts:1562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1562) ___ @@ -52,4 +52,4 @@ portfolio in which the purchased Asset tokens will be stored #### Defined in -[api/procedures/types.ts:1542](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1542) +[api/procedures/types.ts:1554](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1554) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md index b7a9c5c798..f67fb3c563 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md @@ -14,7 +14,7 @@ sidebar_label: "InviteAccountParams" #### Defined in -[api/procedures/types.ts:575](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L575) +[api/procedures/types.ts:575](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L575) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/procedures/types.ts:574](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L574) +[api/procedures/types.ts:574](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L574) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/procedures/types.ts:573](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L573) +[api/procedures/types.ts:573](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L573) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md index 964d955dd5..4a963e915e 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md @@ -24,7 +24,7 @@ due to chain limitations, the expiry will be ignored if the passed `permissions` #### Defined in -[api/procedures/types.ts:1434](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1434) +[api/procedures/types.ts:1446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1446) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[api/procedures/types.ts:1419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1419) +[api/procedures/types.ts:1431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1431) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[api/procedures/types.ts:1418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1418) +[api/procedures/types.ts:1430](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1430) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md index 33df86d0ad..e278ade4b2 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md @@ -16,7 +16,7 @@ amount of Asset tokens to be issued #### Defined in -[api/procedures/types.ts:698](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L698) +[api/procedures/types.ts:699](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L699) ___ @@ -28,4 +28,4 @@ portfolio to which the Asset tokens will be issued (optional, default is the def #### Defined in -[api/procedures/types.ts:702](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L702) +[api/procedures/types.ts:703](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L703) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/JoinCreatorAsPrimary/JoinCreatorAsPrimary.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/JoinCreatorAsPrimary/JoinCreatorAsPrimary.md index abd9484788..8949e3ff9c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/JoinCreatorAsPrimary/JoinCreatorAsPrimary.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/JoinCreatorAsPrimary/JoinCreatorAsPrimary.md @@ -14,7 +14,7 @@ sidebar_label: "JoinCreatorAsPrimary" #### Defined in -[api/procedures/types.ts:1655](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1655) +[api/procedures/types.ts:1667](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1667) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/procedures/types.ts:1656](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1656) +[api/procedures/types.ts:1668](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1668) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/JoinCreatorAsSecondary/JoinCreatorAsSecondary.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/JoinCreatorAsSecondary/JoinCreatorAsSecondary.md index b45301d02d..b33bab7c26 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/JoinCreatorAsSecondary/JoinCreatorAsSecondary.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/JoinCreatorAsSecondary/JoinCreatorAsSecondary.md @@ -14,7 +14,7 @@ sidebar_label: "JoinCreatorAsSecondary" #### Defined in -[api/procedures/types.ts:1660](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1660) +[api/procedures/types.ts:1672](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1672) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[api/procedures/types.ts:1664](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1664) +[api/procedures/types.ts:1676](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1676) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md index 11e958b47c..19519b1e9b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md @@ -16,7 +16,7 @@ end date of the Offering (optional, defaults to never) #### Defined in -[api/procedures/types.ts:1395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1395) +[api/procedures/types.ts:1407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1407) ___ @@ -28,7 +28,7 @@ minimum amount that can be spent on this offering #### Defined in -[api/procedures/types.ts:1404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1404) +[api/procedures/types.ts:1416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1416) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[api/procedures/types.ts:1387](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1387) +[api/procedures/types.ts:1399](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1399) ___ @@ -50,7 +50,7 @@ portfolio in which the Asset tokens to be sold are stored #### Defined in -[api/procedures/types.ts:1371](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1371) +[api/procedures/types.ts:1383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1383) ___ @@ -63,7 +63,7 @@ ticker symbol of the currency in which the funds are being raised (e.g. 'USD' or #### Defined in -[api/procedures/types.ts:1380](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1380) +[api/procedures/types.ts:1392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1392) ___ @@ -75,7 +75,7 @@ portfolio in which the raised funds will be stored #### Defined in -[api/procedures/types.ts:1375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1375) +[api/procedures/types.ts:1387](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1387) ___ @@ -87,7 +87,7 @@ start date of the Offering (optional, defaults to right now) #### Defined in -[api/procedures/types.ts:1391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1391) +[api/procedures/types.ts:1403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1403) ___ @@ -100,7 +100,7 @@ array of sale tiers. Each tier consists of an amount of Assets to be sold at a c #### Defined in -[api/procedures/types.ts:1400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1400) +[api/procedures/types.ts:1412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1412) ___ @@ -114,4 +114,4 @@ venue through which all offering related trades will be settled #### Defined in -[api/procedures/types.ts:1386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1386) +[api/procedures/types.ts:1398](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1398) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md index b02f9ef0cd..3a2cc3e090 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md @@ -16,4 +16,4 @@ list of documents #### Defined in -[api/procedures/types.ts:1445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1445) +[api/procedures/types.ts:1457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1457) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/LinkTickerToAssetParams/LinkTickerToAssetParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/LinkTickerToAssetParams/LinkTickerToAssetParams.md index ab5d431ca5..a50e2415e1 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/LinkTickerToAssetParams/LinkTickerToAssetParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/LinkTickerToAssetParams/LinkTickerToAssetParams.md @@ -16,4 +16,4 @@ The ticker to attach #### Defined in -[api/procedures/types.ts:1452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1452) +[api/procedures/types.ts:1464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1464) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md index baa6066eb4..60c0c78a04 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md @@ -14,7 +14,7 @@ sidebar_label: "LocalCollectionKeyInput" #### Defined in -[api/procedures/types.ts:721](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L721) +[api/procedures/types.ts:722](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L722) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[api/procedures/types.ts:722](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L722) +[api/procedures/types.ts:723](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L723) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[api/procedures/types.ts:720](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L720) +[api/procedures/types.ts:721](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L721) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md index 67f3db428a..ebac982991 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md @@ -14,4 +14,4 @@ sidebar_label: "ModifyAssetTrustedClaimIssuersAddSetParams" #### Defined in -[api/procedures/types.ts:1266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1266) +[api/procedures/types.ts:1278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1278) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md index 5538782739..64dfbd5315 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md @@ -16,4 +16,4 @@ array of Identities (or DIDs) of the default claim issuers #### Defined in -[api/procedures/types.ts:1273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1273) +[api/procedures/types.ts:1285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1285) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md index dc1ed6fdeb..03f2de4d5f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md @@ -14,4 +14,4 @@ sidebar_label: "ModifyCaCheckpointParams" #### Defined in -[api/procedures/types.ts:1456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1456) +[api/procedures/types.ts:1468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1468) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md index 0db7cacc1f..0048a78693 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md @@ -16,7 +16,7 @@ date at which the authorization request to modify the Corporate Actions Agent ex #### Defined in -[api/procedures/types.ts:1288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1288) +[api/procedures/types.ts:1300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1300) ___ @@ -28,4 +28,4 @@ Identity to be set as Corporate Actions Agent #### Defined in -[api/procedures/types.ts:1284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1284) +[api/procedures/types.ts:1296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1296) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md index 2142260bf2..53e4b3d9b2 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md @@ -16,7 +16,7 @@ The MultiSig to be modified #### Defined in -[api/procedures/types.ts:1636](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1636) +[api/procedures/types.ts:1648](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1648) ___ @@ -28,7 +28,7 @@ The required number of signatures for the MultiSig #### Defined in -[api/procedures/types.ts:1644](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1644) +[api/procedures/types.ts:1656](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1656) ___ @@ -40,4 +40,4 @@ The signers to set for the MultiSig #### Defined in -[api/procedures/types.ts:1640](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1640) +[api/procedures/types.ts:1652](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1652) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md index 8281e4c68c..36afc87c0e 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md @@ -16,7 +16,7 @@ date at which the authorization request to modify the primary issuance agent exp #### Defined in -[api/procedures/types.ts:1188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1188) +[api/procedures/types.ts:1200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1200) ___ @@ -28,4 +28,4 @@ Identity to be set as primary issuance agent #### Defined in -[api/procedures/types.ts:1184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1184) +[api/procedures/types.ts:1196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1196) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md index afa19213f5..d483b0bcd4 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md @@ -16,4 +16,4 @@ list of secondary Accounts #### Defined in -[api/procedures/types.ts:593](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L593) +[api/procedures/types.ts:593](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L593) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/MortalProcedureOptValue/MortalProcedureOptValue.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/MortalProcedureOptValue/MortalProcedureOptValue.md index a9f04f2c73..314ad2d765 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/MortalProcedureOptValue/MortalProcedureOptValue.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/MortalProcedureOptValue/MortalProcedureOptValue.md @@ -16,7 +16,7 @@ This transaction will be rejected if not included in a block after a while (defa #### Defined in -[api/procedures/types.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L129) +[api/procedures/types.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L129) ___ @@ -36,4 +36,4 @@ this value should not exceed 4096, which is the chain's `BlockHashCount` as the #### Defined in -[api/procedures/types.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L136) +[api/procedures/types.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L136) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md index 4bb06ed266..b3eb9dcf63 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md @@ -16,7 +16,7 @@ list of Assets (and the corresponding token amounts) that will be moved #### Defined in -[api/procedures/types.ts:1613](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1613) +[api/procedures/types.ts:1625](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1625) ___ @@ -28,4 +28,4 @@ portfolio (or portfolio ID) that will receive the funds. Optional, if no value i #### Defined in -[api/procedures/types.ts:1609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1609) +[api/procedures/types.ts:1621](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1621) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/MultiSigProcedureOpt/MultiSigProcedureOpt.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/MultiSigProcedureOpt/MultiSigProcedureOpt.md index fde2b79e25..51e41d1264 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/MultiSigProcedureOpt/MultiSigProcedureOpt.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/MultiSigProcedureOpt/MultiSigProcedureOpt.md @@ -16,4 +16,4 @@ The block number for which the proposal expires #### Defined in -[api/procedures/types.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L143) +[api/procedures/types.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L143) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/NftControllerTransferParams/NftControllerTransferParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/NftControllerTransferParams/NftControllerTransferParams.md index 63c3cb1a1f..f0b80af361 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/NftControllerTransferParams/NftControllerTransferParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/NftControllerTransferParams/NftControllerTransferParams.md @@ -16,7 +16,7 @@ Optional portfolio (or portfolio ID) to which NFTs will be transferred to. Defau #### Defined in -[api/procedures/types.ts:1134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1134) +[api/procedures/types.ts:1135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1135) ___ @@ -28,7 +28,7 @@ The NFTs to transfer #### Defined in -[api/procedures/types.ts:1129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1129) +[api/procedures/types.ts:1130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1130) ___ @@ -40,4 +40,4 @@ portfolio (or portfolio ID) from which NFTs will be transferred from #### Defined in -[api/procedures/types.ts:1125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1125) +[api/procedures/types.ts:1126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1126) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md index a6b79ad82a..d14dd4f15b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md @@ -31,7 +31,7 @@ sidebar_label: "NoArgsProcedureMethod" #### Defined in -[api/procedures/types.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L188) +[api/procedures/types.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L188) ## Properties @@ -55,4 +55,4 @@ sidebar_label: "NoArgsProcedureMethod" #### Defined in -[api/procedures/types.ts:189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L189) +[api/procedures/types.ts:189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L189) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/OffChainAffirmationReceipt/OffChainAffirmationReceipt.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/OffChainAffirmationReceipt/OffChainAffirmationReceipt.md index 5d92d71ca6..24e426ec62 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/OffChainAffirmationReceipt/OffChainAffirmationReceipt.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/OffChainAffirmationReceipt/OffChainAffirmationReceipt.md @@ -16,7 +16,7 @@ Index of the off chain leg within the instruction to be affirmed #### Defined in -[api/procedures/types.ts:1032](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1032) +[api/procedures/types.ts:1033](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1033) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[api/procedures/types.ts:1044](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1044) +[api/procedures/types.ts:1045](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1045) ___ @@ -40,7 +40,7 @@ Signature confirming the receipt details #### Defined in -[api/procedures/types.ts:1040](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1040) +[api/procedures/types.ts:1041](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1041) ___ @@ -52,7 +52,7 @@ Signer of this receipt #### Defined in -[api/procedures/types.ts:1036](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1036) +[api/procedures/types.ts:1037](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1037) ___ @@ -64,4 +64,4 @@ Unique receipt number set by the signer for their receipts #### Defined in -[api/procedures/types.ts:1028](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1028) +[api/procedures/types.ts:1029](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1029) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/OffChainSignature/OffChainSignature.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/OffChainSignature/OffChainSignature.md index 565aba3a37..d3b17c2f83 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/OffChainSignature/OffChainSignature.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/OffChainSignature/OffChainSignature.md @@ -14,7 +14,7 @@ sidebar_label: "OffChainSignature" #### Defined in -[api/procedures/types.ts:1020](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1020) +[api/procedures/types.ts:1021](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1021) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/procedures/types.ts:1021](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1021) +[api/procedures/types.ts:1022](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1022) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md index 8039b9e9f4..43653b3ba3 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md @@ -33,7 +33,7 @@ sidebar_label: "OptionalArgsProcedureMethod" #### Defined in -[api/procedures/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L178) +[api/procedures/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L178) ## Properties @@ -58,4 +58,4 @@ sidebar_label: "OptionalArgsProcedureMethod" #### Defined in -[api/procedures/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L181) +[api/procedures/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L181) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md index bf6cc67e6e..037736f53a 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md @@ -14,4 +14,4 @@ sidebar_label: "PayDividendsParams" #### Defined in -[api/procedures/types.ts:1597](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1597) +[api/procedures/types.ts:1609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1609) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md index 77960d166f..fb187ebec9 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md @@ -26,7 +26,7 @@ TransferRestrictionInputBase.exemptedIdentities #### Defined in -[api/procedures/types.ts:499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L499) +[api/procedures/types.ts:499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L499) ___ @@ -38,4 +38,4 @@ maximum percentage (0-100) of the total supply of the Asset that can be held by #### Defined in -[api/procedures/types.ts:513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L513) +[api/procedures/types.ts:513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L513) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/PortfolioCustodianRole/PortfolioCustodianRole.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/PortfolioCustodianRole/PortfolioCustodianRole.md index 0ce9048def..1cf0a7602c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/PortfolioCustodianRole/PortfolioCustodianRole.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/PortfolioCustodianRole/PortfolioCustodianRole.md @@ -14,7 +14,7 @@ sidebar_label: "PortfolioCustodianRole" #### Defined in -[api/procedures/types.ts:269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L269) +[api/procedures/types.ts:269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L269) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/procedures/types.ts:268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L268) +[api/procedures/types.ts:268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L268) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/PortfolioId/PortfolioId.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/PortfolioId/PortfolioId.md index cace6ebca1..97444be06a 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/PortfolioId/PortfolioId.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/PortfolioId/PortfolioId.md @@ -14,7 +14,7 @@ sidebar_label: "PortfolioId" #### Defined in -[api/procedures/types.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L263) +[api/procedures/types.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L263) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/procedures/types.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L264) +[api/procedures/types.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L264) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md index ad91267464..9c9a65e4e7 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md @@ -16,7 +16,7 @@ whether the Account is frozen (i.e. can't perform any transactions) #### Defined in -[api/procedures/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L82) +[api/procedures/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L82) ___ @@ -28,7 +28,7 @@ whether the Identity complies with all required Agent permissions #### Defined in -[api/procedures/types.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L70) +[api/procedures/types.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L70) ___ @@ -41,7 +41,7 @@ true only if the Procedure requires an Identity but the signing Account #### Defined in -[api/procedures/types.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L87) +[api/procedures/types.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L87) ___ @@ -53,7 +53,7 @@ whether the Identity complies with all required Roles #### Defined in -[api/procedures/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L78) +[api/procedures/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L78) ___ @@ -65,4 +65,4 @@ whether the Account complies with all required Signer permissions #### Defined in -[api/procedures/types.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L74) +[api/procedures/types.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L74) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md index 78d2c1aae0..6a215aa861 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md @@ -33,7 +33,7 @@ sidebar_label: "ProcedureMethod" #### Defined in -[api/procedures/types.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L164) +[api/procedures/types.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L164) ## Properties @@ -58,4 +58,4 @@ sidebar_label: "ProcedureMethod" #### Defined in -[api/procedures/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L167) +[api/procedures/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L167) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md index f2fadaeb0c..73942edc62 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md @@ -18,7 +18,7 @@ More information can be found [here](https://wiki.polkadot.network/docs/build-pr #### Defined in -[api/procedures/types.ts:110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L110) +[api/procedures/types.ts:110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L110) ___ @@ -30,7 +30,7 @@ These options will only apply when the `signingAccount` is a MultiSig signer and #### Defined in -[api/procedures/types.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L115) +[api/procedures/types.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L115) ___ @@ -48,7 +48,7 @@ the passed value can be either the nonce itself or a function that returns the n #### Defined in -[api/procedures/types.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L103) +[api/procedures/types.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L103) ___ @@ -60,4 +60,4 @@ Account or address of a signing key to replace the current one (for this procedu #### Defined in -[api/procedures/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L94) +[api/procedures/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L94) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md index d20f27091f..b6617fc18d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md @@ -16,4 +16,4 @@ portfolio (or portfolio ID) from which Assets will be redeemed (optional, defaul #### Defined in -[api/procedures/types.ts:1206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1206) +[api/procedures/types.ts:1218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1218) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md index 8a3d9a84b1..a639e963d1 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md @@ -16,7 +16,7 @@ amount of Asset tokens to be redeemed #### Defined in -[api/procedures/types.ts:1195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1195) +[api/procedures/types.ts:1207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1207) ___ @@ -28,4 +28,4 @@ portfolio (or portfolio ID) from which Assets will be redeemed (optional, defaul #### Defined in -[api/procedures/types.ts:1199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1199) +[api/procedures/types.ts:1211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1211) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RegisterCustomAssetTypeParams/RegisterCustomAssetTypeParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RegisterCustomAssetTypeParams/RegisterCustomAssetTypeParams.md index 537bc8d81d..fbc1affc28 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RegisterCustomAssetTypeParams/RegisterCustomAssetTypeParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RegisterCustomAssetTypeParams/RegisterCustomAssetTypeParams.md @@ -14,4 +14,4 @@ sidebar_label: "RegisterCustomAssetTypeParams" #### Defined in -[api/procedures/types.ts:1751](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1751) +[api/procedures/types.ts:1763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1763) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md index 303ce428b1..0525dd0864 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md @@ -14,4 +14,4 @@ sidebar_label: "RegisterCustomClaimTypeParams" #### Defined in -[api/procedures/types.ts:1735](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1735) +[api/procedures/types.ts:1747](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1747) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md index ed47a4b0bc..84b1d1546c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md @@ -16,7 +16,7 @@ sidebar_label: "RegisterIdentityParams" #### Defined in -[api/procedures/types.ts:848](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L848) +[api/procedures/types.ts:849](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L849) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[api/procedures/types.ts:852](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L852) +[api/procedures/types.ts:853](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L853) ___ @@ -44,7 +44,7 @@ Each Account will need to accept the generated authorizations before being linke #### Defined in -[api/procedures/types.ts:844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L844) +[api/procedures/types.ts:845](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L845) ___ @@ -56,4 +56,4 @@ The Account that should function as the primary key of the newly created Identit #### Defined in -[api/procedures/types.ts:839](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L839) +[api/procedures/types.ts:840](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L840) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md index 8d3b792abe..34265729a1 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md @@ -14,4 +14,4 @@ sidebar_label: "RemoveAssetRequirementParams" #### Defined in -[api/procedures/types.ts:1254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1254) +[api/procedures/types.ts:1266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1266) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md index d846905060..68846bb057 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md @@ -16,4 +16,4 @@ schedule (or ID) of the schedule to be removed #### Defined in -[api/procedures/types.ts:1228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1228) +[api/procedures/types.ts:1240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1240) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md index c31fd7b2ca..f33a594660 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md @@ -14,4 +14,4 @@ sidebar_label: "RemoveCorporateActionParams" #### Defined in -[api/procedures/types.ts:1277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1277) +[api/procedures/types.ts:1289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1289) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md index ba85843666..845f922843 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md @@ -14,4 +14,4 @@ sidebar_label: "RemoveExternalAgentParams" #### Defined in -[api/procedures/types.ts:1438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1438) +[api/procedures/types.ts:1450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1450) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md index a402b61986..5956f409ee 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md @@ -14,4 +14,4 @@ sidebar_label: "RemoveSecondaryAccountsParams" #### Defined in -[api/procedures/types.ts:600](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L600) +[api/procedures/types.ts:600](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L600) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md index 27484cd996..8e75fec075 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md @@ -14,4 +14,4 @@ sidebar_label: "RenamePortfolioParams" #### Defined in -[api/procedures/types.ts:1558](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1558) +[api/procedures/types.ts:1570](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1570) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md index e0145d7b55..5c4e346c8b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md @@ -14,7 +14,7 @@ sidebar_label: "ReserveTickerParams" #### Defined in -[api/procedures/types.ts:783](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L783) +[api/procedures/types.ts:784](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L784) ___ @@ -26,4 +26,4 @@ ticker symbol to reserve #### Defined in -[api/procedures/types.ts:782](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L782) +[api/procedures/types.ts:783](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L783) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md index 99bb0ee2d7..152dd523a8 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md @@ -16,7 +16,7 @@ array of claims to be revoked #### Defined in -[api/procedures/types.ts:812](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L812) +[api/procedures/types.ts:813](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L813) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[api/procedures/types.ts:813](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L813) +[api/procedures/types.ts:814](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L814) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md index 68b7cee2a0..2dd57e275b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md @@ -16,7 +16,7 @@ sidebar_label: "RotatePrimaryKeyParams" #### Defined in -[api/procedures/types.ts:881](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L881) +[api/procedures/types.ts:882](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L882) ___ @@ -28,4 +28,4 @@ The Account that should function as the primary key of the newly created Identit #### Defined in -[api/procedures/types.ts:876](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L876) +[api/procedures/types.ts:877](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L877) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md index 3b3ae3e56e..d189e7f7ac 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md @@ -22,7 +22,7 @@ sidebar_label: "ScopeClaimProof" #### Defined in -[api/procedures/types.ts:820](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L820) +[api/procedures/types.ts:821](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L821) ___ @@ -32,4 +32,4 @@ ___ #### Defined in -[api/procedures/types.ts:819](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L819) +[api/procedures/types.ts:820](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L820) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md index 363d584709..3c36f1ed89 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md @@ -16,7 +16,7 @@ amount of POLYX to set the allowance to #### Defined in -[api/procedures/types.ts:1517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1517) +[api/procedures/types.ts:1529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1529) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[api/procedures/types.ts:1518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1518) +[api/procedures/types.ts:1530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1530) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md index 109a874c7c..3ead9ce77b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md @@ -16,4 +16,4 @@ list of documents #### Defined in -[api/procedures/types.ts:1364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1364) +[api/procedures/types.ts:1376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1376) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md index 37e1d1c8bc..8920ab10a4 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md @@ -17,4 +17,4 @@ array of array of conditions. For a transfer to be successful, it must comply wi #### Defined in -[api/procedures/types.ts:1262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1262) +[api/procedures/types.ts:1274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1274) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md index f527ec7909..612bdf7b4f 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md @@ -14,7 +14,7 @@ sidebar_label: "SetClaimCountTransferRestrictionsParams" #### Defined in -[api/procedures/types.ts:563](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L563) +[api/procedures/types.ts:563](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L563) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/procedures/types.ts:564](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L564) +[api/procedures/types.ts:564](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L564) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md index 0b6e2c364a..d4d1fdf00a 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md @@ -14,7 +14,7 @@ sidebar_label: "SetClaimPercentageTransferRestrictionsParams" #### Defined in -[api/procedures/types.ts:568](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L568) +[api/procedures/types.ts:568](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L568) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/procedures/types.ts:569](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L569) +[api/procedures/types.ts:569](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L569) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md index 0169f06f88..04a3098957 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md @@ -16,7 +16,7 @@ array of Count Transfer Restrictions with their corresponding exemptions (if app #### Defined in -[api/procedures/types.ts:550](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L550) +[api/procedures/types.ts:550](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L550) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[api/procedures/types.ts:551](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L551) +[api/procedures/types.ts:551](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L551) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md index 68910d446d..34e481365e 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md @@ -14,7 +14,7 @@ sidebar_label: "SetCustodianParams" #### Defined in -[api/procedures/types.ts:1602](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1602) +[api/procedures/types.ts:1614](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1614) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/procedures/types.ts:1601](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1601) +[api/procedures/types.ts:1613](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1613) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md index 272a9e61eb..46f6b114f7 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md @@ -14,4 +14,4 @@ sidebar_label: "SetGroupPermissionsParams" #### Defined in -[api/procedures/types.ts:1460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1460) +[api/procedures/types.ts:1472](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1472) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetMultiSigAdminParams/SetMultiSigAdminParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetMultiSigAdminParams/SetMultiSigAdminParams.md index dbd167d9c0..a4059341ff 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetMultiSigAdminParams/SetMultiSigAdminParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetMultiSigAdminParams/SetMultiSigAdminParams.md @@ -16,4 +16,4 @@ The identity to become an admin for the MultiSig. `null` will remove the current #### Defined in -[api/procedures/types.ts:1651](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1651) +[api/procedures/types.ts:1663](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1663) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md index 25fa42dcdc..931caf25db 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md @@ -16,7 +16,7 @@ array of Percentage Transfer Restrictions with their corresponding exemptions (i #### Defined in -[api/procedures/types.ts:558](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L558) +[api/procedures/types.ts:558](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L558) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[api/procedures/types.ts:559](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L559) +[api/procedures/types.ts:559](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L559) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md index 5f0e38aa06..af01523b9b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md @@ -22,4 +22,4 @@ This procedure can be called with: #### Defined in -[api/procedures/types.ts:1593](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1593) +[api/procedures/types.ts:1605](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1605) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md index 01c3818253..d76af4c95d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md @@ -16,7 +16,7 @@ amount of POLYX to be subsidized. This can be increased/decreased later on #### Defined in -[api/procedures/types.ts:646](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L646) +[api/procedures/types.ts:646](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L646) ___ @@ -28,4 +28,4 @@ Account to subsidize #### Defined in -[api/procedures/types.ts:642](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L642) +[api/procedures/types.ts:642](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L642) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TickerOwnerRole/TickerOwnerRole.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TickerOwnerRole/TickerOwnerRole.md index 1847b84cb4..5b24989f84 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TickerOwnerRole/TickerOwnerRole.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TickerOwnerRole/TickerOwnerRole.md @@ -14,7 +14,7 @@ sidebar_label: "TickerOwnerRole" #### Defined in -[api/procedures/types.ts:250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L250) +[api/procedures/types.ts:250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L250) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/procedures/types.ts:249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L249) +[api/procedures/types.ts:249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L249) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md index 7dada1107c..0cc04dd399 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md @@ -26,7 +26,7 @@ Asset over which the Identity will be granted permissions #### Defined in -[api/procedures/types.ts:1569](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1569) +[api/procedures/types.ts:1581](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1581) ___ @@ -38,4 +38,4 @@ a null value means full permissions #### Defined in -[api/procedures/types.ts:1576](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1576) +[api/procedures/types.ts:1588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1588) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md index 37fd225fd9..94b7568325 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md @@ -16,7 +16,7 @@ date at which the authorization request for transfer expires (optional) #### Defined in -[api/procedures/types.ts:1214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1214) +[api/procedures/types.ts:1226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1226) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[api/procedures/types.ts:1210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1210) +[api/procedures/types.ts:1222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1222) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md index 7117656369..5cc62e66a3 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md @@ -16,7 +16,7 @@ amount of POLYX to be transferred #### Defined in -[api/procedures/types.ts:904](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L904) +[api/procedures/types.ts:905](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L905) ___ @@ -28,7 +28,7 @@ identifier string to help differentiate transfers #### Defined in -[api/procedures/types.ts:908](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L908) +[api/procedures/types.ts:909](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L909) ___ @@ -40,4 +40,4 @@ Account that will receive the POLYX #### Defined in -[api/procedures/types.ts:900](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L900) +[api/procedures/types.ts:901](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L901) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md index 779eccbf6d..3d5499a22a 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md @@ -16,7 +16,7 @@ date at which the authorization request for transfer expires (optional) #### Defined in -[api/procedures/types.ts:1488](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1488) +[api/procedures/types.ts:1500](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1500) ___ @@ -26,4 +26,4 @@ ___ #### Defined in -[api/procedures/types.ts:1484](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1484) +[api/procedures/types.ts:1496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1496) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TxData/TxData.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TxData/TxData.md index 077d96175e..80b20dc391 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TxData/TxData.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TxData/TxData.md @@ -24,7 +24,7 @@ arguments with which the transaction will be called #### Defined in -[api/procedures/types.ts:233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L233) +[api/procedures/types.ts:233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L233) ___ @@ -36,4 +36,4 @@ transaction string identifier #### Defined in -[api/procedures/types.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L229) +[api/procedures/types.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L229) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md index 8c3be3e5c2..74e6cf4c4c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md @@ -26,7 +26,7 @@ Asset over which the Identity will be granted permissions #### Defined in -[api/procedures/types.ts:1569](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1569) +[api/procedures/types.ts:1581](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1581) ___ @@ -36,4 +36,4 @@ ___ #### Defined in -[api/procedures/types.ts:1580](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1580) +[api/procedures/types.ts:1592](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1592) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md index dc447eceb6..9c3308fa2d 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md @@ -14,4 +14,4 @@ sidebar_label: "UnlinkChildParams" #### Defined in -[api/procedures/types.ts:1731](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1731) +[api/procedures/types.ts:1743](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1743) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/UpdateVenueSignersParams/UpdateVenueSignersParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/UpdateVenueSignersParams/UpdateVenueSignersParams.md index 0431df28a3..b3fafd93b7 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/UpdateVenueSignersParams/UpdateVenueSignersParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/UpdateVenueSignersParams/UpdateVenueSignersParams.md @@ -14,4 +14,4 @@ sidebar_label: "UpdateVenueSignersParams" #### Defined in -[api/procedures/types.ts:1107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1107) +[api/procedures/types.ts:1108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1108) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/VenueOwnerRole/VenueOwnerRole.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/VenueOwnerRole/VenueOwnerRole.md index 063824abd7..cacf8ae7bc 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/VenueOwnerRole/VenueOwnerRole.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/VenueOwnerRole/VenueOwnerRole.md @@ -14,7 +14,7 @@ sidebar_label: "VenueOwnerRole" #### Defined in -[api/procedures/types.ts:258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L258) +[api/procedures/types.ts:258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L258) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[api/procedures/types.ts:259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L259) +[api/procedures/types.ts:259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L259) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md index ab10e6ba9e..8ac27ef87c 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md @@ -14,4 +14,4 @@ sidebar_label: "WaivePermissionsParams" #### Defined in -[api/procedures/types.ts:1562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1562) +[api/procedures/types.ts:1574](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1574) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/ArrayTransactionArgument/ArrayTransactionArgument.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/ArrayTransactionArgument/ArrayTransactionArgument.md index 5908e9bb34..9bc6f906f1 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/ArrayTransactionArgument/ArrayTransactionArgument.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/ArrayTransactionArgument/ArrayTransactionArgument.md @@ -14,7 +14,7 @@ sidebar_label: "ArrayTransactionArgument" #### Defined in -[base/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L83) +[base/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L83) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[base/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L82) +[base/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L82) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/ComplexTransactionArgument/ComplexTransactionArgument.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/ComplexTransactionArgument/ComplexTransactionArgument.md index b0668d64ce..fbc71503f1 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/ComplexTransactionArgument/ComplexTransactionArgument.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/ComplexTransactionArgument/ComplexTransactionArgument.md @@ -14,7 +14,7 @@ sidebar_label: "ComplexTransactionArgument" #### Defined in -[base/types.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L96) +[base/types.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L96) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[base/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L92) +[base/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L92) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md index be4ba885d5..ba334a0bbd 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md @@ -19,7 +19,7 @@ fees that will be paid by the Account #### Defined in -[base/types.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L162) +[base/types.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L162) ___ @@ -31,4 +31,4 @@ data related to the Account responsible of paying for the transaction #### Defined in -[base/types.ts:166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L166) +[base/types.ts:166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L166) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/PlainTransactionArgument/PlainTransactionArgument.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/PlainTransactionArgument/PlainTransactionArgument.md index ce40c3384b..df0b9abc6e 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/PlainTransactionArgument/PlainTransactionArgument.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/PlainTransactionArgument/PlainTransactionArgument.md @@ -14,4 +14,4 @@ sidebar_label: "PlainTransactionArgument" #### Defined in -[base/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L71) +[base/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L71) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md index 5c75f6698b..347b884d42 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md @@ -14,7 +14,7 @@ sidebar_label: "SimpleEnumTransactionArgument" #### Defined in -[base/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L88) +[base/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L88) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[base/types.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L87) +[base/types.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L87) diff --git a/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/TransactionPayload/TransactionPayload.md b/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/TransactionPayload/TransactionPayload.md index c59ddd8876..cd7e51e448 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/TransactionPayload/TransactionPayload.md +++ b/sdk-docs_versioned_docs/version-26.2.x/interfaces/Base/Types/TransactionPayload/TransactionPayload.md @@ -16,7 +16,7 @@ Additional information attached to the payload, such as IDs or memos about the t #### Defined in -[base/types.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L199) +[base/types.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L199) ___ @@ -31,7 +31,7 @@ the signer payload and signature will be attached to. #### Defined in -[base/types.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L194) +[base/types.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L194) ___ @@ -45,7 +45,7 @@ Will be set only if the signing account is a MultiSig signer and the transaction #### Defined in -[base/types.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L206) +[base/types.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L206) ___ @@ -57,7 +57,7 @@ This is what a Polkadot signer ".signPayload" method expects #### Defined in -[base/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L178) +[base/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L178) ___ @@ -73,4 +73,4 @@ the signature should be prefixed with a single byte to indicate its type. Prepen #### Defined in -[base/types.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L185) +[base/types.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L185) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Client/Types/Types.md b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Client/Types/Types.md index 8dfe53e698..dbc25021e5 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Client/Types/Types.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Client/Types/Types.md @@ -40,7 +40,7 @@ CustomClaimType #### Defined in -[api/client/types.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L206) +[api/client/types.ts:207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L207) ___ @@ -52,4 +52,4 @@ CustomClaimType with DID that registered the CustomClaimType #### Defined in -[api/client/types.ts:214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/client/types.ts#L214) +[api/client/types.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/client/types.ts#L215) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Account/Helpers/Helpers.md b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Account/Helpers/Helpers.md index f93e6a9ff7..29bcb6ceb3 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Account/Helpers/Helpers.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Account/Helpers/Helpers.md @@ -25,4 +25,4 @@ Calculate the difference between the required Transaction permissions and the cu #### Defined in -[api/entities/Account/helpers.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/helpers.ts#L30) +[api/entities/Account/helpers.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/helpers.ts#L30) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Account/Types/Types.md b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Account/Types/Types.md index d0aa7a1a26..c54eb615d8 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Account/Types/Types.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Account/Types/Types.md @@ -23,4 +23,4 @@ sidebar_label: "Types" #### Defined in -[api/entities/Account/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Account/types.ts#L22) +[api/entities/Account/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Account/types.ts#L22) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md index 08d684b05e..ce73509520 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md @@ -16,4 +16,4 @@ sidebar_label: "Types" #### Defined in -[api/entities/Asset/Fungible/Checkpoints/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/Checkpoints/types.ts#L10) +[api/entities/Asset/Fungible/Checkpoints/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/Checkpoints/types.ts#L10) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md index 1c98c67da7..53015da353 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md @@ -22,7 +22,7 @@ sidebar_label: "TransferRestrictionBase" #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L57) +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L57) ___ @@ -32,4 +32,4 @@ ___ #### Defined in -[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L50) +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L50) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Asset/NonFungible/Nft/Nft.md b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Asset/NonFungible/Nft/Nft.md index 62b0b5dd7d..dec83f6afb 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Asset/NonFungible/Nft/Nft.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Asset/NonFungible/Nft/Nft.md @@ -27,4 +27,4 @@ sidebar_label: "Nft" #### Defined in -[api/entities/Asset/NonFungible/Nft.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/NonFungible/Nft.ts#L31) +[api/entities/Asset/NonFungible/Nft.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/NonFungible/Nft.ts#L31) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Asset/Types/Types.md b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Asset/Types/Types.md index 1c5af9afe7..2384d58c8a 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Asset/Types/Types.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Asset/Types/Types.md @@ -61,7 +61,7 @@ be narrowed via `instanceof` operator, or by using a more specific getter #### Defined in -[api/entities/Asset/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L27) +[api/entities/Asset/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L27) ___ @@ -77,7 +77,7 @@ each NFT **must** have an entry for each metadata value, the entry **should** co #### Defined in -[api/entities/Asset/types.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L251) +[api/entities/Asset/types.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L251) ___ @@ -89,4 +89,4 @@ The data needed to uniquely identify a metadata specification #### Defined in -[api/entities/Asset/types.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Asset/types.ts#L205) +[api/entities/Asset/types.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Asset/types.ts#L205) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/CheckpointSchedule/Types/Types.md b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/CheckpointSchedule/Types/Types.md index a1cfb3b385..6e4aeff17b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/CheckpointSchedule/Types/Types.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/CheckpointSchedule/Types/Types.md @@ -16,4 +16,4 @@ sidebar_label: "Types" #### Defined in -[api/entities/CheckpointSchedule/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CheckpointSchedule/types.ts#L10) +[api/entities/CheckpointSchedule/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CheckpointSchedule/types.ts#L10) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/CorporateActionBase/Types/Types.md b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/CorporateActionBase/Types/Types.md index 6a05025e44..6961065e6e 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/CorporateActionBase/Types/Types.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/CorporateActionBase/Types/Types.md @@ -28,7 +28,7 @@ Renames and re-exports [Params](../../../../../interfaces/API/Entities/Corporate #### Defined in -[api/entities/CorporateActionBase/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/types.ts#L21) +[api/entities/CorporateActionBase/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/types.ts#L21) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[api/entities/CorporateActionBase/types.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/CorporateActionBase/types.ts#L28) +[api/entities/CorporateActionBase/types.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/CorporateActionBase/types.ts#L28) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/DividendDistribution/DividendDistribution.md b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/DividendDistribution/DividendDistribution.md index bc8c07a17a..b376d47125 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/DividendDistribution/DividendDistribution.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/DividendDistribution/DividendDistribution.md @@ -21,4 +21,4 @@ sidebar_label: "DividendDistribution" #### Defined in -[api/entities/DividendDistribution/index.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/DividendDistribution/index.ts#L81) +[api/entities/DividendDistribution/index.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/DividendDistribution/index.ts#L81) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Instruction/Types/Types.md b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Instruction/Types/Types.md index de30831b96..fb2f4d72ac 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Instruction/Types/Types.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Instruction/Types/Types.md @@ -28,7 +28,7 @@ sidebar_label: "Types" #### Defined in -[api/entities/Instruction/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L40) +[api/entities/Instruction/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L40) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L27) +[api/entities/Instruction/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L27) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L105) +[api/entities/Instruction/types.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L105) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L140) +[api/entities/Instruction/types.ts:140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L140) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L87) +[api/entities/Instruction/types.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L87) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[api/entities/Instruction/types.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Instruction/types.ts#L114) +[api/entities/Instruction/types.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Instruction/types.ts#L114) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/MetadataEntry/Types/Types.md b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/MetadataEntry/Types/Types.md index 3933f84217..7c48db8071 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/MetadataEntry/Types/Types.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/MetadataEntry/Types/Types.md @@ -22,7 +22,7 @@ sidebar_label: "Types" #### Defined in -[api/entities/MetadataEntry/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/types.ts#L55) +[api/entities/MetadataEntry/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/types.ts#L55) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[api/entities/MetadataEntry/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/types.ts#L51) +[api/entities/MetadataEntry/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/types.ts#L51) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[api/entities/MetadataEntry/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/types.ts#L27) +[api/entities/MetadataEntry/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/types.ts#L27) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[api/entities/MetadataEntry/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MetadataEntry/types.ts#L59) +[api/entities/MetadataEntry/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MetadataEntry/types.ts#L59) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/MultiSigProposal/Types/Types.md b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/MultiSigProposal/Types/Types.md index 296d999321..fdeda293df 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/MultiSigProposal/Types/Types.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/MultiSigProposal/Types/Types.md @@ -23,7 +23,7 @@ Represents JSON serializable data. Used for cases when the value can take on man #### Defined in -[api/entities/MultiSigProposal/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/types.ts#L18) +[api/entities/MultiSigProposal/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/types.ts#L18) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[api/entities/MultiSigProposal/types.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/MultiSigProposal/types.ts#L69) +[api/entities/MultiSigProposal/types.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/MultiSigProposal/types.ts#L69) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Portfolio/Types/Types.md b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Portfolio/Types/Types.md index c1493c5b96..efed340bbd 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Portfolio/Types/Types.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Portfolio/Types/Types.md @@ -18,4 +18,4 @@ sidebar_label: "Types" #### Defined in -[api/entities/Portfolio/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Portfolio/types.ts#L27) +[api/entities/Portfolio/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Portfolio/types.ts#L27) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/TickerReservation/Types/Types.md b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/TickerReservation/Types/Types.md index e88c3cd36e..672dcf59b7 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/TickerReservation/Types/Types.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/TickerReservation/Types/Types.md @@ -16,4 +16,4 @@ sidebar_label: "Types" #### Defined in -[api/entities/TickerReservation/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/TickerReservation/types.ts#L18) +[api/entities/TickerReservation/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/TickerReservation/types.ts#L18) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Types/Types.md b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Types/Types.md index 660964f651..218d23e5d8 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Types/Types.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Types/Types.md @@ -656,7 +656,7 @@ Re-exports [VenueType](../../../../enums/API/Entities/Venue/Types/VenueType/Venu #### Defined in -[api/entities/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L43) +[api/entities/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L43) ___ @@ -673,7 +673,7 @@ ___ #### Defined in -[api/entities/types.ts:832](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L832) +[api/entities/types.ts:832](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L832) ___ @@ -690,7 +690,7 @@ ___ #### Defined in -[api/entities/types.ts:460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L460) +[api/entities/types.ts:460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L460) ___ @@ -707,7 +707,7 @@ ___ #### Defined in -[api/entities/types.ts:431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L431) +[api/entities/types.ts:431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L431) ___ @@ -719,7 +719,7 @@ Authorization request data corresponding to type #### Defined in -[api/entities/types.ts:481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L481) +[api/entities/types.ts:481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L481) ___ @@ -729,7 +729,7 @@ ___ #### Defined in -[api/entities/types.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L46) +[api/entities/types.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L46) ___ @@ -746,7 +746,7 @@ ___ #### Defined in -[api/entities/types.ts:455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L455) +[api/entities/types.ts:455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L455) ___ @@ -756,7 +756,7 @@ ___ #### Defined in -[api/entities/types.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L47) +[api/entities/types.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L47) ___ @@ -766,7 +766,7 @@ ___ #### Defined in -[api/entities/types.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L48) +[api/entities/types.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L48) ___ @@ -776,7 +776,7 @@ ___ #### Defined in -[api/entities/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L55) +[api/entities/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L55) ___ @@ -786,7 +786,7 @@ ___ #### Defined in -[api/entities/types.ts:239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L239) +[api/entities/types.ts:239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L239) ___ @@ -796,7 +796,7 @@ ___ #### Defined in -[api/entities/types.ts:564](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L564) +[api/entities/types.ts:564](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L564) ___ @@ -806,7 +806,7 @@ ___ #### Defined in -[api/entities/types.ts:373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L373) +[api/entities/types.ts:373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L373) ___ @@ -816,7 +816,7 @@ ___ #### Defined in -[api/entities/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L49) +[api/entities/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L49) ___ @@ -826,7 +826,7 @@ ___ #### Defined in -[api/entities/types.ts:219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L219) +[api/entities/types.ts:219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L219) ___ @@ -836,7 +836,7 @@ ___ #### Defined in -[api/entities/types.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L50) +[api/entities/types.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L50) ___ @@ -846,7 +846,7 @@ ___ #### Defined in -[api/entities/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L51) +[api/entities/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L51) ___ @@ -856,7 +856,7 @@ ___ #### Defined in -[api/entities/types.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L52) +[api/entities/types.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L52) ___ @@ -866,7 +866,7 @@ ___ #### Defined in -[api/entities/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L53) +[api/entities/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L53) ___ @@ -876,7 +876,7 @@ ___ #### Defined in -[api/entities/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L59) +[api/entities/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L59) ___ @@ -893,7 +893,7 @@ ___ #### Defined in -[api/entities/types.ts:465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L465) +[api/entities/types.ts:465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L465) ___ @@ -905,7 +905,7 @@ Asset permissions shared by agents in a group #### Defined in -[api/entities/types.ts:666](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L666) +[api/entities/types.ts:666](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L666) ___ @@ -915,7 +915,7 @@ ___ #### Defined in -[api/entities/types.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L54) +[api/entities/types.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L54) ___ @@ -925,7 +925,7 @@ ___ #### Defined in -[api/entities/types.ts:381](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L381) +[api/entities/types.ts:381](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L381) ___ @@ -935,7 +935,7 @@ ___ #### Defined in -[api/entities/types.ts:344](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L344) +[api/entities/types.ts:344](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L344) ___ @@ -945,7 +945,7 @@ ___ #### Defined in -[api/entities/types.ts:407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L407) +[api/entities/types.ts:407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L407) ___ @@ -955,7 +955,7 @@ ___ #### Defined in -[api/entities/types.ts:267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L267) +[api/entities/types.ts:267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L267) ___ @@ -965,7 +965,7 @@ ___ #### Defined in -[api/entities/types.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L272) +[api/entities/types.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L272) ___ @@ -975,7 +975,7 @@ ___ #### Defined in -[api/entities/types.ts:320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L320) +[api/entities/types.ts:320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L320) ___ @@ -985,7 +985,7 @@ ___ #### Defined in -[api/entities/types.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L56) +[api/entities/types.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L56) ___ @@ -1002,7 +1002,7 @@ ___ #### Defined in -[api/entities/types.ts:445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L445) +[api/entities/types.ts:445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L445) ___ @@ -1012,7 +1012,7 @@ ___ #### Defined in -[api/entities/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L57) +[api/entities/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L57) ___ @@ -1022,7 +1022,7 @@ ___ #### Defined in -[api/entities/types.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L62) +[api/entities/types.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L62) ___ @@ -1032,7 +1032,7 @@ ___ #### Defined in -[api/entities/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L44) +[api/entities/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L44) ___ @@ -1042,7 +1042,7 @@ ___ #### Defined in -[api/entities/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L45) +[api/entities/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L45) ___ @@ -1052,7 +1052,7 @@ ___ #### Defined in -[api/entities/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L92) +[api/entities/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L92) ___ @@ -1062,7 +1062,7 @@ ___ #### Defined in -[api/entities/types.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L60) +[api/entities/types.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L60) ___ @@ -1072,7 +1072,7 @@ ___ #### Defined in -[api/entities/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L61) +[api/entities/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L61) ___ @@ -1090,7 +1090,7 @@ ___ #### Defined in -[api/entities/types.ts:821](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L821) +[api/entities/types.ts:821](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L821) ___ @@ -1100,7 +1100,7 @@ ___ #### Defined in -[api/entities/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L58) +[api/entities/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L58) ___ @@ -1110,7 +1110,7 @@ ___ #### Defined in -[api/entities/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L63) +[api/entities/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L63) ___ @@ -1128,7 +1128,7 @@ TxGroups in the `transactionGroups` array will be transformed into their corresp #### Defined in -[api/entities/types.ts:791](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L791) +[api/entities/types.ts:791](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L791) ___ @@ -1145,7 +1145,7 @@ ___ #### Defined in -[api/entities/types.ts:450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L450) +[api/entities/types.ts:450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L450) ___ @@ -1155,7 +1155,7 @@ ___ #### Defined in -[api/entities/types.ts:777](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L777) +[api/entities/types.ts:777](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L777) ___ @@ -1165,7 +1165,7 @@ ___ #### Defined in -[api/entities/types.ts:830](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L830) +[api/entities/types.ts:830](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L830) ___ @@ -1181,7 +1181,7 @@ ___ #### Defined in -[api/entities/types.ts:436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L436) +[api/entities/types.ts:436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L436) ___ @@ -1198,7 +1198,7 @@ ___ #### Defined in -[api/entities/types.ts:440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L440) +[api/entities/types.ts:440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L440) ___ @@ -1208,7 +1208,7 @@ ___ #### Defined in -[api/entities/types.ts:226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L226) +[api/entities/types.ts:226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L226) ___ @@ -1218,7 +1218,7 @@ ___ #### Defined in -[api/entities/types.ts:759](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L759) +[api/entities/types.ts:759](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L759) ___ @@ -1228,7 +1228,7 @@ ___ #### Defined in -[api/entities/types.ts:250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L250) +[api/entities/types.ts:250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L250) ___ @@ -1258,7 +1258,7 @@ ___ #### Defined in -[api/entities/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L83) +[api/entities/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L83) ___ @@ -1268,7 +1268,7 @@ ___ #### Defined in -[api/entities/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L66) +[api/entities/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L66) ___ @@ -1278,7 +1278,7 @@ ___ #### Defined in -[api/entities/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L64) +[api/entities/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L64) ___ @@ -1288,7 +1288,7 @@ ___ #### Defined in -[api/entities/types.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L237) +[api/entities/types.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L237) ___ @@ -1306,7 +1306,7 @@ ___ #### Defined in -[api/entities/types.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L85) +[api/entities/types.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L85) ___ @@ -1316,4 +1316,4 @@ ___ #### Defined in -[api/entities/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/types.ts#L65) +[api/entities/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/types.ts#L65) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Venue/Types/Types.md b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Venue/Types/Types.md index ba3ee04b3b..3f39635a09 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Venue/Types/Types.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Entities/Venue/Types/Types.md @@ -20,4 +20,4 @@ sidebar_label: "Types" #### Defined in -[api/entities/Venue/types.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/entities/Venue/types.ts#L29) +[api/entities/Venue/types.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/entities/Venue/types.ts#L29) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Procedures/Types/Types.md b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Procedures/Types/Types.md index 99cc554c71..f6a560f63a 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/API/Procedures/Types/Types.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/API/Procedures/Types/Types.md @@ -136,7 +136,7 @@ sidebar_label: "Types" #### Defined in -[api/procedures/types.ts:425](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L425) +[api/procedures/types.ts:425](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L425) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[api/procedures/types.ts:417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L417) +[api/procedures/types.ts:417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L417) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[api/procedures/types.ts:537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L537) +[api/procedures/types.ts:537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L537) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[api/procedures/types.ts:421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L421) +[api/procedures/types.ts:421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L421) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[api/procedures/types.ts:541](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L541) +[api/procedures/types.ts:541](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L541) ___ @@ -186,7 +186,7 @@ ___ #### Defined in -[api/procedures/types.ts:409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L409) +[api/procedures/types.ts:409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L409) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[api/procedures/types.ts:529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L529) +[api/procedures/types.ts:529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L529) ___ @@ -206,7 +206,7 @@ ___ #### Defined in -[api/procedures/types.ts:937](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L937) +[api/procedures/types.ts:938](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L938) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[api/procedures/types.ts:980](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L980) +[api/procedures/types.ts:981](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L981) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[api/procedures/types.ts:413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L413) +[api/procedures/types.ts:413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L413) ___ @@ -242,7 +242,7 @@ ___ #### Defined in -[api/procedures/types.ts:533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L533) +[api/procedures/types.ts:533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L533) ___ @@ -258,7 +258,7 @@ ___ #### Defined in -[api/procedures/types.ts:370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L370) +[api/procedures/types.ts:370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L370) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[api/procedures/types.ts:1063](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1063) +[api/procedures/types.ts:1064](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1064) ___ @@ -291,7 +291,7 @@ ___ #### Defined in -[api/procedures/types.ts:1047](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1047) +[api/procedures/types.ts:1048](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1048) ___ @@ -307,7 +307,7 @@ ___ #### Defined in -[api/procedures/types.ts:1742](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1742) +[api/procedures/types.ts:1754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1754) ___ @@ -319,7 +319,7 @@ Global key must be registered. local keys must provide a specification as they a #### Defined in -[api/procedures/types.ts:728](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L728) +[api/procedures/types.ts:729](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L729) ___ @@ -336,7 +336,7 @@ ___ #### Defined in -[api/procedures/types.ts:212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L212) +[api/procedures/types.ts:212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L212) ___ @@ -352,7 +352,7 @@ ___ #### Defined in -[api/procedures/types.ts:392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L392) +[api/procedures/types.ts:392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L392) ___ @@ -364,7 +364,7 @@ Targets of a corporate action in a flexible structure for input purposes #### Defined in -[api/procedures/types.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L195) +[api/procedures/types.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L195) ___ @@ -376,7 +376,7 @@ Per-Identity tax withholdings of a corporate action in a flexible structure for #### Defined in -[api/procedures/types.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L205) +[api/procedures/types.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L205) ___ @@ -386,7 +386,7 @@ ___ #### Defined in -[api/procedures/types.ts:935](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L935) +[api/procedures/types.ts:936](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L936) ___ @@ -403,7 +403,7 @@ ___ #### Defined in -[api/procedures/types.ts:1172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1172) +[api/procedures/types.ts:1184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1184) ___ @@ -413,17 +413,17 @@ ___ #### Defined in -[api/procedures/types.ts:1667](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1667) +[api/procedures/types.ts:1679](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1679) ___ ### ModifyAssetParams -Ƭ **ModifyAssetParams**: \{ `fundingRound?`: `string` ; `identifiers?`: [`SecurityIdentifier`](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible?`: ``true`` ; `name`: `string` } \| \{ `fundingRound?`: `string` ; `identifiers?`: [`SecurityIdentifier`](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible`: ``true`` ; `name?`: `string` } \| \{ `fundingRound`: `string` ; `identifiers?`: [`SecurityIdentifier`](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible?`: ``true`` ; `name?`: `string` } \| \{ `fundingRound?`: `string` ; `identifiers`: [`SecurityIdentifier`](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible?`: ``true`` ; `name?`: `string` } +Ƭ **ModifyAssetParams**: \{ `assetType?`: [`KnownAssetType`](../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) \| `string` \| `BigNumber` ; `fundingRound?`: `string` ; `identifiers?`: [`SecurityIdentifier`](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible?`: ``true`` ; `name`: `string` } \| \{ `assetType?`: [`KnownAssetType`](../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) \| `string` \| `BigNumber` ; `fundingRound?`: `string` ; `identifiers?`: [`SecurityIdentifier`](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible`: ``true`` ; `name?`: `string` } \| \{ `assetType?`: [`KnownAssetType`](../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) \| `string` \| `BigNumber` ; `fundingRound`: `string` ; `identifiers?`: [`SecurityIdentifier`](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible?`: ``true`` ; `name?`: `string` } \| \{ `assetType?`: [`KnownAssetType`](../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) \| `string` \| `BigNumber` ; `fundingRound?`: `string` ; `identifiers`: [`SecurityIdentifier`](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible?`: ``true`` ; `name?`: `string` } \| \{ `assetType`: [`KnownAssetType`](../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) \| `string` \| `BigNumber` ; `fundingRound?`: `string` ; `identifiers?`: [`SecurityIdentifier`](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible?`: ``true`` ; `name?`: `string` } #### Defined in -[api/procedures/types.ts:1137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1137) +[api/procedures/types.ts:1138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1138) ___ @@ -433,7 +433,7 @@ ___ #### Defined in -[api/procedures/types.ts:1291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1291) +[api/procedures/types.ts:1303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1303) ___ @@ -443,7 +443,7 @@ ___ #### Defined in -[api/procedures/types.ts:816](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L816) +[api/procedures/types.ts:817](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L817) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[api/procedures/types.ts:1240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1240) +[api/procedures/types.ts:1252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1252) ___ @@ -470,7 +470,7 @@ ___ #### Defined in -[api/procedures/types.ts:1067](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1067) +[api/procedures/types.ts:1068](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1068) ___ @@ -480,7 +480,7 @@ ___ #### Defined in -[api/procedures/types.ts:1521](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1521) +[api/procedures/types.ts:1533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1533) ___ @@ -490,7 +490,7 @@ ___ #### Defined in -[api/procedures/types.ts:1469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1469) +[api/procedures/types.ts:1481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1481) ___ @@ -500,7 +500,7 @@ ___ #### Defined in -[api/procedures/types.ts:146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L146) +[api/procedures/types.ts:146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L146) ___ @@ -518,7 +518,7 @@ ___ #### Defined in -[api/procedures/types.ts:1166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1166) +[api/procedures/types.ts:1178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1178) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[api/procedures/types.ts:1673](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1673) +[api/procedures/types.ts:1685](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1685) ___ @@ -544,7 +544,7 @@ ___ #### Defined in -[api/procedures/types.ts:997](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L997) +[api/procedures/types.ts:998](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L998) ___ @@ -554,7 +554,7 @@ ___ #### Defined in -[api/procedures/types.ts:402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L402) +[api/procedures/types.ts:402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L402) ___ @@ -570,7 +570,7 @@ ___ #### Defined in -[api/procedures/types.ts:436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L436) +[api/procedures/types.ts:436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L436) ___ @@ -586,7 +586,7 @@ ___ #### Defined in -[api/procedures/types.ts:432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L432) +[api/procedures/types.ts:432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L432) ___ @@ -596,7 +596,7 @@ ___ #### Defined in -[api/procedures/types.ts:444](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L444) +[api/procedures/types.ts:444](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L444) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[api/procedures/types.ts:440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L440) +[api/procedures/types.ts:440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L440) ___ @@ -622,7 +622,7 @@ ___ #### Defined in -[api/procedures/types.ts:1746](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1746) +[api/procedures/types.ts:1758](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1758) ___ @@ -632,7 +632,7 @@ ___ #### Defined in -[api/procedures/types.ts:277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L277) +[api/procedures/types.ts:277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L277) ___ @@ -650,7 +650,7 @@ ___ #### Defined in -[api/procedures/types.ts:884](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L884) +[api/procedures/types.ts:885](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L885) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[api/procedures/types.ts:448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L448) +[api/procedures/types.ts:448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L448) ___ @@ -676,7 +676,7 @@ ___ #### Defined in -[api/procedures/types.ts:1669](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1669) +[api/procedures/types.ts:1681](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1681) ___ @@ -692,7 +692,7 @@ ___ #### Defined in -[api/procedures/types.ts:381](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L381) +[api/procedures/types.ts:381](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L381) ___ @@ -710,7 +710,7 @@ ___ #### Defined in -[api/procedures/types.ts:1685](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1685) +[api/procedures/types.ts:1697](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1697) ___ @@ -726,7 +726,7 @@ ___ #### Defined in -[api/procedures/types.ts:216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L216) +[api/procedures/types.ts:216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L216) ___ @@ -736,7 +736,7 @@ ___ #### Defined in -[api/procedures/types.ts:480](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L480) +[api/procedures/types.ts:480](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L480) ___ @@ -752,4 +752,4 @@ ___ #### Defined in -[api/procedures/types.ts:1004](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/api/procedures/types.ts#L1004) +[api/procedures/types.ts:1005](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/api/procedures/types.ts#L1005) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/Base/Types/Types.md b/sdk-docs_versioned_docs/version-26.2.x/modules/Base/Types/Types.md index 8b1fc64102..79495ba5a6 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/Base/Types/Types.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/Base/Types/Types.md @@ -35,7 +35,7 @@ Apply the [TxData](../../../interfaces/API/Procedures/Types/TxData/TxData.md) ty #### Defined in -[base/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L17) +[base/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L17) ___ @@ -47,7 +47,7 @@ Data representing the Account responsible for paying fees for a transaction #### Defined in -[base/types.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L137) +[base/types.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L137) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[base/types.ts:219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L219) +[base/types.ts:219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L219) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[base/types.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L209) +[base/types.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L209) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[base/types.ts:214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L214) +[base/types.ts:214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L214) ___ @@ -103,4 +103,4 @@ ___ #### Defined in -[base/types.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/types.ts#L99) +[base/types.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/types.ts#L99) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/Base/Utils/Utils.md b/sdk-docs_versioned_docs/version-26.2.x/modules/Base/Utils/Utils.md index 1e34889a71..902ea24188 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/Base/Utils/Utils.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/Base/Utils/Utils.md @@ -22,7 +22,7 @@ sidebar_label: "Utils" #### Defined in -[base/utils.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/utils.ts#L181) +[base/utils.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/utils.ts#L181) ___ @@ -43,4 +43,4 @@ ___ #### Defined in -[base/utils.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/base/utils.ts#L66) +[base/utils.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/base/utils.ts#L66) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/Generated/Types/Types.md b/sdk-docs_versioned_docs/version-26.2.x/modules/Generated/Types/Types.md index f6005438b5..0243e15a6b 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/Generated/Types/Types.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/Generated/Types/Types.md @@ -63,7 +63,7 @@ sidebar_label: "Types" #### Defined in -[generated/types.ts:889](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L889) +[generated/types.ts:889](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L889) ## Variables @@ -124,4 +124,4 @@ sidebar_label: "Types" #### Defined in -[generated/types.ts:938](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/generated/types.ts#L938) +[generated/types.ts:938](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/generated/types.ts#L938) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/Types/Types.md b/sdk-docs_versioned_docs/version-26.2.x/modules/Types/Types.md index d0d17dc6be..4829f46504 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/Types/Types.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/Types/Types.md @@ -2805,7 +2805,7 @@ Re-exports [WithdrawInstructionParams](../API/Procedures/Types/Types.md#withdraw #### Defined in -[middleware/typesV1.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/typesV1.ts#L13) +[middleware/typesV1.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/typesV1.ts#L13) ___ @@ -2855,4 +2855,4 @@ All built-in and custom scalars, mapped to their actual values #### Defined in -[middleware/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/middleware/types.ts#L13) +[middleware/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/middleware/types.ts#L9) diff --git a/sdk-docs_versioned_docs/version-26.2.x/modules/Types/Utils/Utils.md b/sdk-docs_versioned_docs/version-26.2.x/modules/Types/Utils/Utils.md index 75a2ad4a52..ca91781614 100644 --- a/sdk-docs_versioned_docs/version-26.2.x/modules/Types/Utils/Utils.md +++ b/sdk-docs_versioned_docs/version-26.2.x/modules/Types/Utils/Utils.md @@ -20,7 +20,7 @@ Less strict version of `Parameters` #### Defined in -[types/utils/index.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/types/utils/index.ts#L29) +[types/utils/index.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/types/utils/index.ts#L29) ___ @@ -39,7 +39,7 @@ Pick a single property from T and ensure it is defined #### Defined in -[types/utils/index.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/types/utils/index.ts#L87) +[types/utils/index.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/types/utils/index.ts#L87) ___ @@ -58,7 +58,7 @@ Recursively traverse a type and transform its Entity properties into their #### Defined in -[types/utils/index.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/types/utils/index.ts#L35) +[types/utils/index.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/types/utils/index.ts#L35) ___ @@ -77,7 +77,7 @@ Override T with the properties of R #### Defined in -[types/utils/index.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/types/utils/index.ts#L76) +[types/utils/index.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/types/utils/index.ts#L76) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[types/utils/index.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/types/utils/index.ts#L91) +[types/utils/index.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/types/utils/index.ts#L91) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[types/utils/index.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/types/utils/index.ts#L96) +[types/utils/index.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/types/utils/index.ts#L96) ___ @@ -129,4 +129,4 @@ Ensure a specific property of T is defined #### Defined in -[types/utils/index.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/3cc570ade/src/types/utils/index.ts#L82) +[types/utils/index.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/c8da9dfce/src/types/utils/index.ts#L82) diff --git a/sdk-docs_versioned_docs/version-27.0.x/README.md b/sdk-docs_versioned_docs/version-27.0.x/README.md new file mode 100644 index 0000000000..c559cde20e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/README.md @@ -0,0 +1,170 @@ +--- +id: "README" +title: "Polymesh SDK Readme" +sidebar_label: "SDK Readme" +sidebar_position: 0 +--- + +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square)](https://github.com/standard/semistandard) +[![Types](https://img.shields.io/npm/types/@polymeshassociation/polymesh-sdk)](https://www.npmjs.com/package/@polymeshassociation/polymesh-sdk) +[![npm](https://img.shields.io/npm/v/@polymeshassociation/polymesh-sdk)](https://www.npmjs.com/package/@polymeshassociation/polymesh-sdk) +[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=PolymeshAssociation_polymesh-sdk&metric=coverage)](https://sonarcloud.io/summary/new_code?id=PolymeshAssociation_polymesh-sdk) +[![Github Actions Workflow](https://github.com/PolymeshAssociation/polymesh-sdk/actions/workflows/main.yml/badge.svg)](https://github.com/PolymeshAssociation/polymesh-sdk/actions) +[![Sonar Status](https://sonarcloud.io/api/project_badges/measure?project=PolymeshAssociation_polymesh-sdk&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=PolymeshAssociation_polymesh-sdk) +[![Issues](https://img.shields.io/github/issues/PolymeshAssociation/polymesh-sdk)](https://github.com/PolymeshAssociation/polymesh-sdk/issues) + +## @polymeshassociation/polymesh-sdk + +## Polymesh version + +This release is compatible with Polymesh v7 + +## Getting Started + +### Purpose + +The Polymesh SDK's main goal is to provide external developers with a set of tools that will allow them to build powerful applications that interact with the Polymesh protocol. It focuses on abstracting away all the complexities of the Polymesh blockchain and expose a simple but complete interface. The result is a feature-rich, user-friendly JS library. + +### Technical Pre-requisites + +In order to use the Polymesh SDK, you must install [node](https://nodejs.org/) \(version 18+ recommended\) and [npm](https://www.npmjs.com/). The library is written in [typescript](https://www.typescriptlang.org/), but can also be used in plain javascript. This document will assume you are using typescript, but the translation to javascript is very simple. + +### Documentation + +Polymesh SDK API Reference: + +https://developers.polymesh.network/sdk-docs/ + +### How to use + +#### Installation + +`npm i @polymeshassociation/polymesh-sdk --save` + +Or, if you're using yarn + +`yarn add @polymeshassociation/polymesh-sdk` + +Or, if using pnpm + +`pnpm add @polymeshassociation/polymesh-sdk` + +**NOTE** it is _highly_ recommended that you use one of these three package managers. This project uses package resolutions/overrides to pin certain problematic dependencies, and these are only supported by the aforementioned package managers. Using a different package manager may result in unexpected behavior + +**NOTE** if using TypeScript the compiler option "skipLibCheck" should be set to true in your tsconfig.json file + +#### Initializing the client + +Before you can start registering Tickers and creating Assets, you have to connect the Polymesh SDK client to a Polymesh node. This is a pretty straightforward process: + +```typescript +import { Polymesh } from '@polymeshassociation/polymesh-sdk'; +import { LocalSigningManager } from '@polymeshassociation/local-signing-manager'; + +async function run() { + const signingManager = await LocalSigningManager.create({ + accounts: [ + { + mnemonic: '//Alice', //A "well known" mnemonic, often with sudo privileges on development chains + }, + { + mnemonic: 'forest end mail art wish leave truth else ignore royal knife river', // most mnemonics are 12 words + }, + ], + }); + const polyClient = await Polymesh.connect({ + nodeUrl: 'wss://some-node-url.com', + signingManager, + }); + + // do stuff with the client +} +``` + +Here is an overview of the parameters passed to the `connect` function: + +- `nodeUrl` is a URL that points to a running Polymesh node +- `signingManager` is an object that complies with the `SigningManager` interface. It holds the Accounts capable of signing transactions, and the signing logic itself. In this example, `LocalSigningManager` is a simple signing manager that holds private keys in memory and signs with them + +**NOTE:** if using the SDK on a browser environment \(i.e. with the Polymesh wallet browser extension\), you would use the `BrowserExtensionSigningManager` provided by `@polymeshassociation/browser-extension-signing-manager` + +```typescript +import { Polymesh } from '@polymeshassociation/polymesh-sdk'; +import { BrowserExtensionSigningManager } from '@polymeshassociation/browser-extension-signing-manager'; + +async function run() { + const signingManager = await BrowserExtensionSigningManager.create('MY_APP_NAME'); // The Polymesh wallet extension will ask the user to authorize MY_APP_NAME for access + + const polyClient = await Polymesh.connect({ + nodeUrl: 'wss://some-node-url.com', + signingManager, + }); + + // do stuff with the client +} +``` + +#### Creating Transactions + +Creating transactions is a two-step process. First a procedure is created, which validates the chain is likely to accept the transaction and returns a Procedure object. This procedure is then executed. This includes having the signing manager generate a signature and waiting for block finalization. Some procedures resolve to a relevant entity, such as `createAsset` resolving to the created asset. + +```typescript + /** + * This step performs validations, and will throw an error if the transaction isn't expected to proceed, e.g., if the `ticker` is already in use + */ + const createAssetProc = await polyClient.assets.createAsset({ + name: 'My new asset' + ticker: 'TICKER', + // ... (args omitted for brevity) + }) + + /** + * The promise will resolve when the transaction is in a finalized block which takes on average 15 seconds. It will throw an error if the transaction fails to finalize. + * For example, if the `ticker` was claimed after the procedure was created, but before it was executed, or the signing manager didn't generate a correct signature. + */ + const newAsset = await createAssetProc.run() +``` + +#### Creating MultiSig Proposals + +If the signingAccount is a MultiSig signer, then the transaction will need to be ran with `.runAsProposal()` instead of the usual `.run()`. +The underlying transaction will be wrapped with `multiSig.createProposalAsKey` extrinsic and will resolve to the MultiSig proposal created. + +Approving and rejecting existing proposals are an exception and should be submitted with `.run()`. If your application supports +MultiSig signers, then the procedure's `multiSig` param can be checked to ensure the correct method is called. + +```typescript +const createAssetProc = await polyClient.assets.createAsset(args, { + signingAccount: multiSigSigner, +}); +createAssetProc.multiSig; // indicates the acting MultiSig. If set `runAsProposal` must be used +const proposal = await createAssetProc.runAsProposal(); + +const rejectProc = await proposal.reject({ signingAccount: multiSigSigner }); +rejectProc.multiSig; // returns `null`. Rejecting a proposal does not get wrapped +await rejectProc.run(); +``` + +#### Reading Data + +The SDK exposes getter functions that will return entities, which may have their own functions: + +```typescript +const assetsPage = await polyClient.assets.get({ size: new BigNumber(20) }); +const asset = assetsPage.data[0]; + +const assetDetails = await asset.details(); +console.log('asset details:', assetDetails); +``` + +Note: Some getters require "middleware" to be configured, which is a chain indexer that aids in historical queries. All such methods will have a comment indicating this requirement. + +### Terminology + +The SDK uses the class `Account` as an abstraction for a public/private key pair that is used to sign transactions. Although consistent with [Substrate](https://substrate.io/vision/substrate-and-polkadot/) (the chain's framework) naming conventions, it can be a source of confusion considering the domain. What the SDK calls an account is often referred to as a key. Public keys are often represented in [SS58 format](https://docs.substrate.io/reference/address-formats/) which is a special encoding that indicates if the key is intended for mainnet or not. In this form, it is referred to as an address and looks like: `5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY` (non-mainnet keys begin with **5**, mainnet addresses will instead begin with **2**). + +The only thing an `Account` holds is the POLYX utility token. Ownership of any asset on the Polymesh chain requires an `Identity`. This process involves a trusted provider writing a claim to the chain, stating that this person has completed a "customer due diligence" (CDD) process. For development chains, the mnemonic `//Alice` can create CDD claims by default. + +Polymesh uses an `Identity` to provide flexibility in managing permissions. Portfolios can be created, and secondary keys can be granted permission to provide fine grained authorization. diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/AccountManagement/AccountManagement.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/AccountManagement/AccountManagement.md new file mode 100644 index 0000000000..e246453f4c --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/AccountManagement/AccountManagement.md @@ -0,0 +1,544 @@ +--- +id: "AccountManagement" +title: "Class: AccountManagement" +sidebar_label: "AccountManagement" +--- + +[api/client/AccountManagement](../../../../modules/API/Client/AccountManagement/AccountManagement.md).AccountManagement + +Handles functionality related to Account Management + +## Methods + +### acceptPrimaryKey + +▸ **acceptPrimaryKey**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Accepts the authorization to become the new primary key of the issuing identity. + +If a CDD service provider approved this change (or this is not required), primary key of the Identity is updated. + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`AcceptPrimaryKeyRotationParams`](../../../../interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +The caller (new primary key) must be either a secondary key of the issuing identity, or +unlinked to any identity. + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [acceptPrimaryKey.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/AccountManagement.ts:373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L373) + +___ + +### addSecondaryAccounts + +▸ **addSecondaryAccounts**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Identity`](../../Entities/Identity/Identity.md), [`Identity`](../../Entities/Identity/Identity.md)\>\> + +Adds a list of secondary Accounts to the signing Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`AddSecondaryAccountsParams`](../../../../interfaces/API/Procedures/Types/AddSecondaryAccountsParams/AddSecondaryAccountsParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Identity`](../../Entities/Identity/Identity.md), [`Identity`](../../Entities/Identity/Identity.md)\>\> + +**`Throws`** + +if the signing Account is not the primary Account of the Identity + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addSecondaryAccounts.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/AccountManagement.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L163) + +___ + +### createMultiSigAccount + +▸ **createMultiSigAccount**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`MultiSig`](../../Entities/Account/MultiSig/MultiSig.md), [`MultiSig`](../../Entities/Account/MultiSig/MultiSig.md)\>\> + +Create a MultiSig Account + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`CreateMultiSigParams`](../../../../interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`MultiSig`](../../Entities/Account/MultiSig/MultiSig.md), [`MultiSig`](../../Entities/Account/MultiSig/MultiSig.md)\>\> + +**`Note`** + +this will create an [Authorization Request](../../Entities/AuthorizationRequest/AuthorizationRequest.md) for each signing Account which will have to be accepted before they can approve transactions. None of the signing Accounts can be associated with an Identity when accepting the Authorization + An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). + Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createMultiSigAccount.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/AccountManagement.ts:249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L249) + +___ + +### freezeSecondaryAccounts + +▸ **freezeSecondaryAccounts**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Freeze all of the secondary Accounts in the signing Identity. This means revoking their permission to perform any operation on the blockchain and freezing their funds until the Accounts are unfrozen via [unfreezeSecondaryAccounts](AccountManagement.md#unfreezesecondaryaccounts) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [freezeSecondaryAccounts.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/AccountManagement.ts:211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L211) + +___ + +### generateOffChainAuthSignature + +▸ **generateOffChainAuthSignature**(`args`): `Promise`\<\`0x$\{string}\`\> + +Generate an offchain authorization signature with a specified signer + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args` | `Object` | - | +| `args.expiry` | `Date` | date after which the authorization expires | +| `args.signer` | `string` \| [`Account`](../../Entities/Account/Account.md) | Signer to be used to generate the off chain auth signature | +| `args.target` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | DID of the identity to which signer is targeting the authorization | + +#### Returns + +`Promise`\<\`0x$\{string}\`\> + +#### Defined in + +[api/client/AccountManagement.ts:384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L384) + +___ + +### getAccount + +▸ **getAccount**(`args`): `Promise`\<[`Account`](../../Entities/Account/Account.md) \| [`MultiSig`](../../Entities/Account/MultiSig/MultiSig.md)\> + +Return an Account instance from an address. If the Account has multiSig signers, the returned value will be a [MultiSig](../../Entities/Account/MultiSig/MultiSig.md) instance + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.address` | `string` | + +#### Returns + +`Promise`\<[`Account`](../../Entities/Account/Account.md) \| [`MultiSig`](../../Entities/Account/MultiSig/MultiSig.md)\> + +#### Defined in + +[api/client/AccountManagement.ts:308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L308) + +___ + +### getAccountBalance + +▸ **getAccountBalance**(`args?`): `Promise`\<[`Balance`](../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> + +Get the free/locked POLYX balance of an Account + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args?` | `Object` | - | +| `args.account` | `string` \| [`Account`](../../Entities/Account/Account.md) | defaults to the signing Account | + +#### Returns + +`Promise`\<[`Balance`](../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Defined in + +[api/client/AccountManagement.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L260) + +▸ **getAccountBalance**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`Balance`](../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/client/AccountManagement.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L261) + +▸ **getAccountBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.account` | `string` \| [`Account`](../../Entities/Account/Account.md) | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`Balance`](../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/client/AccountManagement.ts:262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L262) + +___ + +### getSigningAccount + +▸ **getSigningAccount**(): ``null`` \| [`Account`](../../Entities/Account/Account.md) + +Return the signing Account, or null if no signing Account has been set + +#### Returns + +``null`` \| [`Account`](../../Entities/Account/Account.md) + +#### Defined in + +[api/client/AccountManagement.ts:315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L315) + +___ + +### getSigningAccounts + +▸ **getSigningAccounts**(): `Promise`\<[`Account`](../../Entities/Account/Account.md)[]\> + +Return a list that contains all the signing Accounts associated to the SDK instance's Signing Manager + +#### Returns + +`Promise`\<[`Account`](../../Entities/Account/Account.md)[]\> + +**`Throws`** + +— if there is no Signing Manager attached to the SDK + +#### Defined in + +[api/client/AccountManagement.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L328) + +___ + +### getSubsidy + +▸ **getSubsidy**(`args`): [`Subsidy`](../../Entities/Subsidy/Subsidy.md) + +Return an Subsidy instance for a pair of beneficiary and subsidizer Account + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.beneficiary` | `string` \| [`Account`](../../Entities/Account/Account.md) | +| `args.subsidizer` | `string` \| [`Account`](../../Entities/Account/Account.md) | + +#### Returns + +[`Subsidy`](../../Entities/Subsidy/Subsidy.md) + +#### Defined in + +[api/client/AccountManagement.ts:335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L335) + +___ + +### inviteAccount + +▸ **inviteAccount**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> + +Send an invitation to an Account to join the signing Identity as a secondary Account + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`InviteAccountParams`](../../../../interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> + +**`Note`** + +this will create an [Authorization Request](../../Entities/AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `targetAccount`. + An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). + Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [inviteAccount.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/AccountManagement.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L201) + +___ + +### isValidAddress + +▸ **isValidAddress**(`args`): `boolean` + +Returns `true` + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args` | `Object` | - | +| `args.address` | `string` | is a valid ss58 address for the connected network | + +#### Returns + +`boolean` + +#### Defined in + +[api/client/AccountManagement.ts:352](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L352) + +___ + +### leaveIdentity + +▸ **leaveIdentity**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Disassociate the signing Account from its Identity. This operation can only be done if the signing Account is a secondary Account + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [leaveIdentity.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/AccountManagement.ts:141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L141) + +___ + +### modifyPermissions + +▸ **modifyPermissions**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Modify all permissions of a list of secondary Accounts associated with the signing Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`ModifySignerPermissionsParams`](../../../../interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Throws`** + +if the signing Account is not the primary Account of the Identity whose secondary Account permissions are being modified + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modifyPermissions.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/AccountManagement.ts:187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L187) + +___ + +### removeSecondaryAccounts + +▸ **removeSecondaryAccounts**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Remove a list of secondary Accounts associated with the signing Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`RemoveSecondaryAccountsParams`](../../../../interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [removeSecondaryAccounts.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/AccountManagement.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L151) + +___ + +### revokePermissions + +▸ **revokePermissions**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Revoke all permissions of a list of secondary Accounts associated with the signing Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.secondaryAccounts` | (`string` \| [`Account`](../../Entities/Account/Account.md))[] | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Throws`** + +if the signing Account is not the primary Account of the Identity whose secondary Account permissions are being revoked + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [revokePermissions.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/AccountManagement.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L175) + +___ + +### subsidizeAccount + +▸ **subsidizeAccount**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> + +Send an Authorization Request to an Account to subsidize its transaction fees + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`SubsidizeAccountParams`](../../../../interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> + +**`Note`** + +this will create an [Authorization Request](../../Entities/AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `beneficiary` Account. + An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). + Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [subsidizeAccount.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/AccountManagement.ts:235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L235) + +___ + +### unfreezeSecondaryAccounts + +▸ **unfreezeSecondaryAccounts**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Unfreeze all of the secondary Accounts in the signing Identity. This will restore their permissions as they were before being frozen + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unfreezeSecondaryAccounts.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/AccountManagement.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/AccountManagement.ts#L221) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/Assets/Assets.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/Assets/Assets.md new file mode 100644 index 0000000000..02333067d3 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/Assets/Assets.md @@ -0,0 +1,437 @@ +--- +id: "Assets" +title: "Class: Assets" +sidebar_label: "Assets" +--- + +[api/client/Assets](../../../../modules/API/Client/Assets/Assets.md).Assets + +Handles all Asset related functionality + +## Methods + +### createAsset + +▸ **createAsset**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md), [`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md)\>\> + +Create an Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`CreateAssetWithTickerParams`](../../../../interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md), [`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md)\>\> + +**`Note`** + +if ticker is already reserved, then required role: + - Ticker Owner + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createAsset.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Assets.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Assets.ts#L113) + +___ + +### createNftCollection + +▸ **createNftCollection**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md), [`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md)\>\> + +Create an NftCollection + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`CreateNftCollectionParams`](../../../../interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md), [`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md)\>\> + +**`Note`** + +if ticker is already reserved, then required role: + - Ticker Owner + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createNftCollection.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Assets.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Assets.ts#L126) + +___ + +### get + +▸ **get**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> + +Retrieve all the Assets on chain + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> + +**`Note`** + +supports pagination + +#### Defined in + +[api/client/Assets.ts:358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Assets.ts#L358) + +___ + +### getAsset + +▸ **getAsset**(`args`): `Promise`\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\> + +Retrieve a FungibleAsset or NftCollection + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.ticker` | `string` | + +#### Returns + +`Promise`\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\> + +**`Note`** + +`getFungibleAsset` and `getNftCollection` are similar to this method, but return a more specific type + +#### Defined in + +[api/client/Assets.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Assets.ts#L221) + +▸ **getAsset**(`args`): `Promise`\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.assetId` | `string` | + +#### Returns + +`Promise`\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\> + +#### Defined in + +[api/client/Assets.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Assets.ts#L222) + +___ + +### getAssets + +▸ **getAssets**(`args?`): `Promise`\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)[]\> + +Retrieve all of the Assets owned by an Identity + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args?` | `Object` | - | +| `args.owner` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | Identity representation or Identity ID as stored in the blockchain | + +#### Returns + +`Promise`\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)[]\> + +**`Note`** + +Assets with unreadable characters in their tickers will be left out + +#### Defined in + +[api/client/Assets.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Assets.ts#L243) + +___ + +### getFungibleAsset + +▸ **getFungibleAsset**(`args`): `Promise`\<[`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md)\> + +Retrieve a FungibleAsset + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args` | `Object` | - | +| `args.assetId` | `string` | Unique Id of the Asset (for spec version 6.x, this is same as ticker) | + +#### Returns + +`Promise`\<[`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md)\> + +#### Defined in + +[api/client/Assets.ts:291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Assets.ts#L291) + +▸ **getFungibleAsset**(`args`): `Promise`\<[`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.ticker` | `string` | + +#### Returns + +`Promise`\<[`FungibleAsset`](../../Entities/Asset/Fungible/FungibleAsset.md)\> + +#### Defined in + +[api/client/Assets.ts:292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Assets.ts#L292) + +___ + +### getGlobalMetadataKeys + +▸ **getGlobalMetadataKeys**(): `Promise`\<[`GlobalMetadataKey`](../../../../modules/API/Entities/MetadataEntry/Types/Types.md#globalmetadatakey)[]\> + +Retrieve all the Asset Global Metadata on chain. This includes metadata id, name and specs + +#### Returns + +`Promise`\<[`GlobalMetadataKey`](../../../../modules/API/Entities/MetadataEntry/Types/Types.md#globalmetadatakey)[]\> + +#### Defined in + +[api/client/Assets.ts:399](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Assets.ts#L399) + +___ + +### getNextCustomAssetTypeId + +▸ **getNextCustomAssetTypeId**(): `Promise`\<`BigNumber`\> + +Gets the next custom Asset type Id + +#### Returns + +`Promise`\<`BigNumber`\> + +#### Defined in + +[api/client/Assets.ts:457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Assets.ts#L457) + +___ + +### getNftCollection + +▸ **getNftCollection**(`args`): `Promise`\<[`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md)\> + +Retrieve an NftCollection + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args` | `Object` | - | +| `args.ticker` | `string` | NftCollection ticker | + +#### Returns + +`Promise`\<[`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md)\> + +#### Defined in + +[api/client/Assets.ts:323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Assets.ts#L323) + +▸ **getNftCollection**(`args`): `Promise`\<[`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.assetId` | `string` | + +#### Returns + +`Promise`\<[`NftCollection`](../../Entities/Asset/NonFungible/NftCollection/NftCollection.md)\> + +#### Defined in + +[api/client/Assets.ts:324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Assets.ts#L324) + +___ + +### getTickerReservation + +▸ **getTickerReservation**(`args`): [`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md) + +Retrieve a Ticker Reservation + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args` | `Object` | - | +| `args.ticker` | `string` | Asset ticker | + +#### Returns + +[`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md) + +#### Defined in + +[api/client/Assets.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Assets.ts#L209) + +___ + +### getTickerReservations + +▸ **getTickerReservations**(`args?`): `Promise`\<[`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md)[]\> + +Retrieve all the ticker reservations currently owned by an Identity. This doesn't include Assets that + have already been launched + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args?` | `Object` | - | +| `args.owner` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | defaults to the signing Identity | + +#### Returns + +`Promise`\<[`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md)[]\> + +**`Note`** + +reservations with unreadable characters in their tickers will be left out + +#### Defined in + +[api/client/Assets.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Assets.ts#L170) + +___ + +### isTickerAvailable + +▸ **isTickerAvailable**(`args`): `Promise`\<`boolean`\> + +Check if a ticker hasn't been reserved + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.ticker` | `string` | + +#### Returns + +`Promise`\<`boolean`\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Defined in + +[api/client/Assets.ts:135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Assets.ts#L135) + +▸ **isTickerAvailable**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.ticker` | `string` | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<`boolean`\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/client/Assets.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Assets.ts#L136) + +___ + +### registerCustomAssetType + +▸ **registerCustomAssetType**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> + +Register a custom asset type + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`RegisterCustomAssetTypeParams`](../../../../interfaces/API/Procedures/Types/RegisterCustomAssetTypeParams/RegisterCustomAssetTypeParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [registerCustomAssetType.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Assets.ts:450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Assets.ts#L450) + +___ + +### reserveTicker + +▸ **reserveTicker**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md), [`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md)\>\> + +Reserve a ticker symbol under the ownership of the signing Identity to later use in the creation of an Asset. + The ticker will expire after a set amount of time, after which other users can reserve it + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`ReserveTickerParams`](../../../../interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md), [`TickerReservation`](../../Entities/TickerReservation/TickerReservation.md)\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [reserveTicker.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Assets.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Assets.ts#L100) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/Claims/Claims.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/Claims/Claims.md new file mode 100644 index 0000000000..505a3c4d23 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/Claims/Claims.md @@ -0,0 +1,378 @@ +--- +id: "Claims" +title: "Class: Claims" +sidebar_label: "Claims" +--- + +[api/client/Claims](../../../../modules/API/Client/Claims/Claims.md).Claims + +Handles all Claims related functionality + +## Methods + +### addClaims + +▸ **addClaims**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Add claims to Identities + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Pick`\<[`ModifyClaimsParams`](../../../../modules/API/Procedures/Types/Types.md#modifyclaimsparams), ``"claims"``\> | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +required roles: + - Customer Due Diligence Provider: if there is at least one CDD claim in the arguments + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addClaims.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Claims.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Claims.ts#L136) + +___ + +### editClaims + +▸ **editClaims**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Edit claims associated to Identities (only the expiry date can be modified) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Pick`\<[`ModifyClaimsParams`](../../../../modules/API/Procedures/Types/Types.md#modifyclaimsparams), ``"claims"``\> | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +required roles: + - Customer Due Diligence Provider: if there is at least one CDD claim in the arguments + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [editClaims.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Claims.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Claims.ts#L149) + +___ + +### getAllCustomClaimTypes + +▸ **getAllCustomClaimTypes**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`CustomClaimTypeWithDid`](../../../../modules/API/Client/Types/Types.md#customclaimtypewithdid)\>\> + +Retrieve registered CustomClaimTypes + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `opts` | `Object` | - | +| `opts.dids?` | `string`[] | Fetch CustomClaimTypes issued by the given `dids` | +| `opts.size?` | `BigNumber` | - | +| `opts.start?` | `BigNumber` | - | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`CustomClaimTypeWithDid`](../../../../modules/API/Client/Types/Types.md#customclaimtypewithdid)\>\> + +**`Note`** + +supports pagination + +**`Note`** + +uses the middlewareV2 (Required) + +#### Defined in + +[api/client/Claims.ts:655](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Claims.ts#L655) + +___ + +### getCddClaims + +▸ **getCddClaims**(`opts?`): `Promise`\<[`ClaimData`](../../../../interfaces/API/Entities/Types/ClaimData/ClaimData.md)\<[`CddClaim`](../../../../interfaces/API/Entities/Types/CddClaim/CddClaim.md)\>[]\> + +Retrieve the list of CDD claims for a target Identity + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `opts` | `Object` | - | +| `opts.includeExpired?` | `boolean` | whether to include expired claims. Defaults to true | +| `opts.target?` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | Identity for which to fetch CDD claims (optional, defaults to the signing Identity) | + +#### Returns + +`Promise`\<[`ClaimData`](../../../../interfaces/API/Entities/Types/ClaimData/ClaimData.md)\<[`CddClaim`](../../../../interfaces/API/Entities/Types/CddClaim/CddClaim.md)\>[]\> + +#### Defined in + +[api/client/Claims.ts:418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Claims.ts#L418) + +___ + +### getClaimScopes + +▸ **getClaimScopes**(`opts?`): `Promise`\<[`ClaimScope`](../../../../interfaces/API/Entities/Types/ClaimScope/ClaimScope.md)[]\> + +Retrieve all scopes in which claims have been made for the target Identity. + If the scope is an asset DID, the corresponding ticker is returned as well + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `opts` | `Object` | - | +| `opts.target?` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | Identity for which to fetch claim scopes (optional, defaults to the signing Identity) | + +#### Returns + +`Promise`\<[`ClaimScope`](../../../../interfaces/API/Entities/Types/ClaimScope/ClaimScope.md)[]\> + +**`Note`** + +in order for scopes to include scopes for custom claims, middlewareV2 is required + +#### Defined in + +[api/client/Claims.ts:296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Claims.ts#L296) + +___ + +### getCustomClaimTypeById + +▸ **getCustomClaimTypeById**(`id`): `Promise`\<``null`` \| [`CustomClaimType`](../../../../modules/API/Client/Types/Types.md#customclaimtype)\> + +Retrieves a custom claim type based on its ID + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `id` | `BigNumber` | The ID of the custom claim type to retrieve | + +#### Returns + +`Promise`\<``null`` \| [`CustomClaimType`](../../../../modules/API/Client/Types/Types.md#customclaimtype)\> + +#### Defined in + +[api/client/Claims.ts:630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Claims.ts#L630) + +___ + +### getCustomClaimTypeByName + +▸ **getCustomClaimTypeByName**(`name`): `Promise`\<``null`` \| [`CustomClaimType`](../../../../modules/API/Client/Types/Types.md#customclaimtype)\> + +Retrieves a custom claim type based on its name + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `name` | `string` | The name of the custom claim type to retrieve | + +#### Returns + +`Promise`\<``null`` \| [`CustomClaimType`](../../../../modules/API/Client/Types/Types.md#customclaimtype)\> + +#### Defined in + +[api/client/Claims.ts:607](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Claims.ts#L607) + +___ + +### getIdentitiesWithClaims + +▸ **getIdentitiesWithClaims**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityWithClaims`](../../../../interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md)\>\> + +Retrieve a list of Identities with claims associated to them. Can be filtered using parameters + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `opts` | `Object` | - | +| `opts.claimTypes?` | [`ClaimType`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md)[] | types of the claims to fetch. Defaults to any type | +| `opts.includeExpired?` | `boolean` | whether to include expired claims. Defaults to true | +| `opts.scope?` | [`Scope`](../../../../interfaces/API/Entities/Types/Scope/Scope.md) | scope of the claims to fetch. Defaults to any scope | +| `opts.size?` | `BigNumber` | page size | +| `opts.start?` | `BigNumber` | page offset | +| `opts.targets?` | (`string` \| [`Identity`](../../Entities/Identity/Identity.md))[] | Identities (or Identity IDs) for which to fetch targeting claims. Defaults to all targets | +| `opts.trustedClaimIssuers?` | (`string` \| [`Identity`](../../Entities/Identity/Identity.md))[] | Identity IDs of claim issuers. Defaults to all claim issuers | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityWithClaims`](../../../../interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md)\>\> + +**`Note`** + +supports pagination + +**`Note`** + +uses the middleware V2 + +#### Defined in + +[api/client/Claims.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Claims.ts#L210) + +___ + +### getIssuedClaims + +▸ **getIssuedClaims**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`ClaimData`](../../../../interfaces/API/Entities/Types/ClaimData/ClaimData.md)\<[`Claim`](../../../../modules/API/Entities/Types/Types.md#claim)\>\>\> + +Retrieve all claims issued by an Identity + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `opts` | `Object` | - | +| `opts.includeExpired?` | `boolean` | whether to include expired claims. Defaults to true | +| `opts.size?` | `BigNumber` | - | +| `opts.start?` | `BigNumber` | - | +| `opts.target?` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | Identity (optional, defaults to the signing Identity) | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`ClaimData`](../../../../interfaces/API/Entities/Types/ClaimData/ClaimData.md)\<[`Claim`](../../../../modules/API/Entities/Types/Types.md#claim)\>\>\> + +**`Note`** + +supports pagination + +**`Note`** + +uses the middlewareV2 + +#### Defined in + +[api/client/Claims.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Claims.ts#L175) + +___ + +### getTargetingClaims + +▸ **getTargetingClaims**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityWithClaims`](../../../../interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md)\>\> + +Retrieve all claims issued about an Identity, grouped by claim issuer + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `opts` | `Object` | - | +| `opts.includeExpired?` | `boolean` | whether to include expired claims. Defaults to true | +| `opts.scope?` | [`Scope`](../../../../interfaces/API/Entities/Types/Scope/Scope.md) | - | +| `opts.size?` | `BigNumber` | - | +| `opts.start?` | `BigNumber` | - | +| `opts.target?` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | Identity for which to fetch targeting claims (optional, defaults to the signing Identity) | +| `opts.trustedClaimIssuers?` | (`string` \| [`Identity`](../../Entities/Identity/Identity.md))[] | - | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityWithClaims`](../../../../interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md)\>\> + +**`Note`** + +supports pagination + +**`Note`** + +uses the middlewareV2 (optional) + +#### Defined in + +[api/client/Claims.ts:510](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Claims.ts#L510) + +___ + +### registerCustomClaimType + +▸ **registerCustomClaimType**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> + +Creates a custom claim type using the `name` and returns the `id` of the created claim type + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`RegisterCustomClaimTypeParams`](../../../../interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> + +**`Throws`** + +if + - the `name` is longer than allowed + - a custom claim type with the same `name` already exists + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [registerCustomClaimType.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Claims.ts:598](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Claims.ts#L598) + +___ + +### revokeClaims + +▸ **revokeClaims**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Revoke claims from Identities + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Pick`\<[`ModifyClaimsParams`](../../../../modules/API/Procedures/Types/Types.md#modifyclaimsparams), ``"claims"``\> | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +required roles: + - Customer Due Diligence Provider: if there is at least one CDD claim in the arguments + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [revokeClaims.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Claims.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Claims.ts#L162) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/Identities/Identities.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/Identities/Identities.md new file mode 100644 index 0000000000..baf88be031 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/Identities/Identities.md @@ -0,0 +1,499 @@ +--- +id: "Identities" +title: "Class: Identities" +sidebar_label: "Identities" +--- + +[api/client/Identities](../../../../modules/API/Client/Identities/Identities.md).Identities + +Handles all Identity related functionality + +## Methods + +### allowIdentityToCreatePortfolios + +▸ **allowIdentityToCreatePortfolios**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Gives permission to the Identity to create Portfolios on behalf of the signing Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`AllowIdentityToCreatePortfoliosParams`](../../../../modules/API/Procedures/Types/Types.md#allowidentitytocreateportfoliosparams) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Throws`** + +if + - the provided Identity already has permissions to create portfolios for signing Identity + - the provided Identity does not exist + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [allowIdentityToCreatePortfolios.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Identities.ts:274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Identities.ts#L274) + +___ + +### attestPrimaryKeyRotation + +▸ **attestPrimaryKeyRotation**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> + +Get CDD Provider's attestation to change primary key + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`AttestPrimaryKeyRotationParams`](../../../../interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> + +**`Note`** + +the transaction signer must be a CDD provider + +**`Note`** + +this creates an [Authorization Requests](../../Entities/AuthorizationRequest/AuthorizationRequest.md) which have to be accepted by the `targetAccount` along with the authorization for `RotatingPrimaryKey`. + An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). + Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) + +**`Note`** + +required role: + - Customer Due Diligence Provider + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [attestPrimaryKeyRotation.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Identities.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Identities.ts#L145) + +___ + +### createChild + +▸ **createChild**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md), [`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md)\>\> + +Creates a child identity and makes the `secondaryKey` as the primary key of the child identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`CreateChildIdentityParams`](../../../../interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md), [`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md)\>\> + +**`Note`** + +the given `secondaryKey` is removed as secondary key from the signing Identity + +**`Throws`** + +if + - the transaction signer is not the primary account of which the `secondaryKey` is a secondary key + - the `secondaryKey` can't be unlinked (can happen when it's part of a multisig with some balance) + - the signing account is not a primary key + - the signing Identity is already a child of some other identity + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createChild.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Identities.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Identities.ts#L242) + +___ + +### createChildren + +▸ **createChildren**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md)[], [`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md)[]\>\> + +Create child identities using off chain authorization + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`CreateChildIdentitiesParams`](../../../../interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md)[], [`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md)[]\>\> + +**`Note`** + +the list of `key` provided in the params should not be linked to any other account + +**`Throws`** + +if + - the signing account is not a primary key + - the signing Identity is already a child of some other identity + - `expiresAt` is not a future date + - the any `key` in `childKeyAuths` is already linked to an Identity + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createChildren.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Identities.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Identities.ts#L260) + +___ + +### createPortfolio + +▸ **createPortfolio**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)[], [`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)\>\> + +Create a new Portfolio under the ownership of the signing Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.name` | `string` | +| `args.ownerDid?` | `string` | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)[], [`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)\>\> + +**`Note`** + +the `ownerDid` is optional. If provided portfolios will be created as Custody Portfolios under the `ownerDid` + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createPortfolio.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Identities.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Identities.ts#L188) + +___ + +### createPortfolios + +▸ **createPortfolios**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)[], [`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)[]\>\> + +Creates a set of new Portfolios under the ownership of the signing Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.names` | `string`[] | +| `args.ownerDid?` | `string` | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)[], [`NumberedPortfolio`](../../Entities/NumberedPortfolio/NumberedPortfolio.md)[]\>\> + +**`Note`** + +the `ownerDid` is optional. If provided portfolios will be created as Custody Portfolios under the `ownerDid` + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createPortfolios.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Identities.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Identities.ts#L199) + +___ + +### getAllowedCustodians + +▸ **getAllowedCustodians**(`did`): `Promise`\<`string`[]\> + +Returns a list of allowed custodian did(s) for Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `did` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | + +#### Returns + +`Promise`\<`string`[]\> + +**`Throws`** + +if +- the provided Identity does not exist + +#### Defined in + +[api/client/Identities.ts:297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Identities.ts#L297) + +___ + +### getChildIdentity + +▸ **getChildIdentity**(`args`): `Promise`\<[`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md)\> + +Create a ChildIdentity instance from a DID + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.did` | `string` | + +#### Returns + +`Promise`\<[`ChildIdentity`](../../Entities/Identity/ChildIdentity/ChildIdentity.md)\> + +**`Throws`** + +if there is no ChildIdentity with the passed DID + +#### Defined in + +[api/client/Identities.ts:217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Identities.ts#L217) + +___ + +### getIdentity + +▸ **getIdentity**(`args`): `Promise`\<[`Identity`](../../Entities/Identity/Identity.md)\> + +Create an Identity instance from a DID + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.did` | `string` | + +#### Returns + +`Promise`\<[`Identity`](../../Entities/Identity/Identity.md)\> + +**`Throws`** + +if there is no Identity with the passed DID + +#### Defined in + +[api/client/Identities.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Identities.ts#L208) + +___ + +### isIdentityValid + +▸ **isIdentityValid**(`args`): `Promise`\<`boolean`\> + +Return whether the supplied Identity/DID exists + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.identity` | `string` \| [`Identity`](../../Entities/Identity/Identity.md) | + +#### Returns + +`Promise`\<`boolean`\> + +#### Defined in + +[api/client/Identities.ts:224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Identities.ts#L224) + +___ + +### registerIdentity + +▸ **registerIdentity**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Identity`](../../Entities/Identity/Identity.md), [`Identity`](../../Entities/Identity/Identity.md)\>\> + +Register an Identity, possibly with a CDD claim + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`RegisterIdentityParams`](../../../../interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Identity`](../../Entities/Identity/Identity.md), [`Identity`](../../Entities/Identity/Identity.md)\>\> + +**`Note`** + +the transaction signer must be a CDD provider + +**`Note`** + +this may create [Authorization Requests](../../Entities/AuthorizationRequest/AuthorizationRequest.md) which have to be accepted by the `targetAccount`. + An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). + Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) + +**`Note`** + +required role: + - Customer Due Diligence Provider + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [registerIdentity.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Identities.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Identities.ts#L127) + +___ + +### revokeIdentityToCreatePortfolios + +▸ **revokeIdentityToCreatePortfolios**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Revokes permission from the Identity to create Portfolios on behalf of the signing Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`RevokeIdentityToCreatePortfoliosParams`](../../../../modules/API/Procedures/Types/Types.md#revokeidentitytocreateportfoliosparams) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Throws`** + +if + - the provided Identity already does not have permissions to create portfolios for signing Identity + - the provided Identity does not exist + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [revokeIdentityToCreatePortfolios.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Identities.ts:288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Identities.ts#L288) + +___ + +### rotatePrimaryKey + +▸ **rotatePrimaryKey**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> + +Creates an Authorization to rotate primary key of the signing Identity by the `targetAccount` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`RotatePrimaryKeyParams`](../../../../interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> + +**`Note`** + +this creates an [Authorization Requests](../../Entities/AuthorizationRequest/AuthorizationRequest.md) which have to be accepted by the `targetAccount` along with the optional CDD authorization generated by CDD provider attesting the rotation of primary key + An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). + Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [rotatePrimaryKey.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Identities.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Identities.ts#L159) + +___ + +### rotatePrimaryKeyToSecondary + +▸ **rotatePrimaryKeyToSecondary**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> + +Creates an Authorization to rotate primary key of the signing Identity to an existing secondary key identified by the `targetAccount` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`RotatePrimaryKeyToSecondaryParams`](../../../../modules/API/Procedures/Types/Types.md#rotateprimarykeytosecondaryparams) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../Entities/AuthorizationRequest/AuthorizationRequest.md)\>\> + +**`Note`** + +the given `targetAccount` must be an existing secondaryKey or unlinked to any other Identity + +**`Note`** + +this creates an [Authorization Requests](../../Entities/AuthorizationRequest/AuthorizationRequest.md) which have to be accepted by the `targetAccount` along with the optional CDD authorization generated by CDD provider attesting the rotation of primary key + An [Account](../../Entities/Account/Account.md) or [Identity](../../Entities/Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getreceived). + Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Entities/Common/Namespaces/Authorizations/Authorizations.md#getone) + +**`Throws`** + +if the given `targetAccount` is linked with another Identity + +**`Throws`** + +if the given `targetAccount` is already the primary key of the signing Identity + +**`Throws`** + +if the given `targetAccount` already has a pending invitation to become the primary key of the signing Identity + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [rotatePrimaryKeyToSecondary.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Identities.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Identities.ts#L177) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/Network/Network.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/Network/Network.md new file mode 100644 index 0000000000..1ba6ef17a1 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/Network/Network.md @@ -0,0 +1,371 @@ +--- +id: "Network" +title: "Class: Network" +sidebar_label: "Network" +--- + +[api/client/Network](../../../../modules/API/Client/Network/Network.md).Network + +Handles all Network related functionality, including querying for historical events from middleware + +## Methods + +### getEventByIndexedArgs + +▸ **getEventByIndexedArgs**(`opts`): `Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> + +Retrieve a single event by any of its indexed arguments. Can be filtered using parameters + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `opts` | `Object` | - | +| `opts.eventArg0?` | `string` | event parameter value to filter by in position 0 | +| `opts.eventArg1?` | `string` | event parameter value to filter by in position 1 | +| `opts.eventArg2?` | `string` | event parameter value to filter by in position 2 | +| `opts.eventId` | [`EventIdEnum`](../../../../enums/Types/EventIdEnum/EventIdEnum.md) | type of the event to fetch | +| `opts.moduleId` | [`ModuleIdEnum`](../../../../enums/Types/ModuleIdEnum/ModuleIdEnum.md) | type of the module to fetch | + +#### Returns + +`Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> + +**`Note`** + +uses the middlewareV2 + +#### Defined in + +[api/client/Network.ts:169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Network.ts#L169) + +___ + +### getEventsByIndexedArgs + +▸ **getEventsByIndexedArgs**(`opts`): `Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)[]\> + +Retrieve a list of events. Can be filtered using parameters + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `opts` | `Object` | - | +| `opts.eventArg0?` | `string` | event parameter value to filter by in position 0 | +| `opts.eventArg1?` | `string` | event parameter value to filter by in position 1 | +| `opts.eventArg2?` | `string` | event parameter value to filter by in position 2 | +| `opts.eventId` | [`EventIdEnum`](../../../../enums/Types/EventIdEnum/EventIdEnum.md) | type of the event to fetch | +| `opts.moduleId` | [`ModuleIdEnum`](../../../../enums/Types/ModuleIdEnum/ModuleIdEnum.md) | type of the module to fetch | +| `opts.size?` | `BigNumber` | page size | +| `opts.start?` | `BigNumber` | page offset | + +#### Returns + +`Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)[]\> + +**`Note`** + +uses the middlewareV2 + +#### Defined in + +[api/client/Network.ts:329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Network.ts#L329) + +___ + +### getLatestBlock + +▸ **getLatestBlock**(): `Promise`\<`BigNumber`\> + +Retrieve the number of the latest finalized block in the chain + +#### Returns + +`Promise`\<`BigNumber`\> + +#### Defined in + +[api/client/Network.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Network.ts#L60) + +___ + +### getMiddlewareLag + +▸ **getMiddlewareLag**(): `Promise`\<`BigNumber`\> + +Get the number of blocks the middleware needs to process to be synced with chain. +The lag can be around somewhere upto 15 blocks, but this can increase if the block size being processed by the Middleware is too large. +If the lag is too large, its recommended to check the indexer health to make sure the Middleware is processing the blocks. + +#### Returns + +`Promise`\<`BigNumber`\> + +**`Note`** + +uses the middleware V2 + +#### Defined in + +[api/client/Network.ts:481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Network.ts#L481) + +___ + +### getMiddlewareMetadata + +▸ **getMiddlewareMetadata**(): `Promise`\<``null`` \| [`MiddlewareMetadata`](../../../../interfaces/API/Client/Types/MiddlewareMetadata/MiddlewareMetadata.md)\> + +Retrieve middleware metadata. +Returns null if middleware is disabled + +#### Returns + +`Promise`\<``null`` \| [`MiddlewareMetadata`](../../../../interfaces/API/Client/Types/MiddlewareMetadata/MiddlewareMetadata.md)\> + +**`Note`** + +uses the middleware V2 + +#### Defined in + +[api/client/Network.ts:470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Network.ts#L470) + +___ + +### getNetworkProperties + +▸ **getNetworkProperties**(): `Promise`\<[`NetworkProperties`](../../../../interfaces/API/Client/Types/NetworkProperties/NetworkProperties.md)\> + +Retrieve information for the current network + +#### Returns + +`Promise`\<[`NetworkProperties`](../../../../interfaces/API/Client/Types/NetworkProperties/NetworkProperties.md)\> + +#### Defined in + +[api/client/Network.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Network.ts#L81) + +___ + +### getProtocolFees + +▸ **getProtocolFees**(`args`): `Promise`\<[`ProtocolFees`](../../../../interfaces/API/Client/Types/ProtocolFees/ProtocolFees.md)[]\> + +Retrieve the protocol fees associated with running specific transactions + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args` | `Object` | - | +| `args.tags` | [`TxTag`](../../../../modules/Generated/Types/Types.md#txtag)[] | list of transaction tags (e.g. [TxTags.asset.CreateAsset, TxTags.asset.RegisterUniqueTicker] or ["asset.createAsset", "asset.registerTicker"]) | + +#### Returns + +`Promise`\<[`ProtocolFees`](../../../../interfaces/API/Client/Types/ProtocolFees/ProtocolFees.md)[]\> + +#### Defined in + +[api/client/Network.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Network.ts#L107) + +___ + +### getSs58Format + +▸ **getSs58Format**(): `BigNumber` + +Retrieve the chain's SS58 format + +#### Returns + +`BigNumber` + +#### Defined in + +[api/client/Network.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Network.ts#L74) + +___ + +### getTransactionByHash + +▸ **getTransactionByHash**(`opts`): `Promise`\<``null`` \| [`ExtrinsicDataWithFees`](../../../../interfaces/API/Client/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md)\> + +Retrieve a transaction by hash + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `opts` | `Object` | - | +| `opts.txHash` | `string` | hash of the transaction | + +#### Returns + +`Promise`\<``null`` \| [`ExtrinsicDataWithFees`](../../../../interfaces/API/Client/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md)\> + +**`Note`** + +uses the middlewareV2 + +#### Defined in + +[api/client/Network.ts:378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Network.ts#L378) + +___ + +### getTreasuryAccount + +▸ **getTreasuryAccount**(): [`Account`](../../Entities/Account/Account.md) + +Get the treasury wallet address + +#### Returns + +[`Account`](../../Entities/Account/Account.md) + +#### Defined in + +[api/client/Network.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Network.ts#L114) + +___ + +### getTreasuryBalance + +▸ **getTreasuryBalance**(): `Promise`\<`BigNumber`\> + +Get the Treasury POLYX balance + +#### Returns + +`Promise`\<`BigNumber`\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Defined in + +[api/client/Network.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Network.ts#L127) + +▸ **getTreasuryBalance**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<`BigNumber`\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/client/Network.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Network.ts#L128) + +___ + +### getVersion + +▸ **getVersion**(): `Promise`\<`string`\> + +Fetch the current network version (e.g. 3.1.0) + +#### Returns + +`Promise`\<`string`\> + +#### Defined in + +[api/client/Network.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Network.ts#L67) + +___ + +### submitTransaction + +▸ **submitTransaction**(`txPayload`, `signature`): `Promise`\<[`SubmissionDetails`](../../../../interfaces/API/Client/Types/SubmissionDetails/SubmissionDetails.md)\> + +Submits a transaction payload with its signature to the chain. `signature` should be hex encoded + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `txPayload` | [`TransactionPayload`](../../../../interfaces/Base/Types/TransactionPayload/TransactionPayload.md) | +| `signature` | `string` | + +#### Returns + +`Promise`\<[`SubmissionDetails`](../../../../interfaces/API/Client/Types/SubmissionDetails/SubmissionDetails.md)\> + +**`Throws`** + +if the signature is not hex encoded + +#### Defined in + +[api/client/Network.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Network.ts#L208) + +___ + +### supportsConfidentialAssets + +▸ **supportsConfidentialAssets**(): `boolean` + +Returns whether or not the connected chain node as support for confidential assets + +#### Returns + +`boolean` + +#### Defined in + +[api/client/Network.ts:498](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Network.ts#L498) + +___ + +### supportsSubscription + +▸ **supportsSubscription**(): `boolean` + +Returns if functions can be subscribed. + +#### Returns + +`boolean` + +`true` if connected over ws(s)://, otherwise `false` + +#### Defined in + +[api/client/Network.ts:514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Network.ts#L514) + +___ + +### transferPolyx + +▸ **transferPolyx**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Transfer an amount of POLYX to a specified Account + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`TransferPolyxParams`](../../../../interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [transferPolyx.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Network.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Network.ts#L154) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/Polymesh/Polymesh.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/Polymesh/Polymesh.md new file mode 100644 index 0000000000..3d4680ffff --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/Polymesh/Polymesh.md @@ -0,0 +1,367 @@ +--- +id: "Polymesh" +title: "Class: Polymesh" +sidebar_label: "Polymesh" +--- + +[api/client/Polymesh](../../../../modules/API/Client/Polymesh/Polymesh.md).Polymesh + +Main entry point of the Polymesh SDK + +## Properties + +### accountManagement + +• **accountManagement**: [`AccountManagement`](../AccountManagement/AccountManagement.md) + +A set of methods for managing a Polymesh Identity's Accounts and their permissions + +#### Defined in + +[api/client/Polymesh.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L109) + +___ + +### assets + +• **assets**: [`Assets`](../Assets/Assets.md) + +A set of methods for interacting with Assets + +#### Defined in + +[api/client/Polymesh.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L117) + +___ + +### claims + +• **claims**: [`Claims`](../Claims/Claims.md) + +A set of methods to deal with Claims + +#### Defined in + +[api/client/Polymesh.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L97) + +___ + +### identities + +• **identities**: [`Identities`](../Identities/Identities.md) + +A set of methods for interacting with Polymesh Identities. + +#### Defined in + +[api/client/Polymesh.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L113) + +___ + +### network + +• **network**: [`Network`](../Network/Network.md) + +A set of methods to interact with the Polymesh network. This includes transferring POLYX, reading network properties and querying for historical events + +#### Defined in + +[api/client/Polymesh.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L101) + +___ + +### settlements + +• **settlements**: [`Settlements`](../Settlements/Settlements.md) + +A set of methods for exchanging Assets + +#### Defined in + +[api/client/Polymesh.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L105) + +## Accessors + +### \_middlewareApiV2 + +• `get` **_middlewareApiV2**(): `ApolloClient`\<`NormalizedCacheObject`\> + +MiddlewareV2 client + +#### Returns + +`ApolloClient`\<`NormalizedCacheObject`\> + +#### Defined in + +[api/client/Polymesh.ts:357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L357) + +___ + +### \_polkadotApi + +• `get` **_polkadotApi**(): `ApiPromise` + +Polkadot client + +#### Returns + +`ApiPromise` + +#### Defined in + +[api/client/Polymesh.ts:341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L341) + +___ + +### \_signingAddress + +• `get` **_signingAddress**(): `string` + +signing address (to manually submit transactions with the polkadot API) + +#### Returns + +`string` + +#### Defined in + +[api/client/Polymesh.ts:349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L349) + +## Methods + +### createTransactionBatch + +▸ **createTransactionBatch**\<`ReturnValues`\>(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ReturnValues`, `ReturnValues`\>\> + +Create a batch transaction from a list of separate transactions. The list can contain batch transactions as well. + The result of running this transaction will be an array of the results of each transaction in the list, in the same order. + Transactions with no return value will produce `undefined` in the resulting array + +#### Type parameters + +| Name | Type | +| :------ | :------ | +| `ReturnValues` | extends readonly `unknown`[] | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`CreateTransactionBatchParams`](../../../../interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md)\<`ReturnValues`\> | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ReturnValues`, `ReturnValues`\>\> + +**`Example`** + +Batching 3 ticker reservation transactions + +```typescript +const tx1 = await sdk.assets.reserveTicker({ ticker: 'FOO' }); +const tx2 = await sdk.assets.reserveTicker({ ticker: 'BAR' }); +const tx3 = await sdk.assets.reserveTicker({ ticker: 'BAZ' }); + +const batch = sdk.createTransactionBatch({ transactions: [tx1, tx2, tx3] as const }); + +const [res1, res2, res3] = await batch.run(); +``` + +**`Example`** + +Specifying the signer account for the whole batch + +```typescript +const batch = sdk.createTransactionBatch({ transactions: [tx1, tx2, tx3] as const }, { signingAccount: 'someAddress' }); + +const [res1, res2, res3] = await batch.run(); +``` + +**`Note`** + +it is mandatory to use the `as const` type assertion when passing in the transaction array to the method in order to get the correct types + for the results of running the batch + +**`Note`** + +if a signing Account is not specified, the default one will be used (the one returned by `sdk.accountManagement.getSigningAccount()`) + +**`Note`** + +all fees in the resulting batch must be paid by the calling Account, regardless of any exceptions that would normally be made for + the individual transactions (such as subsidies or accepting invitations to join an Identity) + +**`Note`** + +this method is of type [CreateTransactionBatchProcedureMethod](../../../../interfaces/API/Procedures/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md), which means you can call [createTransactionBatch.checkAuthorization](../../../../interfaces/API/Procedures/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Polymesh.ts:332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L332) + +___ + +### disconnect + +▸ **disconnect**(): `Promise`\<`void`\> + +Disconnect the client and close all open connections and subscriptions + +#### Returns + +`Promise`\<`void`\> + +**`Note`** + +the SDK will become unusable after this operation. It will throw an error when attempting to + access any chain or middleware data. If you wish to continue using the SDK, you must + create a new instance by calling [connect](Polymesh.md#connect) + +#### Defined in + +[api/client/Polymesh.ts:274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L274) + +___ + +### getSigningIdentity + +▸ **getSigningIdentity**(): `Promise`\<``null`` \| [`Identity`](../../Entities/Identity/Identity.md)\> + +Retrieve the Identity associated to the signing Account (null if there is none) + +#### Returns + +`Promise`\<``null`` \| [`Identity`](../../Entities/Identity/Identity.md)\> + +**`Throws`** + +if there is no signing Account associated to the SDK + +#### Defined in + +[api/client/Polymesh.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L229) + +___ + +### onConnectionError + +▸ **onConnectionError**(`callback`): [`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback) + +Handle connection errors + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | (...`args`: `unknown`[]) => `unknown` | + +#### Returns + +[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback) + +an unsubscribe callback + +#### Defined in + +[api/client/Polymesh.ts:238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L238) + +___ + +### onDisconnect + +▸ **onDisconnect**(`callback`): [`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback) + +Handle disconnection + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | (...`args`: `unknown`[]) => `unknown` | + +#### Returns + +[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback) + +an unsubscribe callback + +#### Defined in + +[api/client/Polymesh.ts:255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L255) + +___ + +### setSigningAccount + +▸ **setSigningAccount**(`signer`): `Promise`\<`void`\> + +Set the SDK's signing Account to the provided one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `signer` | `string` \| [`Account`](../../Entities/Account/Account.md) | + +#### Returns + +`Promise`\<`void`\> + +**`Throws`** + +if the passed Account is not present in the Signing Manager (or there is no Signing Manager) + +#### Defined in + +[api/client/Polymesh.ts:283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L283) + +___ + +### setSigningManager + +▸ **setSigningManager**(`signingManager`): `Promise`\<`void`\> + +Set the SDK's Signing Manager to the provided one. + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `signingManager` | ``null`` \| `SigningManager` | + +#### Returns + +`Promise`\<`void`\> + +**`Note`** + +Pass `null` to unset the current signing manager + +#### Defined in + +[api/client/Polymesh.ts:292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L292) + +___ + +### connect + +▸ `Static` **connect**(`params`): `Promise`\<[`Polymesh`](Polymesh.md)\> + +Create an SDK instance and connect to a Polymesh node + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `params` | [`ConnectParams`](../../../../interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md) | + +#### Returns + +`Promise`\<[`Polymesh`](Polymesh.md)\> + +#### Defined in + +[api/client/Polymesh.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L150) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/Settlements/Settlements.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/Settlements/Settlements.md new file mode 100644 index 0000000000..193b14630e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Client/Settlements/Settlements.md @@ -0,0 +1,169 @@ +--- +id: "Settlements" +title: "Class: Settlements" +sidebar_label: "Settlements" +--- + +[api/client/Settlements](../../../../modules/API/Client/Settlements/Settlements.md).Settlements + +Handles all Settlement related functionality + +## Methods + +### addInstruction + +▸ **addInstruction**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../../Entities/Instruction/Instruction.md)[], [`Instruction`](../../Entities/Instruction/Instruction.md)\>\> + +Create an Instruction to exchange Assets + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`AddInstructionWithVenueIdParams`](../../../../modules/API/Procedures/Types/Types.md#addinstructionwithvenueidparams) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../../Entities/Instruction/Instruction.md)[], [`Instruction`](../../Entities/Instruction/Instruction.md)\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addInstruction.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Settlements.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Settlements.ts#L127) + +___ + +### affirmInstruction + +▸ **affirmInstruction**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../../Entities/Instruction/Instruction.md), [`Instruction`](../../Entities/Instruction/Instruction.md)\>\> + +Affirm an Instruction (authorize) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`InstructionIdParams`](../../../../interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../../Entities/Instruction/Instruction.md), [`Instruction`](../../Entities/Instruction/Instruction.md)\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [affirmInstruction.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Settlements.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Settlements.ts#L137) + +___ + +### createVenue + +▸ **createVenue**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Venue`](../../Entities/Venue/Venue.md), [`Venue`](../../Entities/Venue/Venue.md)\>\> + +Create a Venue under the ownership of the signing Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`CreateVenueParams`](../../../../interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Venue`](../../Entities/Venue/Venue.md), [`Venue`](../../Entities/Venue/Venue.md)\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createVenue.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/client/Settlements.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Settlements.ts#L117) + +___ + +### getHistoricalInstructions + +▸ **getHistoricalInstructions**(`filter`): `Promise`\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> + +Retrieve all Instructions that have been associated with this Identity's DID + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `filter` | [`InstructionPartiesFilters`](../../../../interfaces/API/Client/Types/InstructionPartiesFilters/InstructionPartiesFilters.md) | + +#### Returns + +`Promise`\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> + +**`Note`** + +uses the middleware V2 + +**`Note`** + +supports pagination + +#### Defined in + +[api/client/Settlements.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Settlements.ts#L148) + +___ + +### getInstruction + +▸ **getInstruction**(`args`): `Promise`\<[`Instruction`](../../Entities/Instruction/Instruction.md)\> + +Retrieve an Instruction by its ID + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args` | `Object` | - | +| `args.id` | `BigNumber` | identifier number of the Instruction | + +#### Returns + +`Promise`\<[`Instruction`](../../Entities/Instruction/Instruction.md)\> + +#### Defined in + +[api/client/Settlements.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Settlements.ts#L95) + +___ + +### getVenue + +▸ **getVenue**(`args`): `Promise`\<[`Venue`](../../Entities/Venue/Venue.md)\> + +Retrieve a Venue by its ID + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args` | `Object` | - | +| `args.id` | `BigNumber` | identifier number of the Venue | + +#### Returns + +`Promise`\<[`Venue`](../../Entities/Venue/Venue.md)\> + +#### Defined in + +[api/client/Settlements.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Settlements.ts#L74) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Account/Account.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Account/Account.md new file mode 100644 index 0000000000..c7b1b22b46 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Account/Account.md @@ -0,0 +1,493 @@ +--- +id: "Account" +title: "Class: Account" +sidebar_label: "Account" +--- + +[api/entities/Account](../../../../modules/API/Entities/Account/Account.md).Account + +Represents an Account in the Polymesh blockchain. Accounts can hold POLYX, control Identities and vote on proposals (among other things) + +## Hierarchy + +- [`Entity`](../Entity/Entity.md)\<`UniqueIdentifiers`, `string`\> + + ↳ **`Account`** + + ↳↳ [`MultiSig`](MultiSig/MultiSig.md) + +## Properties + +### address + +• **address**: `string` + +Polymesh-specific address of the Account. Serves as an identifier + +#### Defined in + +[api/entities/Account/index.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L88) + +___ + +### authorizations + +• **authorizations**: [`Authorizations`](../Common/Namespaces/Authorizations/Authorizations.md)\<[`Account`](Account.md)\> + +#### Defined in + +[api/entities/Account/index.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L97) + +___ + +### key + +• **key**: `string` + +A hex representation of the cryptographic public key of the Account. This is consistent across +Substrate chains, while the address depends on the chain as well. + +#### Defined in + +[api/entities/Account/index.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L94) + +___ + +### subsidies + +• **subsidies**: [`Subsidies`](../Subsidies/Subsidies.md) + +#### Defined in + +[api/entities/Account/index.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L98) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### checkPermissions + +▸ **checkPermissions**(`permissions`): `Promise`\<[`CheckPermissionsResult`](../../../../interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Account`](../../../../enums/API/Entities/Types/SignerType/SignerType.md#account)\>\> + +Check if this Account possesses certain Permissions to act on behalf of its corresponding Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `permissions` | [`SimplePermissions`](../../../../interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md) | + +#### Returns + +`Promise`\<[`CheckPermissionsResult`](../../../../interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Account`](../../../../enums/API/Entities/Types/SignerType/SignerType.md#account)\>\> + +which permissions the Account is missing (if any) and the final result + +#### Defined in + +[api/entities/Account/index.ts:367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L367) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this Account exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) + +#### Defined in + +[api/entities/Account/index.ts:450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L450) + +___ + +### getBalance + +▸ **getBalance**(): `Promise`\<[`Balance`](../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> + +Get the free/locked POLYX balance of the Account + +#### Returns + +`Promise`\<[`Balance`](../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Defined in + +[api/entities/Account/index.ts:121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L121) + +▸ **getBalance**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`Balance`](../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/entities/Account/index.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L122) + +___ + +### getCurrentNonce + +▸ **getCurrentNonce**(): `Promise`\<`BigNumber`\> + +Retrieve the current nonce for this Account + +#### Returns + +`Promise`\<`BigNumber`\> + +#### Defined in + +[api/entities/Account/index.ts:464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L464) + +___ + +### getIdentity + +▸ **getIdentity**(): `Promise`\<``null`` \| [`Identity`](../Identity/Identity.md)\> + +Retrieve the Identity associated to this Account (null if there is none) + +#### Returns + +`Promise`\<``null`` \| [`Identity`](../Identity/Identity.md)\> + +#### Defined in + +[api/entities/Account/index.ts:141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L141) + +___ + +### getMultiSig + +▸ **getMultiSig**(): `Promise`\<``null`` \| [`MultiSig`](MultiSig/MultiSig.md)\> + +Fetch the MultiSig this Account is part of. If this Account is not a signer on any MultiSig, return null + +#### Returns + +`Promise`\<``null`` \| [`MultiSig`](MultiSig/MultiSig.md)\> + +#### Defined in + +[api/entities/Account/index.ts:422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L422) + +___ + +### getNextAssetId + +▸ **getNextAssetId**(): `Promise`\<`string`\> + +Returns next assetID that will be generated for this Identity + +#### Returns + +`Promise`\<`string`\> + +#### Defined in + +[api/entities/Account/index.ts:609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L609) + +___ + +### getOffChainReceipts + +▸ **getOffChainReceipts**(): `Promise`\<`BigNumber`[]\> + +Returns all off chain receipts used by this Account + +#### Returns + +`Promise`\<`BigNumber`[]\> + +#### Defined in + +[api/entities/Account/index.ts:582](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L582) + +___ + +### getPendingProposals + +▸ **getPendingProposals**(): `Promise`\<[`MultiSigProposal`](../MultiSigProposal/MultiSigProposal.md)[]\> + +Returns pending MultiSig proposals for this Account + +#### Returns + +`Promise`\<[`MultiSigProposal`](../MultiSigProposal/MultiSigProposal.md)[]\> + +**`Note`** + +uses the middleware + +**`Throws`** + +if the Account is not a signer on any MultiSig + +#### Defined in + +[api/entities/Account/index.ts:566](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L566) + +___ + +### getPermissions + +▸ **getPermissions**(): `Promise`\<[`Permissions`](../../../../interfaces/API/Entities/Types/Permissions/Permissions.md)\> + +Retrieve the Permissions this Account has as a Permissioned Account for its corresponding Identity + +#### Returns + +`Promise`\<[`Permissions`](../../../../interfaces/API/Entities/Types/Permissions/Permissions.md)\> + +**`Throws`** + +if there is no Identity associated with the Account + +#### Defined in + +[api/entities/Account/index.ts:314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L314) + +___ + +### getPolyxTransactions + +▸ **getPolyxTransactions**(`filters`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricPolyxTransaction`](../../../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md)\>\> + +Returns POLYX transactions associated with this account + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `filters` | `Object` | - | +| `filters.size?` | `BigNumber` | page size | +| `filters.start?` | `BigNumber` | page offset | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricPolyxTransaction`](../../../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md)\>\> + +**`Note`** + +uses the middleware + +#### Defined in + +[api/entities/Account/index.ts:548](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L548) + +___ + +### getTransactionHistory + +▸ **getTransactionHistory**(`filters?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`ExtrinsicData`](../../../../interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md)\>\> + +Retrieve a list of transactions signed by this Account. Can be filtered using parameters + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `filters` | `Object` | - | +| `filters.blockHash?` | `string` | - | +| `filters.blockNumber?` | `BigNumber` | - | +| `filters.orderBy?` | [`ExtrinsicsOrderBy`](../../../../enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md) | - | +| `filters.size?` | `BigNumber` | page size | +| `filters.start?` | `BigNumber` | page offset | +| `filters.success?` | `boolean` | whether the transaction was successful or not | +| `filters.tag?` | [`TxTag`](../../../../modules/Generated/Types/Types.md#txtag) | tag associated with the transaction | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`ExtrinsicData`](../../../../interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md)\>\> + +**`Note`** + +if both `blockNumber` and `blockHash` are passed, only `blockNumber` is taken into account. +Also, for ordering by block_id, one should pass `ExtrinsicsOrderBy.CreatedAtAsc` or `ExtrinsicsOrderBy.CreatedAtDesc` +in order of their choice (since block ID is a string field in middleware v2) + +**`Note`** + +uses the middleware v2 + +#### Defined in + +[api/entities/Account/index.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L177) + +___ + +### getTypeInfo + +▸ **getTypeInfo**(): `Promise`\<[`AccountTypeInfo`](../../../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md)\> + +Retrieve the type of Account, and its relation to an Identity, if applicable + +#### Returns + +`Promise`\<[`AccountTypeInfo`](../../../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md)\> + +#### Defined in + +[api/entities/Account/index.ts:485](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L485) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### isFrozen + +▸ **isFrozen**(): `Promise`\<`boolean`\> + +Check whether this Account is frozen. If frozen, it cannot perform any Identity related action until the primary Account of the Identity unfreezes all secondary Accounts + +#### Returns + +`Promise`\<`boolean`\> + +**`Note`** + +returns false if the Account isn't associated to any Identity + +#### Defined in + +[api/entities/Account/index.ts:293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L293) + +___ + +### toHuman + +▸ **toHuman**(): `string` + +Return the Account's address + +#### Returns + +`string` + +#### Overrides + +[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) + +#### Defined in + +[api/entities/Account/index.ts:457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L457) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Account/MultiSig/MultiSig.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Account/MultiSig/MultiSig.md new file mode 100644 index 0000000000..284a90e58e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Account/MultiSig/MultiSig.md @@ -0,0 +1,771 @@ +--- +id: "MultiSig" +title: "Class: MultiSig" +sidebar_label: "MultiSig" +--- + +[api/entities/Account/MultiSig](../../../../../modules/API/Entities/Account/MultiSig/MultiSig.md).MultiSig + +Represents a MultiSig Account. A MultiSig Account is composed of one or more signing Accounts. In order to submit a transaction, a specific amount of those signing Accounts must approve it first + +## Hierarchy + +- [`Account`](../Account.md) + + ↳ **`MultiSig`** + +## Properties + +### address + +• **address**: `string` + +Polymesh-specific address of the Account. Serves as an identifier + +#### Inherited from + +[Account](../Account.md).[address](../Account.md#address) + +#### Defined in + +[api/entities/Account/index.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L88) + +___ + +### authorizations + +• **authorizations**: [`Authorizations`](../../Common/Namespaces/Authorizations/Authorizations.md)\<[`Account`](../Account.md)\> + +#### Inherited from + +[Account](../Account.md).[authorizations](../Account.md#authorizations) + +#### Defined in + +[api/entities/Account/index.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L97) + +___ + +### key + +• **key**: `string` + +A hex representation of the cryptographic public key of the Account. This is consistent across +Substrate chains, while the address depends on the chain as well. + +#### Inherited from + +[Account](../Account.md).[key](../Account.md#key) + +#### Defined in + +[api/entities/Account/index.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L94) + +___ + +### subsidies + +• **subsidies**: [`Subsidies`](../../Subsidies/Subsidies.md) + +#### Inherited from + +[Account](../Account.md).[subsidies](../Account.md#subsidies) + +#### Defined in + +[api/entities/Account/index.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L98) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Account](../Account.md).[uuid](../Account.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### checkPermissions + +▸ **checkPermissions**(`permissions`): `Promise`\<[`CheckPermissionsResult`](../../../../../interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Account`](../../../../../enums/API/Entities/Types/SignerType/SignerType.md#account)\>\> + +Check if this Account possesses certain Permissions to act on behalf of its corresponding Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `permissions` | [`SimplePermissions`](../../../../../interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md) | + +#### Returns + +`Promise`\<[`CheckPermissionsResult`](../../../../../interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Account`](../../../../../enums/API/Entities/Types/SignerType/SignerType.md#account)\>\> + +which permissions the Account is missing (if any) and the final result + +#### Inherited from + +[Account](../Account.md).[checkPermissions](../Account.md#checkpermissions) + +#### Defined in + +[api/entities/Account/index.ts:367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L367) + +___ + +### details + +▸ **details**(): `Promise`\<[`MultiSigDetails`](../../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md)\> + +Return details about this MultiSig such as the signing Accounts and the required number of signatures to execute a MultiSigProposal + +#### Returns + +`Promise`\<[`MultiSigDetails`](../../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md)\> + +#### Defined in + +[api/entities/Account/MultiSig/index.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/index.ts#L79) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this Account exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Account](../Account.md).[exists](../Account.md#exists) + +#### Defined in + +[api/entities/Account/index.ts:450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L450) + +___ + +### getAdmin + +▸ **getAdmin**(): `Promise`\<``null`` \| [`Identity`](../../Identity/Identity.md)\> + +Returns the Identity of the MultiSig admin. This Identity can add or remove signers directly without creating a MultiSigProposal first. + +#### Returns + +`Promise`\<``null`` \| [`Identity`](../../Identity/Identity.md)\> + +#### Defined in + +[api/entities/Account/MultiSig/index.ts:254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/index.ts#L254) + +___ + +### getBalance + +▸ **getBalance**(): `Promise`\<[`Balance`](../../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> + +Get the free/locked POLYX balance of the Account + +#### Returns + +`Promise`\<[`Balance`](../../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Inherited from + +[Account](../Account.md).[getBalance](../Account.md#getbalance) + +#### Defined in + +[api/entities/Account/index.ts:121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L121) + +▸ **getBalance**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`Balance`](../../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md)\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[Account](../Account.md).[getBalance](../Account.md#getbalance) + +#### Defined in + +[api/entities/Account/index.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L122) + +___ + +### getCurrentNonce + +▸ **getCurrentNonce**(): `Promise`\<`BigNumber`\> + +Retrieve the current nonce for this Account + +#### Returns + +`Promise`\<`BigNumber`\> + +#### Inherited from + +[Account](../Account.md).[getCurrentNonce](../Account.md#getcurrentnonce) + +#### Defined in + +[api/entities/Account/index.ts:464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L464) + +___ + +### getHistoricalProposals + +▸ **getHistoricalProposals**(`opts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricalMultiSigProposal`](../../../../../interfaces/API/Entities/Account/MultiSig/Types/HistoricalMultiSigProposal/HistoricalMultiSigProposal.md)\>\> + +Return a set of [MultiSigProposal](../../MultiSigProposal/MultiSigProposal.md) for this MultiSig Account + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | `Object` | +| `opts.size?` | `BigNumber` | +| `opts.start?` | `BigNumber` | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricalMultiSigProposal`](../../../../../interfaces/API/Entities/Account/MultiSig/Types/HistoricalMultiSigProposal/HistoricalMultiSigProposal.md)\>\> + +**`Note`** + +uses the middlewareV2 + +#### Defined in + +[api/entities/Account/MultiSig/index.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/index.ts#L188) + +___ + +### getIdentity + +▸ **getIdentity**(): `Promise`\<``null`` \| [`Identity`](../../Identity/Identity.md)\> + +Retrieve the Identity associated to this Account (null if there is none) + +#### Returns + +`Promise`\<``null`` \| [`Identity`](../../Identity/Identity.md)\> + +#### Inherited from + +[Account](../Account.md).[getIdentity](../Account.md#getidentity) + +#### Defined in + +[api/entities/Account/index.ts:141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L141) + +___ + +### getMultiSig + +▸ **getMultiSig**(): `Promise`\<``null`` \| [`MultiSig`](MultiSig.md)\> + +Fetch the MultiSig this Account is part of. If this Account is not a signer on any MultiSig, return null + +#### Returns + +`Promise`\<``null`` \| [`MultiSig`](MultiSig.md)\> + +#### Inherited from + +[Account](../Account.md).[getMultiSig](../Account.md#getmultisig) + +#### Defined in + +[api/entities/Account/index.ts:422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L422) + +___ + +### getNextAssetId + +▸ **getNextAssetId**(): `Promise`\<`string`\> + +Returns next assetID that will be generated for this Identity + +#### Returns + +`Promise`\<`string`\> + +#### Inherited from + +[Account](../Account.md).[getNextAssetId](../Account.md#getnextassetid) + +#### Defined in + +[api/entities/Account/index.ts:609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L609) + +___ + +### getOffChainReceipts + +▸ **getOffChainReceipts**(): `Promise`\<`BigNumber`[]\> + +Returns all off chain receipts used by this Account + +#### Returns + +`Promise`\<`BigNumber`[]\> + +#### Inherited from + +[Account](../Account.md).[getOffChainReceipts](../Account.md#getoffchainreceipts) + +#### Defined in + +[api/entities/Account/index.ts:582](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L582) + +___ + +### getPayer + +▸ **getPayer**(): `Promise`\<``null`` \| [`Identity`](../../Identity/Identity.md)\> + +Returns the payer for the MultiSig, if set the primary account of the identity will pay for any fees the MultiSig may incur + +#### Returns + +`Promise`\<``null`` \| [`Identity`](../../Identity/Identity.md)\> + +#### Defined in + +[api/entities/Account/MultiSig/index.ts:280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/index.ts#L280) + +___ + +### getPendingProposals + +▸ **getPendingProposals**(): `Promise`\<[`MultiSigProposal`](../../MultiSigProposal/MultiSigProposal.md)[]\> + +Returns pending MultiSig proposals for this Account + +#### Returns + +`Promise`\<[`MultiSigProposal`](../../MultiSigProposal/MultiSigProposal.md)[]\> + +**`Note`** + +uses the middleware + +**`Throws`** + +if the Account is not a signer on any MultiSig + +#### Inherited from + +[Account](../Account.md).[getPendingProposals](../Account.md#getpendingproposals) + +#### Defined in + +[api/entities/Account/index.ts:566](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L566) + +___ + +### getPermissions + +▸ **getPermissions**(): `Promise`\<[`Permissions`](../../../../../interfaces/API/Entities/Types/Permissions/Permissions.md)\> + +Retrieve the Permissions this Account has as a Permissioned Account for its corresponding Identity + +#### Returns + +`Promise`\<[`Permissions`](../../../../../interfaces/API/Entities/Types/Permissions/Permissions.md)\> + +**`Throws`** + +if there is no Identity associated with the Account + +#### Inherited from + +[Account](../Account.md).[getPermissions](../Account.md#getpermissions) + +#### Defined in + +[api/entities/Account/index.ts:314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L314) + +___ + +### getPolyxTransactions + +▸ **getPolyxTransactions**(`filters`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricPolyxTransaction`](../../../../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md)\>\> + +Returns POLYX transactions associated with this account + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `filters` | `Object` | - | +| `filters.size?` | `BigNumber` | page size | +| `filters.start?` | `BigNumber` | page offset | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricPolyxTransaction`](../../../../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md)\>\> + +**`Note`** + +uses the middleware + +#### Inherited from + +[Account](../Account.md).[getPolyxTransactions](../Account.md#getpolyxtransactions) + +#### Defined in + +[api/entities/Account/index.ts:548](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L548) + +___ + +### getProposal + +▸ **getProposal**(`args`): `Promise`\<[`MultiSigProposal`](../../MultiSigProposal/MultiSigProposal.md)\> + +Given an ID, fetch a [MultiSigProposal](../../MultiSigProposal/MultiSigProposal.md) for this MultiSig + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.id` | `BigNumber` | + +#### Returns + +`Promise`\<[`MultiSigProposal`](../../MultiSigProposal/MultiSigProposal.md)\> + +**`Throws`** + +if the MultiSigProposal is not found + +#### Defined in + +[api/entities/Account/MultiSig/index.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/index.ts#L115) + +___ + +### getProposals + +▸ **getProposals**(): `Promise`\<[`MultiSigProposal`](../../MultiSigProposal/MultiSigProposal.md)[]\> + +Return all active [MultiSigProposal](../../MultiSigProposal/MultiSigProposal.md) for this MultiSig Account + +#### Returns + +`Promise`\<[`MultiSigProposal`](../../MultiSigProposal/MultiSigProposal.md)[]\> + +#### Defined in + +[api/entities/Account/MultiSig/index.ts:135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/index.ts#L135) + +___ + +### getTransactionHistory + +▸ **getTransactionHistory**(`filters?`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`ExtrinsicData`](../../../../../interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md)\>\> + +Retrieve a list of transactions signed by this Account. Can be filtered using parameters + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `filters` | `Object` | - | +| `filters.blockHash?` | `string` | - | +| `filters.blockNumber?` | `BigNumber` | - | +| `filters.orderBy?` | [`ExtrinsicsOrderBy`](../../../../../enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md) | - | +| `filters.size?` | `BigNumber` | page size | +| `filters.start?` | `BigNumber` | page offset | +| `filters.success?` | `boolean` | whether the transaction was successful or not | +| `filters.tag?` | [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag) | tag associated with the transaction | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`ExtrinsicData`](../../../../../interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md)\>\> + +**`Note`** + +if both `blockNumber` and `blockHash` are passed, only `blockNumber` is taken into account. +Also, for ordering by block_id, one should pass `ExtrinsicsOrderBy.CreatedAtAsc` or `ExtrinsicsOrderBy.CreatedAtDesc` +in order of their choice (since block ID is a string field in middleware v2) + +**`Note`** + +uses the middleware v2 + +#### Inherited from + +[Account](../Account.md).[getTransactionHistory](../Account.md#gettransactionhistory) + +#### Defined in + +[api/entities/Account/index.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L177) + +___ + +### getTypeInfo + +▸ **getTypeInfo**(): `Promise`\<[`AccountTypeInfo`](../../../../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md)\> + +Retrieve the type of Account, and its relation to an Identity, if applicable + +#### Returns + +`Promise`\<[`AccountTypeInfo`](../../../../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md)\> + +#### Inherited from + +[Account](../Account.md).[getTypeInfo](../Account.md#gettypeinfo) + +#### Defined in + +[api/entities/Account/index.ts:485](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L485) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Account](../Account.md).[isEqual](../Account.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### isFrozen + +▸ **isFrozen**(): `Promise`\<`boolean`\> + +Check whether this Account is frozen. If frozen, it cannot perform any Identity related action until the primary Account of the Identity unfreezes all secondary Accounts + +#### Returns + +`Promise`\<`boolean`\> + +**`Note`** + +returns false if the Account isn't associated to any Identity + +#### Inherited from + +[Account](../Account.md).[isFrozen](../Account.md#isfrozen) + +#### Defined in + +[api/entities/Account/index.ts:293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L293) + +___ + +### modify + +▸ **modify**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Modify the signers for the MultiSig. The signing Account must belong to the Identity of the creator of the MultiSig + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Pick`\<[`ModifyMultiSigParams`](../../../../../interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md), ``"signers"`` \| ``"requiredSignatures"``\> | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Account/MultiSig/index.ts:308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/index.ts#L308) + +___ + +### removePayer + +▸ **removePayer**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +A MultiSig's creator is initially responsible for any fees the MultiSig may incur. This method allows for the +MultiSig to pay for it's own fees. + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +This method must be called by one of the MultiSig signer's or by the paying identity. + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [removePayer.checkAuthorization](../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Account/MultiSig/index.ts:332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/index.ts#L332) + +___ + +### setAdmin + +▸ **setAdmin**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Set an admin for the MultiSig. When setting an admin it must be signed by one of the MultiSig signers and ran +as a proposal. When removing an admin it must be called by account belonging to the admin's identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`SetMultiSigAdminParams`](../../../../../interfaces/API/Procedures/Types/SetMultiSigAdminParams/SetMultiSigAdminParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setAdmin.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Account/MultiSig/index.ts:319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/index.ts#L319) + +___ + +### toHuman + +▸ **toHuman**(): `string` + +Return the Account's address + +#### Returns + +`string` + +#### Inherited from + +[Account](../Account.md).[toHuman](../Account.md#tohuman) + +#### Defined in + +[api/entities/Account/index.ts:457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/index.ts#L457) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Account](../Account.md).[generateUuid](../Account.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Account](../Account.md).[unserialize](../Account.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md new file mode 100644 index 0000000000..d7c2af8153 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md @@ -0,0 +1,672 @@ +--- +id: "BaseAsset" +title: "Class: BaseAsset" +sidebar_label: "BaseAsset" +--- + +[api/entities/Asset/Base/BaseAsset](../../../../../../modules/API/Entities/Asset/Base/BaseAsset/BaseAsset.md).BaseAsset + +Class used to manage functionality common to all assets. + +## Hierarchy + +- [`Entity`](../../../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../../../interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md), `string`\> + + ↳ **`BaseAsset`** + + ↳↳ [`FungibleAsset`](../../Fungible/FungibleAsset.md) + + ↳↳ [`NftCollection`](../../NonFungible/NftCollection/NftCollection.md) + +## Properties + +### compliance + +• **compliance**: [`Compliance`](../Compliance/Compliance.md) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L71) + +___ + +### documents + +• **documents**: [`Documents`](../Documents/Documents.md) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L72) + +___ + +### id + +• **id**: `string` + +Unique ID of the Asset in UUID format + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L79) + +___ + +### metadata + +• **metadata**: [`Metadata`](../Metadata/Metadata.md) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L73) + +___ + +### permissions + +• **permissions**: [`Permissions`](../Permissions/Permissions.md) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L74) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Entity](../../../Entity/Entity.md).[uuid](../../../Entity/Entity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Accessors + +### rawId + +• `get` **rawId**(): `string` + +Unique ID of the Asset in hex format + +#### Returns + +`string` + +**`Note`** + +Although UUID format is the usual representation of asset IDs, generic polkadot/substrate tools usually expect it in hex format + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L86) + +## Methods + +### addRequiredMediators + +▸ **addRequiredMediators**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Add required mediators. Mediators must approve any trades involving the asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`AssetMediatorParams`](../../../../../../interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addRequiredMediators.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L241) + +___ + +### currentFundingRound + +▸ **currentFundingRound**(): `Promise`\<``null`` \| `string`\> + +Retrieve the Asset's funding round + +#### Returns + +`Promise`\<``null`` \| `string`\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L518) + +▸ **currentFundingRound**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<``null`` \| `string`\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L519) + +___ + +### details + +▸ **details**(): `Promise`\<[`AssetDetails`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> + +Retrieve the Asset's data + +#### Returns + +`Promise`\<[`AssetDetails`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L360) + +▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`AssetDetails`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L361) + +___ + +### freeze + +▸ **freeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Freeze transfers of the Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [freeze.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L221) + +___ + +### getIdentifiers + +▸ **getIdentifiers**(): `Promise`\<[`SecurityIdentifier`](../../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> + +Retrieve the Asset's identifiers list + +#### Returns + +`Promise`\<[`SecurityIdentifier`](../../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L287) + +▸ **getIdentifiers**(`callback?`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback?` | [`SubCallback`](../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`SecurityIdentifier`](../../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L288) + +___ + +### getRequiredMediators + +▸ **getRequiredMediators**(): `Promise`\<[`Identity`](../../../Identity/Identity.md)[]\> + +Get required Asset mediators. These Identities must approve any Instruction involving the asset + +#### Returns + +`Promise`\<[`Identity`](../../../Identity/Identity.md)[]\> + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L463) + +___ + +### getVenueFilteringDetails + +▸ **getVenueFilteringDetails**(): `Promise`\<[`VenueFilteringDetails`](../../../../../../interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md)\> + +Get venue filtering details + +#### Returns + +`Promise`\<[`VenueFilteringDetails`](../../../../../../interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md)\> + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:483](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L483) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../../../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../../../Entity/Entity.md).[isEqual](../../../Entity/Entity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### isFrozen + +▸ **isFrozen**(): `Promise`\<`boolean`\> + +Check whether transfers are frozen for the Asset + +#### Returns + +`Promise`\<`boolean`\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L326) + +▸ **isFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<`boolean`\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L327) + +___ + +### linkTicker + +▸ **linkTicker**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Link ticker to the asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`LinkTickerToAssetParams`](../../../../../../interfaces/API/Procedures/Types/LinkTickerToAssetParams/LinkTickerToAssetParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +if ticker is already reserved, then required role: +- Ticker Owner + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [linkTicker.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L264) + +___ + +### modify + +▸ **modify**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Asset`](../../../../../../modules/API/Entities/Asset/Types/Types.md#asset), [`Asset`](../../../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> + +Modify some properties of the Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`ModifyAssetParams`](../../../../../../modules/API/Procedures/Types/Types.md#modifyassetparams) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Asset`](../../../../../../modules/API/Entities/Asset/Types/Types.md#asset), [`Asset`](../../../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> + +**`Throws`** + +if the passed values result in no changes being made to the Asset + +**`Throws`** + +if the passed assetType is not a known asset type or a custom type that has not been created on the chain + +**`Throws`** + +if trying to modify an NftCollection's assetType + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L135) + +___ + +### removeRequiredMediators + +▸ **removeRequiredMediators**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Remove required mediators + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`AssetMediatorParams`](../../../../../../interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [removeRequiredMediators.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L251) + +___ + +### setVenueFiltering + +▸ **setVenueFiltering**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Enable/disable venue filtering for this Asset and/or set allowed/disallowed venues + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`SetVenueFilteringParams`](../../../../../../modules/API/Procedures/Types/Types.md#setvenuefilteringparams) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setVenueFiltering.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L111) + +___ + +### toHuman + +▸ **toHuman**(): `string` + +Return the BaseAsset's ID + +#### Returns + +`string` + +#### Overrides + +[Entity](../../../Entity/Entity.md).[toHuman](../../../Entity/Entity.md#tohuman) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:575](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L575) + +___ + +### transferOwnership + +▸ **transferOwnership**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> + +Transfer ownership of the Asset to another Identity. This generates an authorization request that must be accepted + by the recipient + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`TransferAssetOwnershipParams`](../../../../../../interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> + +**`Note`** + +this will create [Authorization Request](../../../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `target` Identity. + An [Account](../../../Account/Account.md) or [Identity](../../../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../../Common/Namespaces/Authorizations/Authorizations.md#getreceived). + Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../../Common/Namespaces/Authorizations/Authorizations.md#getone) + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [transferOwnership.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L101) + +___ + +### unfreeze + +▸ **unfreeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Unfreeze transfers of the Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unfreeze.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L231) + +___ + +### unlinkTicker + +▸ **unlinkTicker**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Unlink ticker from the Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +Only the ticker owner is allowed to unlink the Asset + +**`Throws`** + +if there is no ticker to unlink + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unlinkTicker.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L278) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Entity](../../../Entity/Entity.md).[generateUuid](../../../Entity/Entity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Entity](../../../Entity/Entity.md).[unserialize](../../../Entity/Entity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Compliance/Compliance.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Compliance/Compliance.md new file mode 100644 index 0000000000..8c23fdeff8 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Compliance/Compliance.md @@ -0,0 +1,35 @@ +--- +id: "Compliance" +title: "Class: Compliance" +sidebar_label: "Compliance" +--- + +[api/entities/Asset/Base/Compliance](../../../../../../modules/API/Entities/Asset/Base/Compliance/Compliance.md).Compliance + +Handles all Asset Compliance related functionality + +## Hierarchy + +- `Namespace`\<[`BaseAsset`](../BaseAsset/BaseAsset.md)\> + + ↳ **`Compliance`** + +## Properties + +### requirements + +• **requirements**: [`Requirements`](Requirements/Requirements.md) + +#### Defined in + +[api/entities/Asset/Base/Compliance/index.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Compliance/index.ts#L11) + +___ + +### trustedClaimIssuers + +• **trustedClaimIssuers**: [`TrustedClaimIssuers`](TrustedClaimIssuers/TrustedClaimIssuers.md) + +#### Defined in + +[api/entities/Asset/Base/Compliance/index.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Compliance/index.ts#L10) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md new file mode 100644 index 0000000000..c50fbd9f23 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md @@ -0,0 +1,267 @@ +--- +id: "Requirements" +title: "Class: Requirements" +sidebar_label: "Requirements" +--- + +[api/entities/Asset/Base/Compliance/Requirements](../../../../../../../modules/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md).Requirements + +Handles all Asset Compliance Requirements related functionality + +## Hierarchy + +- `Namespace`\<[`BaseAsset`](../../BaseAsset/BaseAsset.md)\> + + ↳ **`Requirements`** + +## Methods + +### add + +▸ **add**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Add a new compliance requirement to the the Asset. This doesn't modify existing requirements + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`AddAssetRequirementParams`](../../../../../../../interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [add.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/Compliance/Requirements.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Compliance/Requirements.ts#L92) + +___ + +### arePaused + +▸ **arePaused**(): `Promise`\<`boolean`\> + +Check whether Asset compliance requirements are paused or not + +#### Returns + +`Promise`\<`boolean`\> + +#### Defined in + +[api/entities/Asset/Base/Compliance/Requirements.ts:219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Compliance/Requirements.ts#L219) + +___ + +### get + +▸ **get**(): `Promise`\<[`ComplianceRequirements`](../../../../../../../interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md)\> + +Retrieve all of the Asset's compliance requirements, together with the Default Trusted Claim Issuers + +#### Returns + +`Promise`\<[`ComplianceRequirements`](../../../../../../../interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md)\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Defined in + +[api/entities/Asset/Base/Compliance/Requirements.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Compliance/Requirements.ts#L124) + +▸ **get**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`ComplianceRequirements`](../../../../../../../interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md)\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/entities/Asset/Base/Compliance/Requirements.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Compliance/Requirements.ts#L125) + +___ + +### modify + +▸ **modify**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Modify a compliance requirement for the Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`ModifyComplianceRequirementParams`](../../../../../../../modules/API/Procedures/Types/Types.md#modifycompliancerequirementparams) | +| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/Compliance/Requirements.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Compliance/Requirements.ts#L243) + +___ + +### pause + +▸ **pause**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Pause all the Asset's requirements. This means that all transfers will be allowed until requirements are unpaused + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [pause.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/Compliance/Requirements.ts:202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Compliance/Requirements.ts#L202) + +___ + +### remove + +▸ **remove**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Remove an existing compliance requirement from the Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`RemoveAssetRequirementParams`](../../../../../../../interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [remove.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/Compliance/Requirements.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Compliance/Requirements.ts#L102) + +___ + +### reset + +▸ **reset**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Delete all the current requirements for the Asset. + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [reset.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/Compliance/Requirements.ts:192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Compliance/Requirements.ts#L192) + +___ + +### set + +▸ **set**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Configure compliance requirements for the Asset. This operation will replace all existing requirements with a new requirement set + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`SetAssetRequirementsParams`](../../../../../../../interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Example`** + +```ts +Say A, B, C, D and E are requirements and we arrange them as `[[A, B], [C, D], [E]]`. +For a transfer to succeed, it must either comply with A AND B, C AND D, OR E. +``` + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [set.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/Compliance/Requirements.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Compliance/Requirements.ts#L115) + +___ + +### unpause + +▸ **unpause**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Un-pause all the Asset's current requirements + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unpause.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/Compliance/Requirements.ts:212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Compliance/Requirements.ts#L212) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md new file mode 100644 index 0000000000..917bb3de2b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md @@ -0,0 +1,137 @@ +--- +id: "TrustedClaimIssuers" +title: "Class: TrustedClaimIssuers" +sidebar_label: "TrustedClaimIssuers" +--- + +[api/entities/Asset/Base/Compliance/TrustedClaimIssuers](../../../../../../../modules/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md).TrustedClaimIssuers + +Handles all Asset Default Trusted Claim Issuers related functionality + +## Hierarchy + +- `Namespace`\<[`BaseAsset`](../../BaseAsset/BaseAsset.md)\> + + ↳ **`TrustedClaimIssuers`** + +## Methods + +### add + +▸ **add**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Add the supplied Identities to the Asset's list of trusted claim issuers + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`ModifyAssetTrustedClaimIssuersAddSetParams`](../../../../../../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [add.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L93) + +___ + +### get + +▸ **get**(): `Promise`\<[`TrustedClaimIssuer`](../../../../../../../interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md)\<``true``\>[]\> + +Retrieve the current Default Trusted Claim Issuers of the Asset + +#### Returns + +`Promise`\<[`TrustedClaimIssuer`](../../../../../../../interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md)\<``true``\>[]\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Defined in + +[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L112) + +▸ **get**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`TrustedClaimIssuer`](../../../../../../../interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md)\<``true``\>[]\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L113) + +___ + +### remove + +▸ **remove**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Remove the supplied Identities from the Asset's list of trusted claim issuers * + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`ModifyAssetTrustedClaimIssuersRemoveParams`](../../../../../../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [remove.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L103) + +___ + +### set + +▸ **set**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Assign a new default list of trusted claim issuers to the Asset by replacing the existing ones with the list passed as a parameter + +This requires two transactions + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`ModifyAssetTrustedClaimIssuersAddSetParams`](../../../../../../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [set.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.ts#L83) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Documents/Documents.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Documents/Documents.md new file mode 100644 index 0000000000..d66b31e492 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Documents/Documents.md @@ -0,0 +1,69 @@ +--- +id: "Documents" +title: "Class: Documents" +sidebar_label: "Documents" +--- + +[api/entities/Asset/Base/Documents](../../../../../../modules/API/Entities/Asset/Base/Documents/Documents.md).Documents + +Handles all Asset Document related functionality + +## Hierarchy + +- `Namespace`\<[`BaseAsset`](../BaseAsset/BaseAsset.md)\> + + ↳ **`Documents`** + +## Methods + +### get + +▸ **get**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`AssetDocument`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md)\>\> + +Retrieve all documents linked to the Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `paginationOpts?` | [`PaginationOptions`](../../../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`AssetDocument`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md)\>\> + +**`Note`** + +supports pagination + +#### Defined in + +[api/entities/Asset/Base/Documents/index.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Documents/index.ts#L45) + +___ + +### set + +▸ **set**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Assign a new list of documents to the Asset by replacing the existing list of documents with the ones passed in the parameters + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`SetAssetDocumentsParams`](../../../../../../interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [set.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/Documents/index.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Documents/index.ts#L36) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Metadata/Metadata.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Metadata/Metadata.md new file mode 100644 index 0000000000..1fa1747b7d --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Metadata/Metadata.md @@ -0,0 +1,112 @@ +--- +id: "Metadata" +title: "Class: Metadata" +sidebar_label: "Metadata" +--- + +[api/entities/Asset/Base/Metadata](../../../../../../modules/API/Entities/Asset/Base/Metadata/Metadata.md).Metadata + +Handles all Asset Metadata related functionality + +## Hierarchy + +- `Namespace`\<[`BaseAsset`](../BaseAsset/BaseAsset.md)\> + + ↳ **`Metadata`** + +## Methods + +### get + +▸ **get**(): `Promise`\<[`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md)[]\> + +Retrieve all (global + local) the MetadataEntry for this Asset + +#### Returns + +`Promise`\<[`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md)[]\> + +**`Note`** + +this returns all available metadata entries for this Asset, with or without any value being associated with the metadata + +#### Defined in + +[api/entities/Asset/Base/Metadata/index.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Metadata/index.ts#L69) + +___ + +### getDetails + +▸ **getDetails**(): `Promise`\<[`MetadataWithValue`](../../../../../../modules/API/Entities/MetadataEntry/Types/Types.md#metadatawithvalue)[]\> + +Retrieve all (local + global) the MetadataEntry details whose value is set for this Asset + +#### Returns + +`Promise`\<[`MetadataWithValue`](../../../../../../modules/API/Entities/MetadataEntry/Types/Types.md#metadatawithvalue)[]\> + +#### Defined in + +[api/entities/Asset/Base/Metadata/index.ts:183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Metadata/index.ts#L183) + +___ + +### getOne + +▸ **getOne**(`args`): `Promise`\<[`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md)\> + +Retrieve a single MetadataEntry by its ID and type + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.id` | `BigNumber` | +| `args.type` | [`MetadataType`](../../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) | + +#### Returns + +`Promise`\<[`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md)\> + +**`Throws`** + +if there is no MetadataEntry with the passed ID and specified type + +#### Defined in + +[api/entities/Asset/Base/Metadata/index.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Metadata/index.ts#L115) + +___ + +### register + +▸ **register**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md), [`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md)\>\> + +Register a metadata for this Asset and optionally set its value. +The metadata value can be set by passing `value` parameter and specifying other optional `details` about the value + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`RegisterMetadataParams`](../../../../../../modules/API/Procedures/Types/Types.md#registermetadataparams) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md), [`MetadataEntry`](../../../MetadataEntry/MetadataEntry.md)\>\> + +**`Note`** + +This registers a metadata of type `Local` + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [register.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/Metadata/index.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Metadata/index.ts#L60) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Permissions/Permissions.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Permissions/Permissions.md new file mode 100644 index 0000000000..0bdc6797e6 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Permissions/Permissions.md @@ -0,0 +1,183 @@ +--- +id: "Permissions" +title: "Class: Permissions" +sidebar_label: "Permissions" +--- + +[api/entities/Asset/Base/Permissions](../../../../../../modules/API/Entities/Asset/Base/Permissions/Permissions.md).Permissions + +Handles all Asset Permissions related functionality + +## Hierarchy + +- `Namespace`\<[`BaseAsset`](../BaseAsset/BaseAsset.md)\> + + ↳ **`Permissions`** + +## Methods + +### createGroup + +▸ **createGroup**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`CustomPermissionGroup`](../../../CustomPermissionGroup/CustomPermissionGroup.md), [`CustomPermissionGroup`](../../../CustomPermissionGroup/CustomPermissionGroup.md)\>\> + +Create a Permission Group for this Asset. Identities can be assigned to Permission Groups as agents. Agents assigned to a Permission Group have said group's permissions over the Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`CreateGroupParams`](../../../../../../interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`CustomPermissionGroup`](../../../CustomPermissionGroup/CustomPermissionGroup.md), [`CustomPermissionGroup`](../../../CustomPermissionGroup/CustomPermissionGroup.md)\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createGroup.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/Permissions/index.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Permissions/index.ts#L67) + +___ + +### getAgents + +▸ **getAgents**(): `Promise`\<[`AgentWithGroup`](../../../../../../interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md)[]\> + +Retrieve a list of agents (Identities which have permissions over the Asset) and + their respective Permission Groups + +#### Returns + +`Promise`\<[`AgentWithGroup`](../../../../../../interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md)[]\> + +#### Defined in + +[api/entities/Asset/Base/Permissions/index.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Permissions/index.ts#L168) + +___ + +### getGroup + +▸ **getGroup**(`args`): `Promise`\<[`CustomPermissionGroup`](../../../CustomPermissionGroup/CustomPermissionGroup.md)\> + +Retrieve a single Permission Group by its ID (or type). Passing an ID will fetch a Custom Permission Group, + while passing a type will fetch a Known Permission Group + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.id` | `BigNumber` | + +#### Returns + +`Promise`\<[`CustomPermissionGroup`](../../../CustomPermissionGroup/CustomPermissionGroup.md)\> + +**`Throws`** + +if there is no Permission Group with the passed ID + +#### Defined in + +[api/entities/Asset/Base/Permissions/index.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Permissions/index.ts#L101) + +▸ **getGroup**(`args`): `Promise`\<[`KnownPermissionGroup`](../../../KnownPermissionGroup/KnownPermissionGroup.md)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.type` | [`PermissionGroupType`](../../../../../../enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md) | + +#### Returns + +`Promise`\<[`KnownPermissionGroup`](../../../KnownPermissionGroup/KnownPermissionGroup.md)\> + +#### Defined in + +[api/entities/Asset/Base/Permissions/index.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Permissions/index.ts#L102) + +___ + +### getGroups + +▸ **getGroups**(): `Promise`\<[`PermissionGroups`](../../../../../../interfaces/API/Entities/Types/PermissionGroups/PermissionGroups.md)\> + +Retrieve all Permission Groups of this Asset + +#### Returns + +`Promise`\<[`PermissionGroups`](../../../../../../interfaces/API/Entities/Types/PermissionGroups/PermissionGroups.md)\> + +#### Defined in + +[api/entities/Asset/Base/Permissions/index.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Permissions/index.ts#L131) + +___ + +### inviteAgent + +▸ **inviteAgent**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> + +Invite an Identity to be an agent with permissions over this Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`InviteExternalAgentParams`](../../../../../../interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> + +**`Note`** + +this will create an [Authorization Request](../../../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `target` Identity. + An [Account](../../../Account/Account.md) or [Identity](../../../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../../Common/Namespaces/Authorizations/Authorizations.md#getreceived). + Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../../Common/Namespaces/Authorizations/Authorizations.md#getone) + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [inviteAgent.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/Permissions/index.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Permissions/index.ts#L81) + +___ + +### removeAgent + +▸ **removeAgent**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Revoke an agent's permissions over this Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`RemoveExternalAgentParams`](../../../../../../interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [removeAgent.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Base/Permissions/index.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Permissions/index.ts#L91) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Settlements/FungibleSettlements.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Settlements/FungibleSettlements.md new file mode 100644 index 0000000000..717bba3a68 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Settlements/FungibleSettlements.md @@ -0,0 +1,111 @@ +--- +id: "FungibleSettlements" +title: "Class: FungibleSettlements" +sidebar_label: "FungibleSettlements" +--- + +[api/entities/Asset/Base/Settlements](../../../../../../modules/API/Entities/Asset/Base/Settlements/Settlements.md).FungibleSettlements + +Handles all Asset Settlements related functionality + +## Hierarchy + +- `BaseSettlements`\<[`FungibleAsset`](../../Fungible/FungibleAsset.md)\> + + ↳ **`FungibleSettlements`** + +## Methods + +### canTransfer + +▸ **canTransfer**(`args`): `Promise`\<[`TransferBreakdown`](../../../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md)\> + +Check whether it is possible to create a settlement instruction to transfer a certain amount of this asset between two Portfolios. Returns a breakdown of + the transaction containing general errors (such as insufficient balance or invalid receiver), any broken transfer restrictions, and any compliance + failures + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args` | `Object` | - | +| `args.amount` | `BigNumber` | amount of tokens to transfer | +| `args.from?` | [`PortfolioLike`](../../../../../../modules/API/Entities/Types/Types.md#portfoliolike) | sender Portfolio (optional, defaults to the signing Identity's Default Portfolio) | +| `args.to` | [`PortfolioLike`](../../../../../../modules/API/Entities/Types/Types.md#portfoliolike) | receiver Portfolio | + +#### Returns + +`Promise`\<[`TransferBreakdown`](../../../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md)\> + +**`Note`** + +this takes locked tokens into account. For example, if portfolio A has 1000 tokens and this function is called to check if 700 of them can be + transferred to portfolio B (assuming everything else checks out) the result will be success. If an instruction is created and authorized to transfer those 700 tokens, + they would become locked. From that point, further calls to this function would return failed results because of the funds being locked, even though they haven't been + transferred yet + +#### Defined in + +[api/entities/Asset/Base/Settlements/index.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Settlements/index.ts#L221) + +___ + +### preApprove + +▸ **preApprove**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Pre-approves receiving this asset for the signing identity. Receiving this asset in a settlement will not require manual affirmation + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [preApprove.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +BaseSettlements.preApprove + +#### Defined in + +[api/entities/Asset/Base/Settlements/index.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Settlements/index.ts#L40) + +___ + +### removePreApproval + +▸ **removePreApproval**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Removes pre-approval for this asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [removePreApproval.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +BaseSettlements.removePreApproval + +#### Defined in + +[api/entities/Asset/Base/Settlements/index.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Settlements/index.ts#L50) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Settlements/NonFungibleSettlements.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Settlements/NonFungibleSettlements.md new file mode 100644 index 0000000000..a18126bf2c --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Base/Settlements/NonFungibleSettlements.md @@ -0,0 +1,111 @@ +--- +id: "NonFungibleSettlements" +title: "Class: NonFungibleSettlements" +sidebar_label: "NonFungibleSettlements" +--- + +[api/entities/Asset/Base/Settlements](../../../../../../modules/API/Entities/Asset/Base/Settlements/Settlements.md).NonFungibleSettlements + +Handles all Asset Settlements related functionality + +## Hierarchy + +- `BaseSettlements`\<[`NftCollection`](../../../../../../modules/API/Entities/Types/Types.md#nftcollection)\> + + ↳ **`NonFungibleSettlements`** + +## Methods + +### canTransfer + +▸ **canTransfer**(`args`): `Promise`\<[`TransferBreakdown`](../../../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md)\> + +Check whether it is possible to create a settlement instruction to transfer an NFT between two Portfolios. Returns a breakdown of + the transaction containing general errors (such as insufficient balance or invalid receiver), any broken transfer restrictions, and any compliance + failures + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args` | `Object` | - | +| `args.from?` | [`PortfolioLike`](../../../../../../modules/API/Entities/Types/Types.md#portfoliolike) | sender Portfolio (optional, defaults to the signing Identity's Default Portfolio) | +| `args.nfts` | (`BigNumber` \| [`Nft`](../../NonFungible/Nft/Nft.md))[] | the NFTs to transfer | +| `args.to` | [`PortfolioLike`](../../../../../../modules/API/Entities/Types/Types.md#portfoliolike) | receiver Portfolio | + +#### Returns + +`Promise`\<[`TransferBreakdown`](../../../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md)\> + +**`Note`** + +this takes locked tokens into account. For example, if portfolio A has NFTs 1, 2 and 3 of a collection and this function is called to check if 1 of them can be + transferred to portfolio B (assuming everything else checks out) the result will be success. If an instruction is created and authorized to transfer that token, + they would become locked. From that point, further calls to this function would return failed results because of the funds being locked, even though it hasn't been + transferred yet + +#### Defined in + +[api/entities/Asset/Base/Settlements/index.ts:249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Settlements/index.ts#L249) + +___ + +### preApprove + +▸ **preApprove**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Pre-approves receiving this asset for the signing identity. Receiving this asset in a settlement will not require manual affirmation + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [preApprove.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +BaseSettlements.preApprove + +#### Defined in + +[api/entities/Asset/Base/Settlements/index.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Settlements/index.ts#L40) + +___ + +### removePreApproval + +▸ **removePreApproval**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Removes pre-approval for this asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [removePreApproval.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +BaseSettlements.removePreApproval + +#### Defined in + +[api/entities/Asset/Base/Settlements/index.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/Settlements/index.ts#L50) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md new file mode 100644 index 0000000000..fb251bf3ee --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md @@ -0,0 +1,41 @@ +--- +id: "AssetHolders" +title: "Class: AssetHolders" +sidebar_label: "AssetHolders" +--- + +[api/entities/Asset/Fungible/AssetHolders](../../../../../../modules/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md).AssetHolders + +Handles all Asset Holders related functionality + +## Hierarchy + +- `Namespace`\<[`FungibleAsset`](../FungibleAsset.md)\> + + ↳ **`AssetHolders`** + +## Methods + +### get + +▸ **get**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityBalance`](../../../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md)\>\> + +Retrieve all the Asset Holders with their respective balance + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `paginationOpts?` | [`PaginationOptions`](../../../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityBalance`](../../../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md)\>\> + +**`Note`** + +supports pagination + +#### Defined in + +[api/entities/Asset/Fungible/AssetHolders/index.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/AssetHolders/index.ts#L17) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md new file mode 100644 index 0000000000..01be50cf5e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md @@ -0,0 +1,105 @@ +--- +id: "Checkpoints" +title: "Class: Checkpoints" +sidebar_label: "Checkpoints" +--- + +[api/entities/Asset/Fungible/Checkpoints](../../../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md).Checkpoints + +Handles all Asset Checkpoints related functionality + +## Hierarchy + +- `Namespace`\<[`FungibleAsset`](../FungibleAsset.md)\> + + ↳ **`Checkpoints`** + +## Properties + +### schedules + +• **schedules**: [`Schedules`](Schedules/Schedules.md) + +#### Defined in + +[api/entities/Asset/Fungible/Checkpoints/index.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L36) + +## Methods + +### create + +▸ **create**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Checkpoint`](../../../Checkpoint/Checkpoint.md), [`Checkpoint`](../../../Checkpoint/Checkpoint.md)\>\> + +Create a snapshot of Asset Holders and their respective balances at this moment + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Checkpoint`](../../../Checkpoint/Checkpoint.md), [`Checkpoint`](../../../Checkpoint/Checkpoint.md)\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [create.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Fungible/Checkpoints/index.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L58) + +___ + +### get + +▸ **get**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`CheckpointWithData`](../../../../../../interfaces/API/Entities/Types/CheckpointWithData/CheckpointWithData.md)\>\> + +Retrieve all Checkpoints created on this Asset, together with their corresponding creation Date and Total Supply + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `paginationOpts?` | [`PaginationOptions`](../../../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`CheckpointWithData`](../../../../../../interfaces/API/Entities/Types/CheckpointWithData/CheckpointWithData.md)\>\> + +**`Note`** + +supports pagination + +#### Defined in + +[api/entities/Asset/Fungible/Checkpoints/index.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L92) + +___ + +### getOne + +▸ **getOne**(`args`): `Promise`\<[`Checkpoint`](../../../Checkpoint/Checkpoint.md)\> + +Retrieve a single Checkpoint for this Asset by its ID + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.id` | `BigNumber` | + +#### Returns + +`Promise`\<[`Checkpoint`](../../../Checkpoint/Checkpoint.md)\> + +**`Throws`** + +if there is no Checkpoint with the passed ID + +#### Defined in + +[api/entities/Asset/Fungible/Checkpoints/index.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/Checkpoints/index.ts#L67) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md new file mode 100644 index 0000000000..a732201d27 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md @@ -0,0 +1,140 @@ +--- +id: "Schedules" +title: "Class: Schedules" +sidebar_label: "Schedules" +--- + +[api/entities/Asset/Fungible/Checkpoints/Schedules](../../../../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md).Schedules + +Handles all Asset Checkpoint Schedules related functionality + +## Hierarchy + +- `Namespace`\<[`FungibleAsset`](../../FungibleAsset.md)\> + + ↳ **`Schedules`** + +## Methods + +### create + +▸ **create**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`CheckpointSchedule`](../../../../CheckpointSchedule/CheckpointSchedule.md), [`CheckpointSchedule`](../../../../CheckpointSchedule/CheckpointSchedule.md)\>\> + +Create a schedule for Checkpoint creation (e.g. "Create a checkpoint every week for 5 weeks, starting next tuesday") + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`CreateCheckpointScheduleParams`](../../../../../../../interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`CheckpointSchedule`](../../../../CheckpointSchedule/CheckpointSchedule.md), [`CheckpointSchedule`](../../../../CheckpointSchedule/CheckpointSchedule.md)\>\> + +**`Note`** + +⚠️ Chain v6 introduces changes in how checkpoints are created. Only a set amount of points can be specified, infinitely repeating schedules are deprecated + +**`Note`** + +due to chain limitations, schedules are advanced and (if appropriate) executed whenever the Asset is + redeemed, issued or transferred between portfolios. This means that on an Asset without much movement, there may be disparities between intended Checkpoint creation dates + and the actual date when they are created. This, however, has no effect on the Checkpoint's accuracy regarding to balances + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [create.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L55) + +___ + +### get + +▸ **get**(): `Promise`\<[`ScheduleWithDetails`](../../../../../../../interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md)[]\> + +Retrieve all active Checkpoint Schedules + +#### Returns + +`Promise`\<[`ScheduleWithDetails`](../../../../../../../interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md)[]\> + +#### Defined in + +[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L92) + +___ + +### getOne + +▸ **getOne**(`«destructured»`): `Promise`\<[`ScheduleWithDetails`](../../../../../../../interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md)\> + +Retrieve a single Checkpoint Schedule associated to this Asset by its ID + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `«destructured»` | `Object` | +| › `id` | `BigNumber` | + +#### Returns + +`Promise`\<[`ScheduleWithDetails`](../../../../../../../interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md)\> + +**`Throws`** + +if there is no Schedule with the passed ID + +#### Defined in + +[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L74) + +___ + +### maxComplexity + +▸ **maxComplexity**(): `Promise`\<`BigNumber`\> + +Retrieve the maximum allowed Schedule complexity for this Asset + +#### Returns + +`Promise`\<`BigNumber`\> + +#### Defined in + +[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L135) + +___ + +### remove + +▸ **remove**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Remove the supplied Checkpoint Schedule for a given Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`RemoveCheckpointScheduleParams`](../../../../../../../interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [remove.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Fungible/Checkpoints/Schedules.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/Checkpoints/Schedules.ts#L65) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md new file mode 100644 index 0000000000..fa2d659f9a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md @@ -0,0 +1,125 @@ +--- +id: "CorporateActions" +title: "Class: CorporateActions" +sidebar_label: "CorporateActions" +--- + +[api/entities/Asset/Fungible/CorporateActions](../../../../../../modules/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md).CorporateActions + +Handles all Asset Corporate Actions related functionality + +## Hierarchy + +- `Namespace`\<[`FungibleAsset`](../FungibleAsset.md)\> + + ↳ **`CorporateActions`** + +## Properties + +### distributions + +• **distributions**: [`Distributions`](Distributions/Distributions.md) + +#### Defined in + +[api/entities/Asset/Fungible/CorporateActions/index.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L26) + +## Methods + +### getAgents + +▸ **getAgents**(): `Promise`\<[`Identity`](../../../Identity/Identity.md)[]\> + +Retrieve a list of agent Identities + +#### Returns + +`Promise`\<[`Identity`](../../../Identity/Identity.md)[]\> + +#### Defined in + +[api/entities/Asset/Fungible/CorporateActions/index.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L74) + +___ + +### getDefaultConfig + +▸ **getDefaultConfig**(): `Promise`\<[`CorporateActionDefaultConfig`](../../../../../../interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md)\> + +Retrieve default config comprising of targets, global tax withholding percentage and per-Identity tax withholding percentages. + +#### Returns + +`Promise`\<[`CorporateActionDefaultConfig`](../../../../../../interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md)\> + +**`Note`** + +This config is applied to every Corporate Action that is created until they are modified. Modifying the default config + does not impact existing Corporate Actions. + When creating a Corporate Action, values passed explicitly will override this default config + +#### Defined in + +[api/entities/Asset/Fungible/CorporateActions/index.ts:110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L110) + +___ + +### remove + +▸ **remove**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Remove a Corporate Action + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`RemoveCorporateActionParams`](../../../../../../interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [remove.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Fungible/CorporateActions/index.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L67) + +___ + +### setDefaultConfig + +▸ **setDefaultConfig**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Assign default config values(targets, global tax withholding percentage and per-Identity tax withholding percentages) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`ModifyCaDefaultConfigParams`](../../../../../../modules/API/Procedures/Types/Types.md#modifycadefaultconfigparams) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +These config values are applied to every Corporate Action that is created until they are modified. Modifying these values + does not impact existing Corporate Actions. + When creating a Corporate Action, values passed explicitly will override these default config values + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setDefaultConfig.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Fungible/CorporateActions/index.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/CorporateActions/index.ts#L57) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md new file mode 100644 index 0000000000..a89c11b84a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md @@ -0,0 +1,91 @@ +--- +id: "Distributions" +title: "Class: Distributions" +sidebar_label: "Distributions" +--- + +[api/entities/Asset/Fungible/CorporateActions/Distributions](../../../../../../../modules/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md).Distributions + +Handles all Asset Distributions related functionality + +## Hierarchy + +- `Namespace`\<[`FungibleAsset`](../../FungibleAsset.md)\> + + ↳ **`Distributions`** + +## Methods + +### configureDividendDistribution + +▸ **configureDividendDistribution**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`DividendDistribution`](../../../../DividendDistribution/DividendDistribution.md), [`DividendDistribution`](../../../../DividendDistribution/DividendDistribution.md)\>\> + +Create a Dividend Distribution for a subset of the Asset Holders at a certain (existing or future) Checkpoint + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`ConfigureDividendDistributionParams`](../../../../../../../interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`DividendDistribution`](../../../../DividendDistribution/DividendDistribution.md), [`DividendDistribution`](../../../../DividendDistribution/DividendDistribution.md)\>\> + +**`Note`** + +required role: + - Origin Portfolio Custodian + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [configureDividendDistribution.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Fungible/CorporateActions/Distributions.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/CorporateActions/Distributions.ts#L42) + +___ + +### get + +▸ **get**(): `Promise`\<[`DistributionWithDetails`](../../../../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> + +Retrieve all Dividend Distributions associated to this Asset, along with their details + +#### Returns + +`Promise`\<[`DistributionWithDetails`](../../../../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> + +#### Defined in + +[api/entities/Asset/Fungible/CorporateActions/Distributions.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/CorporateActions/Distributions.ts#L116) + +___ + +### getOne + +▸ **getOne**(`args`): `Promise`\<[`DistributionWithDetails`](../../../../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)\> + +Retrieve a single Dividend Distribution associated to this Asset by its ID + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.id` | `BigNumber` | + +#### Returns + +`Promise`\<[`DistributionWithDetails`](../../../../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)\> + +**`Throws`** + +if there is no Distribution with the passed ID + +#### Defined in + +[api/entities/Asset/Fungible/CorporateActions/Distributions.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/CorporateActions/Distributions.ts#L63) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/FungibleAsset.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/FungibleAsset.md new file mode 100644 index 0000000000..434dd5ee1b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/FungibleAsset.md @@ -0,0 +1,1006 @@ +--- +id: "FungibleAsset" +title: "Class: FungibleAsset" +sidebar_label: "FungibleAsset" +--- + +[api/entities/Asset/Fungible](../../../../../modules/API/Entities/Asset/Fungible/Fungible.md).FungibleAsset + +Class used to manage all Fungible Asset functionality + +## Hierarchy + +- [`BaseAsset`](../Base/BaseAsset/BaseAsset.md) + + ↳ **`FungibleAsset`** + +## Properties + +### assetHolders + +• **assetHolders**: [`AssetHolders`](AssetHolders/AssetHolders.md) + +#### Defined in + +[api/entities/Asset/Fungible/index.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/index.ts#L49) + +___ + +### checkpoints + +• **checkpoints**: [`Checkpoints`](Checkpoints/Checkpoints.md) + +#### Defined in + +[api/entities/Asset/Fungible/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/index.ts#L53) + +___ + +### compliance + +• **compliance**: [`Compliance`](../Base/Compliance/Compliance.md) + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[compliance](../Base/BaseAsset/BaseAsset.md#compliance) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L71) + +___ + +### corporateActions + +• **corporateActions**: [`CorporateActions`](CorporateActions/CorporateActions.md) + +#### Defined in + +[api/entities/Asset/Fungible/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/index.ts#L54) + +___ + +### documents + +• **documents**: [`Documents`](../Base/Documents/Documents.md) + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[documents](../Base/BaseAsset/BaseAsset.md#documents) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L72) + +___ + +### id + +• **id**: `string` + +Unique ID of the Asset in UUID format + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[id](../Base/BaseAsset/BaseAsset.md#id) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L79) + +___ + +### issuance + +• **issuance**: [`Issuance`](Issuance/Issuance.md) + +#### Defined in + +[api/entities/Asset/Fungible/index.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/index.ts#L50) + +___ + +### metadata + +• **metadata**: [`Metadata`](../Base/Metadata/Metadata.md) + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[metadata](../Base/BaseAsset/BaseAsset.md#metadata) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L73) + +___ + +### offerings + +• **offerings**: [`Offerings`](Offerings/Offerings.md) + +#### Defined in + +[api/entities/Asset/Fungible/index.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/index.ts#L52) + +___ + +### permissions + +• **permissions**: [`Permissions`](../Base/Permissions/Permissions.md) + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[permissions](../Base/BaseAsset/BaseAsset.md#permissions) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L74) + +___ + +### settlements + +• **settlements**: [`FungibleSettlements`](../Base/Settlements/FungibleSettlements.md) + +#### Defined in + +[api/entities/Asset/Fungible/index.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/index.ts#L48) + +___ + +### transferRestrictions + +• **transferRestrictions**: [`TransferRestrictions`](TransferRestrictions/TransferRestrictions.md) + +#### Defined in + +[api/entities/Asset/Fungible/index.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/index.ts#L51) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[uuid](../Base/BaseAsset/BaseAsset.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Accessors + +### rawId + +• `get` **rawId**(): `string` + +Unique ID of the Asset in hex format + +#### Returns + +`string` + +**`Note`** + +Although UUID format is the usual representation of asset IDs, generic polkadot/substrate tools usually expect it in hex format + +#### Inherited from + +BaseAsset.rawId + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L86) + +## Methods + +### addRequiredMediators + +▸ **addRequiredMediators**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Add required mediators. Mediators must approve any trades involving the asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`AssetMediatorParams`](../../../../../interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addRequiredMediators.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[addRequiredMediators](../Base/BaseAsset/BaseAsset.md#addrequiredmediators) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L241) + +___ + +### controllerTransfer + +▸ **controllerTransfer**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Force a transfer from a given Portfolio to the caller’s default Portfolio + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`ControllerTransferParams`](../../../../../interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [controllerTransfer.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Fungible/index.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/index.ts#L148) + +___ + +### createdAt + +▸ **createdAt**(): `Promise`\<``null`` \| [`EventIdentifier`](../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> + +Retrieve the identifier data (block number, date and event index) of the event that was emitted when the token was created + +#### Returns + +`Promise`\<``null`` \| [`EventIdentifier`](../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> + +**`Note`** + +uses the middlewareV2 + +**`Note`** + +there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned + +#### Defined in + +[api/entities/Asset/Fungible/index.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/index.ts#L86) + +___ + +### currentFundingRound + +▸ **currentFundingRound**(): `Promise`\<``null`` \| `string`\> + +Retrieve the Asset's funding round + +#### Returns + +`Promise`\<``null`` \| `string`\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[currentFundingRound](../Base/BaseAsset/BaseAsset.md#currentfundinground) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L518) + +▸ **currentFundingRound**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<``null`` \| `string`\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[currentFundingRound](../Base/BaseAsset/BaseAsset.md#currentfundinground) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L519) + +___ + +### details + +▸ **details**(): `Promise`\<[`AssetDetails`](../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> + +Retrieve the Asset's data + +#### Returns + +`Promise`\<[`AssetDetails`](../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[details](../Base/BaseAsset/BaseAsset.md#details) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L360) + +▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`AssetDetails`](../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[details](../Base/BaseAsset/BaseAsset.md#details) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L361) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this FungibleAsset exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +BaseAsset.exists + +#### Defined in + +[api/entities/Asset/Fungible/index.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/index.ts#L263) + +___ + +### freeze + +▸ **freeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Freeze transfers of the Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [freeze.checkAuthorization](../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[freeze](../Base/BaseAsset/BaseAsset.md#freeze) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L221) + +___ + +### getIdentifiers + +▸ **getIdentifiers**(): `Promise`\<[`SecurityIdentifier`](../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> + +Retrieve the Asset's identifiers list + +#### Returns + +`Promise`\<[`SecurityIdentifier`](../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[getIdentifiers](../Base/BaseAsset/BaseAsset.md#getidentifiers) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L287) + +▸ **getIdentifiers**(`callback?`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback?` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`SecurityIdentifier`](../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[getIdentifiers](../Base/BaseAsset/BaseAsset.md#getidentifiers) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L288) + +___ + +### getOperationHistory + +▸ **getOperationHistory**(): `Promise`\<[`HistoricAgentOperation`](../../../../../interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md)[]\> + +Retrieve this Asset's Operation History + +#### Returns + +`Promise`\<[`HistoricAgentOperation`](../../../../../interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md)[]\> + +**`Note`** + +Operations are grouped by the agent Identity who performed them + +**`Note`** + +uses the middlewareV2 + +#### Defined in + +[api/entities/Asset/Fungible/index.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/index.ts#L159) + +___ + +### getRequiredMediators + +▸ **getRequiredMediators**(): `Promise`\<[`Identity`](../../Identity/Identity.md)[]\> + +Get required Asset mediators. These Identities must approve any Instruction involving the asset + +#### Returns + +`Promise`\<[`Identity`](../../Identity/Identity.md)[]\> + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[getRequiredMediators](../Base/BaseAsset/BaseAsset.md#getrequiredmediators) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L463) + +___ + +### getTransactionHistory + +▸ **getTransactionHistory**(`opts`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricAssetTransaction`](../../../../../interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md)\>\> + +Retrieve this Asset's transaction History + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts` | `Object` | +| `opts.size?` | `BigNumber` | +| `opts.start?` | `BigNumber` | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricAssetTransaction`](../../../../../interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md)\>\> + +**`Note`** + +uses the middlewareV2 + +#### Defined in + +[api/entities/Asset/Fungible/index.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/index.ts#L190) + +___ + +### getVenueFilteringDetails + +▸ **getVenueFilteringDetails**(): `Promise`\<[`VenueFilteringDetails`](../../../../../interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md)\> + +Get venue filtering details + +#### Returns + +`Promise`\<[`VenueFilteringDetails`](../../../../../interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md)\> + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[getVenueFilteringDetails](../Base/BaseAsset/BaseAsset.md#getvenuefilteringdetails) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:483](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L483) + +___ + +### investorCount + +▸ **investorCount**(): `Promise`\<`BigNumber`\> + +Retrieve the amount of unique investors that hold this Asset + +#### Returns + +`Promise`\<`BigNumber`\> + +#### Defined in + +[api/entities/Asset/Fungible/index.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/index.ts#L119) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[isEqual](../Base/BaseAsset/BaseAsset.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### isFrozen + +▸ **isFrozen**(): `Promise`\<`boolean`\> + +Check whether transfers are frozen for the Asset + +#### Returns + +`Promise`\<`boolean`\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[isFrozen](../Base/BaseAsset/BaseAsset.md#isfrozen) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L326) + +▸ **isFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<`boolean`\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[isFrozen](../Base/BaseAsset/BaseAsset.md#isfrozen) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L327) + +___ + +### linkTicker + +▸ **linkTicker**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Link ticker to the asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`LinkTickerToAssetParams`](../../../../../interfaces/API/Procedures/Types/LinkTickerToAssetParams/LinkTickerToAssetParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +if ticker is already reserved, then required role: +- Ticker Owner + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [linkTicker.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[linkTicker](../Base/BaseAsset/BaseAsset.md#linkticker) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L264) + +___ + +### modify + +▸ **modify**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Asset`](../../../../../modules/API/Entities/Asset/Types/Types.md#asset), [`Asset`](../../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> + +Modify some properties of the Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`ModifyAssetParams`](../../../../../modules/API/Procedures/Types/Types.md#modifyassetparams) | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Asset`](../../../../../modules/API/Entities/Asset/Types/Types.md#asset), [`Asset`](../../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> + +**`Throws`** + +if the passed values result in no changes being made to the Asset + +**`Throws`** + +if the passed assetType is not a known asset type or a custom type that has not been created on the chain + +**`Throws`** + +if trying to modify an NftCollection's assetType + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[modify](../Base/BaseAsset/BaseAsset.md#modify) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L135) + +___ + +### redeem + +▸ **redeem**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Redeem (burn) an amount of this Asset's tokens + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`RedeemTokensParams`](../../../../../interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [redeem.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Fungible/index.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/index.ts#L112) + +___ + +### removeRequiredMediators + +▸ **removeRequiredMediators**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Remove required mediators + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`AssetMediatorParams`](../../../../../interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [removeRequiredMediators.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[removeRequiredMediators](../Base/BaseAsset/BaseAsset.md#removerequiredmediators) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L251) + +___ + +### setVenueFiltering + +▸ **setVenueFiltering**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Enable/disable venue filtering for this Asset and/or set allowed/disallowed venues + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`SetVenueFilteringParams`](../../../../../modules/API/Procedures/Types/Types.md#setvenuefilteringparams) | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setVenueFiltering.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[setVenueFiltering](../Base/BaseAsset/BaseAsset.md#setvenuefiltering) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L111) + +___ + +### toHuman + +▸ **toHuman**(): `string` + +Return the BaseAsset's ID + +#### Returns + +`string` + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[toHuman](../Base/BaseAsset/BaseAsset.md#tohuman) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:575](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L575) + +___ + +### transferOwnership + +▸ **transferOwnership**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\>\> + +Transfer ownership of the Asset to another Identity. This generates an authorization request that must be accepted + by the recipient + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`TransferAssetOwnershipParams`](../../../../../interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\>\> + +**`Note`** + +this will create [Authorization Request](../../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `target` Identity. + An [Account](../../Account/Account.md) or [Identity](../../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../Common/Namespaces/Authorizations/Authorizations.md#getreceived). + Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../Common/Namespaces/Authorizations/Authorizations.md#getone) + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [transferOwnership.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[transferOwnership](../Base/BaseAsset/BaseAsset.md#transferownership) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L101) + +___ + +### unfreeze + +▸ **unfreeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Unfreeze transfers of the Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unfreeze.checkAuthorization](../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[unfreeze](../Base/BaseAsset/BaseAsset.md#unfreeze) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L231) + +___ + +### unlinkTicker + +▸ **unlinkTicker**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Unlink ticker from the Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +Only the ticker owner is allowed to unlink the Asset + +**`Throws`** + +if there is no ticker to unlink + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unlinkTicker.checkAuthorization](../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[unlinkTicker](../Base/BaseAsset/BaseAsset.md#unlinkticker) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L278) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[generateUuid](../Base/BaseAsset/BaseAsset.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[BaseAsset](../Base/BaseAsset/BaseAsset.md).[unserialize](../Base/BaseAsset/BaseAsset.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/Issuance/Issuance.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/Issuance/Issuance.md new file mode 100644 index 0000000000..d6964f3ad3 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/Issuance/Issuance.md @@ -0,0 +1,43 @@ +--- +id: "Issuance" +title: "Class: Issuance" +sidebar_label: "Issuance" +--- + +[api/entities/Asset/Fungible/Issuance](../../../../../../modules/API/Entities/Asset/Fungible/Issuance/Issuance.md).Issuance + +Handles all Asset Issuance related functionality + +## Hierarchy + +- `Namespace`\<[`FungibleAsset`](../FungibleAsset.md)\> + + ↳ **`Issuance`** + +## Methods + +### issue + +▸ **issue**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](../FungibleAsset.md), [`FungibleAsset`](../FungibleAsset.md)\>\> + +Issue a certain amount of Asset tokens to the caller's default portfolio + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`IssueTokensParams`](../../../../../../interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](../FungibleAsset.md), [`FungibleAsset`](../FungibleAsset.md)\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [issue.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Fungible/Issuance/index.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/Issuance/index.ts#L28) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/Offerings/Offerings.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/Offerings/Offerings.md new file mode 100644 index 0000000000..2fd5ab1365 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/Offerings/Offerings.md @@ -0,0 +1,99 @@ +--- +id: "Offerings" +title: "Class: Offerings" +sidebar_label: "Offerings" +--- + +[api/entities/Asset/Fungible/Offerings](../../../../../../modules/API/Entities/Asset/Fungible/Offerings/Offerings.md).Offerings + +Handles all Asset Offering related functionality + +## Hierarchy + +- `Namespace`\<[`FungibleAsset`](../FungibleAsset.md)\> + + ↳ **`Offerings`** + +## Methods + +### get + +▸ **get**(`opts?`): `Promise`\<[`OfferingWithDetails`](../../../../../../interfaces/API/Entities/Types/OfferingWithDetails/OfferingWithDetails.md)[]\> + +Retrieve all of the Asset's Offerings and their details. Can be filtered using parameters + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `opts` | `Object` | - | +| `opts.status?` | `Partial`\<[`OfferingStatus`](../../../../../../interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md)\> | status of the Offerings to fetch. If defined, only Offerings that have all passed statuses will be returned | + +#### Returns + +`Promise`\<[`OfferingWithDetails`](../../../../../../interfaces/API/Entities/Types/OfferingWithDetails/OfferingWithDetails.md)[]\> + +#### Defined in + +[api/entities/Asset/Fungible/Offerings/index.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/Offerings/index.ts#L84) + +___ + +### getOne + +▸ **getOne**(`args`): `Promise`\<[`Offering`](../../../Offering/Offering.md)\> + +Retrieve a single Offering associated to this Asset by its ID + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.id` | `BigNumber` | + +#### Returns + +`Promise`\<[`Offering`](../../../Offering/Offering.md)\> + +**`Throws`** + +if there is no Offering with the passed ID + +#### Defined in + +[api/entities/Asset/Fungible/Offerings/index.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/Offerings/index.ts#L62) + +___ + +### launch + +▸ **launch**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Offering`](../../../Offering/Offering.md), [`Offering`](../../../Offering/Offering.md)\>\> + +Launch an Asset Offering + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`LaunchOfferingParams`](../../../../../../interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Offering`](../../../Offering/Offering.md), [`Offering`](../../../Offering/Offering.md)\>\> + +**`Note`** + +required roles: + - Offering Portfolio Custodian + - Raising Portfolio Custodian + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [launch.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Fungible/Offerings/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/Offerings/index.ts#L53) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md new file mode 100644 index 0000000000..8204c99226 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md @@ -0,0 +1,189 @@ +--- +id: "ClaimCount" +title: "Class: ClaimCount" +sidebar_label: "ClaimCount" +--- + +[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount](../../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md).ClaimCount + +Handles all Claim Count Transfer Restriction related functionality + +## Hierarchy + +- [`TransferRestrictionBase`](../TransferRestrictionBase/TransferRestrictionBase.md)\<[`ClaimCount`](../../../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount)\> + + ↳ **`ClaimCount`** + +## Properties + +### addRestriction + +• **addRestriction**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`AddClaimCountTransferRestrictionParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addclaimcounttransferrestrictionparams), ``"type"``\>, `BigNumber`, `BigNumber`\> + +Add a ClaimCount Transfer Restriction to this Asset. This limits to total number of individual +investors that may hold the Asset scoped by some Claim. This can limit the number of holders that +are non accredited, or ensure all holders are of a certain nationality + +**`Note`** + +the result is the total amount of restrictions after the procedure has run + +**`Throws`** + +if the appropriate count statistic (matching ClaimType and issuer) is not enabled for the Asset. [enableStat](ClaimCount.md#enablestat) should be called with appropriate arguments before this method + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[addRestriction](../TransferRestrictionBase/TransferRestrictionBase.md#addrestriction) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L32) + +___ + +### disableStat + +• **disableStat**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`RemoveScopedCountParams`](../../../../../../../modules/API/Procedures/Types/Types.md#removescopedcountparams), ``"type"``\>, `void`, `void`\> + +Disables a claim count statistic for the Asset. Since statistics introduce slight overhead to each transaction +involving the Asset, disabling unused stats will reduce gas fees for investors + +**`Throws`** + +if the stat is being used by a restriction or is not set + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[disableStat](../TransferRestrictionBase/TransferRestrictionBase.md#disablestat) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L78) + +___ + +### enableStat + +• **enableStat**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`AddClaimCountStatParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addclaimcountstatparams), ``"type"``\>, `void`, `void`\> + +Enables an investor count statistic for the Asset to be scoped by a claim, which is required before creating restrictions + +The counter is only updated automatically with each transfer of tokens after the stat has been enabled. +As such the initial values for the stat should be passed in. +For `Affiliate` and `Accredited` scoped stats the both the number of investors who have the Claim and who do not have the claim +should be given. For `Jurisdiction` scoped stats the amount of holders for each CountryCode need to be given. + +**`Note`** + +Currently there is a potential race condition if passing in counts values when the Asset is being traded. +It is recommended to call this method during the initial configuration of the Asset, before people are trading it. +Otherwise the Asset should be frozen, or the stat checked after being set to ensure the correct value is used. Future +versions of the chain may expose a new extrinsic to avoid this issue + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[enableStat](../TransferRestrictionBase/TransferRestrictionBase.md#enablestat) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L70) + +___ + +### get + +• **get**: () => `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`ClaimCountTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md)\>\> + +#### Type declaration + +▸ (): `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`ClaimCountTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md)\>\> + +Retrieve all active Claim Count Transfer Restrictions + +##### Returns + +`Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`ClaimCountTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md)\>\> + +**`Note`** + +there is a maximum number of restrictions allowed across all types. + The `availableSlots` property of the result represents how many more restrictions can be added + before reaching that limit + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[get](../TransferRestrictionBase/TransferRestrictionBase.md#get) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L87) + +___ + +### getStat + +• **getStat**: () => `Promise`\<[`ActiveStats`](../../../../../../../modules/API/Entities/Types/Types.md#activestats)\> + +#### Type declaration + +▸ (): `Promise`\<[`ActiveStats`](../../../../../../../modules/API/Entities/Types/Types.md#activestats)\> + +Retrieve current Claim Count Transfer Restriction investor balance statistic for the Asset + +##### Returns + +`Promise`\<[`ActiveStats`](../../../../../../../modules/API/Entities/Types/Types.md#activestats)\> + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[getStat](../TransferRestrictionBase/TransferRestrictionBase.md#getstat) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L93) + +___ + +### removeRestrictions + +• **removeRestrictions**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`BigNumber`, `BigNumber`\> + +Removes all Claim Count Transfer Restrictions from this Asset + +**`Note`** + +the result is the total amount of restrictions after the procedure has run + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[removeRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#removerestrictions) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L55) + +___ + +### setRestrictions + +• **setRestrictions**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`SetClaimCountTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md), ``"type"``\>, `BigNumber`, `BigNumber`\> + +Sets all Claim Count Transfer Restrictions on this Asset + +**`Note`** + +this method sets exempted Identities for restrictions as well. If an Identity is currently exempted from a Claim Count Transfer Restriction +but not passed into this call then it will be removed + +**`Note`** + +the result is the total amount of restrictions after the procedure has run + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[setRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#setrestrictions) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimCount.ts#L45) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md new file mode 100644 index 0000000000..74776b12fa --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md @@ -0,0 +1,174 @@ +--- +id: "ClaimPercentage" +title: "Class: ClaimPercentage" +sidebar_label: "ClaimPercentage" +--- + +[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage](../../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md).ClaimPercentage + +Handles all Claim Percentage Transfer Restriction related functionality + +## Hierarchy + +- [`TransferRestrictionBase`](../TransferRestrictionBase/TransferRestrictionBase.md)\<[`ClaimPercentage`](../../../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimpercentage)\> + + ↳ **`ClaimPercentage`** + +## Properties + +### addRestriction + +• **addRestriction**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`AddClaimPercentageTransferRestrictionParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addclaimpercentagetransferrestrictionparams), ``"type"``\>, `BigNumber`, `BigNumber`\> + +Add a Percentage Transfer Restriction to this Asset. This can be used to limit the total amount of supply +investors who share a ClaimType may hold. For example a restriction can be made so Canadian investors must hold +at least 50% of the supply. + +**`Throws`** + +if the appropriately scoped Balance statistic (by ClaimType and issuer) is not enabled for this Asset. [enableStat](ClaimPercentage.md#enablestat) with appropriate arguments should be called before this method + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[addRestriction](../TransferRestrictionBase/TransferRestrictionBase.md#addrestriction) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L32) + +___ + +### disableStat + +• **disableStat**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`RemoveScopedBalanceParams`](../../../../../../../modules/API/Procedures/Types/Types.md#removescopedbalanceparams), ``"type"``\>, `void`, `void`\> + +Disables an investor balance statistic for the Asset. Since statistics introduce slight overhead to each transaction +involving the Asset, disabling unused stats will reduce gas fees for investors + +**`Throws`** + +if the stat is being used by a restriction or is not set + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[disableStat](../TransferRestrictionBase/TransferRestrictionBase.md#disablestat) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L69) + +___ + +### enableStat + +• **enableStat**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`AddClaimPercentageStatParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addclaimpercentagestatparams), ``"type"``\>, `void`, `void`\> + +Enables investor balance statistic for the Asset, which is required before creating restrictions +that limit the total ownership the Asset's supply + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[enableStat](../TransferRestrictionBase/TransferRestrictionBase.md#enablestat) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L61) + +___ + +### get + +• **get**: () => `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`ClaimPercentageTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md)\>\> + +#### Type declaration + +▸ (): `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`ClaimPercentageTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md)\>\> + +Retrieve all active Claim Percentage Transfer Restrictions + +##### Returns + +`Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`ClaimPercentageTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md)\>\> + +**`Note`** + +there is a maximum number of restrictions allowed across all types. + The `availableSlots` property of the result represents how many more restrictions can be added + before reaching that limit + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[get](../TransferRestrictionBase/TransferRestrictionBase.md#get) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L78) + +___ + +### getStat + +• **getStat**: () => `Promise`\<[`ActiveStats`](../../../../../../../modules/API/Entities/Types/Types.md#activestats)\> + +#### Type declaration + +▸ (): `Promise`\<[`ActiveStats`](../../../../../../../modules/API/Entities/Types/Types.md#activestats)\> + +Retrieve current Claim Percentage Transfer Restriction investor balance statistic for the Asset + +##### Returns + +`Promise`\<[`ActiveStats`](../../../../../../../modules/API/Entities/Types/Types.md#activestats)\> + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[getStat](../TransferRestrictionBase/TransferRestrictionBase.md#getstat) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L84) + +___ + +### removeRestrictions + +• **removeRestrictions**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`BigNumber`, `BigNumber`\> + +Removes all Claim Percentage Transfer Restrictions from this Asset + +**`Note`** + +the result is the total amount of restrictions after the procedure has run + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[removeRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#removerestrictions) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L55) + +___ + +### setRestrictions + +• **setRestrictions**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`SetClaimPercentageTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md), ``"type"``\>, `BigNumber`, `BigNumber`\> + +Sets all Claim Percentage Transfer Restrictions on this Asset + +**`Note`** + +this method sets exempted Identities for restrictions as well. If an Identity is currently exempted from a Claim Percentage Transfer Restriction +but not passed into this call then it will be removed + +**`Note`** + +the result is the total amount of restrictions after the procedure has run + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[setRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#setrestrictions) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/ClaimPercentage.ts#L45) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md new file mode 100644 index 0000000000..4e26bd6ef8 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md @@ -0,0 +1,212 @@ +--- +id: "Count" +title: "Class: Count" +sidebar_label: "Count" +--- + +[api/entities/Asset/Fungible/TransferRestrictions/Count](../../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md).Count + +Handles all Count Transfer Restriction related functionality + +## Hierarchy + +- [`TransferRestrictionBase`](../TransferRestrictionBase/TransferRestrictionBase.md)\<[`Count`](../../../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count)\> + + ↳ **`Count`** + +## Properties + +### addRestriction + +• **addRestriction**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`AddCountTransferRestrictionParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addcounttransferrestrictionparams), ``"type"``\>, `BigNumber`, `BigNumber`\> + +Add a Count Transfer Restriction to this Asset. This limits to total number of individual +investors that may hold the Asset. In some jurisdictions once a threshold of investors is +passed, different regulations may apply. Count Transfer Restriction can ensure such limits are not exceeded + +**`Throws`** + +if a count statistic is not enabled for the Asset. [Count.enableStat](Count.md#enablestat) should be called before this method + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[addRestriction](../TransferRestrictionBase/TransferRestrictionBase.md#addrestriction) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L39) + +___ + +### disableStat + +• **disableStat**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`void`, `void`\> + +Disables the investor count statistic for the Asset. Since statistics introduce slight overhead to each transaction +involving the Asset, disabling unused stats will reduce gas fees for investors when they transact with the Asset + +**`Throws`** + +if the stat is being used by a restriction or is not set + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[disableStat](../TransferRestrictionBase/TransferRestrictionBase.md#disablestat) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L83) + +___ + +### enableStat + +• **enableStat**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Pick`\<[`AddCountStatParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addcountstatparams), ``"count"``\>, `void`, `void`\> + +Enables an investor count statistic for the Asset, which is required before creating restrictions + +The counter is only updated automatically with each transfer of tokens after the stat has been enabled. +As such the initial value for the stat should be passed in, which can be fetched with [Count.investorCount](Count.md#investorcount) + +**`Note`** + +Currently there is a potential race condition if passing in counts values when the Asset is being traded. +It is recommended to call this method during the initial configuration of the Asset, before people are trading it. +Otherwise the Asset should be frozen, or the stat checked after being set to ensure the correct value is used. Future +versions of the chain may expose a new extrinsic to avoid this issue + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[enableStat](../TransferRestrictionBase/TransferRestrictionBase.md#enablestat) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L75) + +___ + +### get + +• **get**: () => `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`CountTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md)\>\> + +#### Type declaration + +▸ (): `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`CountTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md)\>\> + +/** + * Retrieve all active Count Transfer Restrictions + * + * + +##### Returns + +`Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`CountTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md)\>\> + +**`Note`** + +there is a maximum number of restrictions allowed across all types. + * The `availableSlots` property of the result represents how many more restrictions can be added + * before reaching that limit + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[get](../TransferRestrictionBase/TransferRestrictionBase.md#get) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L94) + +___ + +### getStat + +• **getStat**: () => `Promise`\<[`ActiveStats`](../../../../../../../modules/API/Entities/Types/Types.md#activestats)\> + +#### Type declaration + +▸ (): `Promise`\<[`ActiveStats`](../../../../../../../modules/API/Entities/Types/Types.md#activestats)\> + +Retrieve current Count Transfer Restriction investor balance statistic for the Asset + +##### Returns + +`Promise`\<[`ActiveStats`](../../../../../../../modules/API/Entities/Types/Types.md#activestats)\> + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[getStat](../TransferRestrictionBase/TransferRestrictionBase.md#getstat) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L109) + +___ + +### investorCount + +• **investorCount**: () => `Promise`\<`BigNumber`\> + +#### Type declaration + +▸ (): `Promise`\<`BigNumber`\> + +Returns the count of individual holders of the Asset + +##### Returns + +`Promise`\<`BigNumber`\> + +**`Note`** + +This value can be used to initialize `enableStat`. If used for this purpose there is a potential race condition +if Asset transfers happen between the time of check and time of use. Either pause Asset transfers, or check after stat +creation and try again if a race occurred. Future versions of the chain should introduce an extrinsic to avoid this issue + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L103) + +___ + +### removeRestrictions + +• **removeRestrictions**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`BigNumber`, `BigNumber`\> + +Removes all Count Transfer Restrictions from this Asset + +**`Note`** + +the result is the total amount of restrictions after the procedure has run + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[removeRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#removerestrictions) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L62) + +___ + +### setRestrictions + +• **setRestrictions**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`SetCountTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md), ``"type"``\>, `BigNumber`, `BigNumber`\> + +Sets all Count Transfer Restrictions on this Asset + +**`Note`** + +this method sets exempted Identities for restrictions as well. If an Identity is currently exempted from a Count Transfer Restriction +but not passed into this call then it will be removed + +**`Note`** + +the result is the total amount of restrictions after the procedure has run + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[setRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#setrestrictions) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/Count.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/Count.ts#L52) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md new file mode 100644 index 0000000000..1e12cbedc0 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md @@ -0,0 +1,173 @@ +--- +id: "Percentage" +title: "Class: Percentage" +sidebar_label: "Percentage" +--- + +[api/entities/Asset/Fungible/TransferRestrictions/Percentage](../../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md).Percentage + +Handles all Percentage Transfer Restriction related functionality + +## Hierarchy + +- [`TransferRestrictionBase`](../TransferRestrictionBase/TransferRestrictionBase.md)\<[`Percentage`](../../../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage)\> + + ↳ **`Percentage`** + +## Properties + +### addRestriction + +• **addRestriction**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`AddPercentageTransferRestrictionParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addpercentagetransferrestrictionparams), ``"type"``\>, `BigNumber`, `BigNumber`\> + +Add a Percentage Transfer Restriction to this Asset. This limits the total percentage of the supply +a single investor can acquire without an exemption + +**`Throws`** + +if the Balance statistic is not enabled for this Asset. [enableStat](Percentage.md#enablestat) should be called before this method + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[addRestriction](../TransferRestrictionBase/TransferRestrictionBase.md#addrestriction) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L29) + +___ + +### disableStat + +• **disableStat**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`void`, `void`\> + +Disables the investor balance statistic for the Asset. Since statistics introduce slight overhead to each transaction +involving the Asset, disabling unused stats will reduce gas fees for investors when they transact with the Asset + +**`Throws`** + +if the stat is being used by a restriction or is not set + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[disableStat](../TransferRestrictionBase/TransferRestrictionBase.md#disablestat) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L66) + +___ + +### enableStat + +• **enableStat**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`void`, `void`\> + +Enables investor balance statistic for the Asset, which is required before creating restrictions +that limit the total ownership of the Assets' supply + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[enableStat](../TransferRestrictionBase/TransferRestrictionBase.md#enablestat) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L58) + +___ + +### get + +• **get**: () => `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`PercentageTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md)\>\> + +#### Type declaration + +▸ (): `Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`PercentageTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md)\>\> + +Retrieve all active Percentage Transfer Restrictions + +##### Returns + +`Promise`\<[`ActiveTransferRestrictions`](../../../../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<[`PercentageTransferRestriction`](../../../../../../../interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md)\>\> + +**`Note`** + +there is a maximum number of restrictions allowed across all types. + The `availableSlots` property of the result represents how many more restrictions can be added + before reaching that limit + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[get](../TransferRestrictionBase/TransferRestrictionBase.md#get) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L75) + +___ + +### getStat + +• **getStat**: () => `Promise`\<[`ActiveStats`](../../../../../../../modules/API/Entities/Types/Types.md#activestats)\> + +#### Type declaration + +▸ (): `Promise`\<[`ActiveStats`](../../../../../../../modules/API/Entities/Types/Types.md#activestats)\> + +Retrieve current Percentage Transfer Restriction investor balance statistic for the Asset + +##### Returns + +`Promise`\<[`ActiveStats`](../../../../../../../modules/API/Entities/Types/Types.md#activestats)\> + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[getStat](../TransferRestrictionBase/TransferRestrictionBase.md#getstat) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L81) + +___ + +### removeRestrictions + +• **removeRestrictions**: [`NoArgsProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md)\<`BigNumber`, `BigNumber`\> + +Removes all Percentage Transfer Restrictions from this Asset + +**`Note`** + +the result is the total amount of restrictions after the procedure has run + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[removeRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#removerestrictions) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L52) + +___ + +### setRestrictions + +• **setRestrictions**: [`ProcedureMethod`](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md)\<`Omit`\<[`SetPercentageTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md), ``"type"``\>, `BigNumber`, `BigNumber`\> + +Sets all Percentage Transfer Restrictions on this Asset + +**`Note`** + +this method sets exempted Identities for restrictions as well. If an Identity is currently exempted from a Percentage Transfer Restriction +but not passed into this call then it will be removed + +**`Note`** + +the result is the total amount of restrictions after the procedure has run + +#### Overrides + +[TransferRestrictionBase](../TransferRestrictionBase/TransferRestrictionBase.md).[setRestrictions](../TransferRestrictionBase/TransferRestrictionBase.md#setrestrictions) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/Percentage.ts#L42) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md new file mode 100644 index 0000000000..474446bda1 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md @@ -0,0 +1,228 @@ +--- +id: "TransferRestrictionBase" +title: "Class: TransferRestrictionBase" +sidebar_label: "TransferRestrictionBase" +--- + +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase](../../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md).TransferRestrictionBase + +Base class for managing Transfer Restrictions + +## Type parameters + +| Name | Type | +| :------ | :------ | +| `T` | extends [`TransferRestrictionType`](../../../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md) | + +## Hierarchy + +- `Namespace`\<[`FungibleAsset`](../../FungibleAsset.md)\> + + ↳ **`TransferRestrictionBase`** + + ↳↳ [`ClaimCount`](../ClaimCount/ClaimCount.md) + + ↳↳ [`ClaimPercentage`](../ClaimPercentage/ClaimPercentage.md) + + ↳↳ [`Count`](../Count/Count.md) + + ↳↳ [`Percentage`](../Percentage/Percentage.md) + +## Methods + +### addRestriction + +▸ **addRestriction**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> + +Add a Transfer Restriction of the corresponding type to this Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`AddRestrictionParams`](../../../../../../../modules/API/Procedures/Types/Types.md#addrestrictionparams)\<`T`\> | +| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> + +**`Note`** + +the result is the total amount of restrictions after the procedure has run + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addRestriction.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L180) + +___ + +### disableStat + +▸ **disableStat**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Removes an Asset statistic + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`RemoveAssetStatParamsBase`](../../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md#removeassetstatparamsbase)\<`T`\> | +| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Throws`** + +if the statistic is being used or is not set + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [disableStat.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L226) + +___ + +### enableStat + +▸ **enableStat**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Enables statistic of the corresponding type for this Asset, which are required for restrictions to be created + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`SetAssetStatParams`](../../../../../../../modules/API/Procedures/Types/Types.md#setassetstatparams)\<`T`\> | +| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [enableStat.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L214) + +___ + +### get + +▸ **get**(): `Promise`\<[`GetTransferRestrictionReturnType`](../../../../../../../modules/API/Procedures/Types/Types.md#gettransferrestrictionreturntype)\<`T`\>\> + +Retrieve all active Transfer Restrictions of the corresponding type + +#### Returns + +`Promise`\<[`GetTransferRestrictionReturnType`](../../../../../../../modules/API/Procedures/Types/Types.md#gettransferrestrictionreturntype)\<`T`\>\> + +**`Note`** + +there is a maximum number of restrictions allowed across all types. + The `availableSlots` property of the result represents how many more restrictions can be added + before reaching that limit + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L237) + +___ + +### getStat + +▸ **getStat**(): `Promise`\<[`ActiveStats`](../../../../../../../modules/API/Entities/Types/Types.md#activestats)\> + +Retrieve all active Transfer Restrictions of the corresponding type + +#### Returns + +`Promise`\<[`ActiveStats`](../../../../../../../modules/API/Entities/Types/Types.md#activestats)\> + +**`Note`** + +there is a maximum number of restrictions allowed across all types. + The `availableSlots` property of the result represents how many more restrictions can be added + before reaching that limit + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L354) + +___ + +### removeRestrictions + +▸ **removeRestrictions**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> + +Removes all Transfer Restrictions of the corresponding type from this Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> + +**`Note`** + +the result is the total amount of restrictions after the procedure has run + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [removeRestrictions.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L204) + +___ + +### setRestrictions + +▸ **setRestrictions**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> + +Sets all Transfer Restrictions of the corresponding type on this Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`SetRestrictionsParams`](../../../../../../../modules/API/Procedures/Types/Types.md#setrestrictionsparams)\<`T`\> | +| `opts?` | [`ProcedureOpts`](../../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`BigNumber`, `BigNumber`\>\> + +**`Note`** + +the result is the total amount of restrictions after the procedure has run + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setRestrictions.checkAuthorization](../../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L192) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md new file mode 100644 index 0000000000..442cc0b21f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md @@ -0,0 +1,55 @@ +--- +id: "TransferRestrictions" +title: "Class: TransferRestrictions" +sidebar_label: "TransferRestrictions" +--- + +[api/entities/Asset/Fungible/TransferRestrictions](../../../../../../modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md).TransferRestrictions + +Handles all Asset Transfer Restrictions related functionality + +## Hierarchy + +- `Namespace`\<[`FungibleAsset`](../FungibleAsset.md)\> + + ↳ **`TransferRestrictions`** + +## Properties + +### claimCount + +• **claimCount**: [`ClaimCount`](ClaimCount/ClaimCount.md) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/index.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L14) + +___ + +### claimPercentage + +• **claimPercentage**: [`ClaimPercentage`](ClaimPercentage/ClaimPercentage.md) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/index.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L15) + +___ + +### count + +• **count**: [`Count`](Count/Count.md) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/index.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L12) + +___ + +### percentage + +• **percentage**: [`Percentage`](Percentage/Percentage.md) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/index.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/index.ts#L13) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/NonFungible/AssetHolders/AssetHolders.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/NonFungible/AssetHolders/AssetHolders.md new file mode 100644 index 0000000000..ded24e2956 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/NonFungible/AssetHolders/AssetHolders.md @@ -0,0 +1,43 @@ +--- +id: "AssetHolders" +title: "Class: AssetHolders" +sidebar_label: "AssetHolders" +--- + +[api/entities/Asset/NonFungible/AssetHolders](../../../../../../modules/API/Entities/Asset/NonFungible/AssetHolders/AssetHolders.md).AssetHolders + +Handles all NFT Holders related functionality + +## Hierarchy + +- `Namespace`\<[`NftCollection`](../../../../../../modules/API/Entities/Types/Types.md#nftcollection)\> + + ↳ **`AssetHolders`** + +## Methods + +### get + +▸ **get**(`opts`): `Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityHeldNfts`](../../../../../../interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md)\>\> + +Retrieve all the NFT Holders with their holdings + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts` | `Object` | +| `opts.size?` | `BigNumber` | +| `opts.start?` | `BigNumber` | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityHeldNfts`](../../../../../../interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md)\>\> + +**`Note`** + +uses the middlewareV2 + +#### Defined in + +[api/entities/Asset/NonFungible/AssetHolders/index.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/AssetHolders/index.ts#L19) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/NonFungible/Nft/Nft.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/NonFungible/Nft/Nft.md new file mode 100644 index 0000000000..9968ffe74a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/NonFungible/Nft/Nft.md @@ -0,0 +1,303 @@ +--- +id: "Nft" +title: "Class: Nft" +sidebar_label: "Nft" +--- + +[api/entities/Asset/NonFungible/Nft](../../../../../../modules/API/Entities/Asset/NonFungible/Nft/Nft.md).Nft + +Class used to manage Nft functionality. Each NFT belongs to an NftCollection, which specifies the expected metadata values for each NFT + +## Hierarchy + +- [`Entity`](../../../Entity/Entity.md)\<[`NftUniqueIdentifiers`](../../../../../../modules/API/Entities/Asset/NonFungible/Nft/Nft.md#nftuniqueidentifiers), [`HumanReadable`](../../../../../../interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md)\> + + ↳ **`Nft`** + +## Properties + +### collection + +• **collection**: [`NftCollection`](../NftCollection/NftCollection.md) + +The [NftCollection](../../../../../../modules/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) this NFT belongs to + +#### Defined in + +[api/entities/Asset/NonFungible/Nft.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/Nft.ts#L50) + +___ + +### id + +• **id**: `BigNumber` + +#### Defined in + +[api/entities/Asset/NonFungible/Nft.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/Nft.ts#L45) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Entity](../../../Entity/Entity.md).[uuid](../../../Entity/Entity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine if the NFT exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +[Entity](../../../Entity/Entity.md).[exists](../../../Entity/Entity.md#exists) + +#### Defined in + +[api/entities/Asset/NonFungible/Nft.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/Nft.ts#L130) + +___ + +### getImageUri + +▸ **getImageUri**(): `Promise`\<``null`` \| `string`\> + +Get the conventional image URI for the NFT + +This function will check for a token level value and a collection level value. Token level values take precedence over base values in case of a conflict. + +When creating a collection an issuer can either require per token images by specifying global metadata key `imageUri` as a collection key or by +setting a collection base image URL by setting a value on the collection corresponding to the global metadata key `baseImageUri`. + +This method will return `null` if the NFT issuer did not configure the collection according to the convention. + +Per token URIs provide the most flexibility, but require more chain space to store, increasing the POLYX fee to issue each token. + +The URI values can include `{tokenId}` that will be replaced with the NFTs ID. If a base URI does not specify this the ID will be appended onto the URL. Examples: + - `https://example.com/nfts/{tokenId}/image.png` becomes `https://example.com/nfts/1/image.png` + - `https://example.com/nfts` becomes `https://example.com/nfts/1` if used a base value, but remain unchanged as a local value + +#### Returns + +`Promise`\<``null`` \| `string`\> + +#### Defined in + +[api/entities/Asset/NonFungible/Nft.ts:152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/Nft.ts#L152) + +___ + +### getMetadata + +▸ **getMetadata**(): `Promise`\<[`NftMetadata`](../../../../../../interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md)[]\> + +Get metadata associated with this token + +#### Returns + +`Promise`\<[`NftMetadata`](../../../../../../interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md)[]\> + +#### Defined in + +[api/entities/Asset/NonFungible/Nft.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/Nft.ts#L98) + +___ + +### getOwner + +▸ **getOwner**(): `Promise`\<``null`` \| [`NumberedPortfolio`](../../../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../DefaultPortfolio/DefaultPortfolio.md)\> + +Get owner of the NFT + +#### Returns + +`Promise`\<``null`` \| [`NumberedPortfolio`](../../../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../DefaultPortfolio/DefaultPortfolio.md)\> + +**`Note`** + +This method returns `null` if there is no existing holder for the token. This may happen even if the token has been redeemed/burned + +#### Defined in + +[api/entities/Asset/NonFungible/Nft.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/Nft.ts#L213) + +___ + +### getTokenUri + +▸ **getTokenUri**(): `Promise`\<``null`` \| `string`\> + +Get the conventional token URI for the NFT + +This function will check for a token level value and a collection level value. Token level values take precedence over base values in case of a conflict. + +When creating a collection an issuer can either require per token URL by specifying global metadata key `tokenURI` as a collection key or by +setting a collection base URL by setting a value on the collection corresponding to the global metadata key `baseTokenUri` on the collection. + +This method will return `null` if the NFT issuer did not configure the collection according to the convention. + +Per token URIs provide the most flexibility, but require more chain space to store, increasing the POLYX fee to issue each token. + +The URI values can include `{tokenId}` that will be replaced with the NFTs ID. If a base URI does not specify this the ID will be appended onto the URL. Examples: + - `https://example.com/nfts/{tokenId}/info.json` becomes `https://example.com/nfts/1/info.json` + - `https://example.com/nfts` becomes `https://example.com/nfts/1` if used a base value, but remain unchanged as a local value + +#### Returns + +`Promise`\<``null`` \| `string`\> + +#### Defined in + +[api/entities/Asset/NonFungible/Nft.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/Nft.ts#L188) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../../../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../../../Entity/Entity.md).[isEqual](../../../Entity/Entity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### isLocked + +▸ **isLocked**(): `Promise`\<`boolean`\> + +Check if the NFT is locked in any settlement instruction + +#### Returns + +`Promise`\<`boolean`\> + +**`Throws`** + +if NFT has no owner (has been redeemed) + +#### Defined in + +[api/entities/Asset/NonFungible/Nft.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/Nft.ts#L245) + +___ + +### redeem + +▸ **redeem**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Redeem (or "burns") the NFT, removing it from circulation + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args?` | [`RedeemNftParams`](../../../../../../interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [OptionalArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md), which means you can call [redeem.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/NonFungible/Nft.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/Nft.ts#L58) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Entity](../../../Entity/Entity.md).[generateUuid](../../../Entity/Entity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Entity](../../../Entity/Entity.md).[unserialize](../../../Entity/Entity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md new file mode 100644 index 0000000000..3e820bcc72 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md @@ -0,0 +1,1000 @@ +--- +id: "NftCollection" +title: "Class: NftCollection" +sidebar_label: "NftCollection" +--- + +[api/entities/Asset/NonFungible/NftCollection](../../../../../../modules/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md).NftCollection + +Class used to manage NFT functionality + +## Hierarchy + +- [`BaseAsset`](../../Base/BaseAsset/BaseAsset.md) + + ↳ **`NftCollection`** + +## Properties + +### assetHolders + +• **assetHolders**: [`AssetHolders`](../AssetHolders/AssetHolders.md) + +#### Defined in + +[api/entities/Asset/NonFungible/NftCollection.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/NftCollection.ts#L62) + +___ + +### compliance + +• **compliance**: [`Compliance`](../../Base/Compliance/Compliance.md) + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[compliance](../../Base/BaseAsset/BaseAsset.md#compliance) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L71) + +___ + +### documents + +• **documents**: [`Documents`](../../Base/Documents/Documents.md) + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[documents](../../Base/BaseAsset/BaseAsset.md#documents) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L72) + +___ + +### id + +• **id**: `string` + +Unique ID of the Asset in UUID format + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[id](../../Base/BaseAsset/BaseAsset.md#id) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L79) + +___ + +### metadata + +• **metadata**: [`Metadata`](../../Base/Metadata/Metadata.md) + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[metadata](../../Base/BaseAsset/BaseAsset.md#metadata) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L73) + +___ + +### permissions + +• **permissions**: [`Permissions`](../../Base/Permissions/Permissions.md) + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[permissions](../../Base/BaseAsset/BaseAsset.md#permissions) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L74) + +___ + +### settlements + +• **settlements**: [`NonFungibleSettlements`](../../Base/Settlements/NonFungibleSettlements.md) + +#### Defined in + +[api/entities/Asset/NonFungible/NftCollection.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/NftCollection.ts#L63) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[uuid](../../Base/BaseAsset/BaseAsset.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Accessors + +### rawId + +• `get` **rawId**(): `string` + +Unique ID of the Asset in hex format + +#### Returns + +`string` + +**`Note`** + +Although UUID format is the usual representation of asset IDs, generic polkadot/substrate tools usually expect it in hex format + +#### Inherited from + +BaseAsset.rawId + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L86) + +## Methods + +### addRequiredMediators + +▸ **addRequiredMediators**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Add required mediators. Mediators must approve any trades involving the asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`AssetMediatorParams`](../../../../../../interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addRequiredMediators.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[addRequiredMediators](../../Base/BaseAsset/BaseAsset.md#addrequiredmediators) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L241) + +___ + +### collectionKeys + +▸ **collectionKeys**(): `Promise`\<[`CollectionKey`](../../../../../../modules/API/Entities/Asset/Types/Types.md#collectionkey)[]\> + +Retrieve the metadata that defines the NFT collection. Every `issue` call for this collection must provide a value for each element returned + +#### Returns + +`Promise`\<[`CollectionKey`](../../../../../../modules/API/Entities/Asset/Types/Types.md#collectionkey)[]\> + +**`Note`** + +Each NFT **must** have an entry for each value, it **should** comply with the spec. +In other words, the SDK only validates the presence of metadata keys, additional validation should be used when issuing + +#### Defined in + +[api/entities/Asset/NonFungible/NftCollection.ts:172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/NftCollection.ts#L172) + +___ + +### controllerTransfer + +▸ **controllerTransfer**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Force a transfer from the origin portfolio to one of the caller's portfolios + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`NftControllerTransferParams`](../../../../../../interfaces/API/Procedures/Types/NftControllerTransferParams/NftControllerTransferParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [controllerTransfer.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/NonFungible/NftCollection.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/NftCollection.ts#L82) + +___ + +### createdAt + +▸ **createdAt**(): `Promise`\<``null`` \| [`EventIdentifier`](../../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> + +Retrieve the identifier data (block number, date and event index) of the event that was emitted when the token was created + +#### Returns + +`Promise`\<``null`` \| [`EventIdentifier`](../../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> + +**`Note`** + +uses the middlewareV2 + +**`Note`** + +there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned + +#### Defined in + +[api/entities/Asset/NonFungible/NftCollection.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/NftCollection.ts#L261) + +___ + +### currentFundingRound + +▸ **currentFundingRound**(): `Promise`\<``null`` \| `string`\> + +Retrieve the Asset's funding round + +#### Returns + +`Promise`\<``null`` \| `string`\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[currentFundingRound](../../Base/BaseAsset/BaseAsset.md#currentfundinground) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L518) + +▸ **currentFundingRound**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<``null`` \| `string`\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[currentFundingRound](../../Base/BaseAsset/BaseAsset.md#currentfundinground) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L519) + +___ + +### details + +▸ **details**(): `Promise`\<[`AssetDetails`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> + +Retrieve the NftCollection's data + +#### Returns + +`Promise`\<[`AssetDetails`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Overrides + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[details](../../Base/BaseAsset/BaseAsset.md#details) + +#### Defined in + +[api/entities/Asset/NonFungible/NftCollection.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/NftCollection.ts#L122) + +▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`AssetDetails`](../../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md)\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Overrides + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[details](../../Base/BaseAsset/BaseAsset.md#details) + +#### Defined in + +[api/entities/Asset/NonFungible/NftCollection.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/NftCollection.ts#L123) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this NftCollection exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +BaseAsset.exists + +#### Defined in + +[api/entities/Asset/NonFungible/NftCollection.ts:284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/NftCollection.ts#L284) + +___ + +### freeze + +▸ **freeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Freeze transfers of the Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [freeze.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[freeze](../../Base/BaseAsset/BaseAsset.md#freeze) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L221) + +___ + +### getCollectionId + +▸ **getCollectionId**(): `Promise`\<`BigNumber`\> + +Returns the collection's on chain numeric ID. Used primarily to access NFT specific storage values + +#### Returns + +`Promise`\<`BigNumber`\> + +#### Defined in + +[api/entities/Asset/NonFungible/NftCollection.ts:303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/NftCollection.ts#L303) + +___ + +### getIdentifiers + +▸ **getIdentifiers**(): `Promise`\<[`SecurityIdentifier`](../../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> + +Retrieve the Asset's identifiers list + +#### Returns + +`Promise`\<[`SecurityIdentifier`](../../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[getIdentifiers](../../Base/BaseAsset/BaseAsset.md#getidentifiers) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L287) + +▸ **getIdentifiers**(`callback?`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback?` | [`SubCallback`](../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`SecurityIdentifier`](../../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[]\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[getIdentifiers](../../Base/BaseAsset/BaseAsset.md#getidentifiers) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L288) + +___ + +### getNft + +▸ **getNft**(`args`): `Promise`\<[`Nft`](../Nft/Nft.md)\> + +Get an NFT belonging to this collection + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.id` | `BigNumber` | + +#### Returns + +`Promise`\<[`Nft`](../Nft/Nft.md)\> + +**`Throws`** + +if the given NFT does not exist + +#### Defined in + +[api/entities/Asset/NonFungible/NftCollection.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/NftCollection.ts#L237) + +___ + +### getRequiredMediators + +▸ **getRequiredMediators**(): `Promise`\<[`Identity`](../../../Identity/Identity.md)[]\> + +Get required Asset mediators. These Identities must approve any Instruction involving the asset + +#### Returns + +`Promise`\<[`Identity`](../../../Identity/Identity.md)[]\> + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[getRequiredMediators](../../Base/BaseAsset/BaseAsset.md#getrequiredmediators) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L463) + +___ + +### getTransactionHistory + +▸ **getTransactionHistory**(`opts`): `Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricNftTransaction`](../../../../../../interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md)\>\> + +Retrieve this Collection's transaction history + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts` | `Object` | +| `opts.size?` | `BigNumber` | +| `opts.start?` | `BigNumber` | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricNftTransaction`](../../../../../../interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md)\>\> + +**`Note`** + +uses the middlewareV2 + +#### Defined in + +[api/entities/Asset/NonFungible/NftCollection.ts:330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/NftCollection.ts#L330) + +___ + +### getVenueFilteringDetails + +▸ **getVenueFilteringDetails**(): `Promise`\<[`VenueFilteringDetails`](../../../../../../interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md)\> + +Get venue filtering details + +#### Returns + +`Promise`\<[`VenueFilteringDetails`](../../../../../../interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md)\> + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[getVenueFilteringDetails](../../Base/BaseAsset/BaseAsset.md#getvenuefilteringdetails) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:483](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L483) + +___ + +### investorCount + +▸ **investorCount**(): `Promise`\<`BigNumber`\> + +Retrieve the amount of unique investors that hold this Nft + +#### Returns + +`Promise`\<`BigNumber`\> + +#### Defined in + +[api/entities/Asset/NonFungible/NftCollection.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/NftCollection.ts#L215) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../../../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[isEqual](../../Base/BaseAsset/BaseAsset.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### isFrozen + +▸ **isFrozen**(): `Promise`\<`boolean`\> + +Check whether transfers are frozen for the Asset + +#### Returns + +`Promise`\<`boolean`\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[isFrozen](../../Base/BaseAsset/BaseAsset.md#isfrozen) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L326) + +▸ **isFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../../../modules/API/Entities/Types/Types.md#subcallback)\<`boolean`\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[isFrozen](../../Base/BaseAsset/BaseAsset.md#isfrozen) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L327) + +___ + +### issue + +▸ **issue**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Nft`](../Nft/Nft.md), [`Nft`](../Nft/Nft.md)\>\> + +Issues a new NFT for the collection + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`IssueNftParams`](../../../../../../modules/API/Procedures/Types/Types.md#issuenftparams) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Nft`](../Nft/Nft.md), [`Nft`](../Nft/Nft.md)\>\> + +**`Note`** + +Each NFT requires metadata for each value returned by `collectionKeys`. The SDK and chain only validate the presence of these fields. Additional validation may be needed to ensure each value complies with the specification. + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [issue.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Asset/NonFungible/NftCollection.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/NftCollection.ts#L72) + +___ + +### linkTicker + +▸ **linkTicker**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Link ticker to the asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`LinkTickerToAssetParams`](../../../../../../interfaces/API/Procedures/Types/LinkTickerToAssetParams/LinkTickerToAssetParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +if ticker is already reserved, then required role: +- Ticker Owner + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [linkTicker.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[linkTicker](../../Base/BaseAsset/BaseAsset.md#linkticker) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L264) + +___ + +### modify + +▸ **modify**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Asset`](../../../../../../modules/API/Entities/Asset/Types/Types.md#asset), [`Asset`](../../../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> + +Modify some properties of the Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`ModifyAssetParams`](../../../../../../modules/API/Procedures/Types/Types.md#modifyassetparams) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Asset`](../../../../../../modules/API/Entities/Asset/Types/Types.md#asset), [`Asset`](../../../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> + +**`Throws`** + +if the passed values result in no changes being made to the Asset + +**`Throws`** + +if the passed assetType is not a known asset type or a custom type that has not been created on the chain + +**`Throws`** + +if trying to modify an NftCollection's assetType + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[modify](../../Base/BaseAsset/BaseAsset.md#modify) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L135) + +___ + +### removeRequiredMediators + +▸ **removeRequiredMediators**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Remove required mediators + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`AssetMediatorParams`](../../../../../../interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [removeRequiredMediators.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[removeRequiredMediators](../../Base/BaseAsset/BaseAsset.md#removerequiredmediators) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L251) + +___ + +### setVenueFiltering + +▸ **setVenueFiltering**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Enable/disable venue filtering for this Asset and/or set allowed/disallowed venues + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`SetVenueFilteringParams`](../../../../../../modules/API/Procedures/Types/Types.md#setvenuefilteringparams) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setVenueFiltering.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[setVenueFiltering](../../Base/BaseAsset/BaseAsset.md#setvenuefiltering) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L111) + +___ + +### toHuman + +▸ **toHuman**(): `string` + +Return the BaseAsset's ID + +#### Returns + +`string` + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[toHuman](../../Base/BaseAsset/BaseAsset.md#tohuman) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:575](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L575) + +___ + +### transferOwnership + +▸ **transferOwnership**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> + +Transfer ownership of the Asset to another Identity. This generates an authorization request that must be accepted + by the recipient + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`TransferAssetOwnershipParams`](../../../../../../interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> + +**`Note`** + +this will create [Authorization Request](../../../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `target` Identity. + An [Account](../../../Account/Account.md) or [Identity](../../../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../../../Common/Namespaces/Authorizations/Authorizations.md#getreceived). + Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../../../Common/Namespaces/Authorizations/Authorizations.md#getone) + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [transferOwnership.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[transferOwnership](../../Base/BaseAsset/BaseAsset.md#transferownership) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L101) + +___ + +### unfreeze + +▸ **unfreeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Unfreeze transfers of the Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unfreeze.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[unfreeze](../../Base/BaseAsset/BaseAsset.md#unfreeze) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L231) + +___ + +### unlinkTicker + +▸ **unlinkTicker**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Unlink ticker from the Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +Only the ticker owner is allowed to unlink the Asset + +**`Throws`** + +if there is no ticker to unlink + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unlinkTicker.checkAuthorization](../../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[unlinkTicker](../../Base/BaseAsset/BaseAsset.md#unlinkticker) + +#### Defined in + +[api/entities/Asset/Base/BaseAsset.ts:278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Base/BaseAsset.ts#L278) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[generateUuid](../../Base/BaseAsset/BaseAsset.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[BaseAsset](../../Base/BaseAsset/BaseAsset.md).[unserialize](../../Base/BaseAsset/BaseAsset.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md new file mode 100644 index 0000000000..905ee70270 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md @@ -0,0 +1,308 @@ +--- +id: "AuthorizationRequest" +title: "Class: AuthorizationRequest" +sidebar_label: "AuthorizationRequest" +--- + +[api/entities/AuthorizationRequest](../../../../modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md).AuthorizationRequest + +Represents a request made by an Identity to another Identity (or Account) for some sort of authorization. This has multiple uses. For example, if Alice + wants to transfer ownership of one of her Assets to Bob, this method emits an authorization request for Bob, + who then has to accept it in order to complete the ownership transfer + +## Hierarchy + +- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/AuthorizationRequest/UniqueIdentifiers/UniqueIdentifiers.md), [`HumanReadable`](../../../../interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md)\> + + ↳ **`AuthorizationRequest`** + +## Properties + +### authId + +• **authId**: `BigNumber` + +internal identifier for the Request (used to accept/reject/cancel) + +#### Defined in + +[api/entities/AuthorizationRequest.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L100) + +___ + +### data + +• **data**: [`Authorization`](../../../../modules/API/Entities/Types/Types.md#authorization) + +Authorization Request data corresponding to type of Authorization + +| Type | Data | +|---------------------------------|---------------------------------| +| Add Relayer Paying Key | Beneficiary, Relayer, Allowance | +| Become Agent | Permission Group | +| Attest Primary Key Rotation | DID | +| Rotate Primary Key | N/A | +| Rotate Primary Key to Secondary | Permissions | +| Transfer Ticker | Ticker | +| Add MultiSig Signer | Account | +| Transfer Asset Ownership | Ticker | +| Join Identity | Permissions | +| Portfolio Custody | Portfolio | + +#### Defined in + +[api/entities/AuthorizationRequest.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L89) + +___ + +### expiry + +• **expiry**: ``null`` \| `Date` + +date at which the Authorization Request expires and can no longer be accepted. + At this point, a new Authorization Request must be emitted. Null if the Request never expires + +#### Defined in + +[api/entities/AuthorizationRequest.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L95) + +___ + +### issuer + +• **issuer**: [`Identity`](../Identity/Identity.md) + +Identity that emitted the request + +#### Defined in + +[api/entities/AuthorizationRequest.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L71) + +___ + +### target + +• **target**: [`Signer`](../../../../modules/API/Entities/Types/Types.md#signer) + +Identity or Account to which the request was emitted + +#### Defined in + +[api/entities/AuthorizationRequest.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L66) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### accept + +▸ **accept**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Accept the Authorization Request. You must be the target of the Request to be able to accept it + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [accept.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/AuthorizationRequest.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L193) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this Authorization Request exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) + +#### Defined in + +[api/entities/AuthorizationRequest.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L222) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### isExpired + +▸ **isExpired**(): `boolean` + +Returns whether the Authorization Request has expired + +#### Returns + +`boolean` + +#### Defined in + +[api/entities/AuthorizationRequest.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L213) + +___ + +### remove + +▸ **remove**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Remove the Authorization Request + +- If you are the Request issuer, this will cancel the Authorization +- If you are the Request target, this will reject the Authorization + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [remove.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/AuthorizationRequest.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L206) + +___ + +### toHuman + +▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md) + +Return the Authorization's static data + +#### Returns + +[`HumanReadable`](../../../../interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md) + +#### Overrides + +[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) + +#### Defined in + +[api/entities/AuthorizationRequest.ts:236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L236) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Checkpoint/Checkpoint.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Checkpoint/Checkpoint.md new file mode 100644 index 0000000000..6d007b83a4 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Checkpoint/Checkpoint.md @@ -0,0 +1,280 @@ +--- +id: "Checkpoint" +title: "Class: Checkpoint" +sidebar_label: "Checkpoint" +--- + +[api/entities/Checkpoint](../../../../modules/API/Entities/Checkpoint/Checkpoint.md).Checkpoint + +Represents a snapshot of the Asset's holders and their respective balances + at a certain point in time + +## Hierarchy + +- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Checkpoint/UniqueIdentifiers/UniqueIdentifiers.md), [`HumanReadable`](../../../../interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md)\> + + ↳ **`Checkpoint`** + +## Properties + +### asset + +• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) + +Asset whose balances are being recorded in this Checkpoint + +#### Defined in + +[api/entities/Checkpoint.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Checkpoint.ts#L55) + +___ + +### id + +• **id**: `BigNumber` + +Checkpoint identifier number + +#### Defined in + +[api/entities/Checkpoint.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Checkpoint.ts#L50) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### allBalances + +▸ **allBalances**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityBalance`](../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md)\>\> + +Retrieve all Asset Holder balances at this Checkpoint + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`IdentityBalance`](../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md)\>\> + +**`Note`** + +supports pagination + +**`Note`** + +current Asset holders who didn't hold any tokens when the Checkpoint was created will be listed with a balance of 0. +This arises from a chain storage optimization and pagination. + +**`See`** + +[balance](Checkpoint.md#balance) for a more detailed explanation of the logic + +#### Defined in + +[api/entities/Checkpoint.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Checkpoint.ts#L107) + +___ + +### balance + +▸ **balance**(`args?`): `Promise`\<`BigNumber`\> + +Retrieve the balance of a specific Asset Holder Identity at this Checkpoint + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args?` | `Object` | - | +| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | defaults to the signing Identity | + +#### Returns + +`Promise`\<`BigNumber`\> + +**`Note`** + +A checkpoint only records balances when they change. The implementation is to query for all balance updates for [ticker, did] pair. +If no balance updates have happened since the Checkpoint has been created, then the storage will not have an entry for the user. Instead the current balance should be used. +The balance is stored only when the Identity makes a transaction after a Checkpoint is created. This helps keep storage usage to a minimum + +#### Defined in + +[api/entities/Checkpoint.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Checkpoint.ts#L201) + +___ + +### createdAt + +▸ **createdAt**(): `Promise`\<`Date`\> + +Retrieve this Checkpoint's creation date + +#### Returns + +`Promise`\<`Date`\> + +#### Defined in + +[api/entities/Checkpoint.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Checkpoint.ts#L87) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this Checkpoint exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) + +#### Defined in + +[api/entities/Checkpoint.ts:246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Checkpoint.ts#L246) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### toHuman + +▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md) + +Return the Checkpoint's ticker and identifier + +#### Returns + +[`HumanReadable`](../../../../interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md) + +#### Overrides + +[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) + +#### Defined in + +[api/entities/Checkpoint.ts:268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Checkpoint.ts#L268) + +___ + +### totalSupply + +▸ **totalSupply**(): `Promise`\<`BigNumber`\> + +Retrieve the Asset's total supply at this checkpoint + +#### Returns + +`Promise`\<`BigNumber`\> + +#### Defined in + +[api/entities/Checkpoint.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Checkpoint.ts#L72) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md new file mode 100644 index 0000000000..7ca27fa803 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md @@ -0,0 +1,239 @@ +--- +id: "CheckpointSchedule" +title: "Class: CheckpointSchedule" +sidebar_label: "CheckpointSchedule" +--- + +[api/entities/CheckpointSchedule](../../../../modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md).CheckpointSchedule + +Represents a Checkpoint Schedule for an Asset. Schedules can be set up to create Checkpoints at regular intervals + +## Hierarchy + +- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md), [`HumanReadable`](../../../../interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md)\> + + ↳ **`CheckpointSchedule`** + +## Properties + +### asset + +• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) + +Asset for which Checkpoints are scheduled + +#### Defined in + +[api/entities/CheckpointSchedule/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CheckpointSchedule/index.ts#L53) + +___ + +### expiryDate + +• **expiryDate**: `Date` + +date at which the last Checkpoint will be created with this Schedule. + +#### Defined in + +[api/entities/CheckpointSchedule/index.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CheckpointSchedule/index.ts#L63) + +___ + +### id + +• **id**: `BigNumber` + +schedule identifier number + +#### Defined in + +[api/entities/CheckpointSchedule/index.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CheckpointSchedule/index.ts#L48) + +___ + +### pendingPoints + +• **pendingPoints**: `Date`[] + +dates in the future where checkpoints are schedule to be created + +#### Defined in + +[api/entities/CheckpointSchedule/index.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CheckpointSchedule/index.ts#L58) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### details + +▸ **details**(): `Promise`\<[`ScheduleDetails`](../../../../interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md)\> + +Retrieve information specific to this Schedule + +#### Returns + +`Promise`\<[`ScheduleDetails`](../../../../interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md)\> + +#### Defined in + +[api/entities/CheckpointSchedule/index.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CheckpointSchedule/index.ts#L85) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this Checkpoint Schedule exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) + +#### Defined in + +[api/entities/CheckpointSchedule/index.ts:156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CheckpointSchedule/index.ts#L156) + +___ + +### getCheckpoints + +▸ **getCheckpoints**(): `Promise`\<[`Checkpoint`](../Checkpoint/Checkpoint.md)[]\> + +Retrieve all Checkpoints created by this Schedule + +#### Returns + +`Promise`\<[`Checkpoint`](../Checkpoint/Checkpoint.md)[]\> + +#### Defined in + +[api/entities/CheckpointSchedule/index.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CheckpointSchedule/index.ts#L123) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### toHuman + +▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md) + +Return the Schedule's static data + +#### Returns + +[`HumanReadable`](../../../../interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md) + +#### Overrides + +[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) + +#### Defined in + +[api/entities/CheckpointSchedule/index.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CheckpointSchedule/index.ts#L181) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Common/Namespaces/Authorizations/Authorizations.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Common/Namespaces/Authorizations/Authorizations.md new file mode 100644 index 0000000000..9d6f1919a9 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Common/Namespaces/Authorizations/Authorizations.md @@ -0,0 +1,108 @@ +--- +id: "Authorizations" +title: "Class: Authorizations" +sidebar_label: "Authorizations" +--- + +[api/entities/common/namespaces/Authorizations](../../../../../../modules/API/Entities/Common/Namespaces/Authorizations/Authorizations.md).Authorizations + +Handles all Authorization related functionality + +## Type parameters + +| Name | Type | +| :------ | :------ | +| `Parent` | extends [`Signer`](../../../../../../modules/API/Entities/Types/Types.md#signer) | + +## Hierarchy + +- `Namespace`\<`Parent`\> + + ↳ **`Authorizations`** + + ↳↳ [`IdentityAuthorizations`](../../../Identity/IdentityAuthorizations/IdentityAuthorizations.md) + +## Methods + +### getHistoricalAuthorizations + +▸ **getHistoricalAuthorizations**(`opts?`): `Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> + +Fetch all historical Authorization Requests for which this Signer is the target + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `opts` | `Object` | - | +| `opts.size?` | `BigNumber` | page size | +| `opts.start?` | `BigNumber` | page offset | +| `opts.status?` | [`AuthorizationStatusEnum`](../../../../../../enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md) | fetch only authorizations with this status. Fetches all statuses if not passed | +| `opts.type?` | [`AuthTypeEnum`](../../../../../../enums/Types/AuthTypeEnum/AuthTypeEnum.md) | fetch only authorizations of this type. Fetches all types if not passed | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\>\> + +**`Note`** + +supports pagination + +**`Note`** + +uses the middlewareV2 + +#### Defined in + +[api/entities/common/namespaces/Authorizations.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/common/namespaces/Authorizations.ts#L150) + +___ + +### getOne + +▸ **getOne**(`args`): `Promise`\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\> + +Retrieve a single Authorization Request targeting this Signer by its ID + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.id` | `BigNumber` | + +#### Returns + +`Promise`\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)\> + +**`Throws`** + +if there is no Authorization Request with the passed ID targeting this Signer + +#### Defined in + +[api/entities/common/namespaces/Authorizations.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/common/namespaces/Authorizations.ts#L80) + +___ + +### getReceived + +▸ **getReceived**(`opts?`): `Promise`\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)[]\> + +Fetch all pending Authorization Requests for which this Signer is the target + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `opts?` | `Object` | - | +| `opts.includeExpired?` | `boolean` | whether to include expired authorizations. Defaults to true | +| `opts.type?` | [`AuthorizationType`](../../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md) | fetch only authorizations of this type. Fetches all types if not passed | + +#### Returns + +`Promise`\<[`AuthorizationRequest`](../../../AuthorizationRequest/AuthorizationRequest.md)[]\> + +#### Defined in + +[api/entities/common/namespaces/Authorizations.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/common/namespaces/Authorizations.ts#L42) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/CorporateAction/CorporateAction.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/CorporateAction/CorporateAction.md new file mode 100644 index 0000000000..dcd2290165 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/CorporateAction/CorporateAction.md @@ -0,0 +1,364 @@ +--- +id: "CorporateAction" +title: "Class: CorporateAction" +sidebar_label: "CorporateAction" +--- + +[api/entities/CorporateAction](../../../../modules/API/Entities/CorporateAction/CorporateAction.md).CorporateAction + +Represents an action initiated by the issuer of an Asset which may affect the positions of + the Asset Holders + +## Hierarchy + +- [`CorporateActionBase`](../CorporateActionBase/CorporateActionBase.md) + + ↳ **`CorporateAction`** + +## Properties + +### asset + +• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) + +Asset affected by this Corporate Action + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[asset](../CorporateActionBase/CorporateActionBase.md#asset) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L80) + +___ + +### declarationDate + +• **declarationDate**: `Date` + +date at which the Corporate Action was created + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[declarationDate](../CorporateActionBase/CorporateActionBase.md#declarationdate) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L85) + +___ + +### defaultTaxWithholding + +• **defaultTaxWithholding**: `BigNumber` + +default percentage (0-100) of tax withholding for this Corporate Action + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[defaultTaxWithholding](../CorporateActionBase/CorporateActionBase.md#defaulttaxwithholding) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L101) + +___ + +### description + +• **description**: `string` + +brief text description of the Corporate Action + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[description](../CorporateActionBase/CorporateActionBase.md#description) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L90) + +___ + +### id + +• **id**: `BigNumber` + +internal Corporate Action ID + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[id](../CorporateActionBase/CorporateActionBase.md#id) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L75) + +___ + +### targets + +• **targets**: [`CorporateActionTargets`](../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) + +Asset Holder Identities related to this Corporate action. If the treatment is `Exclude`, the Identities + in the array will not be targeted by the Action, Identities not in the array will be targeted, and vice versa + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[targets](../CorporateActionBase/CorporateActionBase.md#targets) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L96) + +___ + +### taxWithholdings + +• **taxWithholdings**: [`TaxWithholding`](../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md)[] + +percentage (0-100) of tax withholding per Identity. Any Identity not present + in this array uses the default tax withholding percentage + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[taxWithholdings](../CorporateActionBase/CorporateActionBase.md#taxwithholdings) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L107) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[uuid](../CorporateActionBase/CorporateActionBase.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### checkpoint + +▸ **checkpoint**(): `Promise`\<``null`` \| [`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) \| [`Checkpoint`](../Checkpoint/Checkpoint.md)\> + +Retrieve the Checkpoint associated with this Corporate Action. If the Checkpoint is scheduled and has + not been created yet, the corresponding CheckpointSchedule is returned instead. A null value means + the Corporate Action was created without an associated Checkpoint + +#### Returns + +`Promise`\<``null`` \| [`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) \| [`Checkpoint`](../Checkpoint/Checkpoint.md)\> + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[checkpoint](../CorporateActionBase/CorporateActionBase.md#checkpoint) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L191) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this Corporate Action exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[exists](../CorporateActionBase/CorporateActionBase.md#exists) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L180) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[isEqual](../CorporateActionBase/CorporateActionBase.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### linkDocuments + +▸ **linkDocuments**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Link a list of documents to this corporate action + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`LinkCaDocsParams`](../../../../interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +any previous links are removed in favor of the new list + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [linkDocuments.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[linkDocuments](../CorporateActionBase/CorporateActionBase.md#linkdocuments) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L160) + +___ + +### modifyCheckpoint + +▸ **modifyCheckpoint**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Modify the Corporate Action's Checkpoint + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`ModifyCaCheckpointParams`](../../../../interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modifyCheckpoint.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Overrides + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[modifyCheckpoint](../CorporateActionBase/CorporateActionBase.md#modifycheckpoint) + +#### Defined in + +[api/entities/CorporateAction.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L67) + +___ + +### toHuman + +▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md) + +Return the Corporate Action's static data + +#### Returns + +[`HumanReadable`](../../../../interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md) + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[toHuman](../CorporateActionBase/CorporateActionBase.md#tohuman) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L271) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[generateUuid](../CorporateActionBase/CorporateActionBase.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[unserialize](../CorporateActionBase/CorporateActionBase.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/CorporateActionBase/CorporateActionBase.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/CorporateActionBase/CorporateActionBase.md new file mode 100644 index 0000000000..3b64e25c2a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/CorporateActionBase/CorporateActionBase.md @@ -0,0 +1,328 @@ +--- +id: "CorporateActionBase" +title: "Class: CorporateActionBase" +sidebar_label: "CorporateActionBase" +--- + +[api/entities/CorporateActionBase](../../../../modules/API/Entities/CorporateActionBase/CorporateActionBase.md).CorporateActionBase + +Represents an action initiated by the issuer of an Asset which may affect the positions of + the Asset Holders + +## Hierarchy + +- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/CorporateActionBase/UniqueIdentifiers/UniqueIdentifiers.md), `unknown`\> + + ↳ **`CorporateActionBase`** + + ↳↳ [`CorporateAction`](../CorporateAction/CorporateAction.md) + + ↳↳ [`DividendDistribution`](../DividendDistribution/DividendDistribution.md) + +## Properties + +### asset + +• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) + +Asset affected by this Corporate Action + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L80) + +___ + +### declarationDate + +• **declarationDate**: `Date` + +date at which the Corporate Action was created + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L85) + +___ + +### defaultTaxWithholding + +• **defaultTaxWithholding**: `BigNumber` + +default percentage (0-100) of tax withholding for this Corporate Action + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L101) + +___ + +### description + +• **description**: `string` + +brief text description of the Corporate Action + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L90) + +___ + +### id + +• **id**: `BigNumber` + +internal Corporate Action ID + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L75) + +___ + +### targets + +• **targets**: [`CorporateActionTargets`](../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) + +Asset Holder Identities related to this Corporate action. If the treatment is `Exclude`, the Identities + in the array will not be targeted by the Action, Identities not in the array will be targeted, and vice versa + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L96) + +___ + +### taxWithholdings + +• **taxWithholdings**: [`TaxWithholding`](../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md)[] + +percentage (0-100) of tax withholding per Identity. Any Identity not present + in this array uses the default tax withholding percentage + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L107) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### checkpoint + +▸ **checkpoint**(): `Promise`\<``null`` \| [`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) \| [`Checkpoint`](../Checkpoint/Checkpoint.md)\> + +Retrieve the Checkpoint associated with this Corporate Action. If the Checkpoint is scheduled and has + not been created yet, the corresponding CheckpointSchedule is returned instead. A null value means + the Corporate Action was created without an associated Checkpoint + +#### Returns + +`Promise`\<``null`` \| [`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) \| [`Checkpoint`](../Checkpoint/Checkpoint.md)\> + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L191) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this Corporate Action exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L180) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### linkDocuments + +▸ **linkDocuments**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Link a list of documents to this corporate action + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`LinkCaDocsParams`](../../../../interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +any previous links are removed in favor of the new list + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [linkDocuments.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L160) + +___ + +### modifyCheckpoint + +▸ `Abstract` **modifyCheckpoint**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Modify the Corporate Action's Checkpoint + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`Modify`](../../../../modules/Types/Utils/Utils.md#modify)\<[`ModifyCaCheckpointParams`](../../../../interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md), \{ `checkpoint`: [`InputCaCheckpoint`](../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) }\> | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modifyCheckpoint.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L170) + +___ + +### toHuman + +▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md) + +Return the Corporate Action's static data + +#### Returns + +[`HumanReadable`](../../../../interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md) + +#### Overrides + +[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L271) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md new file mode 100644 index 0000000000..037e86854f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md @@ -0,0 +1,233 @@ +--- +id: "CustomPermissionGroup" +title: "Class: CustomPermissionGroup" +sidebar_label: "CustomPermissionGroup" +--- + +[api/entities/CustomPermissionGroup](../../../../modules/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md).CustomPermissionGroup + +Represents a group of custom permissions for an Asset + +## Hierarchy + +- [`PermissionGroup`](../PermissionGroup/PermissionGroup.md) + + ↳ **`CustomPermissionGroup`** + +## Properties + +### asset + +• **asset**: [`BaseAsset`](../Asset/Base/BaseAsset/BaseAsset.md) + +Asset for which this group specifies permissions + +#### Inherited from + +[PermissionGroup](../PermissionGroup/PermissionGroup.md).[asset](../PermissionGroup/PermissionGroup.md#asset) + +#### Defined in + +[api/entities/PermissionGroup.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/PermissionGroup.ts#L19) + +___ + +### id + +• **id**: `BigNumber` + +#### Defined in + +[api/entities/CustomPermissionGroup.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CustomPermissionGroup.ts#L39) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[PermissionGroup](../PermissionGroup/PermissionGroup.md).[uuid](../PermissionGroup/PermissionGroup.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this Custom Permission Group exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +[PermissionGroup](../PermissionGroup/PermissionGroup.md).[exists](../PermissionGroup/PermissionGroup.md#exists) + +#### Defined in + +[api/entities/CustomPermissionGroup.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CustomPermissionGroup.ts#L101) + +___ + +### getPermissions + +▸ **getPermissions**(): `Promise`\<[`GroupPermissions`](../../../../modules/API/Entities/Types/Types.md#grouppermissions)\> + +Retrieve the list of permissions and transaction groups associated with this Permission Group + +#### Returns + +`Promise`\<[`GroupPermissions`](../../../../modules/API/Entities/Types/Types.md#grouppermissions)\> + +#### Overrides + +[PermissionGroup](../PermissionGroup/PermissionGroup.md).[getPermissions](../PermissionGroup/PermissionGroup.md#getpermissions) + +#### Defined in + +[api/entities/CustomPermissionGroup.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CustomPermissionGroup.ts#L70) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[PermissionGroup](../PermissionGroup/PermissionGroup.md).[isEqual](../PermissionGroup/PermissionGroup.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### setPermissions + +▸ **setPermissions**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Modify the group's permissions + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`SetGroupPermissionsParams`](../../../../interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setPermissions.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/CustomPermissionGroup.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CustomPermissionGroup.ts#L63) + +___ + +### toHuman + +▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md) + +Return the Group's static data + +#### Returns + +[`HumanReadable`](../../../../interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md) + +#### Overrides + +[PermissionGroup](../PermissionGroup/PermissionGroup.md).[toHuman](../PermissionGroup/PermissionGroup.md#tohuman) + +#### Defined in + +[api/entities/CustomPermissionGroup.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CustomPermissionGroup.ts#L115) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[PermissionGroup](../PermissionGroup/PermissionGroup.md).[generateUuid](../PermissionGroup/PermissionGroup.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[PermissionGroup](../PermissionGroup/PermissionGroup.md).[unserialize](../PermissionGroup/PermissionGroup.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md new file mode 100644 index 0000000000..5d37daeb1c --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md @@ -0,0 +1,456 @@ +--- +id: "DefaultPortfolio" +title: "Class: DefaultPortfolio" +sidebar_label: "DefaultPortfolio" +--- + +[api/entities/DefaultPortfolio](../../../../modules/API/Entities/DefaultPortfolio/DefaultPortfolio.md).DefaultPortfolio + +Represents the default Portfolio for an Identity + +## Hierarchy + +- [`Portfolio`](../Portfolio/Portfolio.md) + + ↳ **`DefaultPortfolio`** + +## Properties + +### owner + +• **owner**: [`Identity`](../Identity/Identity.md) + +Identity of the Portfolio's owner + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[owner](../Portfolio/Portfolio.md#owner) + +#### Defined in + +[api/entities/Portfolio/index.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L77) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[uuid](../Portfolio/Portfolio.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this Portfolio exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +[Portfolio](../Portfolio/Portfolio.md).[exists](../Portfolio/Portfolio.md#exists) + +#### Defined in + +[api/entities/DefaultPortfolio.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DefaultPortfolio.ts#L22) + +___ + +### getAssetBalances + +▸ **getAssetBalances**(`args?`): `Promise`\<[`PortfolioBalance`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md)[]\> + +Retrieve the balances of all fungible assets in this Portfolio + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args?` | `Object` | - | +| `args.assets` | (`string` \| [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md))[] | array of FungibleAssets (or tickers) for which to fetch balances (optional, all balances are retrieved if not passed) | + +#### Returns + +`Promise`\<[`PortfolioBalance`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md)[]\> + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[getAssetBalances](../Portfolio/Portfolio.md#getassetbalances) + +#### Defined in + +[api/entities/Portfolio/index.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L143) + +___ + +### getCollections + +▸ **getCollections**(`args?`): `Promise`\<[`PortfolioCollection`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md)[]\> + +Retrieve the NFTs held in this portfolio + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args?` | `Object` | +| `args.collections` | (`string` \| [`NftCollection`](../Asset/NonFungible/NftCollection/NftCollection.md))[] | + +#### Returns + +`Promise`\<[`PortfolioCollection`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md)[]\> + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[getCollections](../Portfolio/Portfolio.md#getcollections) + +#### Defined in + +[api/entities/Portfolio/index.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L222) + +___ + +### getCustodian + +▸ **getCustodian**(): `Promise`\<[`Identity`](../Identity/Identity.md)\> + +Retrieve the custodian Identity of this Portfolio + +#### Returns + +`Promise`\<[`Identity`](../Identity/Identity.md)\> + +**`Note`** + +if no custodian is set, the owner Identity is returned + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[getCustodian](../Portfolio/Portfolio.md#getcustodian) + +#### Defined in + +[api/entities/Portfolio/index.ts:370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L370) + +___ + +### getTransactionHistory + +▸ **getTransactionHistory**(`filters?`): `Promise`\<[`HistoricSettlement`](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> + +Retrieve a list of transactions where this portfolio was involved. Can be filtered using parameters + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `filters` | `Object` | - | +| `filters.account?` | `string` | Account involved in the settlement | +| `filters.assetId?` | `string` | - | +| `filters.ticker?` | `string` | ticker involved in the transaction | + +#### Returns + +`Promise`\<[`HistoricSettlement`](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> + +**`Note`** + +uses the middlewareV2 + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[getTransactionHistory](../Portfolio/Portfolio.md#gettransactionhistory) + +#### Defined in + +[api/entities/Portfolio/index.ts:412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L412) + +___ + +### isCustodiedBy + +▸ **isCustodiedBy**(`args?`): `Promise`\<`boolean`\> + +Return whether an Identity is the Portfolio custodian + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args?` | `Object` | - | +| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | optional, defaults to the signing Identity | + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[isCustodiedBy](../Portfolio/Portfolio.md#iscustodiedby) + +#### Defined in + +[api/entities/Portfolio/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L127) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[isEqual](../Portfolio/Portfolio.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### isOwnedBy + +▸ **isOwnedBy**(`args?`): `Promise`\<`boolean`\> + +Return whether an Identity is the Portfolio owner + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args?` | `Object` | - | +| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | defaults to the signing Identity | + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[isOwnedBy](../Portfolio/Portfolio.md#isownedby) + +#### Defined in + +[api/entities/Portfolio/index.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L114) + +___ + +### moveFunds + +▸ **moveFunds**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Moves funds from this Portfolio to another one owned by the same Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`MoveFundsParams`](../../../../interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +required role: + - Portfolio Custodian + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [moveFunds.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[moveFunds](../Portfolio/Portfolio.md#movefunds) + +#### Defined in + +[api/entities/Portfolio/index.ts:348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L348) + +___ + +### quitCustody + +▸ **quitCustody**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Returns the custody of the portfolio to the portfolio owner unilaterally + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +required role: + - Portfolio Custodian + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [quitCustody.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[quitCustody](../Portfolio/Portfolio.md#quitcustody) + +#### Defined in + +[api/entities/Portfolio/index.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L361) + +___ + +### setCustodian + +▸ **setCustodian**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> + +Send an invitation to an Identity to assign it as custodian for this Portfolio + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`SetCustodianParams`](../../../../interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> + +**`Note`** + +this will create an [Authorization Request](../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `targetIdentity`. + An [Account](../Account/Account.md) or [Identity](../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../Common/Namespaces/Authorizations/Authorizations.md#getreceived). + Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../Common/Namespaces/Authorizations/Authorizations.md#getone) + +**`Note`** + +required role: + - Portfolio Custodian + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setCustodian.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[setCustodian](../Portfolio/Portfolio.md#setcustodian) + +#### Defined in + +[api/entities/Portfolio/index.ts:335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L335) + +___ + +### toHuman + +▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) + +Return the Portfolio ID and owner DID + +#### Returns + +[`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[toHuman](../Portfolio/Portfolio.md#tohuman) + +#### Defined in + +[api/entities/Portfolio/index.ts:487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L487) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[generateUuid](../Portfolio/Portfolio.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[unserialize](../Portfolio/Portfolio.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md new file mode 100644 index 0000000000..4c06d26f93 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md @@ -0,0 +1,1047 @@ +--- +id: "DefaultTrustedClaimIssuer" +title: "Class: DefaultTrustedClaimIssuer" +sidebar_label: "DefaultTrustedClaimIssuer" +--- + +[api/entities/DefaultTrustedClaimIssuer](../../../../modules/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md).DefaultTrustedClaimIssuer + +Represents a default trusted claim issuer for a specific Asset in the Polymesh blockchain + +## Hierarchy + +- [`Identity`](../Identity/Identity.md) + + ↳ **`DefaultTrustedClaimIssuer`** + +## Properties + +### asset + +• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) + +Asset for which this Identity is a Default Trusted Claim Issuer + +#### Defined in + +[api/entities/DefaultTrustedClaimIssuer.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DefaultTrustedClaimIssuer.ts#L35) + +___ + +### assetPermissions + +• **assetPermissions**: [`AssetPermissions`](../Identity/AssetPermissions/AssetPermissions.md) + +#### Inherited from + +[Identity](../Identity/Identity.md).[assetPermissions](../Identity/Identity.md#assetpermissions) + +#### Defined in + +[api/entities/Identity/index.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L128) + +___ + +### authorizations + +• **authorizations**: [`IdentityAuthorizations`](../Identity/IdentityAuthorizations/IdentityAuthorizations.md) + +#### Inherited from + +[Identity](../Identity/Identity.md).[authorizations](../Identity/Identity.md#authorizations) + +#### Defined in + +[api/entities/Identity/index.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L126) + +___ + +### did + +• **did**: `string` + +Identity ID as stored in the blockchain + +#### Inherited from + +[Identity](../Identity/Identity.md).[did](../Identity/Identity.md#did) + +#### Defined in + +[api/entities/Identity/index.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L123) + +___ + +### portfolios + +• **portfolios**: [`Portfolios`](../Identity/Portfolios/Portfolios.md) + +#### Inherited from + +[Identity](../Identity/Identity.md).[portfolios](../Identity/Identity.md#portfolios) + +#### Defined in + +[api/entities/Identity/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L127) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Identity](../Identity/Identity.md).[uuid](../Identity/Identity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### addedAt + +▸ **addedAt**(): `Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> + +Retrieve the identifier data (block number, date and event index) of the event that was emitted when the trusted claim issuer was added + +#### Returns + +`Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> + +**`Note`** + +uses the middlewareV2 + +**`Note`** + +there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned + +#### Defined in + +[api/entities/DefaultTrustedClaimIssuer.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DefaultTrustedClaimIssuer.ts#L54) + +___ + +### areSecondaryAccountsFrozen + +▸ **areSecondaryAccountsFrozen**(): `Promise`\<`boolean`\> + +Check whether secondary Accounts are frozen + +#### Returns + +`Promise`\<`boolean`\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Inherited from + +[Identity](../Identity/Identity.md).[areSecondaryAccountsFrozen](../Identity/Identity.md#aresecondaryaccountsfrozen) + +#### Defined in + +[api/entities/Identity/index.ts:698](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L698) + +▸ **areSecondaryAccountsFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<`boolean`\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[areSecondaryAccountsFrozen](../Identity/Identity.md#aresecondaryaccountsfrozen) + +#### Defined in + +[api/entities/Identity/index.ts:699](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L699) + +___ + +### checkRoles + +▸ **checkRoles**(`roles`): `Promise`\<[`CheckRolesResult`](../../../../interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md)\> + +Check whether this Identity possesses all specified roles + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `roles` | [`Role`](../../../../modules/API/Procedures/Types/Types.md#role)[] | + +#### Returns + +`Promise`\<[`CheckRolesResult`](../../../../interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md)\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[checkRoles](../Identity/Identity.md#checkroles) + +#### Defined in + +[api/entities/Identity/index.ts:481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L481) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this Identity exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +**`Note`** + +asset Identities aren't considered to exist for this check + +#### Inherited from + +[Identity](../Identity/Identity.md).[exists](../Identity/Identity.md#exists) + +#### Defined in + +[api/entities/Identity/index.ts:870](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L870) + +___ + +### getAssetBalance + +▸ **getAssetBalance**(`args`): `Promise`\<`BigNumber`\> + +Retrieve the balance of a particular Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.ticker` | `string` | + +#### Returns + +`Promise`\<`BigNumber`\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Inherited from + +[Identity](../Identity/Identity.md).[getAssetBalance](../Identity/Identity.md#getassetbalance) + +#### Defined in + +[api/entities/Identity/index.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L204) + +▸ **getAssetBalance**(`args`): `Promise`\<`BigNumber`\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.assetId` | `string` | + +#### Returns + +`Promise`\<`BigNumber`\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[getAssetBalance](../Identity/Identity.md#getassetbalance) + +#### Defined in + +[api/entities/Identity/index.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L205) + +▸ **getAssetBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.ticker` | `string` | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<`BigNumber`\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[getAssetBalance](../Identity/Identity.md#getassetbalance) + +#### Defined in + +[api/entities/Identity/index.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L206) + +▸ **getAssetBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.assetId` | `string` | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<`BigNumber`\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[getAssetBalance](../Identity/Identity.md#getassetbalance) + +#### Defined in + +[api/entities/Identity/index.ts:211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L211) + +___ + +### getChildIdentities + +▸ **getChildIdentities**(): `Promise`\<[`ChildIdentity`](../Identity/ChildIdentity/ChildIdentity.md)[]\> + +Returns the list of all child identities + +#### Returns + +`Promise`\<[`ChildIdentity`](../Identity/ChildIdentity/ChildIdentity.md)[]\> + +**`Note`** + +this query can be potentially **SLOW** depending on the number of parent Identities present on the chain + +#### Inherited from + +[Identity](../Identity/Identity.md).[getChildIdentities](../Identity/Identity.md#getchildidentities) + +#### Defined in + +[api/entities/Identity/index.ts:928](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L928) + +___ + +### getHeldAssets + +▸ **getHeldAssets**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)\>\> + +Retrieve a list of all Assets which were held at one point by this Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts` | `Object` | +| `opts.order?` | [`AssetHoldersOrderBy`](../../../../enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md) | +| `opts.size?` | `BigNumber` | +| `opts.start?` | `BigNumber` | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)\>\> + +**`Note`** + +uses the middlewareV2 + +**`Note`** + +supports pagination + +#### Inherited from + +[Identity](../Identity/Identity.md).[getHeldAssets](../Identity/Identity.md#getheldassets) + +#### Defined in + +[api/entities/Identity/index.ts:378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L378) + +___ + +### getHeldNfts + +▸ **getHeldNfts**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HeldNfts`](../../../../interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md)\>\> + +Retrieve a list of all NftCollections which were held at one point by this Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts` | `Object` | +| `opts.order?` | [`NftHoldersOrderBy`](../../../../enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md) | +| `opts.size?` | `BigNumber` | +| `opts.start?` | `BigNumber` | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HeldNfts`](../../../../interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md)\>\> + +**`Note`** + +uses the middlewareV2 + +**`Note`** + +supports pagination + +#### Inherited from + +[Identity](../Identity/Identity.md).[getHeldNfts](../Identity/Identity.md#getheldnfts) + +#### Defined in + +[api/entities/Identity/index.ts:424](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L424) + +___ + +### getHistoricalInstructions + +▸ **getHistoricalInstructions**(`filter?`): `Promise`\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> + +Retrieve all Instructions that have been associated with this Identity's DID + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `filter?` | `Omit`\<[`InstructionPartiesFilters`](../../../../interfaces/API/Client/Types/InstructionPartiesFilters/InstructionPartiesFilters.md), ``"identity"``\> | + +#### Returns + +`Promise`\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> + +**`Note`** + +uses the middleware V2 + +**`Note`** + +supports pagination + +#### Inherited from + +[Identity](../Identity/Identity.md).[getHistoricalInstructions](../Identity/Identity.md#gethistoricalinstructions) + +#### Defined in + +[api/entities/Identity/index.ts:904](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L904) + +___ + +### getInstructions + +▸ **getInstructions**(): `Promise`\<[`GroupedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md)\> + +Retrieve all Instructions where this Identity is a custodian of one or more portfolios in the legs, + grouped by status + +#### Returns + +`Promise`\<[`GroupedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md)\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[getInstructions](../Identity/Identity.md#getinstructions) + +#### Defined in + +[api/entities/Identity/index.ts:552](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L552) + +___ + +### getInvolvedInstructions + +▸ **getInvolvedInstructions**(): `Promise`\<[`GroupedInvolvedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md)\> + +Retrieve all Instructions where this Identity is a participant (owner/custodian), + grouped by the role of the Identity and Instruction status + +#### Returns + +`Promise`\<[`GroupedInvolvedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md)\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[getInvolvedInstructions](../Identity/Identity.md#getinvolvedinstructions) + +#### Defined in + +[api/entities/Identity/index.ts:639](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L639) + +___ + +### getMultiSigSigners + +▸ **getMultiSigSigners**(): `Promise`\<[`MultiSigSigners`](../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md)[]\> + +Returns the list of MultiSig accounts along with their signatories this identity has responsibility for. +The roles possible are: +- Admin: The identity is able to unilaterally modify the MultiSig properties, such as the signers and signatures required for a proposal +- Payer: The identity's primary key will be deducted any POLYX fees the MultiSig may incur + +#### Returns + +`Promise`\<[`MultiSigSigners`](../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md)[]\> + +**`Note`** + +this query can be potentially **SLOW** depending on the number of MultiSigs present on the chain + +#### Inherited from + +[Identity](../Identity/Identity.md).[getMultiSigSigners](../Identity/Identity.md#getmultisigsigners) + +#### Defined in + +[api/entities/Identity/index.ts:1042](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L1042) + +___ + +### getOffChainAuthorizationNonce + +▸ **getOffChainAuthorizationNonce**(): `Promise`\<`BigNumber`\> + +Returns the off chain authorization nonce for this Identity + +#### Returns + +`Promise`\<`BigNumber`\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[getOffChainAuthorizationNonce](../Identity/Identity.md#getoffchainauthorizationnonce) + +#### Defined in + +[api/entities/Identity/index.ts:1120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L1120) + +___ + +### getPendingDistributions + +▸ **getPendingDistributions**(): `Promise`\<[`DistributionWithDetails`](../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> + +Retrieve every Dividend Distribution for which this Identity is eligible and hasn't been paid + +#### Returns + +`Promise`\<[`DistributionWithDetails`](../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> + +**`Note`** + +uses the middleware + +**`Note`** + +this query can be potentially **SLOW** depending on which Assets this Identity has held + +#### Inherited from + +[Identity](../Identity/Identity.md).[getPendingDistributions](../Identity/Identity.md#getpendingdistributions) + +#### Defined in + +[api/entities/Identity/index.ts:737](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L737) + +___ + +### getPrimaryAccount + +▸ **getPrimaryAccount**(): `Promise`\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\> + +Retrieve the primary Account associated with the Identity + +#### Returns + +`Promise`\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Inherited from + +[Identity](../Identity/Identity.md).[getPrimaryAccount](../Identity/Identity.md#getprimaryaccount) + +#### Defined in + +[api/entities/Identity/index.ts:314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L314) + +▸ **getPrimaryAccount**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[getPrimaryAccount](../Identity/Identity.md#getprimaryaccount) + +#### Defined in + +[api/entities/Identity/index.ts:315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L315) + +___ + +### getSecondaryAccounts + +▸ **getSecondaryAccounts**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\>\> + +Get the list of secondary Accounts related to the Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\>\> + +**`Note`** + +supports pagination + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Inherited from + +[Identity](../Identity/Identity.md).[getSecondaryAccounts](../Identity/Identity.md#getsecondaryaccounts) + +#### Defined in + +[api/entities/Identity/index.ts:787](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L787) + +▸ **getSecondaryAccounts**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)[]\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[getSecondaryAccounts](../Identity/Identity.md#getsecondaryaccounts) + +#### Defined in + +[api/entities/Identity/index.ts:791](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L791) + +▸ **getSecondaryAccounts**(`paginationOpts`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `paginationOpts` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)[]\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[getSecondaryAccounts](../Identity/Identity.md#getsecondaryaccounts) + +#### Defined in + +[api/entities/Identity/index.ts:795](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L795) + +___ + +### getTrustingAssets + +▸ **getTrustingAssets**(): `Promise`\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)[]\> + +Get the list of Assets for which this Identity is a trusted claim issuer + +#### Returns + +`Promise`\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)[]\> + +**`Note`** + +uses the middlewareV2 + +#### Inherited from + +[Identity](../Identity/Identity.md).[getTrustingAssets](../Identity/Identity.md#gettrustingassets) + +#### Defined in + +[api/entities/Identity/index.ts:505](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L505) + +___ + +### getVenues + +▸ **getVenues**(): `Promise`\<[`Venue`](../Venue/Venue.md)[]\> + +Retrieve all Venues created by this Identity + +#### Returns + +`Promise`\<[`Venue`](../Venue/Venue.md)[]\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[getVenues](../Identity/Identity.md#getvenues) + +#### Defined in + +[api/entities/Identity/index.ts:524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L524) + +___ + +### hasRole + +▸ **hasRole**(`role`): `Promise`\<`boolean`\> + +Check whether this Identity possesses the specified Role + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `role` | [`Role`](../../../../modules/API/Procedures/Types/Types.md#role) | + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[hasRole](../Identity/Identity.md#hasrole) + +#### Defined in + +[api/entities/Identity/index.ts:156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L156) + +___ + +### hasValidCdd + +▸ **hasValidCdd**(): `Promise`\<`boolean`\> + +Check whether this Identity has a valid CDD claim + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[hasValidCdd](../Identity/Identity.md#hasvalidcdd) + +#### Defined in + +[api/entities/Identity/index.ts:262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L262) + +___ + +### isAssetPreApproved + +▸ **isAssetPreApproved**(`asset`): `Promise`\<`boolean`\> + +Returns whether or not this Identity has pre-approved a particular asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `asset` | `string` \| [`BaseAsset`](../Asset/Base/BaseAsset/BaseAsset.md) | + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[isAssetPreApproved](../Identity/Identity.md#isassetpreapproved) + +#### Defined in + +[api/entities/Identity/index.ts:1014](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L1014) + +___ + +### isCddProvider + +▸ **isCddProvider**(): `Promise`\<`boolean`\> + +Check whether this Identity is a CDD provider + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[isCddProvider](../Identity/Identity.md#iscddprovider) + +#### Defined in + +[api/entities/Identity/index.ts:295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L295) + +___ + +### isChild + +▸ **isChild**(): `Promise`\<`boolean`\> + +Check whether this Identity is a child Identity + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[isChild](../Identity/Identity.md#ischild) + +#### Defined in + +[api/entities/Identity/index.ts:969](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L969) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Identity](../Identity/Identity.md).[isEqual](../Identity/Identity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### isGcMember + +▸ **isGcMember**(): `Promise`\<`boolean`\> + +Check whether this Identity is Governance Committee member + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[isGcMember](../Identity/Identity.md#isgcmember) + +#### Defined in + +[api/entities/Identity/index.ts:278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L278) + +___ + +### preApprovedAssets + +▸ **preApprovedAssets**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> + +Returns a list of all assets this Identity has pre-approved. These assets will not require affirmation when being received in settlements + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> + +#### Inherited from + +[Identity](../Identity/Identity.md).[preApprovedAssets](../Identity/Identity.md#preapprovedassets) + +#### Defined in + +[api/entities/Identity/index.ts:980](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L980) + +___ + +### toHuman + +▸ **toHuman**(): `string` + +Return the Identity's DID + +#### Returns + +`string` + +#### Inherited from + +[Identity](../Identity/Identity.md).[toHuman](../Identity/Identity.md#tohuman) + +#### Defined in + +[api/entities/Identity/index.ts:893](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L893) + +___ + +### trustedFor + +▸ **trustedFor**(): `Promise`\<``null`` \| [`ClaimType`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md)[]\> + +Retrieve claim types for which this Claim Issuer is trusted. A null value means that the issuer is trusted for all claim types + +#### Returns + +`Promise`\<``null`` \| [`ClaimType`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md)[]\> + +#### Defined in + +[api/entities/DefaultTrustedClaimIssuer.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DefaultTrustedClaimIssuer.ts#L81) + +___ + +### unlinkChild + +▸ **unlinkChild**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Unlinks a child identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`UnlinkChildParams`](../../../../interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Throws`** + +if + - the `child` is not a child of this identity + - the transaction signer is not the primary key of the parent identity + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [unlinkChild.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[Identity](../Identity/Identity.md).[unlinkChild](../Identity/Identity.md#unlinkchild) + +#### Defined in + +[api/entities/Identity/index.ts:962](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L962) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Identity](../Identity/Identity.md).[generateUuid](../Identity/Identity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Identity](../Identity/Identity.md).[unserialize](../Identity/Identity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/DividendDistribution/DividendDistribution.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/DividendDistribution/DividendDistribution.md new file mode 100644 index 0000000000..ee684b7b3a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/DividendDistribution/DividendDistribution.md @@ -0,0 +1,662 @@ +--- +id: "DividendDistribution" +title: "Class: DividendDistribution" +sidebar_label: "DividendDistribution" +--- + +[api/entities/DividendDistribution](../../../../modules/API/Entities/DividendDistribution/DividendDistribution.md).DividendDistribution + +Represents a Corporate Action via which an Asset issuer wishes to distribute dividends + between a subset of the Asset Holders (targets) + +## Hierarchy + +- [`CorporateActionBase`](../CorporateActionBase/CorporateActionBase.md) + + ↳ **`DividendDistribution`** + +## Properties + +### asset + +• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) + +Asset affected by this Corporate Action + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[asset](../CorporateActionBase/CorporateActionBase.md#asset) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L80) + +___ + +### currency + +• **currency**: `string` + +Asset ID of the currency in which dividends are being distributed + +#### Defined in + +[api/entities/DividendDistribution/index.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L98) + +___ + +### declarationDate + +• **declarationDate**: `Date` + +date at which the Corporate Action was created + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[declarationDate](../CorporateActionBase/CorporateActionBase.md#declarationdate) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L85) + +___ + +### defaultTaxWithholding + +• **defaultTaxWithholding**: `BigNumber` + +default percentage (0-100) of tax withholding for this Corporate Action + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[defaultTaxWithholding](../CorporateActionBase/CorporateActionBase.md#defaulttaxwithholding) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L101) + +___ + +### description + +• **description**: `string` + +brief text description of the Corporate Action + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[description](../CorporateActionBase/CorporateActionBase.md#description) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L90) + +___ + +### expiryDate + +• **expiryDate**: ``null`` \| `Date` + +date after which dividends can no longer be paid/reclaimed. A null value means the distribution never expires + +#### Defined in + +[api/entities/DividendDistribution/index.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L114) + +___ + +### id + +• **id**: `BigNumber` + +internal Corporate Action ID + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[id](../CorporateActionBase/CorporateActionBase.md#id) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L75) + +___ + +### maxAmount + +• **maxAmount**: `BigNumber` + +maximum amount of `currency` to be distributed. Distributions are "first come, first served", so funds can be depleted before + every Asset Holder receives their corresponding amount + +#### Defined in + +[api/entities/DividendDistribution/index.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L109) + +___ + +### origin + +• **origin**: [`NumberedPortfolio`](../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../DefaultPortfolio/DefaultPortfolio.md) + +Portfolio from which the dividends will be distributed + +#### Defined in + +[api/entities/DividendDistribution/index.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L93) + +___ + +### paymentDate + +• **paymentDate**: `Date` + +date starting from which dividends can be paid/reclaimed + +#### Defined in + +[api/entities/DividendDistribution/index.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L119) + +___ + +### perShare + +• **perShare**: `BigNumber` + +amount of `currency` to pay for each share held by the Asset Holders + +#### Defined in + +[api/entities/DividendDistribution/index.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L103) + +___ + +### targets + +• **targets**: [`CorporateActionTargets`](../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) + +Asset Holder Identities related to this Corporate action. If the treatment is `Exclude`, the Identities + in the array will not be targeted by the Action, Identities not in the array will be targeted, and vice versa + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[targets](../CorporateActionBase/CorporateActionBase.md#targets) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L96) + +___ + +### taxWithholdings + +• **taxWithholdings**: [`TaxWithholding`](../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md)[] + +percentage (0-100) of tax withholding per Identity. Any Identity not present + in this array uses the default tax withholding percentage + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[taxWithholdings](../CorporateActionBase/CorporateActionBase.md#taxwithholdings) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L107) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[uuid](../CorporateActionBase/CorporateActionBase.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### checkpoint + +▸ **checkpoint**(): `Promise`\<[`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) \| [`Checkpoint`](../Checkpoint/Checkpoint.md)\> + +Retrieve the Checkpoint associated with this Dividend Distribution. If the Checkpoint is scheduled and has not been created yet, + the corresponding CheckpointSchedule is returned instead + +#### Returns + +`Promise`\<[`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) \| [`Checkpoint`](../Checkpoint/Checkpoint.md)\> + +#### Overrides + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[checkpoint](../CorporateActionBase/CorporateActionBase.md#checkpoint) + +#### Defined in + +[api/entities/DividendDistribution/index.ts:253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L253) + +___ + +### claim + +▸ **claim**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Claim the Dividends corresponding to the signing Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +if `currency` is indivisible, the Identity's share will be rounded down to the nearest integer (after taxes are withheld) + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [claim.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/DividendDistribution/index.ts:202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L202) + +___ + +### details + +▸ **details**(): `Promise`\<[`DividendDistributionDetails`](../../../../interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md)\> + +Retrieve details associated with this Dividend Distribution + +#### Returns + +`Promise`\<[`DividendDistributionDetails`](../../../../interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md)\> + +#### Defined in + +[api/entities/DividendDistribution/index.ts:281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L281) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Retrieve whether the Distribution exists + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[exists](../CorporateActionBase/CorporateActionBase.md#exists) + +#### Defined in + +[api/entities/DividendDistribution/index.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L272) + +___ + +### getParticipant + +▸ **getParticipant**(`args?`): `Promise`\<``null`` \| [`DistributionParticipant`](../../../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md)\> + +Retrieve an Identity that is entitled to dividends in this Distribution (participant), + the amount it is entitled to and whether it has been paid or not + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args?` | `Object` | - | +| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | defaults to the signing Identity | + +#### Returns + +`Promise`\<``null`` \| [`DistributionParticipant`](../../../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md)\> + +**`Note`** + +if the Distribution Checkpoint hasn't been created yet, the result will be null. + This is because the Distribution participant's corresponding payment cannot be determined without a Checkpoint + +#### Defined in + +[api/entities/DividendDistribution/index.ts:362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L362) + +___ + +### getParticipants + +▸ **getParticipants**(): `Promise`\<[`DistributionParticipant`](../../../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md)[]\> + +Retrieve a comprehensive list of all Identities that are entitled to dividends in this Distribution (participants), + the amount they are entitled to and whether they have been paid or not + +#### Returns + +`Promise`\<[`DistributionParticipant`](../../../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md)[]\> + +**`Note`** + +this request can take a lot of time with large amounts of Asset Holders + +**`Note`** + +if the Distribution Checkpoint hasn't been created yet, the result will be an empty array. + This is because the Distribution participants cannot be determined without a Checkpoint + +#### Defined in + +[api/entities/DividendDistribution/index.ts:307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L307) + +___ + +### getPaymentHistory + +▸ **getPaymentHistory**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`DistributionPayment`](../../../../interfaces/API/Entities/Types/DistributionPayment/DistributionPayment.md)\>\> + +Retrieve the payment history for this Distribution + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts` | `Object` | +| `opts.size?` | `BigNumber` | +| `opts.start?` | `BigNumber` | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`DistributionPayment`](../../../../interfaces/API/Entities/Types/DistributionPayment/DistributionPayment.md)\>\> + +**`Note`** + +uses the middleware V2 + +**`Note`** + +supports pagination + +#### Defined in + +[api/entities/DividendDistribution/index.ts:501](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L501) + +___ + +### getWithheldTax + +▸ **getWithheldTax**(): `Promise`\<`BigNumber`\> + +Retrieve the amount of taxes that have been withheld up to this point in this Distribution + +#### Returns + +`Promise`\<`BigNumber`\> + +**`Note`** + +uses the middlewareV2 + +#### Defined in + +[api/entities/DividendDistribution/index.ts:460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L460) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[isEqual](../CorporateActionBase/CorporateActionBase.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### linkDocuments + +▸ **linkDocuments**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Link a list of documents to this corporate action + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`LinkCaDocsParams`](../../../../interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +any previous links are removed in favor of the new list + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [linkDocuments.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[linkDocuments](../CorporateActionBase/CorporateActionBase.md#linkdocuments) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L160) + +___ + +### modifyCheckpoint + +▸ **modifyCheckpoint**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Modify the Distribution's Checkpoint + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`Modify`](../../../../modules/Types/Utils/Utils.md#modify)\<[`ModifyCaCheckpointParams`](../../../../interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md), \{ `checkpoint`: [`InputCaCheckpoint`](../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) }\> | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modifyCheckpoint.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Overrides + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[modifyCheckpoint](../CorporateActionBase/CorporateActionBase.md#modifycheckpoint) + +#### Defined in + +[api/entities/DividendDistribution/index.ts:212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L212) + +___ + +### pay + +▸ **pay**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Transfer the corresponding share of the dividends to a list of Identities + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`PayDividendsParams`](../../../../interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +due to performance issues, we do not validate that the distribution has enough remaining funds to pay the corresponding amount to the supplied Identities + +**`Note`** + +if `currency` is indivisible, the Identity's share will be rounded down to the nearest integer (after taxes are withheld) + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [pay.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/DividendDistribution/index.ts:230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L230) + +___ + +### reclaimFunds + +▸ **reclaimFunds**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Reclaim any remaining funds back to the origin Portfolio. This can only be done after the Distribution has expired + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +withheld taxes are also reclaimed in the same transaction + +**`Note`** + +required roles: + - Origin Portfolio Custodian + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [reclaimFunds.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/DividendDistribution/index.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L245) + +___ + +### toHuman + +▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md) + +Return the Dividend Distribution's static data + +#### Returns + +[`HumanReadable`](../../../../interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md) + +#### Overrides + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[toHuman](../CorporateActionBase/CorporateActionBase.md#tohuman) + +#### Defined in + +[api/entities/DividendDistribution/index.ts:616](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L616) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[generateUuid](../CorporateActionBase/CorporateActionBase.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[CorporateActionBase](../CorporateActionBase/CorporateActionBase.md).[unserialize](../CorporateActionBase/CorporateActionBase.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Entity/Entity.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Entity/Entity.md new file mode 100644 index 0000000000..83750ac771 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Entity/Entity.md @@ -0,0 +1,196 @@ +--- +id: "Entity" +title: "Class: Entity" +sidebar_label: "Entity" +--- + +[api/entities/Entity](../../../../modules/API/Entities/Entity/Entity.md).Entity + +Represents an object or resource in the Polymesh Ecosystem with its own set of properties and functionality + +## Type parameters + +| Name | +| :------ | +| `UniqueIdentifiers` | +| `HumanReadable` | + +## Hierarchy + +- **`Entity`** + + ↳ [`Account`](../Account/Account.md) + + ↳ [`BaseAsset`](../Asset/Base/BaseAsset/BaseAsset.md) + + ↳ [`Nft`](../Asset/NonFungible/Nft/Nft.md) + + ↳ [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md) + + ↳ [`Checkpoint`](../Checkpoint/Checkpoint.md) + + ↳ [`CheckpointSchedule`](../CheckpointSchedule/CheckpointSchedule.md) + + ↳ [`CorporateActionBase`](../CorporateActionBase/CorporateActionBase.md) + + ↳ [`Identity`](../Identity/Identity.md) + + ↳ [`Instruction`](../Instruction/Instruction.md) + + ↳ [`MetadataEntry`](../MetadataEntry/MetadataEntry.md) + + ↳ [`MultiSigProposal`](../MultiSigProposal/MultiSigProposal.md) + + ↳ [`Offering`](../Offering/Offering.md) + + ↳ [`PermissionGroup`](../PermissionGroup/PermissionGroup.md) + + ↳ [`Portfolio`](../Portfolio/Portfolio.md) + + ↳ [`Subsidy`](../Subsidy/Subsidy.md) + + ↳ [`TickerReservation`](../TickerReservation/TickerReservation.md) + + ↳ [`Venue`](../Venue/Venue.md) + +## Properties + +### uuid + +• **uuid**: `string` + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### exists + +▸ `Abstract` **exists**(): `Promise`\<`boolean`\> + +Determine whether this Entity exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Defined in + +[api/entities/Entity.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L68) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### toHuman + +▸ `Abstract` **toHuman**(): `HumanReadable` + +Returns Entity data in a human readable (JSON) format + +#### Returns + +`HumanReadable` + +#### Defined in + +[api/entities/Entity.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L73) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### isUniqueIdentifiers + +▸ `Static` **isUniqueIdentifiers**(`identifiers`): `boolean` + +Typeguard that checks whether the object passed corresponds to the unique identifiers of the class. Must be overridden + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `identifiers` | `unknown` | object to type check | + +#### Returns + +`boolean` + +#### Defined in + +[api/entities/Entity.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L42) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Identity/AssetPermissions/AssetPermissions.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Identity/AssetPermissions/AssetPermissions.md new file mode 100644 index 0000000000..5553c0777a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Identity/AssetPermissions/AssetPermissions.md @@ -0,0 +1,201 @@ +--- +id: "AssetPermissions" +title: "Class: AssetPermissions" +sidebar_label: "AssetPermissions" +--- + +[api/entities/Identity/AssetPermissions](../../../../../modules/API/Entities/Identity/AssetPermissions/AssetPermissions.md).AssetPermissions + +Handles all Asset Permissions (External Agents) related functionality on the Identity side + +## Hierarchy + +- `Namespace`\<[`Identity`](../Identity.md)\> + + ↳ **`AssetPermissions`** + +## Methods + +### checkPermissions + +▸ **checkPermissions**(`args`): `Promise`\<[`CheckPermissionsResult`](../../../../../interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Identity`](../../../../../enums/API/Entities/Types/SignerType/SignerType.md#identity)\>\> + +Check whether this Identity has specific transaction Permissions over an Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.asset` | `string` \| [`BaseAsset`](../../Asset/Base/BaseAsset/BaseAsset.md) | +| `args.transactions` | ``null`` \| [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag)[] | + +#### Returns + +`Promise`\<[`CheckPermissionsResult`](../../../../../interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Identity`](../../../../../enums/API/Entities/Types/SignerType/SignerType.md#identity)\>\> + +#### Defined in + +[api/entities/Identity/AssetPermissions.ts:133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/AssetPermissions.ts#L133) + +___ + +### enabledAt + +▸ **enabledAt**(`«destructured»`): `Promise`\<``null`` \| [`EventIdentifier`](../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> + +Retrieve the identifier data (block number, date and event index) of the event that was emitted when this Identity was enabled/added as + an Agent with permissions over a specific Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `«destructured»` | `Object` | +| › `asset` | `string` \| [`Asset`](../../../../../modules/API/Entities/Asset/Types/Types.md#asset) | + +#### Returns + +`Promise`\<``null`` \| [`EventIdentifier`](../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> + +**`Note`** + +uses the middlewareV2 + +**`Note`** + +there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned + +#### Defined in + +[api/entities/Identity/AssetPermissions.ts:324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/AssetPermissions.ts#L324) + +___ + +### get + +▸ **get**(): `Promise`\<[`AssetWithGroup`](../../../../../interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md)[]\> + +Retrieve all the Assets over which this Identity has permissions, with the corresponding Permission Group + +#### Returns + +`Promise`\<[`AssetWithGroup`](../../../../../interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md)[]\> + +#### Defined in + +[api/entities/Identity/AssetPermissions.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/AssetPermissions.ts#L104) + +___ + +### getGroup + +▸ **getGroup**(`«destructured»`): `Promise`\<[`CustomPermissionGroup`](../../CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../KnownPermissionGroup/KnownPermissionGroup.md)\> + +Retrieve this Identity's Permission Group for a specific Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `«destructured»` | `Object` | +| › `asset` | `string` \| [`BaseAsset`](../../Asset/Base/BaseAsset/BaseAsset.md) | + +#### Returns + +`Promise`\<[`CustomPermissionGroup`](../../CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../KnownPermissionGroup/KnownPermissionGroup.md)\> + +#### Defined in + +[api/entities/Identity/AssetPermissions.ts:283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/AssetPermissions.ts#L283) + +___ + +### getOperationHistory + +▸ **getOperationHistory**(`opts`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`EventIdentifier`](../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\>\> + +Retrieve all Events triggered by Operations this Identity has performed on a specific Asset + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `opts` | `Object` | - | +| `opts.asset` | `string` \| [`FungibleAsset`](../../Asset/Fungible/FungibleAsset.md) | - | +| `opts.eventId?` | [`EventIdEnum`](../../../../../enums/Types/EventIdEnum/EventIdEnum.md) | filters results by event | +| `opts.moduleId?` | [`ModuleIdEnum`](../../../../../enums/Types/ModuleIdEnum/ModuleIdEnum.md) | filters results by module | +| `opts.size?` | `BigNumber` | page size | +| `opts.start?` | `BigNumber` | page offset | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`EventIdentifier`](../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\>\> + +**`Note`** + +uses the middlewareV2 + +**`Note`** + +supports pagination + +#### Defined in + +[api/entities/Identity/AssetPermissions.ts:375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/AssetPermissions.ts#L375) + +___ + +### setGroup + +▸ **setGroup**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`CustomPermissionGroup`](../../CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../KnownPermissionGroup/KnownPermissionGroup.md), [`CustomPermissionGroup`](../../CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../KnownPermissionGroup/KnownPermissionGroup.md)\>\> + +Assign this Identity to a different Permission Group for a given Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`SetPermissionGroupParams`](../../../../../interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`CustomPermissionGroup`](../../CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../KnownPermissionGroup/KnownPermissionGroup.md), [`CustomPermissionGroup`](../../CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../KnownPermissionGroup/KnownPermissionGroup.md)\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setGroup.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Identity/AssetPermissions.ts:360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/AssetPermissions.ts#L360) + +___ + +### waive + +▸ **waive**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Abdicate from the current Permissions Group for a given Asset. This means that this Identity will no longer have any permissions over said Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`WaivePermissionsParams`](../../../../../interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [waive.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Identity/AssetPermissions.ts:350](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/AssetPermissions.ts#L350) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md new file mode 100644 index 0000000000..fb76eb3fae --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md @@ -0,0 +1,1020 @@ +--- +id: "ChildIdentity" +title: "Class: ChildIdentity" +sidebar_label: "ChildIdentity" +--- + +[api/entities/Identity/ChildIdentity](../../../../../modules/API/Entities/Identity/ChildIdentity/ChildIdentity.md).ChildIdentity + +Represents a child identity + +## Hierarchy + +- [`Identity`](../Identity.md) + + ↳ **`ChildIdentity`** + +## Properties + +### assetPermissions + +• **assetPermissions**: [`AssetPermissions`](../AssetPermissions/AssetPermissions.md) + +#### Inherited from + +[Identity](../Identity.md).[assetPermissions](../Identity.md#assetpermissions) + +#### Defined in + +[api/entities/Identity/index.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L128) + +___ + +### authorizations + +• **authorizations**: [`IdentityAuthorizations`](../IdentityAuthorizations/IdentityAuthorizations.md) + +#### Inherited from + +[Identity](../Identity.md).[authorizations](../Identity.md#authorizations) + +#### Defined in + +[api/entities/Identity/index.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L126) + +___ + +### did + +• **did**: `string` + +Identity ID as stored in the blockchain + +#### Inherited from + +[Identity](../Identity.md).[did](../Identity.md#did) + +#### Defined in + +[api/entities/Identity/index.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L123) + +___ + +### portfolios + +• **portfolios**: [`Portfolios`](../Portfolios/Portfolios.md) + +#### Inherited from + +[Identity](../Identity.md).[portfolios](../Identity.md#portfolios) + +#### Defined in + +[api/entities/Identity/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L127) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Identity](../Identity.md).[uuid](../Identity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### areSecondaryAccountsFrozen + +▸ **areSecondaryAccountsFrozen**(): `Promise`\<`boolean`\> + +Check whether secondary Accounts are frozen + +#### Returns + +`Promise`\<`boolean`\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Inherited from + +[Identity](../Identity.md).[areSecondaryAccountsFrozen](../Identity.md#aresecondaryaccountsfrozen) + +#### Defined in + +[api/entities/Identity/index.ts:698](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L698) + +▸ **areSecondaryAccountsFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<`boolean`\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[Identity](../Identity.md).[areSecondaryAccountsFrozen](../Identity.md#aresecondaryaccountsfrozen) + +#### Defined in + +[api/entities/Identity/index.ts:699](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L699) + +___ + +### checkRoles + +▸ **checkRoles**(`roles`): `Promise`\<[`CheckRolesResult`](../../../../../interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md)\> + +Check whether this Identity possesses all specified roles + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `roles` | [`Role`](../../../../../modules/API/Procedures/Types/Types.md#role)[] | + +#### Returns + +`Promise`\<[`CheckRolesResult`](../../../../../interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md)\> + +#### Inherited from + +[Identity](../Identity.md).[checkRoles](../Identity.md#checkroles) + +#### Defined in + +[api/entities/Identity/index.ts:481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L481) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this child Identity exists + +#### Returns + +`Promise`\<`boolean`\> + +**`Note`** + +asset Identities aren't considered to exist for this check + +#### Overrides + +[Identity](../Identity.md).[exists](../Identity.md#exists) + +#### Defined in + +[api/entities/Identity/ChildIdentity.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/ChildIdentity.ts#L67) + +___ + +### getAssetBalance + +▸ **getAssetBalance**(`args`): `Promise`\<`BigNumber`\> + +Retrieve the balance of a particular Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.ticker` | `string` | + +#### Returns + +`Promise`\<`BigNumber`\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Inherited from + +[Identity](../Identity.md).[getAssetBalance](../Identity.md#getassetbalance) + +#### Defined in + +[api/entities/Identity/index.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L204) + +▸ **getAssetBalance**(`args`): `Promise`\<`BigNumber`\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.assetId` | `string` | + +#### Returns + +`Promise`\<`BigNumber`\> + +#### Inherited from + +[Identity](../Identity.md).[getAssetBalance](../Identity.md#getassetbalance) + +#### Defined in + +[api/entities/Identity/index.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L205) + +▸ **getAssetBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.ticker` | `string` | +| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<`BigNumber`\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[Identity](../Identity.md).[getAssetBalance](../Identity.md#getassetbalance) + +#### Defined in + +[api/entities/Identity/index.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L206) + +▸ **getAssetBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.assetId` | `string` | +| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<`BigNumber`\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[Identity](../Identity.md).[getAssetBalance](../Identity.md#getassetbalance) + +#### Defined in + +[api/entities/Identity/index.ts:211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L211) + +___ + +### getHeldAssets + +▸ **getHeldAssets**(`opts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../../Asset/Fungible/FungibleAsset.md)\>\> + +Retrieve a list of all Assets which were held at one point by this Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts` | `Object` | +| `opts.order?` | [`AssetHoldersOrderBy`](../../../../../enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md) | +| `opts.size?` | `BigNumber` | +| `opts.start?` | `BigNumber` | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../../Asset/Fungible/FungibleAsset.md)\>\> + +**`Note`** + +uses the middlewareV2 + +**`Note`** + +supports pagination + +#### Inherited from + +[Identity](../Identity.md).[getHeldAssets](../Identity.md#getheldassets) + +#### Defined in + +[api/entities/Identity/index.ts:378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L378) + +___ + +### getHeldNfts + +▸ **getHeldNfts**(`opts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HeldNfts`](../../../../../interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md)\>\> + +Retrieve a list of all NftCollections which were held at one point by this Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts` | `Object` | +| `opts.order?` | [`NftHoldersOrderBy`](../../../../../enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md) | +| `opts.size?` | `BigNumber` | +| `opts.start?` | `BigNumber` | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HeldNfts`](../../../../../interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md)\>\> + +**`Note`** + +uses the middlewareV2 + +**`Note`** + +supports pagination + +#### Inherited from + +[Identity](../Identity.md).[getHeldNfts](../Identity.md#getheldnfts) + +#### Defined in + +[api/entities/Identity/index.ts:424](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L424) + +___ + +### getHistoricalInstructions + +▸ **getHistoricalInstructions**(`filter?`): `Promise`\<[`HistoricInstruction`](../../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> + +Retrieve all Instructions that have been associated with this Identity's DID + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `filter?` | `Omit`\<[`InstructionPartiesFilters`](../../../../../interfaces/API/Client/Types/InstructionPartiesFilters/InstructionPartiesFilters.md), ``"identity"``\> | + +#### Returns + +`Promise`\<[`HistoricInstruction`](../../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> + +**`Note`** + +uses the middleware V2 + +**`Note`** + +supports pagination + +#### Inherited from + +[Identity](../Identity.md).[getHistoricalInstructions](../Identity.md#gethistoricalinstructions) + +#### Defined in + +[api/entities/Identity/index.ts:904](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L904) + +___ + +### getInstructions + +▸ **getInstructions**(): `Promise`\<[`GroupedInstructions`](../../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md)\> + +Retrieve all Instructions where this Identity is a custodian of one or more portfolios in the legs, + grouped by status + +#### Returns + +`Promise`\<[`GroupedInstructions`](../../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md)\> + +#### Inherited from + +[Identity](../Identity.md).[getInstructions](../Identity.md#getinstructions) + +#### Defined in + +[api/entities/Identity/index.ts:552](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L552) + +___ + +### getInvolvedInstructions + +▸ **getInvolvedInstructions**(): `Promise`\<[`GroupedInvolvedInstructions`](../../../../../interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md)\> + +Retrieve all Instructions where this Identity is a participant (owner/custodian), + grouped by the role of the Identity and Instruction status + +#### Returns + +`Promise`\<[`GroupedInvolvedInstructions`](../../../../../interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md)\> + +#### Inherited from + +[Identity](../Identity.md).[getInvolvedInstructions](../Identity.md#getinvolvedinstructions) + +#### Defined in + +[api/entities/Identity/index.ts:639](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L639) + +___ + +### getMultiSigSigners + +▸ **getMultiSigSigners**(): `Promise`\<[`MultiSigSigners`](../../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md)[]\> + +Returns the list of MultiSig accounts along with their signatories this identity has responsibility for. +The roles possible are: +- Admin: The identity is able to unilaterally modify the MultiSig properties, such as the signers and signatures required for a proposal +- Payer: The identity's primary key will be deducted any POLYX fees the MultiSig may incur + +#### Returns + +`Promise`\<[`MultiSigSigners`](../../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md)[]\> + +**`Note`** + +this query can be potentially **SLOW** depending on the number of MultiSigs present on the chain + +#### Inherited from + +[Identity](../Identity.md).[getMultiSigSigners](../Identity.md#getmultisigsigners) + +#### Defined in + +[api/entities/Identity/index.ts:1042](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L1042) + +___ + +### getOffChainAuthorizationNonce + +▸ **getOffChainAuthorizationNonce**(): `Promise`\<`BigNumber`\> + +Returns the off chain authorization nonce for this Identity + +#### Returns + +`Promise`\<`BigNumber`\> + +#### Inherited from + +[Identity](../Identity.md).[getOffChainAuthorizationNonce](../Identity.md#getoffchainauthorizationnonce) + +#### Defined in + +[api/entities/Identity/index.ts:1120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L1120) + +___ + +### getParentDid + +▸ **getParentDid**(): `Promise`\<``null`` \| [`Identity`](../Identity.md)\> + +Returns the parent of this Identity (if any) + +#### Returns + +`Promise`\<``null`` \| [`Identity`](../Identity.md)\> + +#### Defined in + +[api/entities/Identity/ChildIdentity.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/ChildIdentity.ts#L31) + +___ + +### getPendingDistributions + +▸ **getPendingDistributions**(): `Promise`\<[`DistributionWithDetails`](../../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> + +Retrieve every Dividend Distribution for which this Identity is eligible and hasn't been paid + +#### Returns + +`Promise`\<[`DistributionWithDetails`](../../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> + +**`Note`** + +uses the middleware + +**`Note`** + +this query can be potentially **SLOW** depending on which Assets this Identity has held + +#### Inherited from + +[Identity](../Identity.md).[getPendingDistributions](../Identity.md#getpendingdistributions) + +#### Defined in + +[api/entities/Identity/index.ts:737](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L737) + +___ + +### getPrimaryAccount + +▸ **getPrimaryAccount**(): `Promise`\<[`PermissionedAccount`](../../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\> + +Retrieve the primary Account associated with the Identity + +#### Returns + +`Promise`\<[`PermissionedAccount`](../../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Inherited from + +[Identity](../Identity.md).[getPrimaryAccount](../Identity.md#getprimaryaccount) + +#### Defined in + +[api/entities/Identity/index.ts:314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L314) + +▸ **getPrimaryAccount**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[Identity](../Identity.md).[getPrimaryAccount](../Identity.md#getprimaryaccount) + +#### Defined in + +[api/entities/Identity/index.ts:315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L315) + +___ + +### getSecondaryAccounts + +▸ **getSecondaryAccounts**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`PermissionedAccount`](../../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\>\> + +Get the list of secondary Accounts related to the Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `paginationOpts?` | [`PaginationOptions`](../../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`PermissionedAccount`](../../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\>\> + +**`Note`** + +supports pagination + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Inherited from + +[Identity](../Identity.md).[getSecondaryAccounts](../Identity.md#getsecondaryaccounts) + +#### Defined in + +[api/entities/Identity/index.ts:787](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L787) + +▸ **getSecondaryAccounts**(`callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)[]\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[Identity](../Identity.md).[getSecondaryAccounts](../Identity.md#getsecondaryaccounts) + +#### Defined in + +[api/entities/Identity/index.ts:791](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L791) + +▸ **getSecondaryAccounts**(`paginationOpts`, `callback`): `Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `paginationOpts` | [`PaginationOptions`](../../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | +| `callback` | [`SubCallback`](../../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)[]\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Inherited from + +[Identity](../Identity.md).[getSecondaryAccounts](../Identity.md#getsecondaryaccounts) + +#### Defined in + +[api/entities/Identity/index.ts:795](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L795) + +___ + +### getTrustingAssets + +▸ **getTrustingAssets**(): `Promise`\<[`FungibleAsset`](../../Asset/Fungible/FungibleAsset.md)[]\> + +Get the list of Assets for which this Identity is a trusted claim issuer + +#### Returns + +`Promise`\<[`FungibleAsset`](../../Asset/Fungible/FungibleAsset.md)[]\> + +**`Note`** + +uses the middlewareV2 + +#### Inherited from + +[Identity](../Identity.md).[getTrustingAssets](../Identity.md#gettrustingassets) + +#### Defined in + +[api/entities/Identity/index.ts:505](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L505) + +___ + +### getVenues + +▸ **getVenues**(): `Promise`\<[`Venue`](../../Venue/Venue.md)[]\> + +Retrieve all Venues created by this Identity + +#### Returns + +`Promise`\<[`Venue`](../../Venue/Venue.md)[]\> + +#### Inherited from + +[Identity](../Identity.md).[getVenues](../Identity.md#getvenues) + +#### Defined in + +[api/entities/Identity/index.ts:524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L524) + +___ + +### hasRole + +▸ **hasRole**(`role`): `Promise`\<`boolean`\> + +Check whether this Identity possesses the specified Role + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `role` | [`Role`](../../../../../modules/API/Procedures/Types/Types.md#role) | + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Identity](../Identity.md).[hasRole](../Identity.md#hasrole) + +#### Defined in + +[api/entities/Identity/index.ts:156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L156) + +___ + +### hasValidCdd + +▸ **hasValidCdd**(): `Promise`\<`boolean`\> + +Check whether this Identity has a valid CDD claim + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Identity](../Identity.md).[hasValidCdd](../Identity.md#hasvalidcdd) + +#### Defined in + +[api/entities/Identity/index.ts:262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L262) + +___ + +### isAssetPreApproved + +▸ **isAssetPreApproved**(`asset`): `Promise`\<`boolean`\> + +Returns whether or not this Identity has pre-approved a particular asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `asset` | `string` \| [`BaseAsset`](../../Asset/Base/BaseAsset/BaseAsset.md) | + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Identity](../Identity.md).[isAssetPreApproved](../Identity.md#isassetpreapproved) + +#### Defined in + +[api/entities/Identity/index.ts:1014](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L1014) + +___ + +### isCddProvider + +▸ **isCddProvider**(): `Promise`\<`boolean`\> + +Check whether this Identity is a CDD provider + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Identity](../Identity.md).[isCddProvider](../Identity.md#iscddprovider) + +#### Defined in + +[api/entities/Identity/index.ts:295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L295) + +___ + +### isChild + +▸ **isChild**(): `Promise`\<`boolean`\> + +Check whether this Identity is a child Identity + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Identity](../Identity.md).[isChild](../Identity.md#ischild) + +#### Defined in + +[api/entities/Identity/index.ts:969](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L969) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Identity](../Identity.md).[isEqual](../Identity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### isGcMember + +▸ **isGcMember**(): `Promise`\<`boolean`\> + +Check whether this Identity is Governance Committee member + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Identity](../Identity.md).[isGcMember](../Identity.md#isgcmember) + +#### Defined in + +[api/entities/Identity/index.ts:278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L278) + +___ + +### preApprovedAssets + +▸ **preApprovedAssets**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Asset`](../../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> + +Returns a list of all assets this Identity has pre-approved. These assets will not require affirmation when being received in settlements + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `paginationOpts?` | [`PaginationOptions`](../../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Asset`](../../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> + +#### Inherited from + +[Identity](../Identity.md).[preApprovedAssets](../Identity.md#preapprovedassets) + +#### Defined in + +[api/entities/Identity/index.ts:980](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L980) + +___ + +### toHuman + +▸ **toHuman**(): `string` + +Return the Identity's DID + +#### Returns + +`string` + +#### Inherited from + +[Identity](../Identity.md).[toHuman](../Identity.md#tohuman) + +#### Defined in + +[api/entities/Identity/index.ts:893](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L893) + +___ + +### unlinkChild + +▸ **unlinkChild**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Unlinks a child identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`UnlinkChildParams`](../../../../../interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Throws`** + +if + - the `child` is not a child of this identity + - the transaction signer is not the primary key of the parent identity + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [unlinkChild.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[Identity](../Identity.md).[unlinkChild](../Identity.md#unlinkchild) + +#### Defined in + +[api/entities/Identity/index.ts:962](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L962) + +___ + +### unlinkFromParent + +▸ **unlinkFromParent**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Unlinks this child identity from its parent + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Throws`** + +if + - this identity doesn't have a parent + - the transaction signer is not the primary key of the child identity + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unlinkFromParent.checkAuthorization](../../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Identity/ChildIdentity.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/ChildIdentity.ts#L83) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Identity](../Identity.md).[generateUuid](../Identity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Identity](../Identity.md).[unserialize](../Identity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Identity/Identity.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Identity/Identity.md new file mode 100644 index 0000000000..34af411b7a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Identity/Identity.md @@ -0,0 +1,859 @@ +--- +id: "Identity" +title: "Class: Identity" +sidebar_label: "Identity" +--- + +[api/entities/Identity](../../../../modules/API/Entities/Identity/Identity.md).Identity + +Represents an Identity in the Polymesh blockchain + +## Hierarchy + +- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Identity/UniqueIdentifiers/UniqueIdentifiers.md), `string`\> + + ↳ **`Identity`** + + ↳↳ [`DefaultTrustedClaimIssuer`](../DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md) + + ↳↳ [`ChildIdentity`](ChildIdentity/ChildIdentity.md) + +## Properties + +### assetPermissions + +• **assetPermissions**: [`AssetPermissions`](AssetPermissions/AssetPermissions.md) + +#### Defined in + +[api/entities/Identity/index.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L128) + +___ + +### authorizations + +• **authorizations**: [`IdentityAuthorizations`](IdentityAuthorizations/IdentityAuthorizations.md) + +#### Defined in + +[api/entities/Identity/index.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L126) + +___ + +### did + +• **did**: `string` + +Identity ID as stored in the blockchain + +#### Defined in + +[api/entities/Identity/index.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L123) + +___ + +### portfolios + +• **portfolios**: [`Portfolios`](Portfolios/Portfolios.md) + +#### Defined in + +[api/entities/Identity/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L127) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### areSecondaryAccountsFrozen + +▸ **areSecondaryAccountsFrozen**(): `Promise`\<`boolean`\> + +Check whether secondary Accounts are frozen + +#### Returns + +`Promise`\<`boolean`\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Defined in + +[api/entities/Identity/index.ts:698](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L698) + +▸ **areSecondaryAccountsFrozen**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<`boolean`\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/entities/Identity/index.ts:699](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L699) + +___ + +### checkRoles + +▸ **checkRoles**(`roles`): `Promise`\<[`CheckRolesResult`](../../../../interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md)\> + +Check whether this Identity possesses all specified roles + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `roles` | [`Role`](../../../../modules/API/Procedures/Types/Types.md#role)[] | + +#### Returns + +`Promise`\<[`CheckRolesResult`](../../../../interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md)\> + +#### Defined in + +[api/entities/Identity/index.ts:481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L481) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this Identity exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +**`Note`** + +asset Identities aren't considered to exist for this check + +#### Overrides + +[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) + +#### Defined in + +[api/entities/Identity/index.ts:870](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L870) + +___ + +### getAssetBalance + +▸ **getAssetBalance**(`args`): `Promise`\<`BigNumber`\> + +Retrieve the balance of a particular Asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.ticker` | `string` | + +#### Returns + +`Promise`\<`BigNumber`\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Defined in + +[api/entities/Identity/index.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L204) + +▸ **getAssetBalance**(`args`): `Promise`\<`BigNumber`\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.assetId` | `string` | + +#### Returns + +`Promise`\<`BigNumber`\> + +#### Defined in + +[api/entities/Identity/index.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L205) + +▸ **getAssetBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.ticker` | `string` | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<`BigNumber`\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/entities/Identity/index.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L206) + +▸ **getAssetBalance**(`args`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.assetId` | `string` | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<`BigNumber`\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/entities/Identity/index.ts:211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L211) + +___ + +### getChildIdentities + +▸ **getChildIdentities**(): `Promise`\<[`ChildIdentity`](ChildIdentity/ChildIdentity.md)[]\> + +Returns the list of all child identities + +#### Returns + +`Promise`\<[`ChildIdentity`](ChildIdentity/ChildIdentity.md)[]\> + +**`Note`** + +this query can be potentially **SLOW** depending on the number of parent Identities present on the chain + +#### Defined in + +[api/entities/Identity/index.ts:928](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L928) + +___ + +### getHeldAssets + +▸ **getHeldAssets**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)\>\> + +Retrieve a list of all Assets which were held at one point by this Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts` | `Object` | +| `opts.order?` | [`AssetHoldersOrderBy`](../../../../enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md) | +| `opts.size?` | `BigNumber` | +| `opts.start?` | `BigNumber` | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)\>\> + +**`Note`** + +uses the middlewareV2 + +**`Note`** + +supports pagination + +#### Defined in + +[api/entities/Identity/index.ts:378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L378) + +___ + +### getHeldNfts + +▸ **getHeldNfts**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HeldNfts`](../../../../interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md)\>\> + +Retrieve a list of all NftCollections which were held at one point by this Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts` | `Object` | +| `opts.order?` | [`NftHoldersOrderBy`](../../../../enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md) | +| `opts.size?` | `BigNumber` | +| `opts.start?` | `BigNumber` | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HeldNfts`](../../../../interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md)\>\> + +**`Note`** + +uses the middlewareV2 + +**`Note`** + +supports pagination + +#### Defined in + +[api/entities/Identity/index.ts:424](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L424) + +___ + +### getHistoricalInstructions + +▸ **getHistoricalInstructions**(`filter?`): `Promise`\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> + +Retrieve all Instructions that have been associated with this Identity's DID + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `filter?` | `Omit`\<[`InstructionPartiesFilters`](../../../../interfaces/API/Client/Types/InstructionPartiesFilters/InstructionPartiesFilters.md), ``"identity"``\> | + +#### Returns + +`Promise`\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)[]\> + +**`Note`** + +uses the middleware V2 + +**`Note`** + +supports pagination + +#### Defined in + +[api/entities/Identity/index.ts:904](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L904) + +___ + +### getInstructions + +▸ **getInstructions**(): `Promise`\<[`GroupedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md)\> + +Retrieve all Instructions where this Identity is a custodian of one or more portfolios in the legs, + grouped by status + +#### Returns + +`Promise`\<[`GroupedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md)\> + +#### Defined in + +[api/entities/Identity/index.ts:552](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L552) + +___ + +### getInvolvedInstructions + +▸ **getInvolvedInstructions**(): `Promise`\<[`GroupedInvolvedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md)\> + +Retrieve all Instructions where this Identity is a participant (owner/custodian), + grouped by the role of the Identity and Instruction status + +#### Returns + +`Promise`\<[`GroupedInvolvedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md)\> + +#### Defined in + +[api/entities/Identity/index.ts:639](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L639) + +___ + +### getMultiSigSigners + +▸ **getMultiSigSigners**(): `Promise`\<[`MultiSigSigners`](../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md)[]\> + +Returns the list of MultiSig accounts along with their signatories this identity has responsibility for. +The roles possible are: +- Admin: The identity is able to unilaterally modify the MultiSig properties, such as the signers and signatures required for a proposal +- Payer: The identity's primary key will be deducted any POLYX fees the MultiSig may incur + +#### Returns + +`Promise`\<[`MultiSigSigners`](../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md)[]\> + +**`Note`** + +this query can be potentially **SLOW** depending on the number of MultiSigs present on the chain + +#### Defined in + +[api/entities/Identity/index.ts:1042](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L1042) + +___ + +### getOffChainAuthorizationNonce + +▸ **getOffChainAuthorizationNonce**(): `Promise`\<`BigNumber`\> + +Returns the off chain authorization nonce for this Identity + +#### Returns + +`Promise`\<`BigNumber`\> + +#### Defined in + +[api/entities/Identity/index.ts:1120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L1120) + +___ + +### getPendingDistributions + +▸ **getPendingDistributions**(): `Promise`\<[`DistributionWithDetails`](../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> + +Retrieve every Dividend Distribution for which this Identity is eligible and hasn't been paid + +#### Returns + +`Promise`\<[`DistributionWithDetails`](../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md)[]\> + +**`Note`** + +uses the middleware + +**`Note`** + +this query can be potentially **SLOW** depending on which Assets this Identity has held + +#### Defined in + +[api/entities/Identity/index.ts:737](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L737) + +___ + +### getPrimaryAccount + +▸ **getPrimaryAccount**(): `Promise`\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\> + +Retrieve the primary Account associated with the Identity + +#### Returns + +`Promise`\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Defined in + +[api/entities/Identity/index.ts:314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L314) + +▸ **getPrimaryAccount**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/entities/Identity/index.ts:315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L315) + +___ + +### getSecondaryAccounts + +▸ **getSecondaryAccounts**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\>\> + +Get the list of secondary Accounts related to the Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)\>\> + +**`Note`** + +supports pagination + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Defined in + +[api/entities/Identity/index.ts:787](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L787) + +▸ **getSecondaryAccounts**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)[]\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/entities/Identity/index.ts:791](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L791) + +▸ **getSecondaryAccounts**(`paginationOpts`, `callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `paginationOpts` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`PermissionedAccount`](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md)[]\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/entities/Identity/index.ts:795](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L795) + +___ + +### getTrustingAssets + +▸ **getTrustingAssets**(): `Promise`\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)[]\> + +Get the list of Assets for which this Identity is a trusted claim issuer + +#### Returns + +`Promise`\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)[]\> + +**`Note`** + +uses the middlewareV2 + +#### Defined in + +[api/entities/Identity/index.ts:505](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L505) + +___ + +### getVenues + +▸ **getVenues**(): `Promise`\<[`Venue`](../Venue/Venue.md)[]\> + +Retrieve all Venues created by this Identity + +#### Returns + +`Promise`\<[`Venue`](../Venue/Venue.md)[]\> + +#### Defined in + +[api/entities/Identity/index.ts:524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L524) + +___ + +### hasRole + +▸ **hasRole**(`role`): `Promise`\<`boolean`\> + +Check whether this Identity possesses the specified Role + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `role` | [`Role`](../../../../modules/API/Procedures/Types/Types.md#role) | + +#### Returns + +`Promise`\<`boolean`\> + +#### Defined in + +[api/entities/Identity/index.ts:156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L156) + +___ + +### hasValidCdd + +▸ **hasValidCdd**(): `Promise`\<`boolean`\> + +Check whether this Identity has a valid CDD claim + +#### Returns + +`Promise`\<`boolean`\> + +#### Defined in + +[api/entities/Identity/index.ts:262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L262) + +___ + +### isAssetPreApproved + +▸ **isAssetPreApproved**(`asset`): `Promise`\<`boolean`\> + +Returns whether or not this Identity has pre-approved a particular asset + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `asset` | `string` \| [`BaseAsset`](../Asset/Base/BaseAsset/BaseAsset.md) | + +#### Returns + +`Promise`\<`boolean`\> + +#### Defined in + +[api/entities/Identity/index.ts:1014](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L1014) + +___ + +### isCddProvider + +▸ **isCddProvider**(): `Promise`\<`boolean`\> + +Check whether this Identity is a CDD provider + +#### Returns + +`Promise`\<`boolean`\> + +#### Defined in + +[api/entities/Identity/index.ts:295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L295) + +___ + +### isChild + +▸ **isChild**(): `Promise`\<`boolean`\> + +Check whether this Identity is a child Identity + +#### Returns + +`Promise`\<`boolean`\> + +#### Defined in + +[api/entities/Identity/index.ts:969](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L969) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### isGcMember + +▸ **isGcMember**(): `Promise`\<`boolean`\> + +Check whether this Identity is Governance Committee member + +#### Returns + +`Promise`\<`boolean`\> + +#### Defined in + +[api/entities/Identity/index.ts:278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L278) + +___ + +### preApprovedAssets + +▸ **preApprovedAssets**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> + +Returns a list of all assets this Identity has pre-approved. These assets will not require affirmation when being received in settlements + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Asset`](../../../../modules/API/Entities/Asset/Types/Types.md#asset)\>\> + +#### Defined in + +[api/entities/Identity/index.ts:980](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L980) + +___ + +### toHuman + +▸ **toHuman**(): `string` + +Return the Identity's DID + +#### Returns + +`string` + +#### Overrides + +[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) + +#### Defined in + +[api/entities/Identity/index.ts:893](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L893) + +___ + +### unlinkChild + +▸ **unlinkChild**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Unlinks a child identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`UnlinkChildParams`](../../../../interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Throws`** + +if + - the `child` is not a child of this identity + - the transaction signer is not the primary key of the parent identity + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [unlinkChild.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Identity/index.ts:962](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L962) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md new file mode 100644 index 0000000000..1b7599f004 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md @@ -0,0 +1,138 @@ +--- +id: "IdentityAuthorizations" +title: "Class: IdentityAuthorizations" +sidebar_label: "IdentityAuthorizations" +--- + +[api/entities/Identity/IdentityAuthorizations](../../../../../modules/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md).IdentityAuthorizations + +Handles all Identity Authorization related functionality + +## Hierarchy + +- [`Authorizations`](../../Common/Namespaces/Authorizations/Authorizations.md)\<[`Identity`](../Identity.md)\> + + ↳ **`IdentityAuthorizations`** + +## Methods + +### getHistoricalAuthorizations + +▸ **getHistoricalAuthorizations**(`opts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\>\> + +Fetch all historical Authorization Requests for which this Signer is the target + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `opts` | `Object` | - | +| `opts.size?` | `BigNumber` | page size | +| `opts.start?` | `BigNumber` | page offset | +| `opts.status?` | [`AuthorizationStatusEnum`](../../../../../enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md) | fetch only authorizations with this status. Fetches all statuses if not passed | +| `opts.type?` | [`AuthTypeEnum`](../../../../../enums/Types/AuthTypeEnum/AuthTypeEnum.md) | fetch only authorizations of this type. Fetches all types if not passed | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\>\> + +**`Note`** + +supports pagination + +**`Note`** + +uses the middlewareV2 + +#### Inherited from + +[Authorizations](../../Common/Namespaces/Authorizations/Authorizations.md).[getHistoricalAuthorizations](../../Common/Namespaces/Authorizations/Authorizations.md#gethistoricalauthorizations) + +#### Defined in + +[api/entities/common/namespaces/Authorizations.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/common/namespaces/Authorizations.ts#L150) + +___ + +### getOne + +▸ **getOne**(`args`): `Promise`\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\> + +Retrieve a single Authorization Request targeting or issued by this Identity by its ID + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.id` | `BigNumber` | + +#### Returns + +`Promise`\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\> + +**`Throws`** + +if there is no Authorization Request with the passed ID targeting or issued by this Identity + +#### Overrides + +[Authorizations](../../Common/Namespaces/Authorizations/Authorizations.md).[getOne](../../Common/Namespaces/Authorizations/Authorizations.md#getone) + +#### Defined in + +[api/entities/Identity/IdentityAuthorizations.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/IdentityAuthorizations.ts#L60) + +___ + +### getReceived + +▸ **getReceived**(`opts?`): `Promise`\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)[]\> + +Fetch all pending Authorization Requests for which this Signer is the target + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `opts?` | `Object` | - | +| `opts.includeExpired?` | `boolean` | whether to include expired authorizations. Defaults to true | +| `opts.type?` | [`AuthorizationType`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md) | fetch only authorizations of this type. Fetches all types if not passed | + +#### Returns + +`Promise`\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)[]\> + +#### Inherited from + +[Authorizations](../../Common/Namespaces/Authorizations/Authorizations.md).[getReceived](../../Common/Namespaces/Authorizations/Authorizations.md#getreceived) + +#### Defined in + +[api/entities/common/namespaces/Authorizations.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/common/namespaces/Authorizations.ts#L42) + +___ + +### getSent + +▸ **getSent**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\>\> + +Fetch all pending authorization requests issued by this Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `paginationOpts?` | [`PaginationOptions`](../../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`AuthorizationRequest`](../../AuthorizationRequest/AuthorizationRequest.md)\>\> + +**`Note`** + +supports pagination + +#### Defined in + +[api/entities/Identity/IdentityAuthorizations.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/IdentityAuthorizations.ts#L18) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Identity/Portfolios/Portfolios.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Identity/Portfolios/Portfolios.md new file mode 100644 index 0000000000..93090417f7 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Identity/Portfolios/Portfolios.md @@ -0,0 +1,182 @@ +--- +id: "Portfolios" +title: "Class: Portfolios" +sidebar_label: "Portfolios" +--- + +[api/entities/Identity/Portfolios](../../../../../modules/API/Entities/Identity/Portfolios/Portfolios.md).Portfolios + +Handles all Portfolio related functionality on the Identity side + +## Hierarchy + +- `Namespace`\<[`Identity`](../Identity.md)\> + + ↳ **`Portfolios`** + +## Methods + +### delete + +▸ **delete**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Delete a Portfolio by ID + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.portfolio` | `BigNumber` \| [`NumberedPortfolio`](../../NumberedPortfolio/NumberedPortfolio.md) | +| `opts?` | [`ProcedureOpts`](../../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +required role: + - Portfolio Custodian + +**`Note`** + +this method is of type [ProcedureMethod](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [delete.checkAuthorization](../../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Identity/Portfolios.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/Portfolios.ts#L213) + +___ + +### getCustodiedPortfolios + +▸ **getCustodiedPortfolios**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`NumberedPortfolio`](../../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../DefaultPortfolio/DefaultPortfolio.md)\>\> + +Retrieve all Portfolios custodied by this Identity. + This only includes portfolios owned by a different Identity but custodied by this one. + To fetch Portfolios owned by this Identity, use [getPortfolios](Portfolios.md#getportfolios) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `paginationOpts?` | [`PaginationOptions`](../../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`NumberedPortfolio`](../../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../DefaultPortfolio/DefaultPortfolio.md)\>\> + +**`Note`** + +supports pagination + +#### Defined in + +[api/entities/Identity/Portfolios.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/Portfolios.ts#L92) + +___ + +### getPortfolio + +▸ **getPortfolio**(): `Promise`\<[`DefaultPortfolio`](../../DefaultPortfolio/DefaultPortfolio.md)\> + +Retrieve a Numbered Portfolio or the Default Portfolio if Portfolio ID is not passed + +#### Returns + +`Promise`\<[`DefaultPortfolio`](../../DefaultPortfolio/DefaultPortfolio.md)\> + +#### Defined in + +[api/entities/Identity/Portfolios.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/Portfolios.ts#L139) + +▸ **getPortfolio**(`args`): `Promise`\<[`NumberedPortfolio`](../../NumberedPortfolio/NumberedPortfolio.md)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.portfolioId` | `BigNumber` | + +#### Returns + +`Promise`\<[`NumberedPortfolio`](../../NumberedPortfolio/NumberedPortfolio.md)\> + +#### Defined in + +[api/entities/Identity/Portfolios.ts:140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/Portfolios.ts#L140) + +___ + +### getPortfolioByName + +▸ **getPortfolioByName**(`args`): `Promise`\<[`NumberedPortfolio`](../../NumberedPortfolio/NumberedPortfolio.md)\> + +Retrieve a Numbered Portfolio by its name + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.name` | `string` | + +#### Returns + +`Promise`\<[`NumberedPortfolio`](../../NumberedPortfolio/NumberedPortfolio.md)\> + +**`Throws`** + +if no Portfolio exists with the given name + +#### Defined in + +[api/entities/Identity/Portfolios.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/Portfolios.ts#L175) + +___ + +### getPortfolios + +▸ **getPortfolios**(): `Promise`\<[[`DefaultPortfolio`](../../DefaultPortfolio/DefaultPortfolio.md), ...NumberedPortfolio[]]\> + +Retrieve all the Portfolios owned by this Identity + +#### Returns + +`Promise`\<[[`DefaultPortfolio`](../../DefaultPortfolio/DefaultPortfolio.md), ...NumberedPortfolio[]]\> + +#### Defined in + +[api/entities/Identity/Portfolios.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/Portfolios.ts#L61) + +___ + +### getTransactionHistory + +▸ **getTransactionHistory**(`filters?`): `Promise`\<[`HistoricSettlement`](../../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> + +Retrieve a list of transactions where this identity was involved. Can be filtered using parameters + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `filters` | `Object` | - | +| `filters.account?` | `string` | Account involved in the settlement | +| `filters.assetId?` | `string` | - | +| `filters.ticker?` | `string` | ticker involved in the transaction | + +#### Returns + +`Promise`\<[`HistoricSettlement`](../../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> + +**`Note`** + +uses the middlewareV2 + +#### Defined in + +[api/entities/Identity/Portfolios.ts:225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/Portfolios.ts#L225) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Instruction/Instruction.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Instruction/Instruction.md new file mode 100644 index 0000000000..2325d02984 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Instruction/Instruction.md @@ -0,0 +1,712 @@ +--- +id: "Instruction" +title: "Class: Instruction" +sidebar_label: "Instruction" +--- + +[api/entities/Instruction](../../../../modules/API/Entities/Instruction/Instruction.md).Instruction + +Represents a settlement Instruction to be executed on a certain Venue + +## Hierarchy + +- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Instruction/UniqueIdentifiers/UniqueIdentifiers.md), `string`\> + + ↳ **`Instruction`** + +## Properties + +### id + +• **id**: `BigNumber` + +Unique identifier number of the instruction + +#### Defined in + +[api/entities/Instruction/index.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L125) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### affirm + +▸ **affirm**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> + +Affirm this instruction (authorize) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args?` | [`AffirmInstructionParams`](../../../../modules/API/Procedures/Types/Types.md#affirminstructionparams) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> + +**`Note`** + +this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md), which means you can call [affirm.checkAuthorization](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Instruction/index.ts:807](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L807) + +___ + +### affirmAsMediator + +▸ **affirmAsMediator**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> + +Affirm this instruction as a mediator (authorize) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args?` | [`AffirmAsMediatorParams`](../../../../modules/API/Procedures/Types/Types.md#affirmasmediatorparams) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> + +**`Note`** + +this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md), which means you can call [affirmAsMediator.checkAuthorization](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Instruction/index.ts:841](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L841) + +___ + +### details + +▸ **details**(): `Promise`\<[`InstructionDetails`](../../../../modules/API/Entities/Instruction/Types/Types.md#instructiondetails)\> + +Retrieve information specific to this Instruction + +#### Returns + +`Promise`\<[`InstructionDetails`](../../../../modules/API/Entities/Instruction/Types/Types.md#instructiondetails)\> + +**`Note`** + +uses middleware (if available) to retrieve information, otherwise directly queries from the chain + +**`Throws`** + +if + - instruction does not exists + - instruction is not yet processed by the middleware (when querying from middleware) + - instruction is executed/rejected and was pruned from chain (when querying from chain) + +#### Defined in + +[api/entities/Instruction/index.ts:463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L463) + +___ + +### executeManually + +▸ **executeManually**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> + +Executes an Instruction either of type `SettleManual` or a `Failed` instruction + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args?` | [`ExecuteManualInstructionParams`](../../../../interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> + +**`Note`** + +this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md), which means you can call [executeManually.checkAuthorization](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Instruction/index.ts:861](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L861) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this Instruction exists on chain (or existed and was pruned) + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) + +#### Defined in + +[api/entities/Instruction/index.ts:304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L304) + +___ + +### generateOffChainAffirmationReceipt + +▸ **generateOffChainAffirmationReceipt**(`args`): `Promise`\<[`OffChainAffirmationReceipt`](../../../../interfaces/API/Procedures/Types/OffChainAffirmationReceipt/OffChainAffirmationReceipt.md)\> + +Generate an offchain affirmation receipt for a specific leg and UID + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args` | `Object` | - | +| `args.legId` | `BigNumber` | index of the offchain leg in this instruction | +| `args.metadata?` | `string` | (optional) metadata to be associated with the receipt | +| `args.signer?` | `string` \| [`Account`](../Account/Account.md) | (optional) Signer to be used to generate receipt signature. Defaults to signing Account associated with the SDK | +| `args.signerKeyRingType?` | [`SignerKeyRingType`](../../../../enums/API/Procedures/Types/SignerKeyRingType/SignerKeyRingType.md) | (optional) keyring type of the signer. Defaults to 'Sr25519' | +| `args.uid` | `BigNumber` | UID of the receipt | + +#### Returns + +`Promise`\<[`OffChainAffirmationReceipt`](../../../../interfaces/API/Procedures/Types/OffChainAffirmationReceipt/OffChainAffirmationReceipt.md)\> + +#### Defined in + +[api/entities/Instruction/index.ts:1191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L1191) + +___ + +### getAffirmations + +▸ **getAffirmations**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`InstructionAffirmation`](../../../../interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md)\>\> + +Retrieve every authorization generated by this Instruction (status and authorizing Identity) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) \| [`MiddlewarePaginationOptions`](../../../../interfaces/API/Entities/Types/MiddlewarePaginationOptions/MiddlewarePaginationOptions.md) | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`InstructionAffirmation`](../../../../interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md)\>\> + +**`Note`** + +supports pagination. + +**`Note`** + +uses middleware (if available) to retrieve information, otherwise directly queries from the chain + +**`Throws`** + +if + - instruction does not exists + - instruction is executed/rejected and was pruned from chain (when querying from chain) + +#### Defined in + +[api/entities/Instruction/index.ts:499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L499) + +___ + +### getInvolvedPortfolios + +▸ **getInvolvedPortfolios**(`args`): `Promise`\<([`NumberedPortfolio`](../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../DefaultPortfolio/DefaultPortfolio.md))[]\> + +Retrieve all the involved portfolios in this Instruction where the given identity is a custodian of + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Object` | +| `args.did` | `string` | + +#### Returns + +`Promise`\<([`NumberedPortfolio`](../NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../DefaultPortfolio/DefaultPortfolio.md))[]\> + +#### Defined in + +[api/entities/Instruction/index.ts:912](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L912) + +___ + +### getLegs + +▸ **getLegs**(`paginationOpts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Leg`](../../../../modules/API/Entities/Instruction/Types/Types.md#leg)\>\> + +Retrieve all legs of this Instruction + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `paginationOpts?` | [`PaginationOptions`](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) \| [`MiddlewarePaginationOptions`](../../../../interfaces/API/Entities/Types/MiddlewarePaginationOptions/MiddlewarePaginationOptions.md) | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Leg`](../../../../modules/API/Entities/Instruction/Types/Types.md#leg)\>\> + +**`Note`** + +supports pagination + +**`Note`** + +uses middleware (if available) to retrieve information, otherwise directly queries from the chain + +**`Throws`** + +if + - instruction does not exists + - instruction is not yet processed by the middleware (when querying from middleware) + - instruction is executed/rejected and was pruned from chain (when querying from chain) + +#### Defined in + +[api/entities/Instruction/index.ts:687](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L687) + +___ + +### getMediators + +▸ **getMediators**(): `Promise`\<[`MediatorAffirmation`](../../../../modules/API/Entities/Instruction/Types/Types.md#mediatoraffirmation)[]\> + +Returns the mediators for the Instruction, along with their affirmation status + +#### Returns + +`Promise`\<[`MediatorAffirmation`](../../../../modules/API/Entities/Instruction/Types/Types.md#mediatoraffirmation)[]\> + +**`Note`** + +uses middleware (if available) to retrieve information, otherwise directly queries from the chain + +**`Throws`** + +if + - instruction does not exists + - instruction is not yet processed by the middleware (when querying from middleware) + - instruction is executed/rejected and was pruned from chain (when querying from chain) + +#### Defined in + +[api/entities/Instruction/index.ts:966](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L966) + +___ + +### getOffChainAffirmationForLeg + +▸ **getOffChainAffirmationForLeg**(`args`): `Promise`\<[`AffirmationStatus`](../../../../enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md)\> + +Returns affirmation status for a specific offchain leg in this Instruction + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args` | `Object` | - | +| `args.legId` | `BigNumber` | index of the leg whose affirmation status is to be fetched | + +#### Returns + +`Promise`\<[`AffirmationStatus`](../../../../enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md)\> + +**`Note`** + +uses middleware (if available) to retrieve information, otherwise directly queries from the chain + +**`Throws`** + +if + - instruction does not exists + - legId provided is not an off-chain leg + - instruction is not yet processed by the middleware (when querying from middleware) + - instruction is executed/rejected and was pruned from chain (when querying from chain) + +#### Defined in + +[api/entities/Instruction/index.ts:1111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L1111) + +___ + +### getOffChainAffirmations + +▸ **getOffChainAffirmations**(): `Promise`\<[`OffChainAffirmation`](../../../../interfaces/API/Entities/Instruction/Types/OffChainAffirmation/OffChainAffirmation.md)[]\> + +Returns affirmation statuses for offchain legs in this Instruction + +#### Returns + +`Promise`\<[`OffChainAffirmation`](../../../../interfaces/API/Entities/Instruction/Types/OffChainAffirmation/OffChainAffirmation.md)[]\> + +**`Note`** + +uses middleware (if available) to retrieve information, otherwise directly queries from the chain + +**`Throws`** + +if + - instruction does not exists + - instruction is not yet processed by the middleware (when querying from middleware) + - instruction is executed/rejected and was pruned from chain (when querying from chain) + +#### Defined in + +[api/entities/Instruction/index.ts:1046](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L1046) + +___ + +### getStatus + +▸ **getStatus**(): `Promise`\<[`InstructionStatusResult`](../../../../modules/API/Entities/Instruction/Types/Types.md#instructionstatusresult)\> + +Retrieve current status of this Instruction + +#### Returns + +`Promise`\<[`InstructionStatusResult`](../../../../modules/API/Entities/Instruction/Types/Types.md#instructionstatusresult)\> + +**`Note`** + +uses the middlewareV2 + +#### Defined in + +[api/entities/Instruction/index.ts:732](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L732) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### isExecuted + +▸ **isExecuted**(): `Promise`\<`boolean`\> + +Retrieve whether the Instruction has already been executed and pruned from + the chain. + +#### Returns + +`Promise`\<`boolean`\> + +#### Defined in + +[api/entities/Instruction/index.ts:216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L216) + +___ + +### isPending + +▸ **isPending**(): `Promise`\<`boolean`\> + +Retrieve whether the Instruction is still pending on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Defined in + +[api/entities/Instruction/index.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L245) + +___ + +### onStatusChange + +▸ **onStatusChange**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +Retrieve current status of the Instruction. This can be subscribed to know if instruction fails + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`InstructionStatus`](../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md)\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +**`Note`** + +current status as `Executed` means that the Instruction has been executed/rejected and pruned from + the chain. + +#### Defined in + +[api/entities/Instruction/index.ts:270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L270) + +___ + +### reject + +▸ **reject**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> + +Reject this instruction + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args?` | [`RejectInstructionParams`](../../../../modules/API/Procedures/Types/Types.md#rejectinstructionparams) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> + +**`Note`** + +reject on `SettleOnAffirmation` will execute the settlement and it will fail immediately. + +**`Note`** + +reject on `SettleOnBlock` behaves just like unauthorize + +**`Note`** + +reject on `SettleManual` behaves just like unauthorize + +**`Note`** + +this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md), which means you can call [reject.checkAuthorization](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Instruction/index.ts:797](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L797) + +___ + +### rejectAsMediator + +▸ **rejectAsMediator**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> + +Reject this instruction as a mediator + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> + +**`Note`** + +reject on `SettleOnAffirmation` will execute the settlement and it will fail immediately. + +**`Note`** + +reject on `SettleOnBlock` behaves just like unauthorize + +**`Note`** + +reject on `SettleManual` behaves just like unauthorize + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [rejectAsMediator.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Instruction/index.ts:831](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L831) + +___ + +### toHuman + +▸ **toHuman**(): `string` + +Return the Instruction's ID + +#### Returns + +`string` + +#### Overrides + +[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) + +#### Defined in + +[api/entities/Instruction/index.ts:905](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L905) + +___ + +### withdraw + +▸ **withdraw**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> + +Withdraw affirmation from this instruction (unauthorize) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args?` | [`WithdrawInstructionParams`](../../../../modules/API/Procedures/Types/Types.md#withdrawinstructionparams) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> + +**`Note`** + +this method is of type [OptionalArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md), which means you can call [withdraw.checkAuthorization](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Instruction/index.ts:817](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L817) + +___ + +### withdrawAsMediator + +▸ **withdrawAsMediator**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> + +Withdraw affirmation from this instruction as a mediator (unauthorize) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](Instruction.md), [`Instruction`](Instruction.md)\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [withdrawAsMediator.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Instruction/index.ts:851](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L851) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md new file mode 100644 index 0000000000..ee7c0960ad --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md @@ -0,0 +1,205 @@ +--- +id: "KnownPermissionGroup" +title: "Class: KnownPermissionGroup" +sidebar_label: "KnownPermissionGroup" +--- + +[api/entities/KnownPermissionGroup](../../../../modules/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md).KnownPermissionGroup + +Represents a pre-defined group of permissions for an Asset + +## Hierarchy + +- [`PermissionGroup`](../PermissionGroup/PermissionGroup.md) + + ↳ **`KnownPermissionGroup`** + +## Properties + +### asset + +• **asset**: [`BaseAsset`](../Asset/Base/BaseAsset/BaseAsset.md) + +Asset for which this group specifies permissions + +#### Inherited from + +[PermissionGroup](../PermissionGroup/PermissionGroup.md).[asset](../PermissionGroup/PermissionGroup.md#asset) + +#### Defined in + +[api/entities/PermissionGroup.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/PermissionGroup.ts#L19) + +___ + +### type + +• **type**: [`PermissionGroupType`](../../../../enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md) + +#### Defined in + +[api/entities/KnownPermissionGroup.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/KnownPermissionGroup.ts#L30) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[PermissionGroup](../PermissionGroup/PermissionGroup.md).[uuid](../PermissionGroup/PermissionGroup.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this Known Permission Group exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +[PermissionGroup](../PermissionGroup/PermissionGroup.md).[exists](../PermissionGroup/PermissionGroup.md#exists) + +#### Defined in + +[api/entities/KnownPermissionGroup.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/KnownPermissionGroup.ts#L90) + +___ + +### getPermissions + +▸ **getPermissions**(): `Promise`\<[`GroupPermissions`](../../../../modules/API/Entities/Types/Types.md#grouppermissions)\> + +Retrieve the Permissions associated with this Permission Group + +#### Returns + +`Promise`\<[`GroupPermissions`](../../../../modules/API/Entities/Types/Types.md#grouppermissions)\> + +#### Overrides + +[PermissionGroup](../PermissionGroup/PermissionGroup.md).[getPermissions](../PermissionGroup/PermissionGroup.md#getpermissions) + +#### Defined in + +[api/entities/KnownPermissionGroup.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/KnownPermissionGroup.ts#L46) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[PermissionGroup](../PermissionGroup/PermissionGroup.md).[isEqual](../PermissionGroup/PermissionGroup.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### toHuman + +▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md) + +Return the KnownPermissionGroup's static data + +#### Returns + +[`HumanReadable`](../../../../interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md) + +#### Overrides + +[PermissionGroup](../PermissionGroup/PermissionGroup.md).[toHuman](../PermissionGroup/PermissionGroup.md#tohuman) + +#### Defined in + +[api/entities/KnownPermissionGroup.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/KnownPermissionGroup.ts#L97) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[PermissionGroup](../PermissionGroup/PermissionGroup.md).[generateUuid](../PermissionGroup/PermissionGroup.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[PermissionGroup](../PermissionGroup/PermissionGroup.md).[unserialize](../PermissionGroup/PermissionGroup.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/MetadataEntry/MetadataEntry.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/MetadataEntry/MetadataEntry.md new file mode 100644 index 0000000000..72d8425d4d --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/MetadataEntry/MetadataEntry.md @@ -0,0 +1,350 @@ +--- +id: "MetadataEntry" +title: "Class: MetadataEntry" +sidebar_label: "MetadataEntry" +--- + +[api/entities/MetadataEntry](../../../../modules/API/Entities/MetadataEntry/MetadataEntry.md).MetadataEntry + +Represents an Asset MetadataEntry in the Polymesh blockchain + +## Hierarchy + +- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/MetadataEntry/UniqueIdentifiers/UniqueIdentifiers.md), [`HumanReadable`](../../../../interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md)\> + + ↳ **`MetadataEntry`** + +## Properties + +### asset + +• **asset**: [`BaseAsset`](../Asset/Base/BaseAsset/BaseAsset.md) + +Asset for which this is the metadata + +#### Defined in + +[api/entities/MetadataEntry/index.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/index.ts#L46) + +___ + +### id + +• **id**: `BigNumber` + +identifier number of the MetadataEntry + +#### Defined in + +[api/entities/MetadataEntry/index.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/index.ts#L56) + +___ + +### type + +• **type**: [`MetadataType`](../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) + +Type of metadata represented by this instance + +#### Defined in + +[api/entities/MetadataEntry/index.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/index.ts#L51) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### clear + +▸ **clear**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Removes the asset metadata value + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Throws`** + +- if the Metadata doesn't exists + - if the Metadata value is locked + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [clear.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/MetadataEntry/index.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/index.ts#L116) + +___ + +### details + +▸ **details**(): `Promise`\<[`MetadataDetails`](../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md)\> + +Retrieve name and specs for this MetadataEntry + +#### Returns + +`Promise`\<[`MetadataDetails`](../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md)\> + +#### Defined in + +[api/entities/MetadataEntry/index.ts:141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/index.ts#L141) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this MetadataEntry exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) + +#### Defined in + +[api/entities/MetadataEntry/index.ts:217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/index.ts#L217) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### isModifiable + +▸ **isModifiable**(): `Promise`\<\{ `canModify`: `boolean` ; `reason?`: [`PolymeshError`](../../../Base/PolymeshError/PolymeshError.md) }\> + +Check if the MetadataEntry can be modified. +A MetadataEntry is modifiable if it exists and is not locked + +#### Returns + +`Promise`\<\{ `canModify`: `boolean` ; `reason?`: [`PolymeshError`](../../../Base/PolymeshError/PolymeshError.md) }\> + +#### Defined in + +[api/entities/MetadataEntry/index.ts:250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/index.ts#L250) + +___ + +### remove + +▸ **remove**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Removes a local Asset Metadata key along with its value + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +A global Metadata key cannot be deleted + +**`Throws`** + +- if the Metadata type is global + - if the Metadata doesn't exists + - if the Metadata value is locked + - if the Metadata is a mandatory key for any NFT Collection + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [remove.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/MetadataEntry/index.ts:134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/index.ts#L134) + +___ + +### set + +▸ **set**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`MetadataEntry`](MetadataEntry.md), [`MetadataEntry`](MetadataEntry.md)\>\> + +Assign new value for the MetadataEntry along with its details or optionally only set the details (expiry + lock status) of any Metadata value + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`SetMetadataParams`](../../../../modules/API/Procedures/Types/Types.md#setmetadataparams) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`MetadataEntry`](MetadataEntry.md), [`MetadataEntry`](MetadataEntry.md)\>\> + +**`Note`** + +- Value or the details can only be set if the MetadataEntry is not locked + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [set.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/MetadataEntry/index.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/index.ts#L102) + +___ + +### toHuman + +▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md) + +Return the MetadataEntry's ID, Asset ticker and Metadata type + +#### Returns + +[`HumanReadable`](../../../../interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md) + +#### Overrides + +[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) + +#### Defined in + +[api/entities/MetadataEntry/index.ts:313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/index.ts#L313) + +___ + +### value + +▸ **value**(): `Promise`\<``null`` \| [`MetadataValue`](../../../../modules/API/Entities/MetadataEntry/Types/Types.md#metadatavalue)\> + +Retrieve the value and details (expiry + lock status) for this MetadataEntry + +#### Returns + +`Promise`\<``null`` \| [`MetadataValue`](../../../../modules/API/Entities/MetadataEntry/Types/Types.md#metadatavalue)\> + +**`Note`** + +- This returns `null` if no value is yet specified for this MetadataEntry + +#### Defined in + +[api/entities/MetadataEntry/index.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/index.ts#L188) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/MultiSigProposal/MultiSigProposal.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/MultiSigProposal/MultiSigProposal.md new file mode 100644 index 0000000000..115d7ae60b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/MultiSigProposal/MultiSigProposal.md @@ -0,0 +1,343 @@ +--- +id: "MultiSigProposal" +title: "Class: MultiSigProposal" +sidebar_label: "MultiSigProposal" +--- + +[api/entities/MultiSigProposal](../../../../modules/API/Entities/MultiSigProposal/MultiSigProposal.md).MultiSigProposal + +A proposal for a MultiSig transaction. This is a wrapper around an extrinsic that will be executed when the amount of approvals reaches the signature threshold set on the MultiSig Account + +## Hierarchy + +- [`Entity`](../Entity/Entity.md)\<`UniqueIdentifiers`, [`HumanReadable`](../../../../interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md)\> + + ↳ **`MultiSigProposal`** + +## Properties + +### id + +• **id**: `BigNumber` + +#### Defined in + +[api/entities/MultiSigProposal/index.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/index.ts#L52) + +___ + +### multiSig + +• **multiSig**: [`MultiSig`](../Account/MultiSig/MultiSig.md) + +#### Defined in + +[api/entities/MultiSigProposal/index.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/index.ts#L51) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### approve + +▸ **approve**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Approve this MultiSig proposal + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [approve.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/MultiSigProposal/index.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/index.ts#L96) + +___ + +### createdAt + +▸ **createdAt**(): `Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> + +Retrieve the identifier data (block number, date and event index) of the event that was emitted when this MultiSig Proposal was created + +#### Returns + +`Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> + +**`Note`** + +uses the middlewareV2 + +**`Note`** + +there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned + +#### Defined in + +[api/entities/MultiSigProposal/index.ts:282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/index.ts#L282) + +___ + +### creator + +▸ **creator**(): `Promise`\<``null`` \| [`Account`](../Account/Account.md)\> + +Retrieve the account which created this MultiSig Proposal + +#### Returns + +`Promise`\<``null`` \| [`Account`](../Account/Account.md)\> + +**`Note`** + +uses the middlewareV2 + +**`Note`** + +there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned + +#### Defined in + +[api/entities/MultiSigProposal/index.ts:297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/index.ts#L297) + +___ + +### details + +▸ **details**(): `Promise`\<[`MultiSigProposalDetails`](../../../../interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md)\> + +Fetches the details of the Proposal. This includes the amount of approvals and rejections, the expiry, and details of the wrapped extrinsic + +#### Returns + +`Promise`\<[`MultiSigProposalDetails`](../../../../interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md)\> + +#### Defined in + +[api/entities/MultiSigProposal/index.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/index.ts#L113) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determines whether this Proposal exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) + +#### Defined in + +[api/entities/MultiSigProposal/index.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/index.ts#L179) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### reject + +▸ **reject**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Reject this MultiSig proposal + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [reject.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/MultiSigProposal/index.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/index.ts#L106) + +___ + +### toHuman + +▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md) + +Returns a human readable representation + +#### Returns + +[`HumanReadable`](../../../../interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md) + +#### Overrides + +[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) + +#### Defined in + +[api/entities/MultiSigProposal/index.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/index.ts#L201) + +___ + +### votes + +▸ **votes**(): `Promise`\<[`MultiSigProposalVote`](../../../../modules/API/Entities/MultiSigProposal/Types/Types.md#multisigproposalvote)[]\> + +Fetches the individual votes for this MultiSig proposal and their identifier data (block number, date and event index) of the event that was emitted when this MultiSig Proposal Vote was casted + +#### Returns + +`Promise`\<[`MultiSigProposalVote`](../../../../modules/API/Entities/MultiSigProposal/Types/Types.md#multisigproposalvote)[]\> + +**`Note`** + +uses the middlewareV2 + +#### Defined in + +[api/entities/MultiSigProposal/index.ts:218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/index.ts#L218) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### isUniqueIdentifiers + +▸ `Static` **isUniqueIdentifiers**(`identifiers`): `boolean` + +Typeguard that checks whether the object passed corresponds to the unique identifiers of the class. Must be overridden + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `identifiers` | `unknown` | object to type check | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../Entity/Entity.md).[isUniqueIdentifiers](../Entity/Entity.md#isuniqueidentifiers) + +#### Defined in + +[api/entities/Entity.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L42) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md new file mode 100644 index 0000000000..396c2db581 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md @@ -0,0 +1,540 @@ +--- +id: "NumberedPortfolio" +title: "Class: NumberedPortfolio" +sidebar_label: "NumberedPortfolio" +--- + +[api/entities/NumberedPortfolio](../../../../modules/API/Entities/NumberedPortfolio/NumberedPortfolio.md).NumberedPortfolio + +Represents a numbered (non-default) Portfolio for an Identity + +## Hierarchy + +- [`Portfolio`](../Portfolio/Portfolio.md) + + ↳ **`NumberedPortfolio`** + +## Properties + +### id + +• **id**: `BigNumber` + +Portfolio identifier number + +#### Defined in + +[api/entities/NumberedPortfolio.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/NumberedPortfolio.ts#L39) + +___ + +### owner + +• **owner**: [`Identity`](../Identity/Identity.md) + +Identity of the Portfolio's owner + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[owner](../Portfolio/Portfolio.md#owner) + +#### Defined in + +[api/entities/Portfolio/index.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L77) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[uuid](../Portfolio/Portfolio.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### createdAt + +▸ **createdAt**(): `Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> + +Retrieve the identifier data (block number, date and event index) of the event that was emitted when this Portfolio was created + +#### Returns + +`Promise`\<``null`` \| [`EventIdentifier`](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md)\> + +**`Note`** + +uses the middlewareV2 + +**`Note`** + +there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned + +#### Defined in + +[api/entities/NumberedPortfolio.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/NumberedPortfolio.ts#L101) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Return whether this Portfolio exists + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +[Portfolio](../Portfolio/Portfolio.md).[exists](../Portfolio/Portfolio.md#exists) + +#### Defined in + +[api/entities/NumberedPortfolio.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/NumberedPortfolio.ts#L127) + +___ + +### getAssetBalances + +▸ **getAssetBalances**(`args?`): `Promise`\<[`PortfolioBalance`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md)[]\> + +Retrieve the balances of all fungible assets in this Portfolio + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args?` | `Object` | - | +| `args.assets` | (`string` \| [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md))[] | array of FungibleAssets (or tickers) for which to fetch balances (optional, all balances are retrieved if not passed) | + +#### Returns + +`Promise`\<[`PortfolioBalance`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md)[]\> + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[getAssetBalances](../Portfolio/Portfolio.md#getassetbalances) + +#### Defined in + +[api/entities/Portfolio/index.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L143) + +___ + +### getCollections + +▸ **getCollections**(`args?`): `Promise`\<[`PortfolioCollection`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md)[]\> + +Retrieve the NFTs held in this portfolio + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args?` | `Object` | +| `args.collections` | (`string` \| [`NftCollection`](../Asset/NonFungible/NftCollection/NftCollection.md))[] | + +#### Returns + +`Promise`\<[`PortfolioCollection`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md)[]\> + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[getCollections](../Portfolio/Portfolio.md#getcollections) + +#### Defined in + +[api/entities/Portfolio/index.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L222) + +___ + +### getCustodian + +▸ **getCustodian**(): `Promise`\<[`Identity`](../Identity/Identity.md)\> + +Retrieve the custodian Identity of this Portfolio + +#### Returns + +`Promise`\<[`Identity`](../Identity/Identity.md)\> + +**`Note`** + +if no custodian is set, the owner Identity is returned + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[getCustodian](../Portfolio/Portfolio.md#getcustodian) + +#### Defined in + +[api/entities/Portfolio/index.ts:370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L370) + +___ + +### getName + +▸ **getName**(): `Promise`\<`string`\> + +Return the Portfolio name + +#### Returns + +`Promise`\<`string`\> + +#### Defined in + +[api/entities/NumberedPortfolio.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/NumberedPortfolio.ts#L72) + +___ + +### getTransactionHistory + +▸ **getTransactionHistory**(`filters?`): `Promise`\<[`HistoricSettlement`](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> + +Retrieve a list of transactions where this portfolio was involved. Can be filtered using parameters + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `filters` | `Object` | - | +| `filters.account?` | `string` | Account involved in the settlement | +| `filters.assetId?` | `string` | - | +| `filters.ticker?` | `string` | ticker involved in the transaction | + +#### Returns + +`Promise`\<[`HistoricSettlement`](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> + +**`Note`** + +uses the middlewareV2 + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[getTransactionHistory](../Portfolio/Portfolio.md#gettransactionhistory) + +#### Defined in + +[api/entities/Portfolio/index.ts:412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L412) + +___ + +### isCustodiedBy + +▸ **isCustodiedBy**(`args?`): `Promise`\<`boolean`\> + +Return whether an Identity is the Portfolio custodian + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args?` | `Object` | - | +| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | optional, defaults to the signing Identity | + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[isCustodiedBy](../Portfolio/Portfolio.md#iscustodiedby) + +#### Defined in + +[api/entities/Portfolio/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L127) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[isEqual](../Portfolio/Portfolio.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### isOwnedBy + +▸ **isOwnedBy**(`args?`): `Promise`\<`boolean`\> + +Return whether an Identity is the Portfolio owner + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args?` | `Object` | - | +| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | defaults to the signing Identity | + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[isOwnedBy](../Portfolio/Portfolio.md#isownedby) + +#### Defined in + +[api/entities/Portfolio/index.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L114) + +___ + +### modifyName + +▸ **modifyName**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`NumberedPortfolio`](NumberedPortfolio.md), [`NumberedPortfolio`](NumberedPortfolio.md)\>\> + +Rename portfolio + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`RenamePortfolioParams`](../../../../interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`NumberedPortfolio`](NumberedPortfolio.md), [`NumberedPortfolio`](NumberedPortfolio.md)\>\> + +**`Note`** + +Only the owner is allowed to rename the Portfolio. + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modifyName.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/NumberedPortfolio.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/NumberedPortfolio.ts#L65) + +___ + +### moveFunds + +▸ **moveFunds**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Moves funds from this Portfolio to another one owned by the same Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`MoveFundsParams`](../../../../interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +required role: + - Portfolio Custodian + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [moveFunds.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[moveFunds](../Portfolio/Portfolio.md#movefunds) + +#### Defined in + +[api/entities/Portfolio/index.ts:348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L348) + +___ + +### quitCustody + +▸ **quitCustody**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Returns the custody of the portfolio to the portfolio owner unilaterally + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +required role: + - Portfolio Custodian + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [quitCustody.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[quitCustody](../Portfolio/Portfolio.md#quitcustody) + +#### Defined in + +[api/entities/Portfolio/index.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L361) + +___ + +### setCustodian + +▸ **setCustodian**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> + +Send an invitation to an Identity to assign it as custodian for this Portfolio + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`SetCustodianParams`](../../../../interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> + +**`Note`** + +this will create an [Authorization Request](../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `targetIdentity`. + An [Account](../Account/Account.md) or [Identity](../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../Common/Namespaces/Authorizations/Authorizations.md#getreceived). + Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../Common/Namespaces/Authorizations/Authorizations.md#getone) + +**`Note`** + +required role: + - Portfolio Custodian + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setCustodian.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[setCustodian](../Portfolio/Portfolio.md#setcustodian) + +#### Defined in + +[api/entities/Portfolio/index.ts:335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L335) + +___ + +### toHuman + +▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) + +Return the Portfolio ID and owner DID + +#### Returns + +[`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[toHuman](../Portfolio/Portfolio.md#tohuman) + +#### Defined in + +[api/entities/Portfolio/index.ts:487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L487) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[generateUuid](../Portfolio/Portfolio.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Portfolio](../Portfolio/Portfolio.md).[unserialize](../Portfolio/Portfolio.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Offering/Offering.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Offering/Offering.md new file mode 100644 index 0000000000..8e0e258f54 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Offering/Offering.md @@ -0,0 +1,401 @@ +--- +id: "Offering" +title: "Class: Offering" +sidebar_label: "Offering" +--- + +[api/entities/Offering](../../../../modules/API/Entities/Offering/Offering.md).Offering + +Represents an Asset Offering in the Polymesh blockchain + +## Hierarchy + +- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Offering/UniqueIdentifiers/UniqueIdentifiers.md), [`HumanReadable`](../../../../interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md)\> + + ↳ **`Offering`** + +## Properties + +### asset + +• **asset**: [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md) + +Asset being offered + +#### Defined in + +[api/entities/Offering/index.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/index.ts#L74) + +___ + +### id + +• **id**: `BigNumber` + +identifier number of the Offering + +#### Defined in + +[api/entities/Offering/index.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/index.ts#L69) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### close + +▸ **close**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Close the Offering + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [close.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Offering/index.ts:174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/index.ts#L174) + +___ + +### details + +▸ **details**(): `Promise`\<[`OfferingDetails`](../../../../interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md)\> + +Retrieve the Offering's details + +#### Returns + +`Promise`\<[`OfferingDetails`](../../../../interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md)\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Defined in + +[api/entities/Offering/index.ts:120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/index.ts#L120) + +▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`OfferingDetails`](../../../../interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md)\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/entities/Offering/index.ts:121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/index.ts#L121) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this Offering exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) + +#### Defined in + +[api/entities/Offering/index.ts:288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/index.ts#L288) + +___ + +### freeze + +▸ **freeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Offering`](Offering.md), [`Offering`](Offering.md)\>\> + +Freeze the Offering + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Offering`](Offering.md), [`Offering`](Offering.md)\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [freeze.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Offering/index.ts:184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/index.ts#L184) + +___ + +### getInvestments + +▸ **getInvestments**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Investment`](../../../../interfaces/API/Entities/Offering/Types/Investment/Investment.md)\>\> + +Retrieve all investments made on this Offering + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `opts` | `Object` | - | +| `opts.size?` | `BigNumber` | page size | +| `opts.start?` | `BigNumber` | page offset | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`Investment`](../../../../interfaces/API/Entities/Offering/Types/Investment/Investment.md)\>\> + +**`Note`** + +supports pagination + +**`Note`** + +uses the middleware V2 + +#### Defined in + +[api/entities/Offering/index.ts:236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/index.ts#L236) + +___ + +### invest + +▸ **invest**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Invest in the Offering + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`InvestInOfferingParams`](../../../../interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +required roles: + - Purchase Portfolio Custodian + - Funding Portfolio Custodian + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [invest.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Offering/index.ts:223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/index.ts#L223) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### modifyTimes + +▸ **modifyTimes**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Modify the start/end time of the Offering + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`ModifyOfferingTimesParams`](../../../../modules/API/Procedures/Types/Types.md#modifyofferingtimesparams) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Throws`** + +if: + - Trying to modify the start time on an Offering that already started + - Trying to modify anything on an Offering that already ended + - Trying to change start or end time to a past date + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modifyTimes.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Offering/index.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/index.ts#L209) + +___ + +### toHuman + +▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md) + +Return the Offering's ID and Asset ticker + +#### Returns + +[`HumanReadable`](../../../../interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md) + +#### Overrides + +[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) + +#### Defined in + +[api/entities/Offering/index.ts:304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/index.ts#L304) + +___ + +### unfreeze + +▸ **unfreeze**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Offering`](Offering.md), [`Offering`](Offering.md)\>\> + +Unfreeze the Offering + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Offering`](Offering.md), [`Offering`](Offering.md)\>\> + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [unfreeze.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Offering/index.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/index.ts#L194) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/PermissionGroup/PermissionGroup.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/PermissionGroup/PermissionGroup.md new file mode 100644 index 0000000000..137d28e514 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/PermissionGroup/PermissionGroup.md @@ -0,0 +1,217 @@ +--- +id: "PermissionGroup" +title: "Class: PermissionGroup" +sidebar_label: "PermissionGroup" +--- + +[api/entities/PermissionGroup](../../../../modules/API/Entities/PermissionGroup/PermissionGroup.md).PermissionGroup + +Represents a group of permissions for an Asset + +## Hierarchy + +- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/PermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md), `unknown`\> + + ↳ **`PermissionGroup`** + + ↳↳ [`CustomPermissionGroup`](../CustomPermissionGroup/CustomPermissionGroup.md) + + ↳↳ [`KnownPermissionGroup`](../KnownPermissionGroup/KnownPermissionGroup.md) + +## Properties + +### asset + +• **asset**: [`BaseAsset`](../Asset/Base/BaseAsset/BaseAsset.md) + +Asset for which this group specifies permissions + +#### Defined in + +[api/entities/PermissionGroup.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/PermissionGroup.ts#L19) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### exists + +▸ `Abstract` **exists**(): `Promise`\<`boolean`\> + +Determine whether this Entity exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) + +#### Defined in + +[api/entities/Entity.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L68) + +___ + +### getPermissions + +▸ `Abstract` **getPermissions**(): `Promise`\<[`GroupPermissions`](../../../../modules/API/Entities/Types/Types.md#grouppermissions)\> + +Retrieve the Permissions associated with this Permission Group + +#### Returns + +`Promise`\<[`GroupPermissions`](../../../../modules/API/Entities/Types/Types.md#grouppermissions)\> + +#### Defined in + +[api/entities/PermissionGroup.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/PermissionGroup.ts#L35) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### toHuman + +▸ `Abstract` **toHuman**(): `unknown` + +Returns Entity data in a human readable (JSON) format + +#### Returns + +`unknown` + +#### Inherited from + +[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) + +#### Defined in + +[api/entities/Entity.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L73) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### isUniqueIdentifiers + +▸ `Static` **isUniqueIdentifiers**(`identifiers`): `boolean` + +Typeguard that checks whether the object passed corresponds to the unique identifiers of the class. Must be overridden + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `identifiers` | `unknown` | object to type check | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../Entity/Entity.md).[isUniqueIdentifiers](../Entity/Entity.md#isuniqueidentifiers) + +#### Defined in + +[api/entities/Entity.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L42) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Portfolio/Portfolio.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Portfolio/Portfolio.md new file mode 100644 index 0000000000..e6b99166bd --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Portfolio/Portfolio.md @@ -0,0 +1,420 @@ +--- +id: "Portfolio" +title: "Class: Portfolio" +sidebar_label: "Portfolio" +--- + +[api/entities/Portfolio](../../../../modules/API/Entities/Portfolio/Portfolio.md).Portfolio + +Represents a base Portfolio for a specific Identity in the Polymesh blockchain + +## Hierarchy + +- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Portfolio/UniqueIdentifiers/UniqueIdentifiers.md), [`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md)\> + + ↳ **`Portfolio`** + + ↳↳ [`DefaultPortfolio`](../DefaultPortfolio/DefaultPortfolio.md) + + ↳↳ [`NumberedPortfolio`](../NumberedPortfolio/NumberedPortfolio.md) + +## Properties + +### owner + +• **owner**: [`Identity`](../Identity/Identity.md) + +Identity of the Portfolio's owner + +#### Defined in + +[api/entities/Portfolio/index.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L77) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### exists + +▸ `Abstract` **exists**(): `Promise`\<`boolean`\> + +Determine whether this Entity exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Inherited from + +[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) + +#### Defined in + +[api/entities/Entity.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L68) + +___ + +### getAssetBalances + +▸ **getAssetBalances**(`args?`): `Promise`\<[`PortfolioBalance`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md)[]\> + +Retrieve the balances of all fungible assets in this Portfolio + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args?` | `Object` | - | +| `args.assets` | (`string` \| [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md))[] | array of FungibleAssets (or tickers) for which to fetch balances (optional, all balances are retrieved if not passed) | + +#### Returns + +`Promise`\<[`PortfolioBalance`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md)[]\> + +#### Defined in + +[api/entities/Portfolio/index.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L143) + +___ + +### getCollections + +▸ **getCollections**(`args?`): `Promise`\<[`PortfolioCollection`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md)[]\> + +Retrieve the NFTs held in this portfolio + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args?` | `Object` | +| `args.collections` | (`string` \| [`NftCollection`](../Asset/NonFungible/NftCollection/NftCollection.md))[] | + +#### Returns + +`Promise`\<[`PortfolioCollection`](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md)[]\> + +#### Defined in + +[api/entities/Portfolio/index.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L222) + +___ + +### getCustodian + +▸ **getCustodian**(): `Promise`\<[`Identity`](../Identity/Identity.md)\> + +Retrieve the custodian Identity of this Portfolio + +#### Returns + +`Promise`\<[`Identity`](../Identity/Identity.md)\> + +**`Note`** + +if no custodian is set, the owner Identity is returned + +#### Defined in + +[api/entities/Portfolio/index.ts:370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L370) + +___ + +### getTransactionHistory + +▸ **getTransactionHistory**(`filters?`): `Promise`\<[`HistoricSettlement`](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> + +Retrieve a list of transactions where this portfolio was involved. Can be filtered using parameters + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `filters` | `Object` | - | +| `filters.account?` | `string` | Account involved in the settlement | +| `filters.assetId?` | `string` | - | +| `filters.ticker?` | `string` | ticker involved in the transaction | + +#### Returns + +`Promise`\<[`HistoricSettlement`](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md)[]\> + +**`Note`** + +uses the middlewareV2 + +#### Defined in + +[api/entities/Portfolio/index.ts:412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L412) + +___ + +### isCustodiedBy + +▸ **isCustodiedBy**(`args?`): `Promise`\<`boolean`\> + +Return whether an Identity is the Portfolio custodian + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args?` | `Object` | - | +| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | optional, defaults to the signing Identity | + +#### Returns + +`Promise`\<`boolean`\> + +#### Defined in + +[api/entities/Portfolio/index.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L127) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### isOwnedBy + +▸ **isOwnedBy**(`args?`): `Promise`\<`boolean`\> + +Return whether an Identity is the Portfolio owner + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `args?` | `Object` | - | +| `args.identity` | `string` \| [`Identity`](../Identity/Identity.md) | defaults to the signing Identity | + +#### Returns + +`Promise`\<`boolean`\> + +#### Defined in + +[api/entities/Portfolio/index.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L114) + +___ + +### moveFunds + +▸ **moveFunds**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Moves funds from this Portfolio to another one owned by the same Identity + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`MoveFundsParams`](../../../../interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +required role: + - Portfolio Custodian + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [moveFunds.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Portfolio/index.ts:348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L348) + +___ + +### quitCustody + +▸ **quitCustody**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Returns the custody of the portfolio to the portfolio owner unilaterally + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +required role: + - Portfolio Custodian + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [quitCustody.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Portfolio/index.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L361) + +___ + +### setCustodian + +▸ **setCustodian**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> + +Send an invitation to an Identity to assign it as custodian for this Portfolio + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`SetCustodianParams`](../../../../interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> + +**`Note`** + +this will create an [Authorization Request](../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `targetIdentity`. + An [Account](../Account/Account.md) or [Identity](../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../Common/Namespaces/Authorizations/Authorizations.md#getreceived). + Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../Common/Namespaces/Authorizations/Authorizations.md#getone) + +**`Note`** + +required role: + - Portfolio Custodian + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setCustodian.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Portfolio/index.ts:335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L335) + +___ + +### toHuman + +▸ **toHuman**(): [`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) + +Return the Portfolio ID and owner DID + +#### Returns + +[`HumanReadable`](../../../../interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md) + +#### Overrides + +[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) + +#### Defined in + +[api/entities/Portfolio/index.ts:487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L487) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Subsidies/Subsidies.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Subsidies/Subsidies.md new file mode 100644 index 0000000000..6261f7e92e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Subsidies/Subsidies.md @@ -0,0 +1,68 @@ +--- +id: "Subsidies" +title: "Class: Subsidies" +sidebar_label: "Subsidies" +--- + +[api/entities/Subsidies](../../../../modules/API/Entities/Subsidies/Subsidies.md).Subsidies + +Handles all Account Subsidies related functionality + +## Hierarchy + +- `Namespace`\<[`Account`](../Account/Account.md)\> + + ↳ **`Subsidies`** + +## Methods + +### getBeneficiaries + +▸ **getBeneficiaries**(): `Promise`\<[`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)[]\> + +Get the list of Subsidy relationship along with their subsidized amount for which this Account is the subsidizer + +#### Returns + +`Promise`\<[`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)[]\> + +#### Defined in + +[api/entities/Subsidies.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidies.ts#L12) + +___ + +### getSubsidizer + +▸ **getSubsidizer**(): `Promise`\<``null`` \| [`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> + +Get the Subsidy relationship along with the subsidized amount for this Account is the beneficiary. +If this Account isn't being subsidized, return null + +#### Returns + +`Promise`\<``null`` \| [`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Defined in + +[api/entities/Subsidies.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidies.ts#L61) + +▸ **getSubsidizer**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<``null`` \| [`SubsidyWithAllowance`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md)\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/entities/Subsidies.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidies.ts#L62) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Subsidy/Subsidy.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Subsidy/Subsidy.md new file mode 100644 index 0000000000..8ab74da6f5 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Subsidy/Subsidy.md @@ -0,0 +1,338 @@ +--- +id: "Subsidy" +title: "Class: Subsidy" +sidebar_label: "Subsidy" +--- + +[api/entities/Subsidy](../../../../modules/API/Entities/Subsidy/Subsidy.md).Subsidy + +Represents a Subsidy relationship on chain + +## Hierarchy + +- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md), `HumanReadable`\> + + ↳ **`Subsidy`** + +## Properties + +### beneficiary + +• **beneficiary**: [`Account`](../Account/Account.md) + +Account whose transactions are being paid for + +#### Defined in + +[api/entities/Subsidy/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidy/index.ts#L54) + +___ + +### subsidizer + +• **subsidizer**: [`Account`](../Account/Account.md) + +Account that is paying for the transactions + +#### Defined in + +[api/entities/Subsidy/index.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidy/index.ts#L58) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### decreaseAllowance + +▸ **decreaseAllowance**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Decrease allowance for this Subsidy relationship + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Pick`\<[`DecreaseAllowanceParams`](../../../../interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md), ``"allowance"``\> | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +Only the subsidizer is allowed to decrease the allowance + +**`Throws`** + +if the amount to decrease by is more than the existing allowance + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [decreaseAllowance.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Subsidy/index.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidy/index.ts#L179) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this Subsidy relationship exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) + +#### Defined in + +[api/entities/Subsidy/index.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidy/index.ts#L186) + +___ + +### getAllowance + +▸ **getAllowance**(): `Promise`\<`BigNumber`\> + +Get amount of POLYX subsidized for this Subsidy relationship + +#### Returns + +`Promise`\<`BigNumber`\> + +**`Throws`** + +if the Subsidy does not exist + +#### Defined in + +[api/entities/Subsidy/index.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidy/index.ts#L205) + +___ + +### increaseAllowance + +▸ **increaseAllowance**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Increase allowance for this Subsidy relationship + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Pick`\<[`IncreaseAllowanceParams`](../../../../interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md), ``"allowance"``\> | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +Only the subsidizer is allowed to increase the allowance + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [increaseAllowance.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Subsidy/index.ts:165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidy/index.ts#L165) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### quit + +▸ **quit**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Terminate this Subsidy relationship. The beneficiary Account will be forced to pay for their own transactions + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +both the beneficiary and the subsidizer are allowed to unilaterally quit the Subsidy + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [quit.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Subsidy/index.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidy/index.ts#L139) + +___ + +### setAllowance + +▸ **setAllowance**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Set allowance for this Subsidy relationship + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `Pick`\<[`SetAllowanceParams`](../../../../interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md), ``"allowance"``\> | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +Only the subsidizer is allowed to set the allowance + +**`Throws`** + +if the allowance to set is equal to the current allowance + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [setAllowance.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Subsidy/index.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidy/index.ts#L153) + +___ + +### toHuman + +▸ **toHuman**(): [`UniqueIdentifiers`](../../../../interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md) + +Return the Subsidy's static data + +#### Returns + +[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md) + +#### Overrides + +[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) + +#### Defined in + +[api/entities/Subsidy/index.ts:227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidy/index.ts#L227) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/TickerReservation/TickerReservation.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/TickerReservation/TickerReservation.md new file mode 100644 index 0000000000..4932160868 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/TickerReservation/TickerReservation.md @@ -0,0 +1,315 @@ +--- +id: "TickerReservation" +title: "Class: TickerReservation" +sidebar_label: "TickerReservation" +--- + +[api/entities/TickerReservation](../../../../modules/API/Entities/TickerReservation/TickerReservation.md).TickerReservation + +Represents a reserved Asset symbol in the Polymesh blockchain. Ticker reservations expire + after a set length of time, after which they can be reserved by another Identity. + A Ticker must be previously reserved by an Identity for that Identity to be able create an Asset with it + +## Hierarchy + +- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/TickerReservation/UniqueIdentifiers/UniqueIdentifiers.md), `string`\> + + ↳ **`TickerReservation`** + +## Properties + +### ticker + +• **ticker**: `string` + +reserved ticker + +#### Defined in + +[api/entities/TickerReservation/index.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/TickerReservation/index.ts#L59) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### createAsset + +▸ **createAsset**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md), [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)\>\> + +Create an Asset using the reserved ticker + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`CreateAssetParams`](../../../../interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`FungibleAsset`](../Asset/Fungible/FungibleAsset.md), [`FungibleAsset`](../Asset/Fungible/FungibleAsset.md)\>\> + +**`Note`** + +required role: + - Ticker Owner + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [createAsset.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/TickerReservation/index.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/TickerReservation/index.ts#L213) + +___ + +### details + +▸ **details**(): `Promise`\<[`TickerReservationDetails`](../../../../modules/API/Entities/TickerReservation/Types/Types.md#tickerreservationdetails)\> + +Retrieve the Reservation's owner, expiry date and status + +#### Returns + +`Promise`\<[`TickerReservationDetails`](../../../../modules/API/Entities/TickerReservation/Types/Types.md#tickerreservationdetails)\> + +**`Note`** + +can be subscribed to, if connected to node using a web socket + +#### Defined in + +[api/entities/TickerReservation/index.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/TickerReservation/index.ts#L99) + +▸ **details**(`callback`): `Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `callback` | [`SubCallback`](../../../../modules/API/Entities/Types/Types.md#subcallback)\<[`TickerReservationDetails`](../../../../modules/API/Entities/TickerReservation/Types/Types.md#tickerreservationdetails)\> | + +#### Returns + +`Promise`\<[`UnsubCallback`](../../../../modules/API/Entities/Types/Types.md#unsubcallback)\> + +#### Defined in + +[api/entities/TickerReservation/index.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/TickerReservation/index.ts#L100) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this Ticker Reservation exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) + +#### Defined in + +[api/entities/TickerReservation/index.ts:238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/TickerReservation/index.ts#L238) + +___ + +### extend + +▸ **extend**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`TickerReservation`](TickerReservation.md), [`TickerReservation`](TickerReservation.md)\>\> + +Extend the Reservation time period of the ticker for 60 days from now +to later use it in the creation of an Asset. + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`TickerReservation`](TickerReservation.md), [`TickerReservation`](TickerReservation.md)\>\> + +**`Note`** + +required role: + - Ticker Owner + +**`Note`** + +this method is of type [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md), which means you can call [extend.checkAuthorization](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/TickerReservation/index.ts:200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/TickerReservation/index.ts#L200) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### toHuman + +▸ **toHuman**(): `string` + +Return the Reservation's ticker + +#### Returns + +`string` + +#### Overrides + +[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) + +#### Defined in + +[api/entities/TickerReservation/index.ts:257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/TickerReservation/index.ts#L257) + +___ + +### transferOwnership + +▸ **transferOwnership**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> + +Transfer ownership of the Ticker Reservation to another Identity. This generates an authorization request that must be accepted + by the target + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`TransferTickerOwnershipParams`](../../../../interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md), [`AuthorizationRequest`](../AuthorizationRequest/AuthorizationRequest.md)\>\> + +**`Note`** + +this will create [Authorization Request](../AuthorizationRequest/AuthorizationRequest.md) which has to be accepted by the `target` Identity. + An [Account](../Account/Account.md) or [Identity](../Identity/Identity.md) can fetch its pending Authorization Requests by calling [authorizations.getReceived](../Common/Namespaces/Authorizations/Authorizations.md#getreceived). + Also, an Account or Identity can directly fetch the details of an Authorization Request by calling [authorizations.getOne](../Common/Namespaces/Authorizations/Authorizations.md#getone) + +**`Note`** + +required role: + - Ticker Owner + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [transferOwnership.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/TickerReservation/index.ts:231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/TickerReservation/index.ts#L231) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Venue/Venue.md b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Venue/Venue.md new file mode 100644 index 0000000000..385c0c3a77 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/API/Entities/Venue/Venue.md @@ -0,0 +1,425 @@ +--- +id: "Venue" +title: "Class: Venue" +sidebar_label: "Venue" +--- + +[api/entities/Venue](../../../../modules/API/Entities/Venue/Venue.md).Venue + +Represents a Venue through which settlements are handled + +## Hierarchy + +- [`Entity`](../Entity/Entity.md)\<[`UniqueIdentifiers`](../../../../interfaces/API/Entities/Venue/UniqueIdentifiers/UniqueIdentifiers.md), `string`\> + + ↳ **`Venue`** + +## Properties + +### id + +• **id**: `BigNumber` + +identifier number of the Venue + +#### Defined in + +[api/entities/Venue/index.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/index.ts#L77) + +___ + +### uuid + +• **uuid**: `string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[uuid](../Entity/Entity.md#uuid) + +#### Defined in + +[api/entities/Entity.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L46) + +## Methods + +### addInstruction + +▸ **addInstruction**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../Instruction/Instruction.md)[], [`Instruction`](../Instruction/Instruction.md)\>\> + +Creates a settlement Instruction in this Venue + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`AddInstructionParams`](../../../../modules/API/Procedures/Types/Types.md#addinstructionparams) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../Instruction/Instruction.md)[], [`Instruction`](../Instruction/Instruction.md)\>\> + +**`Note`** + +required role: + - Venue Owner + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addInstruction.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Venue/index.ts:314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/index.ts#L314) + +___ + +### addInstructions + +▸ **addInstructions**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../Instruction/Instruction.md)[], [`Instruction`](../Instruction/Instruction.md)[]\>\> + +Creates a batch of settlement Instructions in this Venue + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`AddInstructionsParams`](../../../../interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<[`Instruction`](../Instruction/Instruction.md)[], [`Instruction`](../Instruction/Instruction.md)[]\>\> + +**`Note`** + +required role: + - Venue Owner + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addInstructions.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Venue/index.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/index.ts#L327) + +___ + +### addSigners + +▸ **addSigners**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Adds a list of signers allowed to sign receipts for this Venue + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`UpdateVenueSignersParams`](../../../../interfaces/API/Procedures/Types/UpdateVenueSignersParams/UpdateVenueSignersParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +required role: + - Venue Owner + +**`Throws`** + +if one or more specified signers are already added to the Venue + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [addSigners.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Venue/index.ts:355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/index.ts#L355) + +___ + +### details + +▸ **details**(): `Promise`\<[`VenueDetails`](../../../../interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md)\> + +Retrieve information specific to this Venue + +#### Returns + +`Promise`\<[`VenueDetails`](../../../../interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md)\> + +#### Defined in + +[api/entities/Venue/index.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/index.ts#L150) + +___ + +### exists + +▸ **exists**(): `Promise`\<`boolean`\> + +Determine whether this Venue exists on chain + +#### Returns + +`Promise`\<`boolean`\> + +#### Overrides + +[Entity](../Entity/Entity.md).[exists](../Entity/Entity.md#exists) + +#### Defined in + +[api/entities/Venue/index.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/index.ts#L131) + +___ + +### getAllowedSigners + +▸ **getAllowedSigners**(): `Promise`\<[`Account`](../Account/Account.md)[]\> + +Get all signers allowed by this Venue. +Only these signers are allowed to affirm off-chain instructions + +#### Returns + +`Promise`\<[`Account`](../Account/Account.md)[]\> + +#### Defined in + +[api/entities/Venue/index.ts:283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/index.ts#L283) + +___ + +### getHistoricalInstructions + +▸ **getHistoricalInstructions**(`opts?`): `Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)\>\> + +Retrieve all Instructions that have been associated with this Venue instance + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `opts` | `Object` | - | +| `opts.size?` | `BigNumber` | page size | +| `opts.start?` | `BigNumber` | page offset | + +#### Returns + +`Promise`\<[`ResultSet`](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md)\<[`HistoricInstruction`](../../../../modules/API/Entities/Venue/Types/Types.md#historicinstruction)\>\> + +**`Note`** + +uses the middleware V2 + +**`Note`** + +supports pagination + +#### Defined in + +[api/entities/Venue/index.ts:239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/index.ts#L239) + +___ + +### getInstructions + +▸ **getInstructions**(): `Promise`\<`Pick`\<[`GroupedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md), ``"pending"`` \| ``"failed"``\>\> + +Retrieve all pending and failed Instructions in this Venue + +#### Returns + +`Promise`\<`Pick`\<[`GroupedInstructions`](../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md), ``"pending"`` \| ``"failed"``\>\> + +#### Defined in + +[api/entities/Venue/index.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/index.ts#L179) + +___ + +### isEqual + +▸ **isEqual**(`entity`): `boolean` + +Determine whether this Entity is the same as another one + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `entity` | [`Entity`](../Entity/Entity.md)\<`unknown`, `unknown`\> | + +#### Returns + +`boolean` + +#### Inherited from + +[Entity](../Entity/Entity.md).[isEqual](../Entity/Entity.md#isequal) + +#### Defined in + +[api/entities/Entity.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L61) + +___ + +### modify + +▸ **modify**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Modify description and type + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`ModifyVenueParams`](../../../../modules/API/Procedures/Types/Types.md#modifyvenueparams) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +required role: + - Venue Owner + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [modify.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Venue/index.ts:340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/index.ts#L340) + +___ + +### removeSigners + +▸ **removeSigners**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +Adds a list of signers allowed to sign receipts for this Venue + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`UpdateVenueSignersParams`](../../../../interfaces/API/Procedures/Types/UpdateVenueSignersParams/UpdateVenueSignersParams.md) | +| `opts?` | [`ProcedureOpts`](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`void`, `void`\>\> + +**`Note`** + +required role: + - Venue Owner + +**`Throws`** + +if one or more specified signers are already added to the Venue + +**`Note`** + +this method is of type [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md), which means you can call [removeSigners.checkAuthorization](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md#checkauthorization) + on it to see whether the signing Account and Identity have the required roles and permissions to run it + +#### Defined in + +[api/entities/Venue/index.ts:370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/index.ts#L370) + +___ + +### toHuman + +▸ **toHuman**(): `string` + +Return the Venue's ID + +#### Returns + +`string` + +#### Overrides + +[Entity](../Entity/Entity.md).[toHuman](../Entity/Entity.md#tohuman) + +#### Defined in + +[api/entities/Venue/index.ts:377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/index.ts#L377) + +___ + +### generateUuid + +▸ `Static` **generateUuid**\<`Identifiers`\>(`identifiers`): `string` + +Generate the Entity's UUID from its identifying properties + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `identifiers` | `Identifiers` | + +#### Returns + +`string` + +#### Inherited from + +[Entity](../Entity/Entity.md).[generateUuid](../Entity/Entity.md#generateuuid) + +#### Defined in + +[api/entities/Entity.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L14) + +___ + +### unserialize + +▸ `Static` **unserialize**\<`Identifiers`\>(`serialized`): `Identifiers` + +Unserialize a UUID into its Unique Identifiers + +#### Type parameters + +| Name | +| :------ | +| `Identifiers` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `serialized` | `string` | UUID to unserialize | + +#### Returns + +`Identifiers` + +#### Inherited from + +[Entity](../Entity/Entity.md).[unserialize](../Entity/Entity.md#unserialize) + +#### Defined in + +[api/entities/Entity.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Entity.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/Base/PolymeshError/PolymeshError.md b/sdk-docs_versioned_docs/version-27.0.x/classes/Base/PolymeshError/PolymeshError.md new file mode 100644 index 0000000000..b21cac6d74 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/Base/PolymeshError/PolymeshError.md @@ -0,0 +1,35 @@ +--- +id: "PolymeshError" +title: "Class: PolymeshError" +sidebar_label: "PolymeshError" +--- + +[base/PolymeshError](../../../modules/Base/PolymeshError/PolymeshError.md).PolymeshError + +Wraps an error to give more information about its type + +## Hierarchy + +- `Error` + + ↳ **`PolymeshError`** + +## Properties + +### code + +• **code**: [`ErrorCode`](../../../enums/API/Client/Types/ErrorCode/ErrorCode.md) + +#### Defined in + +[base/PolymeshError.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshError.ts#L16) + +___ + +### data + +• `Optional` **data**: `Record`\<`string`, `unknown`\> + +#### Defined in + +[base/PolymeshError.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshError.ts#L18) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/Base/PolymeshTransaction/PolymeshTransaction.md b/sdk-docs_versioned_docs/version-27.0.x/classes/Base/PolymeshTransaction/PolymeshTransaction.md new file mode 100644 index 0000000000..9bd251f07b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/Base/PolymeshTransaction/PolymeshTransaction.md @@ -0,0 +1,441 @@ +--- +id: "PolymeshTransaction" +title: "Class: PolymeshTransaction" +sidebar_label: "PolymeshTransaction" +--- + +[base/PolymeshTransaction](../../../modules/Base/PolymeshTransaction/PolymeshTransaction.md).PolymeshTransaction + +Wrapper class for a Polymesh Transaction + +## Type parameters + +| Name | Type | +| :------ | :------ | +| `ReturnValue` | `ReturnValue` | +| `TransformedReturnValue` | `ReturnValue` | +| `Args` | extends `unknown`[] \| [] = `unknown`[] | + +## Hierarchy + +- [`PolymeshTransactionBase`](../PolymeshTransactionBase/PolymeshTransactionBase.md)\<`ReturnValue`, `TransformedReturnValue`\> + + ↳ **`PolymeshTransaction`** + +## Properties + +### args + +• **args**: `Args` + +arguments for the transaction in SCALE format (polkadot.js Codec) + +#### Defined in + +[base/PolymeshTransaction.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransaction.ts#L40) + +___ + +### blockHash + +• `Optional` **blockHash**: `string` + +hash of the block where this transaction resides (status: `Succeeded`, `Failed`) + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[blockHash](../PolymeshTransactionBase/PolymeshTransactionBase.md#blockhash) + +#### Defined in + +[base/PolymeshTransactionBase.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L106) + +___ + +### blockNumber + +• `Optional` **blockNumber**: `BigNumber` + +number of the block where this transaction resides (status: `Succeeded`, `Failed`) + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[blockNumber](../PolymeshTransactionBase/PolymeshTransactionBase.md#blocknumber) + +#### Defined in + +[base/PolymeshTransactionBase.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L111) + +___ + +### error + +• `Optional` **error**: [`PolymeshError`](../PolymeshError/PolymeshError.md) + +stores errors thrown while running the transaction (status: `Failed`, `Aborted`) + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[error](../PolymeshTransactionBase/PolymeshTransactionBase.md#error) + +#### Defined in + +[base/PolymeshTransactionBase.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L86) + +___ + +### multiSig + +• **multiSig**: ``null`` \| [`MultiSig`](../../API/Entities/Account/MultiSig/MultiSig.md) + +This will be set if the signingAddress is a MultiSig signer, otherwise `null` + +When set it indicates the transaction will be wrapped as a proposal for the MultiSig, +meaning `.runAsProposal` should be used instead of `.run` + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[multiSig](../PolymeshTransactionBase/PolymeshTransactionBase.md#multisig) + +#### Defined in + +[base/PolymeshTransactionBase.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L119) + +___ + +### receipt + +• `Optional` **receipt**: `ISubmittableResult` + +stores the transaction receipt (if successful) + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[receipt](../PolymeshTransactionBase/PolymeshTransactionBase.md#receipt) + +#### Defined in + +[base/PolymeshTransactionBase.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L91) + +___ + +### status + +• **status**: [`TransactionStatus`](../../../enums/Base/Types/TransactionStatus/TransactionStatus.md) = `TransactionStatus.Idle` + +current status of the transaction + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[status](../PolymeshTransactionBase/PolymeshTransactionBase.md#status) + +#### Defined in + +[base/PolymeshTransactionBase.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L81) + +___ + +### tag + +• **tag**: [`TxTag`](../../../modules/Generated/Types/Types.md#txtag) + +type of transaction represented by this instance (mostly for display purposes) + +#### Defined in + +[base/PolymeshTransaction.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransaction.ts#L45) + +___ + +### txHash + +• `Optional` **txHash**: `string` + +transaction hash (status: `Running`, `Succeeded`, `Failed`) + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[txHash](../PolymeshTransactionBase/PolymeshTransactionBase.md#txhash) + +#### Defined in + +[base/PolymeshTransactionBase.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L96) + +___ + +### txIndex + +• `Optional` **txIndex**: `BigNumber` + +transaction index within its block (status: `Succeeded`, `Failed`) + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[txIndex](../PolymeshTransactionBase/PolymeshTransactionBase.md#txindex) + +#### Defined in + +[base/PolymeshTransactionBase.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L101) + +## Accessors + +### isSuccess + +• `get` **isSuccess**(): `boolean` + +returns true if transaction has completed successfully + +#### Returns + +`boolean` + +#### Inherited from + +PolymeshTransactionBase.isSuccess + +#### Defined in + +[base/PolymeshTransactionBase.ts:907](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L907) + +___ + +### result + +• `get` **result**(): `TransformedReturnValue` + +returns the transaction result - this is the same value as the Promise run returns + +#### Returns + +`TransformedReturnValue` + +**`Note`** + +it is generally preferable to `await` the `Promise` returned by [transaction.run()](../PolymeshTransactionBase/PolymeshTransactionBase.md#run) instead of reading this property + +**`Throws`** + +if the [transaction.isSuccess](../PolymeshTransactionBase/PolymeshTransactionBase.md#issuccess) property is false — be sure to check that before accessing! + +#### Inherited from + +PolymeshTransactionBase.result + +#### Defined in + +[base/PolymeshTransactionBase.ts:823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L823) + +## Methods + +### getProtocolFees + +▸ **getProtocolFees**(): `Promise`\<`BigNumber`\> + +Return this transaction's protocol fees. These are extra fees charged for + specific operations on the chain. Not to be confused with network fees (which + depend on the complexity of the operation), protocol fees are set by governance and/or + chain upgrades + +#### Returns + +`Promise`\<`BigNumber`\> + +#### Overrides + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[getProtocolFees](../PolymeshTransactionBase/PolymeshTransactionBase.md#getprotocolfees) + +#### Defined in + +[base/PolymeshTransaction.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransaction.ts#L108) + +___ + +### getTotalFees + +▸ **getTotalFees**(): `Promise`\<[`PayingAccountFees`](../../../interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md)\> + +Retrieve a breakdown of the fees required to run this transaction, as well as the Account responsible for paying them + +#### Returns + +`Promise`\<[`PayingAccountFees`](../../../interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md)\> + +**`Note`** + +these values might be inaccurate if the transaction is run at a later time. This can be due to a governance vote or other + chain related factors (like modifications to a specific subsidizer relationship or a chain upgrade) + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[getTotalFees](../PolymeshTransactionBase/PolymeshTransactionBase.md#gettotalfees) + +#### Defined in + +[base/PolymeshTransactionBase.ts:537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L537) + +___ + +### onProcessedByMiddleware + +▸ **onProcessedByMiddleware**(`listener`): [`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) + +Subscribe to the results of this transaction being processed by the indexing service (and as such, available to the middleware) + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `listener` | (`err?`: [`PolymeshError`](../PolymeshError/PolymeshError.md)) => `void` | callback function that will be called whenever the middleware is updated with the latest data. If there is an error (timeout or middleware offline) it will be passed to this callback | + +#### Returns + +[`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) + +unsubscribe function + +**`Note`** + +this event will be fired even if the queue fails + +**`Throws`** + +if the middleware wasn't enabled when instantiating the SDK client + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[onProcessedByMiddleware](../PolymeshTransactionBase/PolymeshTransactionBase.md#onprocessedbymiddleware) + +#### Defined in + +[base/PolymeshTransactionBase.ts:577](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L577) + +___ + +### onStatusChange + +▸ **onStatusChange**(`listener`): [`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) + +Subscribe to status changes + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `listener` | (`transaction`: [`GenericPolymeshTransaction`](../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ReturnValue`, `TransformedReturnValue`\>) => `void` | callback function that will be called whenever the status changes | + +#### Returns + +[`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) + +unsubscribe function + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[onStatusChange](../PolymeshTransactionBase/PolymeshTransactionBase.md#onstatuschange) + +#### Defined in + +[base/PolymeshTransactionBase.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L519) + +___ + +### run + +▸ **run**(): `Promise`\<`TransformedReturnValue`\> + +Run the transaction, update its status and return a result if applicable. + Certain transactions create Entities on the blockchain, and those Entities are returned + for convenience. For example, when running a transaction that creates an Asset, the Asset itself + is returned + +#### Returns + +`Promise`\<`TransformedReturnValue`\> + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[run](../PolymeshTransactionBase/PolymeshTransactionBase.md#run) + +#### Defined in + +[base/PolymeshTransactionBase.ts:270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L270) + +___ + +### runAsProposal + +▸ **runAsProposal**(): `Promise`\<[`MultiSigProposal`](../../API/Entities/MultiSigProposal/MultiSigProposal.md)\> + +Run the transaction as a multiSig proposal + +#### Returns + +`Promise`\<[`MultiSigProposal`](../../API/Entities/MultiSigProposal/MultiSigProposal.md)\> + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[runAsProposal](../PolymeshTransactionBase/PolymeshTransactionBase.md#runasproposal) + +#### Defined in + +[base/PolymeshTransactionBase.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L228) + +___ + +### supportsSubsidy + +▸ **supportsSubsidy**(): `boolean` + +Return whether the transaction can be subsidized. If the result is false + AND the caller is being subsidized by a third party, the transaction can't be executed and trying + to do so will result in an error + +#### Returns + +`boolean` + +**`Note`** + +this depends on the type of transaction itself (e.g. `staking.bond` can't be subsidized, but `asset.createAsset` can) + +#### Overrides + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[supportsSubsidy](../PolymeshTransactionBase/PolymeshTransactionBase.md#supportssubsidy) + +#### Defined in + +[base/PolymeshTransaction.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransaction.ts#L131) + +___ + +### toSignablePayload + +▸ **toSignablePayload**(`metadata?`): `Promise`\<[`TransactionPayload`](../../../interfaces/Base/Types/TransactionPayload/TransactionPayload.md)\> + +Returns a representation intended for offline signers. + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `metadata` | `Record`\<`string`, `string`\> | + +#### Returns + +`Promise`\<[`TransactionPayload`](../../../interfaces/Base/Types/TransactionPayload/TransactionPayload.md)\> + +**`Note`** + +Usually `.run()` should be preferred due to is simplicity. + +**`Note`** + +When using this method, details like account nonces, and transaction mortality require extra consideration. Generating a payload for offline sign implies asynchronicity. If using this API, be sure each procedure is created with the correct nonce, accounting for in flight transactions, and the lifetime is sufficient. + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[toSignablePayload](../PolymeshTransactionBase/PolymeshTransactionBase.md#tosignablepayload) + +#### Defined in + +[base/PolymeshTransactionBase.ts:844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L844) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/Base/PolymeshTransactionBase/PolymeshTransactionBase.md b/sdk-docs_versioned_docs/version-27.0.x/classes/Base/PolymeshTransactionBase/PolymeshTransactionBase.md new file mode 100644 index 0000000000..ca07a73050 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/Base/PolymeshTransactionBase/PolymeshTransactionBase.md @@ -0,0 +1,346 @@ +--- +id: "PolymeshTransactionBase" +title: "Class: PolymeshTransactionBase" +sidebar_label: "PolymeshTransactionBase" +--- + +[base/PolymeshTransactionBase](../../../modules/Base/PolymeshTransactionBase/PolymeshTransactionBase.md).PolymeshTransactionBase + +Wrapper class for a Polymesh Transaction + +## Type parameters + +| Name | Type | +| :------ | :------ | +| `ReturnValue` | `void` | +| `TransformedReturnValue` | `ReturnValue` | + +## Hierarchy + +- **`PolymeshTransactionBase`** + + ↳ [`PolymeshTransaction`](../PolymeshTransaction/PolymeshTransaction.md) + + ↳ [`PolymeshTransactionBatch`](../PolymeshTransactionBatch/PolymeshTransactionBatch.md) + +## Properties + +### blockHash + +• `Optional` **blockHash**: `string` + +hash of the block where this transaction resides (status: `Succeeded`, `Failed`) + +#### Defined in + +[base/PolymeshTransactionBase.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L106) + +___ + +### blockNumber + +• `Optional` **blockNumber**: `BigNumber` + +number of the block where this transaction resides (status: `Succeeded`, `Failed`) + +#### Defined in + +[base/PolymeshTransactionBase.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L111) + +___ + +### error + +• `Optional` **error**: [`PolymeshError`](../PolymeshError/PolymeshError.md) + +stores errors thrown while running the transaction (status: `Failed`, `Aborted`) + +#### Defined in + +[base/PolymeshTransactionBase.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L86) + +___ + +### multiSig + +• **multiSig**: ``null`` \| [`MultiSig`](../../API/Entities/Account/MultiSig/MultiSig.md) + +This will be set if the signingAddress is a MultiSig signer, otherwise `null` + +When set it indicates the transaction will be wrapped as a proposal for the MultiSig, +meaning `.runAsProposal` should be used instead of `.run` + +#### Defined in + +[base/PolymeshTransactionBase.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L119) + +___ + +### receipt + +• `Optional` **receipt**: `ISubmittableResult` + +stores the transaction receipt (if successful) + +#### Defined in + +[base/PolymeshTransactionBase.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L91) + +___ + +### status + +• **status**: [`TransactionStatus`](../../../enums/Base/Types/TransactionStatus/TransactionStatus.md) = `TransactionStatus.Idle` + +current status of the transaction + +#### Defined in + +[base/PolymeshTransactionBase.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L81) + +___ + +### txHash + +• `Optional` **txHash**: `string` + +transaction hash (status: `Running`, `Succeeded`, `Failed`) + +#### Defined in + +[base/PolymeshTransactionBase.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L96) + +___ + +### txIndex + +• `Optional` **txIndex**: `BigNumber` + +transaction index within its block (status: `Succeeded`, `Failed`) + +#### Defined in + +[base/PolymeshTransactionBase.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L101) + +## Accessors + +### isSuccess + +• `get` **isSuccess**(): `boolean` + +returns true if transaction has completed successfully + +#### Returns + +`boolean` + +#### Defined in + +[base/PolymeshTransactionBase.ts:907](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L907) + +___ + +### result + +• `get` **result**(): `TransformedReturnValue` + +returns the transaction result - this is the same value as the Promise run returns + +#### Returns + +`TransformedReturnValue` + +**`Note`** + +it is generally preferable to `await` the `Promise` returned by [transaction.run()](PolymeshTransactionBase.md#run) instead of reading this property + +**`Throws`** + +if the [transaction.isSuccess](PolymeshTransactionBase.md#issuccess) property is false — be sure to check that before accessing! + +#### Defined in + +[base/PolymeshTransactionBase.ts:823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L823) + +## Methods + +### getProtocolFees + +▸ `Abstract` **getProtocolFees**(): `Promise`\<`BigNumber`\> + +Return this transaction's protocol fees. These are extra fees charged for + specific operations on the chain. Not to be confused with network fees (which + depend on the complexity of the operation), protocol fees are set by governance and/or + chain upgrades + +#### Returns + +`Promise`\<`BigNumber`\> + +#### Defined in + +[base/PolymeshTransactionBase.ts:754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L754) + +___ + +### getTotalFees + +▸ **getTotalFees**(): `Promise`\<[`PayingAccountFees`](../../../interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md)\> + +Retrieve a breakdown of the fees required to run this transaction, as well as the Account responsible for paying them + +#### Returns + +`Promise`\<[`PayingAccountFees`](../../../interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md)\> + +**`Note`** + +these values might be inaccurate if the transaction is run at a later time. This can be due to a governance vote or other + chain related factors (like modifications to a specific subsidizer relationship or a chain upgrade) + +#### Defined in + +[base/PolymeshTransactionBase.ts:537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L537) + +___ + +### onProcessedByMiddleware + +▸ **onProcessedByMiddleware**(`listener`): [`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) + +Subscribe to the results of this transaction being processed by the indexing service (and as such, available to the middleware) + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `listener` | (`err?`: [`PolymeshError`](../PolymeshError/PolymeshError.md)) => `void` | callback function that will be called whenever the middleware is updated with the latest data. If there is an error (timeout or middleware offline) it will be passed to this callback | + +#### Returns + +[`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) + +unsubscribe function + +**`Note`** + +this event will be fired even if the queue fails + +**`Throws`** + +if the middleware wasn't enabled when instantiating the SDK client + +#### Defined in + +[base/PolymeshTransactionBase.ts:577](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L577) + +___ + +### onStatusChange + +▸ **onStatusChange**(`listener`): [`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) + +Subscribe to status changes + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `listener` | (`transaction`: [`GenericPolymeshTransaction`](../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ReturnValue`, `TransformedReturnValue`\>) => `void` | callback function that will be called whenever the status changes | + +#### Returns + +[`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) + +unsubscribe function + +#### Defined in + +[base/PolymeshTransactionBase.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L519) + +___ + +### run + +▸ **run**(): `Promise`\<`TransformedReturnValue`\> + +Run the transaction, update its status and return a result if applicable. + Certain transactions create Entities on the blockchain, and those Entities are returned + for convenience. For example, when running a transaction that creates an Asset, the Asset itself + is returned + +#### Returns + +`Promise`\<`TransformedReturnValue`\> + +#### Defined in + +[base/PolymeshTransactionBase.ts:270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L270) + +___ + +### runAsProposal + +▸ **runAsProposal**(): `Promise`\<[`MultiSigProposal`](../../API/Entities/MultiSigProposal/MultiSigProposal.md)\> + +Run the transaction as a multiSig proposal + +#### Returns + +`Promise`\<[`MultiSigProposal`](../../API/Entities/MultiSigProposal/MultiSigProposal.md)\> + +#### Defined in + +[base/PolymeshTransactionBase.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L228) + +___ + +### supportsSubsidy + +▸ `Abstract` **supportsSubsidy**(): `void` + +Return whether the transaction can be subsidized. If the result is false + AND the caller is being subsidized by a third party, the transaction can't be executed and trying + to do so will result in an error + +#### Returns + +`void` + +**`Note`** + +this depends on the type of transaction itself (e.g. `staking.bond` can't be subsidized, but `asset.createAsset` can) + +#### Defined in + +[base/PolymeshTransactionBase.ts:715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L715) + +___ + +### toSignablePayload + +▸ **toSignablePayload**(`metadata?`): `Promise`\<[`TransactionPayload`](../../../interfaces/Base/Types/TransactionPayload/TransactionPayload.md)\> + +Returns a representation intended for offline signers. + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `metadata` | `Record`\<`string`, `string`\> | + +#### Returns + +`Promise`\<[`TransactionPayload`](../../../interfaces/Base/Types/TransactionPayload/TransactionPayload.md)\> + +**`Note`** + +Usually `.run()` should be preferred due to is simplicity. + +**`Note`** + +When using this method, details like account nonces, and transaction mortality require extra consideration. Generating a payload for offline sign implies asynchronicity. If using this API, be sure each procedure is created with the correct nonce, accounting for in flight transactions, and the lifetime is sufficient. + +#### Defined in + +[base/PolymeshTransactionBase.ts:844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L844) diff --git a/sdk-docs_versioned_docs/version-27.0.x/classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md b/sdk-docs_versioned_docs/version-27.0.x/classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md new file mode 100644 index 0000000000..669cf65ba3 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md @@ -0,0 +1,454 @@ +--- +id: "PolymeshTransactionBatch" +title: "Class: PolymeshTransactionBatch" +sidebar_label: "PolymeshTransactionBatch" +--- + +[base/PolymeshTransactionBatch](../../../modules/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md).PolymeshTransactionBatch + +Wrapper class for a batch of Polymesh Transactions + +## Type parameters + +| Name | Type | +| :------ | :------ | +| `ReturnValue` | `ReturnValue` | +| `TransformedReturnValue` | `ReturnValue` | +| `Args` | extends `unknown`[][] = `unknown`[][] | + +## Hierarchy + +- [`PolymeshTransactionBase`](../PolymeshTransactionBase/PolymeshTransactionBase.md)\<`ReturnValue`, `TransformedReturnValue`\> + + ↳ **`PolymeshTransactionBatch`** + +## Properties + +### blockHash + +• `Optional` **blockHash**: `string` + +hash of the block where this transaction resides (status: `Succeeded`, `Failed`) + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[blockHash](../PolymeshTransactionBase/PolymeshTransactionBase.md#blockhash) + +#### Defined in + +[base/PolymeshTransactionBase.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L106) + +___ + +### blockNumber + +• `Optional` **blockNumber**: `BigNumber` + +number of the block where this transaction resides (status: `Succeeded`, `Failed`) + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[blockNumber](../PolymeshTransactionBase/PolymeshTransactionBase.md#blocknumber) + +#### Defined in + +[base/PolymeshTransactionBase.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L111) + +___ + +### error + +• `Optional` **error**: [`PolymeshError`](../PolymeshError/PolymeshError.md) + +stores errors thrown while running the transaction (status: `Failed`, `Aborted`) + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[error](../PolymeshTransactionBase/PolymeshTransactionBase.md#error) + +#### Defined in + +[base/PolymeshTransactionBase.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L86) + +___ + +### multiSig + +• **multiSig**: ``null`` \| [`MultiSig`](../../API/Entities/Account/MultiSig/MultiSig.md) + +This will be set if the signingAddress is a MultiSig signer, otherwise `null` + +When set it indicates the transaction will be wrapped as a proposal for the MultiSig, +meaning `.runAsProposal` should be used instead of `.run` + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[multiSig](../PolymeshTransactionBase/PolymeshTransactionBase.md#multisig) + +#### Defined in + +[base/PolymeshTransactionBase.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L119) + +___ + +### receipt + +• `Optional` **receipt**: `ISubmittableResult` + +stores the transaction receipt (if successful) + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[receipt](../PolymeshTransactionBase/PolymeshTransactionBase.md#receipt) + +#### Defined in + +[base/PolymeshTransactionBase.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L91) + +___ + +### status + +• **status**: [`TransactionStatus`](../../../enums/Base/Types/TransactionStatus/TransactionStatus.md) = `TransactionStatus.Idle` + +current status of the transaction + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[status](../PolymeshTransactionBase/PolymeshTransactionBase.md#status) + +#### Defined in + +[base/PolymeshTransactionBase.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L81) + +___ + +### txHash + +• `Optional` **txHash**: `string` + +transaction hash (status: `Running`, `Succeeded`, `Failed`) + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[txHash](../PolymeshTransactionBase/PolymeshTransactionBase.md#txhash) + +#### Defined in + +[base/PolymeshTransactionBase.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L96) + +___ + +### txIndex + +• `Optional` **txIndex**: `BigNumber` + +transaction index within its block (status: `Succeeded`, `Failed`) + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[txIndex](../PolymeshTransactionBase/PolymeshTransactionBase.md#txindex) + +#### Defined in + +[base/PolymeshTransactionBase.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L101) + +## Accessors + +### isSuccess + +• `get` **isSuccess**(): `boolean` + +returns true if transaction has completed successfully + +#### Returns + +`boolean` + +#### Inherited from + +PolymeshTransactionBase.isSuccess + +#### Defined in + +[base/PolymeshTransactionBase.ts:907](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L907) + +___ + +### result + +• `get` **result**(): `TransformedReturnValue` + +returns the transaction result - this is the same value as the Promise run returns + +#### Returns + +`TransformedReturnValue` + +**`Note`** + +it is generally preferable to `await` the `Promise` returned by [transaction.run()](../PolymeshTransactionBase/PolymeshTransactionBase.md#run) instead of reading this property + +**`Throws`** + +if the [transaction.isSuccess](../PolymeshTransactionBase/PolymeshTransactionBase.md#issuccess) property is false — be sure to check that before accessing! + +#### Inherited from + +PolymeshTransactionBase.result + +#### Defined in + +[base/PolymeshTransactionBase.ts:823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L823) + +___ + +### transactions + +• `get` **transactions**(): [`MapTxData`](../../../modules/Base/Types/Types.md#maptxdata)\<`Args`\> + +transactions in the batch with their respective arguments + +#### Returns + +[`MapTxData`](../../../modules/Base/Types/Types.md#maptxdata)\<`Args`\> + +#### Defined in + +[base/PolymeshTransactionBatch.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBatch.ts#L79) + +## Methods + +### getTotalFees + +▸ **getTotalFees**(): `Promise`\<[`PayingAccountFees`](../../../interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md)\> + +Retrieve a breakdown of the fees required to run this transaction, as well as the Account responsible for paying them + +#### Returns + +`Promise`\<[`PayingAccountFees`](../../../interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md)\> + +**`Note`** + +these values might be inaccurate if the transaction is run at a later time. This can be due to a governance vote or other + chain related factors (like modifications to a specific subsidizer relationship or a chain upgrade) + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[getTotalFees](../PolymeshTransactionBase/PolymeshTransactionBase.md#gettotalfees) + +#### Defined in + +[base/PolymeshTransactionBase.ts:537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L537) + +___ + +### onProcessedByMiddleware + +▸ **onProcessedByMiddleware**(`listener`): [`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) + +Subscribe to the results of this transaction being processed by the indexing service (and as such, available to the middleware) + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `listener` | (`err?`: [`PolymeshError`](../PolymeshError/PolymeshError.md)) => `void` | callback function that will be called whenever the middleware is updated with the latest data. If there is an error (timeout or middleware offline) it will be passed to this callback | + +#### Returns + +[`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) + +unsubscribe function + +**`Note`** + +this event will be fired even if the queue fails + +**`Throws`** + +if the middleware wasn't enabled when instantiating the SDK client + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[onProcessedByMiddleware](../PolymeshTransactionBase/PolymeshTransactionBase.md#onprocessedbymiddleware) + +#### Defined in + +[base/PolymeshTransactionBase.ts:577](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L577) + +___ + +### onStatusChange + +▸ **onStatusChange**(`listener`): [`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) + +Subscribe to status changes + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `listener` | (`transaction`: [`GenericPolymeshTransaction`](../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ReturnValue`, `TransformedReturnValue`\>) => `void` | callback function that will be called whenever the status changes | + +#### Returns + +[`UnsubCallback`](../../../modules/API/Entities/Types/Types.md#unsubcallback) + +unsubscribe function + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[onStatusChange](../PolymeshTransactionBase/PolymeshTransactionBase.md#onstatuschange) + +#### Defined in + +[base/PolymeshTransactionBase.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L519) + +___ + +### run + +▸ **run**(): `Promise`\<`TransformedReturnValue`\> + +Run the transaction, update its status and return a result if applicable. + Certain transactions create Entities on the blockchain, and those Entities are returned + for convenience. For example, when running a transaction that creates an Asset, the Asset itself + is returned + +#### Returns + +`Promise`\<`TransformedReturnValue`\> + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[run](../PolymeshTransactionBase/PolymeshTransactionBase.md#run) + +#### Defined in + +[base/PolymeshTransactionBase.ts:270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L270) + +___ + +### runAsProposal + +▸ **runAsProposal**(): `Promise`\<[`MultiSigProposal`](../../API/Entities/MultiSigProposal/MultiSigProposal.md)\> + +Run the transaction as a multiSig proposal + +#### Returns + +`Promise`\<[`MultiSigProposal`](../../API/Entities/MultiSigProposal/MultiSigProposal.md)\> + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[runAsProposal](../PolymeshTransactionBase/PolymeshTransactionBase.md#runasproposal) + +#### Defined in + +[base/PolymeshTransactionBase.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L228) + +___ + +### splitTransactions + +▸ **splitTransactions**(): ([`PolymeshTransaction`](../PolymeshTransaction/PolymeshTransaction.md)\<`void`, `void`, `unknown`[]\> \| [`PolymeshTransaction`](../PolymeshTransaction/PolymeshTransaction.md)\<`ReturnValue`, `TransformedReturnValue`, `unknown`[]\>)[] + +Splits this batch into its individual transactions to be run separately. This is useful if the caller is being subsidized, + since batches cannot be run by subsidized Accounts + +#### Returns + +([`PolymeshTransaction`](../PolymeshTransaction/PolymeshTransaction.md)\<`void`, `void`, `unknown`[]\> \| [`PolymeshTransaction`](../PolymeshTransaction/PolymeshTransaction.md)\<`ReturnValue`, `TransformedReturnValue`, `unknown`[]\>)[] + +**`Note`** + +the transactions returned by this method must be run in the same order they appear in the array to guarantee the same behavior. If run out of order, + an error will be thrown. The result that would be obtained by running the batch is returned by running the last transaction in the array + +**`Example`** + +```typescript +const createAssetTx = await sdk.assets.createAsset(...); + +let ticker: string; + +if (isPolymeshTransactionBatch(createAssetTx)) { + const transactions = createAssetTx.splitTransactions(); + + for (let i = 0; i < length; i += 1) { + const result = await transactions[i].run(); + + if (isAsset(result)) { + ({ticker} = result) + } + } +} else { + ({ ticker } = await createAssetTx.run()); +} + +console.log(`New Asset created! Ticker: ${ticker}`); +``` + +#### Defined in + +[base/PolymeshTransactionBatch.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBatch.ts#L198) + +___ + +### supportsSubsidy + +▸ **supportsSubsidy**(): `boolean` + +#### Returns + +`boolean` + +**`Note`** + +batch can only be subsidized if - + 1. Number of transactions in the batch are not more than 7 + 2. Every transaction in the batch can be subsidized + +#### Overrides + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[supportsSubsidy](../PolymeshTransactionBase/PolymeshTransactionBase.md#supportssubsidy) + +#### Defined in + +[base/PolymeshTransactionBatch.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBatch.ts#L129) + +___ + +### toSignablePayload + +▸ **toSignablePayload**(`metadata?`): `Promise`\<[`TransactionPayload`](../../../interfaces/Base/Types/TransactionPayload/TransactionPayload.md)\> + +Returns a representation intended for offline signers. + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `metadata` | `Record`\<`string`, `string`\> | + +#### Returns + +`Promise`\<[`TransactionPayload`](../../../interfaces/Base/Types/TransactionPayload/TransactionPayload.md)\> + +**`Note`** + +Usually `.run()` should be preferred due to is simplicity. + +**`Note`** + +When using this method, details like account nonces, and transaction mortality require extra consideration. Generating a payload for offline sign implies asynchronicity. If using this API, be sure each procedure is created with the correct nonce, accounting for in flight transactions, and the lifetime is sufficient. + +#### Inherited from + +[PolymeshTransactionBase](../PolymeshTransactionBase/PolymeshTransactionBase.md).[toSignablePayload](../PolymeshTransactionBase/PolymeshTransactionBase.md#tosignablepayload) + +#### Defined in + +[base/PolymeshTransactionBase.ts:844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/PolymeshTransactionBase.ts#L844) diff --git a/sdk-docs_versioned_docs/version-23.2.x/classes/_category_.yml b/sdk-docs_versioned_docs/version-27.0.x/classes/_category_.yml similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/classes/_category_.yml rename to sdk-docs_versioned_docs/version-27.0.x/classes/_category_.yml diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Client/Types/ErrorCode/ErrorCode.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Client/Types/ErrorCode/ErrorCode.md new file mode 100644 index 0000000000..2125722f0b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Client/Types/ErrorCode/ErrorCode.md @@ -0,0 +1,200 @@ +--- +id: "ErrorCode" +title: "Enumeration: ErrorCode" +sidebar_label: "ErrorCode" +--- + +[api/client/types](../../../../../modules/API/Client/Types/Types.md).ErrorCode + +Specifies possible types of errors in the SDK + +## Enumeration Members + +### DataUnavailable + +• **DataUnavailable** = ``"DataUnavailable"`` + +the data that is being fetched does not exist on-chain, or relies on non-existent data. There are + some cases where the data did exist at some point, but has been deleted to save storage space + +#### Defined in + +[api/client/types.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L99) + +___ + +### EntityInUse + +• **EntityInUse** = ``"EntityInUse"`` + +this type of error is thrown when attempting to delete/modify an entity which has other entities depending on it. For example, deleting + a Portfolio that still holds assets, or removing a Checkpoint Schedule that is being referenced by a Corporate Action + +#### Defined in + +[api/client/types.ts:121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L121) + +___ + +### FatalError + +• **FatalError** = ``"FatalError"`` + +error that should cause termination of the calling application + +#### Defined in + +[api/client/types.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L81) + +___ + +### General + +• **General** = ``"General"`` + +general purpose errors that don't fit well into the other categories + +#### Defined in + +[api/client/types.ts:134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L134) + +___ + +### InsufficientBalance + +• **InsufficientBalance** = ``"InsufficientBalance"`` + +one or more parties involved in the transaction do not have enough balance to perform it + +#### Defined in + +[api/client/types.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L125) + +___ + +### LimitExceeded + +• **LimitExceeded** = ``"LimitExceeded"`` + +the data that is being written to the chain would result in some limit being exceeded. For example, adding a transfer + restriction when the maximum possible amount has already been added + +#### Defined in + +[api/client/types.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L109) + +___ + +### MiddlewareError + +• **MiddlewareError** = ``"MiddlewareError"`` + +errors encountered when interacting with the historic data middleware (GQL server) + +#### Defined in + +[api/client/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L94) + +___ + +### NoDataChange + +• **NoDataChange** = ``"NoDataChange"`` + +the data that is being written to the chain is the same data that is already in place. This would result + in a redundant/useless transaction being executed + +#### Defined in + +[api/client/types.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L104) + +___ + +### NotAuthorized + +• **NotAuthorized** = ``"NotAuthorized"`` + +user does not have the required roles/permissions to perform an operation + +#### Defined in + +[api/client/types.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L90) + +___ + +### TransactionAborted + +• **TransactionAborted** = ``"TransactionAborted"`` + +transaction removed from the tx pool + +#### Defined in + +[api/client/types.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L67) + +___ + +### TransactionRejectedByUser + +• **TransactionRejectedByUser** = ``"TransactionRejectedByUser"`` + +user rejected the transaction in their wallet + +#### Defined in + +[api/client/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L71) + +___ + +### TransactionReverted + +• **TransactionReverted** = ``"TransactionReverted"`` + +transaction failed due to an on-chain error. This is a business logic error, + and it should be caught by the SDK before being sent to the chain. + Please report it to the Polymesh team + +#### Defined in + +[api/client/types.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L77) + +___ + +### UnexpectedError + +• **UnexpectedError** = ``"UnexpectedError"`` + +errors that are the result of something unforeseen. + These should generally be reported to the Polymesh team + +#### Defined in + +[api/client/types.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L130) + +___ + +### UnmetPrerequisite + +• **UnmetPrerequisite** = ``"UnmetPrerequisite"`` + +one or more base prerequisites for a transaction to be successful haven't been met. For example, reserving a ticker requires + said ticker to not be already reserved. Attempting to reserve a ticker without that prerequisite being met would result in this + type of error. Attempting to create an entity that already exists would also fall into this category, + if the entity in question is supposed to be unique + +#### Defined in + +[api/client/types.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L116) + +___ + +### ValidationError + +• **ValidationError** = ``"ValidationError"`` + +user input error. This means that one or more inputs passed by the user + do not conform to expected value ranges or types + +#### Defined in + +[api/client/types.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L86) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Client/Types/InstructionStatusEnum/InstructionStatusEnum.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Client/Types/InstructionStatusEnum/InstructionStatusEnum.md new file mode 100644 index 0000000000..0fecc95a83 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Client/Types/InstructionStatusEnum/InstructionStatusEnum.md @@ -0,0 +1,49 @@ +--- +id: "InstructionStatusEnum" +title: "Enumeration: InstructionStatusEnum" +sidebar_label: "InstructionStatusEnum" +--- + +[api/client/types](../../../../../modules/API/Client/Types/Types.md).InstructionStatusEnum + +Represents all possible states of an Instruction + +## Enumeration Members + +### Created + +• **Created** = ``"Created"`` + +#### Defined in + +[middleware/types.ts:99401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L99401) + +___ + +### Executed + +• **Executed** = ``"Executed"`` + +#### Defined in + +[middleware/types.ts:99402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L99402) + +___ + +### Failed + +• **Failed** = ``"Failed"`` + +#### Defined in + +[middleware/types.ts:99403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L99403) + +___ + +### Rejected + +• **Rejected** = ``"Rejected"`` + +#### Defined in + +[middleware/types.ts:99404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L99404) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md new file mode 100644 index 0000000000..bbe55f9d60 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md @@ -0,0 +1,57 @@ +--- +id: "AccountIdentityRelation" +title: "Enumeration: AccountIdentityRelation" +sidebar_label: "AccountIdentityRelation" +--- + +[api/entities/Account/types](../../../../../../modules/API/Entities/Account/Types/Types.md).AccountIdentityRelation + +Represents the how an Account is associated to an Identity + +## Enumeration Members + +### MultiSigSigner + +• **MultiSigSigner** = ``"MultiSigSigner"`` + +The Account is one of many signers for a MultiSig + +#### Defined in + +[api/entities/Account/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L61) + +___ + +### Primary + +• **Primary** = ``"Primary"`` + +The Account is the Identity's primary key (i.e. it has full permission) + +#### Defined in + +[api/entities/Account/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L53) + +___ + +### Secondary + +• **Secondary** = ``"Secondary"`` + +The Account is a Secondary account. There are associated permissions that may limit what transactions it may authorize for the Identity + +#### Defined in + +[api/entities/Account/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L57) + +___ + +### Unassigned + +• **Unassigned** = ``"Unassigned"`` + +The Account is not associated to any Identity + +#### Defined in + +[api/entities/Account/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L49) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md new file mode 100644 index 0000000000..2bf0c288a5 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md @@ -0,0 +1,45 @@ +--- +id: "AccountKeyType" +title: "Enumeration: AccountKeyType" +sidebar_label: "AccountKeyType" +--- + +[api/entities/Account/types](../../../../../../modules/API/Entities/Account/Types/Types.md).AccountKeyType + +Distinguishes MultiSig and Smart Contract accounts + +## Enumeration Members + +### MultiSig + +• **MultiSig** = ``"MultiSig"`` + +Account is a MultiSig. (i.e. multiple signatures are required to authorize transactions) + +#### Defined in + +[api/entities/Account/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L35) + +___ + +### Normal + +• **Normal** = ``""`` + +Account is a standard type (e.g. corresponds to the public key of a sr25519 pair) + +#### Defined in + +[api/entities/Account/types.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L31) + +___ + +### SmartContract + +• **SmartContract** = ``"SmartContract"`` + +Account represents a smart contract + +#### Defined in + +[api/entities/Account/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L39) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md new file mode 100644 index 0000000000..eafeb615d6 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md @@ -0,0 +1,27 @@ +--- +id: "CaCheckpointType" +title: "Enumeration: CaCheckpointType" +sidebar_label: "CaCheckpointType" +--- + +[api/entities/Asset/Fungible/Checkpoints/types](../../../../../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md).CaCheckpointType + +## Enumeration Members + +### Existing + +• **Existing** = ``"Existing"`` + +#### Defined in + +[api/entities/Asset/Fungible/Checkpoints/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/Checkpoints/types.ts#L6) + +___ + +### Schedule + +• **Schedule** = ``"Schedule"`` + +#### Defined in + +[api/entities/Asset/Fungible/Checkpoints/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/Checkpoints/types.ts#L7) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md new file mode 100644 index 0000000000..f4a1138983 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md @@ -0,0 +1,107 @@ +--- +id: "KnownAssetType" +title: "Enumeration: KnownAssetType" +sidebar_label: "KnownAssetType" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).KnownAssetType + +## Enumeration Members + +### Commodity + +• **Commodity** = ``"Commodity"`` + +#### Defined in + +[api/entities/Asset/types.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L32) + +___ + +### Derivative + +• **Derivative** = ``"Derivative"`` + +#### Defined in + +[api/entities/Asset/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L38) + +___ + +### EquityCommon + +• **EquityCommon** = ``"EquityCommon"`` + +#### Defined in + +[api/entities/Asset/types.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L30) + +___ + +### EquityPreferred + +• **EquityPreferred** = ``"EquityPreferred"`` + +#### Defined in + +[api/entities/Asset/types.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L31) + +___ + +### FixedIncome + +• **FixedIncome** = ``"FixedIncome"`` + +#### Defined in + +[api/entities/Asset/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L33) + +___ + +### Fund + +• **Fund** = ``"Fund"`` + +#### Defined in + +[api/entities/Asset/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L35) + +___ + +### Reit + +• **Reit** = ``"Reit"`` + +#### Defined in + +[api/entities/Asset/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L34) + +___ + +### RevenueShareAgreement + +• **RevenueShareAgreement** = ``"RevenueShareAgreement"`` + +#### Defined in + +[api/entities/Asset/types.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L36) + +___ + +### StableCoin + +• **StableCoin** = ``"StableCoin"`` + +#### Defined in + +[api/entities/Asset/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L39) + +___ + +### StructuredProduct + +• **StructuredProduct** = ``"StructuredProduct"`` + +#### Defined in + +[api/entities/Asset/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L37) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Asset/Types/KnownNftType/KnownNftType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Asset/Types/KnownNftType/KnownNftType.md new file mode 100644 index 0000000000..0dd8751798 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Asset/Types/KnownNftType/KnownNftType.md @@ -0,0 +1,37 @@ +--- +id: "KnownNftType" +title: "Enumeration: KnownNftType" +sidebar_label: "KnownNftType" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).KnownNftType + +## Enumeration Members + +### Derivative + +• **Derivative** = ``"Derivative"`` + +#### Defined in + +[api/entities/Asset/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L43) + +___ + +### FixedIncome + +• **FixedIncome** = ``"FixedIncome"`` + +#### Defined in + +[api/entities/Asset/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L44) + +___ + +### Invoice + +• **Invoice** = ``"Invoice"`` + +#### Defined in + +[api/entities/Asset/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L45) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Asset/Types/SecurityIdentifierType/SecurityIdentifierType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Asset/Types/SecurityIdentifierType/SecurityIdentifierType.md new file mode 100644 index 0000000000..c4f7ff9d55 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Asset/Types/SecurityIdentifierType/SecurityIdentifierType.md @@ -0,0 +1,57 @@ +--- +id: "SecurityIdentifierType" +title: "Enumeration: SecurityIdentifierType" +sidebar_label: "SecurityIdentifierType" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).SecurityIdentifierType + +## Enumeration Members + +### Cins + +• **Cins** = ``"Cins"`` + +#### Defined in + +[api/entities/Asset/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L51) + +___ + +### Cusip + +• **Cusip** = ``"Cusip"`` + +#### Defined in + +[api/entities/Asset/types.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L50) + +___ + +### Figi + +• **Figi** = ``"Figi"`` + +#### Defined in + +[api/entities/Asset/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L53) + +___ + +### Isin + +• **Isin** = ``"Isin"`` + +#### Defined in + +[api/entities/Asset/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L49) + +___ + +### Lei + +• **Lei** = ``"Lei"`` + +#### Defined in + +[api/entities/Asset/types.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L52) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Asset/Types/TransferError/TransferError.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Asset/Types/TransferError/TransferError.md new file mode 100644 index 0000000000..65d5020a1f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Asset/Types/TransferError/TransferError.md @@ -0,0 +1,202 @@ +--- +id: "TransferError" +title: "Enumeration: TransferError" +sidebar_label: "TransferError" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).TransferError + +Akin to TransferStatus, these are a bit more granular and specific. Every TransferError translates to + a [TransferStatus](../TransferStatus/TransferStatus.md), but two or more TransferErrors can represent the same TransferStatus, and + not all Transfer Statuses are represented by a TransferError + +## Enumeration Members + +### AssetDoesNotExists + +• **AssetDoesNotExists** = ``"AssetDoesNotExists"`` + +occurs if asset to be check for transfer, no longer exists + +#### Defined in + +[api/entities/Asset/types.ts:358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L358) + +___ + +### BalanceOverflow + +• **BalanceOverflow** = ``"BalanceOverflow"`` + +occurs if receiver balance will overflow on receiving the transfer amount + +#### Defined in + +[api/entities/Asset/types.ts:363](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L363) + +___ + +### ComplianceFailure + +• **ComplianceFailure** = ``"ComplianceFailure"`` + +translates to TransferStatus.ComplianceFailure + +occurs if some compliance rule would prevent the transfer + +#### Defined in + +[api/entities/Asset/types.ts:348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L348) + +___ + +### InsufficientBalance + +• **InsufficientBalance** = ``"InsufficientBalance"`` + +translates to TransferStatus.InsufficientBalance + +occurs if the sender Identity does not have enough balance to cover the amount + +#### Defined in + +[api/entities/Asset/types.ts:317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L317) + +___ + +### InsufficientPortfolioBalance + +• **InsufficientPortfolioBalance** = ``"InsufficientPortfolioBalance"`` + +translates to TransferStatus.PortfolioFailure + +occurs if the sender Portfolio does not have enough balance to cover the amount + +#### Defined in + +[api/entities/Asset/types.ts:341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L341) + +___ + +### InvalidGranularity + +• **InvalidGranularity** = ``"InvalidGranularity"`` + +translates to TransferStatus.InvalidGranularity + +occurs if attempting to transfer decimal amounts of a non-divisible token + +#### Defined in + +[api/entities/Asset/types.ts:286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L286) + +___ + +### InvalidReceiverCdd + +• **InvalidReceiverCdd** = ``"InvalidReceiverCdd"`` + +translates to TransferStatus.InvalidReceiverIdentity + +occurs if the receiver Identity doesn't have a valid CDD claim + +#### Defined in + +[api/entities/Asset/types.ts:298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L298) + +___ + +### InvalidReceiverPortfolio + +• **InvalidReceiverPortfolio** = ``"InvalidReceiverPortfolio"`` + +translates to TransferStatus.PortfolioFailure + +occurs if the receiver Portfolio doesn't exist + +#### Defined in + +[api/entities/Asset/types.ts:335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L335) + +___ + +### InvalidSenderCdd + +• **InvalidSenderCdd** = ``"InvalidSenderCdd"`` + +translates to TransferStatus.InvalidSenderIdentity + +occurs if the receiver Identity doesn't have a valid CDD claim + +#### Defined in + +[api/entities/Asset/types.ts:304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L304) + +___ + +### InvalidSenderPortfolio + +• **InvalidSenderPortfolio** = ``"InvalidSenderPortfolio"`` + +translates to TransferStatus.PortfolioFailure + +occurs if the sender Portfolio doesn't exist + +#### Defined in + +[api/entities/Asset/types.ts:329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L329) + +___ + +### ScopeClaimMissing + +• **ScopeClaimMissing** = ``"ScopeClaimMissing"`` + +translates to TransferStatus.ScopeClaimMissing + +occurs if one of the participants doesn't have a valid Investor Uniqueness Claim for + the Asset + +#### Defined in + +[api/entities/Asset/types.ts:311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L311) + +___ + +### SelfTransfer + +• **SelfTransfer** = ``"SelfTransfer"`` + +translates to TransferStatus.InvalidReceiverIdentity + +occurs if the origin and destination Identities are the same + +#### Defined in + +[api/entities/Asset/types.ts:292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L292) + +___ + +### TransferNotAllowed + +• **TransferNotAllowed** = ``"TransferNotAllowed"`` + +occurs if some statistics transfer condition would prevent the transfer + +#### Defined in + +[api/entities/Asset/types.ts:353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L353) + +___ + +### TransfersFrozen + +• **TransfersFrozen** = ``"TransfersFrozen"`` + +translates to TransferStatus.TransfersHalted + +occurs if the Asset's transfers are frozen + +#### Defined in + +[api/entities/Asset/types.ts:323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L323) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Asset/Types/TransferStatus/TransferStatus.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Asset/Types/TransferStatus/TransferStatus.md new file mode 100644 index 0000000000..0344983225 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Asset/Types/TransferStatus/TransferStatus.md @@ -0,0 +1,219 @@ +--- +id: "TransferStatus" +title: "Enumeration: TransferStatus" +sidebar_label: "TransferStatus" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).TransferStatus + +ERC1400 compliant transfer status + +## Enumeration Members + +### BlockedTransaction + +• **BlockedTransaction** = ``"BlockedTransaction"`` + +#### Defined in + +[api/entities/Asset/types.ts:267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L267) + +___ + +### ComplianceFailure + +• **ComplianceFailure** = ``"ComplianceFailure"`` + +#### Defined in + +[api/entities/Asset/types.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L263) + +___ + +### CustodianError + +• **CustodianError** = ``"CustodianError"`` + +#### Defined in + +[api/entities/Asset/types.ts:270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L270) + +___ + +### Failure + +• **Failure** = ``"Failure"`` + +#### Defined in + +[api/entities/Asset/types.ts:252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L252) + +___ + +### FundsLimitReached + +• **FundsLimitReached** = ``"FundsLimitReached"`` + +#### Defined in + +[api/entities/Asset/types.ts:268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L268) + +___ + +### FundsLocked + +• **FundsLocked** = ``"FundsLocked"`` + +#### Defined in + +[api/entities/Asset/types.ts:257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L257) + +___ + +### InsufficientAllowance + +• **InsufficientAllowance** = ``"InsufficientAllowance"`` + +#### Defined in + +[api/entities/Asset/types.ts:255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L255) + +___ + +### InsufficientBalance + +• **InsufficientBalance** = ``"InsufficientBalance"`` + +#### Defined in + +[api/entities/Asset/types.ts:254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L254) + +___ + +### InvalidGranularity + +• **InvalidGranularity** = ``"InvalidGranularity"`` + +#### Defined in + +[api/entities/Asset/types.ts:265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L265) + +___ + +### InvalidOperator + +• **InvalidOperator** = ``"InvalidOperator"`` + +#### Defined in + +[api/entities/Asset/types.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L260) + +___ + +### InvalidReceiverAddress + +• **InvalidReceiverAddress** = ``"InvalidReceiverAddress"`` + +#### Defined in + +[api/entities/Asset/types.ts:259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L259) + +___ + +### InvalidReceiverIdentity + +• **InvalidReceiverIdentity** = ``"InvalidReceiverIdentity"`` + +#### Defined in + +[api/entities/Asset/types.ts:262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L262) + +___ + +### InvalidSenderAddress + +• **InvalidSenderAddress** = ``"InvalidSenderAddress"`` + +#### Defined in + +[api/entities/Asset/types.ts:258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L258) + +___ + +### InvalidSenderIdentity + +• **InvalidSenderIdentity** = ``"InvalidSenderIdentity"`` + +#### Defined in + +[api/entities/Asset/types.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L261) + +___ + +### PortfolioFailure + +• **PortfolioFailure** = ``"PortfolioFailure"`` + +#### Defined in + +[api/entities/Asset/types.ts:269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L269) + +___ + +### ScopeClaimMissing + +• **ScopeClaimMissing** = ``"ScopeClaimMissing"`` + +#### Defined in + +[api/entities/Asset/types.ts:271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L271) + +___ + +### SmartExtensionFailure + +• **SmartExtensionFailure** = ``"SmartExtensionFailure"`` + +#### Defined in + +[api/entities/Asset/types.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L264) + +___ + +### Success + +• **Success** = ``"Success"`` + +#### Defined in + +[api/entities/Asset/types.ts:253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L253) + +___ + +### TransferRestrictionFailure + +• **TransferRestrictionFailure** = ``"TransferRestrictionFailure"`` + +#### Defined in + +[api/entities/Asset/types.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L272) + +___ + +### TransfersHalted + +• **TransfersHalted** = ``"TransfersHalted"`` + +#### Defined in + +[api/entities/Asset/types.ts:256](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L256) + +___ + +### VolumeLimitReached + +• **VolumeLimitReached** = ``"VolumeLimitReached"`` + +#### Defined in + +[api/entities/Asset/types.ts:266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L266) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md new file mode 100644 index 0000000000..d0e4485068 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md @@ -0,0 +1,57 @@ +--- +id: "CorporateActionKind" +title: "Enumeration: CorporateActionKind" +sidebar_label: "CorporateActionKind" +--- + +[api/entities/CorporateActionBase/types](../../../../../../modules/API/Entities/CorporateActionBase/Types/Types.md).CorporateActionKind + +## Enumeration Members + +### IssuerNotice + +• **IssuerNotice** = ``"IssuerNotice"`` + +#### Defined in + +[api/entities/CorporateActionBase/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/types.ts#L38) + +___ + +### Other + +• **Other** = ``"Other"`` + +#### Defined in + +[api/entities/CorporateActionBase/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/types.ts#L40) + +___ + +### PredictableBenefit + +• **PredictableBenefit** = ``"PredictableBenefit"`` + +#### Defined in + +[api/entities/CorporateActionBase/types.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/types.ts#L36) + +___ + +### Reorganization + +• **Reorganization** = ``"Reorganization"`` + +#### Defined in + +[api/entities/CorporateActionBase/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/types.ts#L39) + +___ + +### UnpredictableBenefit + +• **UnpredictableBenefit** = ``"UnpredictableBenefit"`` + +#### Defined in + +[api/entities/CorporateActionBase/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/types.ts#L37) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md new file mode 100644 index 0000000000..c935a2660c --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md @@ -0,0 +1,27 @@ +--- +id: "TargetTreatment" +title: "Enumeration: TargetTreatment" +sidebar_label: "TargetTreatment" +--- + +[api/entities/CorporateActionBase/types](../../../../../../modules/API/Entities/CorporateActionBase/Types/Types.md).TargetTreatment + +## Enumeration Members + +### Exclude + +• **Exclude** = ``"Exclude"`` + +#### Defined in + +[api/entities/CorporateActionBase/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/types.ts#L8) + +___ + +### Include + +• **Include** = ``"Include"`` + +#### Defined in + +[api/entities/CorporateActionBase/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/types.ts#L7) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md new file mode 100644 index 0000000000..781f4e8785 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md @@ -0,0 +1,47 @@ +--- +id: "AffirmationStatus" +title: "Enumeration: AffirmationStatus" +sidebar_label: "AffirmationStatus" +--- + +[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).AffirmationStatus + +## Enumeration Members + +### Affirmed + +• **Affirmed** = ``"Affirmed"`` + +#### Defined in + +[api/entities/Instruction/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L92) + +___ + +### Pending + +• **Pending** = ``"Pending"`` + +#### Defined in + +[api/entities/Instruction/types.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L91) + +___ + +### Rejected + +• **Rejected** = ``"Rejected"`` + +#### Defined in + +[api/entities/Instruction/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L93) + +___ + +### Unknown + +• **Unknown** = ``"Unknown"`` + +#### Defined in + +[api/entities/Instruction/types.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L90) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md new file mode 100644 index 0000000000..5325df3725 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md @@ -0,0 +1,47 @@ +--- +id: "InstructionStatus" +title: "Enumeration: InstructionStatus" +sidebar_label: "InstructionStatus" +--- + +[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).InstructionStatus + +## Enumeration Members + +### Failed + +• **Failed** = ``"Failed"`` + +#### Defined in + +[api/entities/Instruction/types.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L16) + +___ + +### Pending + +• **Pending** = ``"Pending"`` + +#### Defined in + +[api/entities/Instruction/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L15) + +___ + +### Rejected + +• **Rejected** = ``"Rejected"`` + +#### Defined in + +[api/entities/Instruction/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L18) + +___ + +### Success + +• **Success** = ``"Success"`` + +#### Defined in + +[api/entities/Instruction/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L17) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md new file mode 100644 index 0000000000..979b20cb57 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md @@ -0,0 +1,37 @@ +--- +id: "InstructionType" +title: "Enumeration: InstructionType" +sidebar_label: "InstructionType" +--- + +[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).InstructionType + +## Enumeration Members + +### SettleManual + +• **SettleManual** = ``"SettleManual"`` + +#### Defined in + +[api/entities/Instruction/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L24) + +___ + +### SettleOnAffirmation + +• **SettleOnAffirmation** = ``"SettleOnAffirmation"`` + +#### Defined in + +[api/entities/Instruction/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L22) + +___ + +### SettleOnBlock + +• **SettleOnBlock** = ``"SettleOnBlock"`` + +#### Defined in + +[api/entities/Instruction/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md new file mode 100644 index 0000000000..7529f86388 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md @@ -0,0 +1,37 @@ +--- +id: "MetadataLockStatus" +title: "Enumeration: MetadataLockStatus" +sidebar_label: "MetadataLockStatus" +--- + +[api/entities/MetadataEntry/types](../../../../../../modules/API/Entities/MetadataEntry/Types/Types.md).MetadataLockStatus + +## Enumeration Members + +### Locked + +• **Locked** = ``"Locked"`` + +#### Defined in + +[api/entities/MetadataEntry/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/types.ts#L12) + +___ + +### LockedUntil + +• **LockedUntil** = ``"LockedUntil"`` + +#### Defined in + +[api/entities/MetadataEntry/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/types.ts#L13) + +___ + +### Unlocked + +• **Unlocked** = ``"Unlocked"`` + +#### Defined in + +[api/entities/MetadataEntry/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/types.ts#L11) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md new file mode 100644 index 0000000000..eaae63993f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md @@ -0,0 +1,27 @@ +--- +id: "MetadataType" +title: "Enumeration: MetadataType" +sidebar_label: "MetadataType" +--- + +[api/entities/MetadataEntry/types](../../../../../../modules/API/Entities/MetadataEntry/Types/Types.md).MetadataType + +## Enumeration Members + +### Global + +• **Global** = ``"Global"`` + +#### Defined in + +[api/entities/MetadataEntry/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/types.ts#L7) + +___ + +### Local + +• **Local** = ``"Local"`` + +#### Defined in + +[api/entities/MetadataEntry/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/types.ts#L6) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md new file mode 100644 index 0000000000..e295083877 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md @@ -0,0 +1,27 @@ +--- +id: "MultiSigProposalAction" +title: "Enumeration: MultiSigProposalAction" +sidebar_label: "MultiSigProposalAction" +--- + +[api/entities/MultiSigProposal/types](../../../../../../modules/API/Entities/MultiSigProposal/Types/Types.md).MultiSigProposalAction + +## Enumeration Members + +### Approve + +• **Approve** = ``"approve"`` + +#### Defined in + +[api/entities/MultiSigProposal/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/types.ts#L65) + +___ + +### Reject + +• **Reject** = ``"reject"`` + +#### Defined in + +[api/entities/MultiSigProposal/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/types.ts#L66) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md new file mode 100644 index 0000000000..bf0aa96f14 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md @@ -0,0 +1,67 @@ +--- +id: "ProposalStatus" +title: "Enumeration: ProposalStatus" +sidebar_label: "ProposalStatus" +--- + +[api/entities/MultiSigProposal/types](../../../../../../modules/API/Entities/MultiSigProposal/Types/Types.md).ProposalStatus + +## Enumeration Members + +### Active + +• **Active** = ``"Active"`` + +#### Defined in + +[api/entities/MultiSigProposal/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/types.ts#L8) + +___ + +### Expired + +• **Expired** = ``"Expired"`` + +#### Defined in + +[api/entities/MultiSigProposal/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/types.ts#L9) + +___ + +### Failed + +• **Failed** = ``"ExecutionFailed"`` + +#### Defined in + +[api/entities/MultiSigProposal/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/types.ts#L11) + +___ + +### Invalid + +• **Invalid** = ``"Invalid"`` + +#### Defined in + +[api/entities/MultiSigProposal/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/types.ts#L7) + +___ + +### Rejected + +• **Rejected** = ``"Rejected"`` + +#### Defined in + +[api/entities/MultiSigProposal/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/types.ts#L12) + +___ + +### Successful + +• **Successful** = ``"ExecutionSuccessful"`` + +#### Defined in + +[api/entities/MultiSigProposal/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/types.ts#L10) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md new file mode 100644 index 0000000000..986b348377 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md @@ -0,0 +1,45 @@ +--- +id: "OfferingBalanceStatus" +title: "Enumeration: OfferingBalanceStatus" +sidebar_label: "OfferingBalanceStatus" +--- + +[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).OfferingBalanceStatus + +## Enumeration Members + +### Available + +• **Available** = ``"Available"`` + +There still are Asset tokens available for purchase + +#### Defined in + +[api/entities/Offering/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L24) + +___ + +### Residual + +• **Residual** = ``"Residual"`` + +There are remaining Asset tokens, but their added value is lower than the Offering's + minimum investment, so they cannot be purchased. The Offering should be manually closed + to retrieve them + +#### Defined in + +[api/entities/Offering/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L34) + +___ + +### SoldOut + +• **SoldOut** = ``"SoldOut"`` + +All Asset tokens in the Offering have been sold + +#### Defined in + +[api/entities/Offering/types.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L28) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md new file mode 100644 index 0000000000..74959c1ea9 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md @@ -0,0 +1,55 @@ +--- +id: "OfferingSaleStatus" +title: "Enumeration: OfferingSaleStatus" +sidebar_label: "OfferingSaleStatus" +--- + +[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).OfferingSaleStatus + +## Enumeration Members + +### Closed + +• **Closed** = ``"Closed"`` + +Sale was manually closed after the end date was reached + +#### Defined in + +[api/entities/Offering/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L53) + +___ + +### ClosedEarly + +• **ClosedEarly** = ``"ClosedEarly"`` + +Sale was manually closed before the end date was reached + +#### Defined in + +[api/entities/Offering/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L49) + +___ + +### Frozen + +• **Frozen** = ``"Frozen"`` + +Sale temporarily paused, can be resumed (unfrozen) + +#### Defined in + +[api/entities/Offering/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L41) + +___ + +### Live + +• **Live** = ``"Live"`` + +Investments can be made + +#### Defined in + +[api/entities/Offering/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L45) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md new file mode 100644 index 0000000000..e261112845 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md @@ -0,0 +1,43 @@ +--- +id: "OfferingTimingStatus" +title: "Enumeration: OfferingTimingStatus" +sidebar_label: "OfferingTimingStatus" +--- + +[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).OfferingTimingStatus + +## Enumeration Members + +### Expired + +• **Expired** = ``"Expired"`` + +End date reached + +#### Defined in + +[api/entities/Offering/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L17) + +___ + +### NotStarted + +• **NotStarted** = ``"NotStarted"`` + +Start date not reached yet + +#### Defined in + +[api/entities/Offering/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L9) + +___ + +### Started + +• **Started** = ``"Started"`` + +Between start and end date + +#### Defined in + +[api/entities/Offering/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L13) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md new file mode 100644 index 0000000000..eda4d5a4fc --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md @@ -0,0 +1,43 @@ +--- +id: "TickerReservationStatus" +title: "Enumeration: TickerReservationStatus" +sidebar_label: "TickerReservationStatus" +--- + +[api/entities/TickerReservation/types](../../../../../../modules/API/Entities/TickerReservation/Types/Types.md).TickerReservationStatus + +## Enumeration Members + +### AssetCreated + +• **AssetCreated** = ``"AssetCreated"`` + +an Asset using this ticker has already been created + +#### Defined in + +[api/entities/TickerReservation/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/TickerReservation/types.ts#L15) + +___ + +### Free + +• **Free** = ``"Free"`` + +ticker hasn't been reserved or previous reservation expired + +#### Defined in + +[api/entities/TickerReservation/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/TickerReservation/types.ts#L7) + +___ + +### Reserved + +• **Reserved** = ``"Reserved"`` + +ticker is currently reserved + +#### Defined in + +[api/entities/TickerReservation/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/TickerReservation/types.ts#L11) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/AuthorizationType/AuthorizationType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/AuthorizationType/AuthorizationType.md new file mode 100644 index 0000000000..c3f04d93c7 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/AuthorizationType/AuthorizationType.md @@ -0,0 +1,109 @@ +--- +id: "AuthorizationType" +title: "Enumeration: AuthorizationType" +sidebar_label: "AuthorizationType" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).AuthorizationType + +Type of Authorization Request + +## Enumeration Members + +### AddMultiSigSigner + +• **AddMultiSigSigner** = ``"AddMultiSigSigner"`` + +#### Defined in + +[api/entities/types.ts:133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L133) + +___ + +### AddRelayerPayingKey + +• **AddRelayerPayingKey** = ``"AddRelayerPayingKey"`` + +#### Defined in + +[api/entities/types.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L138) + +___ + +### AttestPrimaryKeyRotation + +• **AttestPrimaryKeyRotation** = ``"AttestPrimaryKeyRotation"`` + +#### Defined in + +[api/entities/types.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L130) + +___ + +### BecomeAgent + +• **BecomeAgent** = ``"BecomeAgent"`` + +#### Defined in + +[api/entities/types.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L137) + +___ + +### JoinIdentity + +• **JoinIdentity** = ``"JoinIdentity"`` + +#### Defined in + +[api/entities/types.ts:135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L135) + +___ + +### PortfolioCustody + +• **PortfolioCustody** = ``"PortfolioCustody"`` + +#### Defined in + +[api/entities/types.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L136) + +___ + +### RotatePrimaryKey + +• **RotatePrimaryKey** = ``"RotatePrimaryKey"`` + +#### Defined in + +[api/entities/types.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L131) + +___ + +### RotatePrimaryKeyToSecondary + +• **RotatePrimaryKeyToSecondary** = ``"RotatePrimaryKeyToSecondary"`` + +#### Defined in + +[api/entities/types.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L139) + +___ + +### TransferAssetOwnership + +• **TransferAssetOwnership** = ``"TransferAssetOwnership"`` + +#### Defined in + +[api/entities/types.ts:134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L134) + +___ + +### TransferTicker + +• **TransferTicker** = ``"TransferTicker"`` + +#### Defined in + +[api/entities/types.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L132) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/ClaimType/ClaimType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/ClaimType/ClaimType.md new file mode 100644 index 0000000000..a2fe64050c --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/ClaimType/ClaimType.md @@ -0,0 +1,107 @@ +--- +id: "ClaimType" +title: "Enumeration: ClaimType" +sidebar_label: "ClaimType" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ClaimType + +## Enumeration Members + +### Accredited + +• **Accredited** = ``"Accredited"`` + +#### Defined in + +[api/entities/types.ts:161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L161) + +___ + +### Affiliate + +• **Affiliate** = ``"Affiliate"`` + +#### Defined in + +[api/entities/types.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L162) + +___ + +### Blocked + +• **Blocked** = ``"Blocked"`` + +#### Defined in + +[api/entities/types.ts:169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L169) + +___ + +### BuyLockup + +• **BuyLockup** = ``"BuyLockup"`` + +#### Defined in + +[api/entities/types.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L163) + +___ + +### Custom + +• **Custom** = ``"Custom"`` + +#### Defined in + +[api/entities/types.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L170) + +___ + +### CustomerDueDiligence + +• **CustomerDueDiligence** = ``"CustomerDueDiligence"`` + +#### Defined in + +[api/entities/types.ts:165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L165) + +___ + +### Exempted + +• **Exempted** = ``"Exempted"`` + +#### Defined in + +[api/entities/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L168) + +___ + +### Jurisdiction + +• **Jurisdiction** = ``"Jurisdiction"`` + +#### Defined in + +[api/entities/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L167) + +___ + +### KnowYourCustomer + +• **KnowYourCustomer** = ``"KnowYourCustomer"`` + +#### Defined in + +[api/entities/types.ts:166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L166) + +___ + +### SellLockup + +• **SellLockup** = ``"SellLockup"`` + +#### Defined in + +[api/entities/types.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L164) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/ConditionTarget/ConditionTarget.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/ConditionTarget/ConditionTarget.md new file mode 100644 index 0000000000..ab8f6524bb --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/ConditionTarget/ConditionTarget.md @@ -0,0 +1,37 @@ +--- +id: "ConditionTarget" +title: "Enumeration: ConditionTarget" +sidebar_label: "ConditionTarget" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ConditionTarget + +## Enumeration Members + +### Both + +• **Both** = ``"Both"`` + +#### Defined in + +[api/entities/types.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L145) + +___ + +### Receiver + +• **Receiver** = ``"Receiver"`` + +#### Defined in + +[api/entities/types.ts:144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L144) + +___ + +### Sender + +• **Sender** = ``"Sender"`` + +#### Defined in + +[api/entities/types.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L143) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/ConditionType/ConditionType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/ConditionType/ConditionType.md new file mode 100644 index 0000000000..064e7171fa --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/ConditionType/ConditionType.md @@ -0,0 +1,67 @@ +--- +id: "ConditionType" +title: "Enumeration: ConditionType" +sidebar_label: "ConditionType" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ConditionType + +## Enumeration Members + +### IsAbsent + +• **IsAbsent** = ``"IsAbsent"`` + +#### Defined in + +[api/entities/types.ts:330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L330) + +___ + +### IsAnyOf + +• **IsAnyOf** = ``"IsAnyOf"`` + +#### Defined in + +[api/entities/types.ts:331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L331) + +___ + +### IsExternalAgent + +• **IsExternalAgent** = ``"IsExternalAgent"`` + +#### Defined in + +[api/entities/types.ts:333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L333) + +___ + +### IsIdentity + +• **IsIdentity** = ``"IsIdentity"`` + +#### Defined in + +[api/entities/types.ts:334](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L334) + +___ + +### IsNoneOf + +• **IsNoneOf** = ``"IsNoneOf"`` + +#### Defined in + +[api/entities/types.ts:332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L332) + +___ + +### IsPresent + +• **IsPresent** = ``"IsPresent"`` + +#### Defined in + +[api/entities/types.ts:329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L329) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md new file mode 100644 index 0000000000..ef292cc19d --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md @@ -0,0 +1,63 @@ +--- +id: "PermissionGroupType" +title: "Enumeration: PermissionGroupType" +sidebar_label: "PermissionGroupType" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).PermissionGroupType + +## Enumeration Members + +### ExceptMeta + +• **ExceptMeta** = ``"ExceptMeta"`` + +not authorized: + - externalAgents + +#### Defined in + +[api/entities/types.ts:742](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L742) + +___ + +### Full + +• **Full** = ``"Full"`` + +all transactions authorized + +#### Defined in + +[api/entities/types.ts:737](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L737) + +___ + +### PolymeshV1Caa + +• **PolymeshV1Caa** = ``"PolymeshV1Caa"`` + +authorized: + - corporateAction + - corporateBallot + - capitalDistribution + +#### Defined in + +[api/entities/types.ts:749](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L749) + +___ + +### PolymeshV1Pia + +• **PolymeshV1Pia** = ``"PolymeshV1Pia"`` + +authorized: + - asset.issue + - asset.redeem + - asset.controllerTransfer + - sto (except for sto.invest) + +#### Defined in + +[api/entities/types.ts:757](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L757) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/PermissionType/PermissionType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/PermissionType/PermissionType.md new file mode 100644 index 0000000000..84d4dd5118 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/PermissionType/PermissionType.md @@ -0,0 +1,27 @@ +--- +id: "PermissionType" +title: "Enumeration: PermissionType" +sidebar_label: "PermissionType" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).PermissionType + +## Enumeration Members + +### Exclude + +• **Exclude** = ``"Exclude"`` + +#### Defined in + +[api/entities/types.ts:606](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L606) + +___ + +### Include + +• **Include** = ``"Include"`` + +#### Defined in + +[api/entities/types.ts:605](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L605) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/ScopeType/ScopeType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/ScopeType/ScopeType.md new file mode 100644 index 0000000000..40c360cd1a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/ScopeType/ScopeType.md @@ -0,0 +1,37 @@ +--- +id: "ScopeType" +title: "Enumeration: ScopeType" +sidebar_label: "ScopeType" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ScopeType + +## Enumeration Members + +### Asset + +• **Asset** = ``"Asset"`` + +#### Defined in + +[api/entities/types.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L151) + +___ + +### Custom + +• **Custom** = ``"Custom"`` + +#### Defined in + +[api/entities/types.ts:152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L152) + +___ + +### Identity + +• **Identity** = ``"Identity"`` + +#### Defined in + +[api/entities/types.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L150) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/SignerType/SignerType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/SignerType/SignerType.md new file mode 100644 index 0000000000..0cfd51d057 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/SignerType/SignerType.md @@ -0,0 +1,27 @@ +--- +id: "SignerType" +title: "Enumeration: SignerType" +sidebar_label: "SignerType" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).SignerType + +## Enumeration Members + +### Account + +• **Account** = ``"Account"`` + +#### Defined in + +[api/entities/types.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L111) + +___ + +### Identity + +• **Identity** = ``"Identity"`` + +#### Defined in + +[api/entities/types.ts:110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L110) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/StatType/StatType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/StatType/StatType.md new file mode 100644 index 0000000000..5a230d483f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Types/StatType/StatType.md @@ -0,0 +1,57 @@ +--- +id: "StatType" +title: "Enumeration: StatType" +sidebar_label: "StatType" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).StatType + +Represents the StatType from the `statistics` module. + +**`Note`** + +the chain doesn't use "Scoped" types, but they are needed here to discriminate the input instead of having an optional input + +## Enumeration Members + +### Balance + +• **Balance** = ``"Balance"`` + +#### Defined in + +[api/entities/types.ts:289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L289) + +___ + +### Count + +• **Count** = ``"Count"`` + +#### Defined in + +[api/entities/types.ts:288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L288) + +___ + +### ScopedBalance + +• **ScopedBalance** = ``"ScopedBalance"`` + +ScopedPercentage is an SDK only type, on chain it is `Balance` with a claimType option present + +#### Defined in + +[api/entities/types.ts:297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L297) + +___ + +### ScopedCount + +• **ScopedCount** = ``"ScopedCount"`` + +ScopedCount is an SDK only type, on chain it is `Count` with a claimType option present + +#### Defined in + +[api/entities/types.ts:293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L293) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Venue/Types/VenueType/VenueType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Venue/Types/VenueType/VenueType.md new file mode 100644 index 0000000000..5c1bd6dfd4 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Entities/Venue/Types/VenueType/VenueType.md @@ -0,0 +1,53 @@ +--- +id: "VenueType" +title: "Enumeration: VenueType" +sidebar_label: "VenueType" +--- + +[api/entities/Venue/types](../../../../../../modules/API/Entities/Venue/Types/Types.md).VenueType + +## Enumeration Members + +### Distribution + +• **Distribution** = ``"Distribution"`` + +Primary issuance + +#### Defined in + +[api/entities/Venue/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/types.ts#L15) + +___ + +### Exchange + +• **Exchange** = ``"Exchange"`` + +#### Defined in + +[api/entities/Venue/types.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/types.ts#L20) + +___ + +### Other + +• **Other** = ``"Other"`` + +Default type + +#### Defined in + +[api/entities/Venue/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/types.ts#L11) + +___ + +### Sto + +• **Sto** = ``"Sto"`` + +Offering/Fundraise + +#### Defined in + +[api/entities/Venue/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/types.ts#L19) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md new file mode 100644 index 0000000000..5896659707 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md @@ -0,0 +1,37 @@ +--- +id: "AllowanceOperation" +title: "Enumeration: AllowanceOperation" +sidebar_label: "AllowanceOperation" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AllowanceOperation + +## Enumeration Members + +### Decrease + +• **Decrease** = ``"Decrease"`` + +#### Defined in + +[api/procedures/types.ts:1506](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1506) + +___ + +### Increase + +• **Increase** = ``"Increase"`` + +#### Defined in + +[api/procedures/types.ts:1505](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1505) + +___ + +### Set + +• **Set** = ``"Set"`` + +#### Defined in + +[api/procedures/types.ts:1504](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1504) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md new file mode 100644 index 0000000000..69540bb8fc --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md @@ -0,0 +1,37 @@ +--- +id: "ClaimOperation" +title: "Enumeration: ClaimOperation" +sidebar_label: "ClaimOperation" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ClaimOperation + +## Enumeration Members + +### Add + +• **Add** = ``"Add"`` + +#### Defined in + +[api/procedures/types.ts:789](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L789) + +___ + +### Edit + +• **Edit** = ``"Edit"`` + +#### Defined in + +[api/procedures/types.ts:790](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L790) + +___ + +### Revoke + +• **Revoke** = ``"Revoke"`` + +#### Defined in + +[api/procedures/types.ts:788](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L788) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md new file mode 100644 index 0000000000..508886a4b2 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md @@ -0,0 +1,67 @@ +--- +id: "InstructionAffirmationOperation" +title: "Enumeration: InstructionAffirmationOperation" +sidebar_label: "InstructionAffirmationOperation" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InstructionAffirmationOperation + +## Enumeration Members + +### Affirm + +• **Affirm** = ``"Affirm"`` + +#### Defined in + +[api/procedures/types.ts:990](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L990) + +___ + +### AffirmAsMediator + +• **AffirmAsMediator** = ``"AffirmAsMediator"`` + +#### Defined in + +[api/procedures/types.ts:993](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L993) + +___ + +### Reject + +• **Reject** = ``"Reject"`` + +#### Defined in + +[api/procedures/types.ts:992](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L992) + +___ + +### RejectAsMediator + +• **RejectAsMediator** = ``"RejectAsMediator"`` + +#### Defined in + +[api/procedures/types.ts:995](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L995) + +___ + +### Withdraw + +• **Withdraw** = ``"Withdraw"`` + +#### Defined in + +[api/procedures/types.ts:991](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L991) + +___ + +### WithdrawAsMediator + +• **WithdrawAsMediator** = ``"WithdrawAsMediator"`` + +#### Defined in + +[api/procedures/types.ts:994](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L994) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/RoleType/RoleType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/RoleType/RoleType.md new file mode 100644 index 0000000000..6f91673bdc --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/RoleType/RoleType.md @@ -0,0 +1,67 @@ +--- +id: "RoleType" +title: "Enumeration: RoleType" +sidebar_label: "RoleType" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RoleType + +## Enumeration Members + +### CddProvider + +• **CddProvider** = ``"CddProvider"`` + +#### Defined in + +[api/procedures/types.ts:240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L240) + +___ + +### CorporateActionsAgent + +• **CorporateActionsAgent** = ``"CorporateActionsAgent"`` + +#### Defined in + +[api/procedures/types.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L243) + +___ + +### Identity + +• **Identity** = ``"Identity"`` + +#### Defined in + +[api/procedures/types.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L245) + +___ + +### PortfolioCustodian + +• **PortfolioCustodian** = ``"PortfolioCustodian"`` + +#### Defined in + +[api/procedures/types.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L242) + +___ + +### TickerOwner + +• **TickerOwner** = ``"TickerOwner"`` + +#### Defined in + +[api/procedures/types.ts:239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L239) + +___ + +### VenueOwner + +• **VenueOwner** = ``"VenueOwner"`` + +#### Defined in + +[api/procedures/types.ts:241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L241) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/SignerKeyRingType/SignerKeyRingType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/SignerKeyRingType/SignerKeyRingType.md new file mode 100644 index 0000000000..9a8b65cc7c --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/SignerKeyRingType/SignerKeyRingType.md @@ -0,0 +1,37 @@ +--- +id: "SignerKeyRingType" +title: "Enumeration: SignerKeyRingType" +sidebar_label: "SignerKeyRingType" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SignerKeyRingType + +## Enumeration Members + +### Ecdsa + +• **Ecdsa** = ``"Ecdsa"`` + +#### Defined in + +[api/procedures/types.ts:1017](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1017) + +___ + +### Ed25519 + +• **Ed25519** = ``"Ed25519"`` + +#### Defined in + +[api/procedures/types.ts:1015](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1015) + +___ + +### Sr25519 + +• **Sr25519** = ``"Sr25519"`` + +#### Defined in + +[api/procedures/types.ts:1016](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1016) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md new file mode 100644 index 0000000000..29059d28c7 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md @@ -0,0 +1,47 @@ +--- +id: "TransferRestrictionType" +title: "Enumeration: TransferRestrictionType" +sidebar_label: "TransferRestrictionType" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TransferRestrictionType + +## Enumeration Members + +### ClaimCount + +• **ClaimCount** = ``"ClaimCount"`` + +#### Defined in + +[api/procedures/types.ts:462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L462) + +___ + +### ClaimPercentage + +• **ClaimPercentage** = ``"ClaimPercentage"`` + +#### Defined in + +[api/procedures/types.ts:463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L463) + +___ + +### Count + +• **Count** = ``"Count"`` + +#### Defined in + +[api/procedures/types.ts:460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L460) + +___ + +### Percentage + +• **Percentage** = ``"Percentage"`` + +#### Defined in + +[api/procedures/types.ts:461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L461) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/TxGroup/TxGroup.md b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/TxGroup/TxGroup.md new file mode 100644 index 0000000000..9df6c78589 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/API/Procedures/Types/TxGroup/TxGroup.md @@ -0,0 +1,169 @@ +--- +id: "TxGroup" +title: "Enumeration: TxGroup" +sidebar_label: "TxGroup" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TxGroup + +Transaction Groups (for permissions purposes) + +## Enumeration Members + +### AdvancedAssetManagement + +• **AdvancedAssetManagement** = ``"AdvancedAssetManagement"`` + +- TxTags.asset.Freeze +- TxTags.asset.Unfreeze +- TxTags.identity.AddAuthorization +- TxTags.identity.RemoveAuthorization + +#### Defined in + +[api/procedures/types.ts:314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L314) + +___ + +### AssetManagement + +• **AssetManagement** = ``"AssetManagement"`` + +- TxTags.asset.MakeDivisible +- TxTags.asset.RenameAsset +- TxTags.asset.SetFundingRound +- TxTags.asset.AddDocuments +- TxTags.asset.RemoveDocuments + +#### Defined in + +[api/procedures/types.ts:307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L307) + +___ + +### ClaimsManagement + +• **ClaimsManagement** = ``"ClaimsManagement"`` + +- TxTags.identity.AddClaim +- TxTags.identity.RevokeClaim + +#### Defined in + +[api/procedures/types.ts:337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L337) + +___ + +### ComplianceRequirementsManagement + +• **ComplianceRequirementsManagement** = ``"ComplianceRequirementsManagement"`` + +- TxTags.complianceManager.AddComplianceRequirement +- TxTags.complianceManager.RemoveComplianceRequirement +- TxTags.complianceManager.PauseAssetCompliance +- TxTags.complianceManager.ResumeAssetCompliance +- TxTags.complianceManager.ResetAssetCompliance + +#### Defined in + +[api/procedures/types.ts:345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L345) + +___ + +### CorporateActionsManagement + +• **CorporateActionsManagement** = ``"CorporateActionsManagement"`` + +- TxTags.checkpoint.CreateSchedule, +- TxTags.checkpoint.RemoveSchedule, +- TxTags.checkpoint.CreateCheckpoint, +- TxTags.corporateAction.InitiateCorporateAction, +- TxTags.capitalDistribution.Distribute, +- TxTags.capitalDistribution.Claim, +- TxTags.identity.AddInvestorUniquenessClaim, + +#### Defined in + +[api/procedures/types.ts:355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L355) + +___ + +### Distribution + +• **Distribution** = ``"Distribution"`` + +- TxTags.identity.AddInvestorUniquenessClaim +- TxTags.settlement.CreateVenue +- TxTags.settlement.AddInstruction +- TxTags.settlement.AddInstructionWithMemo +- TxTags.settlement.AddAndAffirmInstruction +- TxTags.settlement.AddAndAffirmInstructionWithMemo + +#### Defined in + +[api/procedures/types.ts:323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L323) + +___ + +### Issuance + +• **Issuance** = ``"Issuance"`` + +- TxTags.asset.Issue + +#### Defined in + +[api/procedures/types.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L327) + +___ + +### PortfolioManagement + +• **PortfolioManagement** = ``"PortfolioManagement"`` + +- TxTags.identity.AddInvestorUniquenessClaim +- TxTags.portfolio.MovePortfolioFunds +- TxTags.settlement.AddInstruction +- TxTags.settlement.AddInstructionWithMemo +- TxTags.settlement.AddAndAffirmInstruction +- TxTags.settlement.AddAndAffirmInstructionWithMemo +- TxTags.settlement.AffirmInstruction +- TxTags.settlement.RejectInstruction +- TxTags.settlement.CreateVenue + +#### Defined in + +[api/procedures/types.ts:299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L299) + +___ + +### StoManagement + +• **StoManagement** = ``"StoManagement"`` + +- TxTags.sto.CreateFundraiser, +- TxTags.sto.FreezeFundraiser, +- TxTags.sto.Invest, +- TxTags.sto.ModifyFundraiserWindow, +- TxTags.sto.Stop, +- TxTags.sto.UnfreezeFundraiser, +- TxTags.identity.AddInvestorUniquenessClaim, +- TxTags.asset.Issue, +- TxTags.settlement.CreateVenue + +#### Defined in + +[api/procedures/types.ts:367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L367) + +___ + +### TrustedClaimIssuersManagement + +• **TrustedClaimIssuersManagement** = ``"TrustedClaimIssuersManagement"`` + +- TxTags.complianceManager.AddDefaultTrustedClaimIssuer +- TxTags.complianceManager.RemoveDefaultTrustedClaimIssuer + +#### Defined in + +[api/procedures/types.ts:332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L332) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Base/Types/PayingAccountType/PayingAccountType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Base/Types/PayingAccountType/PayingAccountType.md new file mode 100644 index 0000000000..772ccc93a4 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Base/Types/PayingAccountType/PayingAccountType.md @@ -0,0 +1,59 @@ +--- +id: "PayingAccountType" +title: "Enumeration: PayingAccountType" +sidebar_label: "PayingAccountType" +--- + +[base/types](../../../../modules/Base/Types/Types.md).PayingAccountType + +Type of relationship between a paying account and a beneficiary + +## Enumeration Members + +### Caller + +• **Caller** = ``"Caller"`` + +the caller Account is responsible of paying the fees + +#### Defined in + +[base/types.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L127) + +___ + +### MultiSigCreator + +• **MultiSigCreator** = ``"MultiSigCreator"`` + +The creator of the MultiSig is responsible for paying the fees + +#### Defined in + +[base/types.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L131) + +___ + +### Other + +• **Other** = ``"Other"`` + +the paying Account is paying for a specific transaction because of + chain-specific constraints (e.g. the caller is accepting an invitation to an Identity + and cannot have any funds to pay for it by definition) + +#### Defined in + +[base/types.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L123) + +___ + +### Subsidy + +• **Subsidy** = ``"Subsidy"`` + +the paying Account is currently subsidizing the caller + +#### Defined in + +[base/types.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L117) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md new file mode 100644 index 0000000000..faa8eb36e0 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md @@ -0,0 +1,147 @@ +--- +id: "TransactionArgumentType" +title: "Enumeration: TransactionArgumentType" +sidebar_label: "TransactionArgumentType" +--- + +[base/types](../../../../modules/Base/Types/Types.md).TransactionArgumentType + +## Enumeration Members + +### Address + +• **Address** = ``"Address"`` + +#### Defined in + +[base/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L55) + +___ + +### Array + +• **Array** = ``"Array"`` + +#### Defined in + +[base/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L61) + +___ + +### Balance + +• **Balance** = ``"Balance"`` + +#### Defined in + +[base/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L59) + +___ + +### Boolean + +• **Boolean** = ``"Boolean"`` + +#### Defined in + +[base/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L57) + +___ + +### Date + +• **Date** = ``"Date"`` + +#### Defined in + +[base/types.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L60) + +___ + +### Did + +• **Did** = ``"Did"`` + +#### Defined in + +[base/types.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L54) + +___ + +### Null + +• **Null** = ``"Null"`` + +#### Defined in + +[base/types.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L67) + +___ + +### Number + +• **Number** = ``"Number"`` + +#### Defined in + +[base/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L58) + +___ + +### Object + +• **Object** = ``"Object"`` + +#### Defined in + +[base/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L65) + +___ + +### RichEnum + +• **RichEnum** = ``"RichEnum"`` + +#### Defined in + +[base/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L64) + +___ + +### SimpleEnum + +• **SimpleEnum** = ``"SimpleEnum"`` + +#### Defined in + +[base/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L63) + +___ + +### Text + +• **Text** = ``"Text"`` + +#### Defined in + +[base/types.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L56) + +___ + +### Tuple + +• **Tuple** = ``"Tuple"`` + +#### Defined in + +[base/types.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L62) + +___ + +### Unknown + +• **Unknown** = ``"Unknown"`` + +#### Defined in + +[base/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L66) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Base/Types/TransactionStatus/TransactionStatus.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Base/Types/TransactionStatus/TransactionStatus.md new file mode 100644 index 0000000000..5e6a1178d8 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Base/Types/TransactionStatus/TransactionStatus.md @@ -0,0 +1,92 @@ +--- +id: "TransactionStatus" +title: "Enumeration: TransactionStatus" +sidebar_label: "TransactionStatus" +--- + +[base/types](../../../../modules/Base/Types/Types.md).TransactionStatus + +## Enumeration Members + +### Aborted + +• **Aborted** = ``"Aborted"`` + +the transaction couldn't be broadcast. It was either dropped, usurped or invalidated +see https://github.com/paritytech/substrate/blob/master/primitives/transaction-pool/src/pool.rs#L58-L110 + +#### Defined in + +[base/types.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L50) + +___ + +### Failed + +• **Failed** = ``"Failed"`` + +the transaction's execution failed due to a an on-chain validation error, insufficient balance for fees, or other such reasons + +#### Defined in + +[base/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L45) + +___ + +### Idle + +• **Idle** = ``"Idle"`` + +the transaction is prepped to run + +#### Defined in + +[base/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L25) + +___ + +### Rejected + +• **Rejected** = ``"Rejected"`` + +the transaction was rejected by the signer + +#### Defined in + +[base/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L37) + +___ + +### Running + +• **Running** = ``"Running"`` + +the transaction is being executed + +#### Defined in + +[base/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L33) + +___ + +### Succeeded + +• **Succeeded** = ``"Succeeded"`` + +the transaction was run successfully + +#### Defined in + +[base/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L41) + +___ + +### Unapproved + +• **Unapproved** = ``"Unapproved"`` + +the transaction is waiting for the user's signature + +#### Defined in + +[base/types.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L29) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/AssetTx/AssetTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/AssetTx/AssetTx.md new file mode 100644 index 0000000000..650efe1d5c --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/AssetTx/AssetTx.md @@ -0,0 +1,417 @@ +--- +id: "AssetTx" +title: "Enumeration: AssetTx" +sidebar_label: "AssetTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).AssetTx + +## Enumeration Members + +### AcceptAssetOwnershipTransfer + +• **AcceptAssetOwnershipTransfer** = ``"asset.acceptAssetOwnershipTransfer"`` + +#### Defined in + +[generated/types.ts:526](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L526) + +___ + +### AcceptTickerTransfer + +• **AcceptTickerTransfer** = ``"asset.acceptTickerTransfer"`` + +#### Defined in + +[generated/types.ts:525](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L525) + +___ + +### AddDocuments + +• **AddDocuments** = ``"asset.addDocuments"`` + +#### Defined in + +[generated/types.ts:534](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L534) + +___ + +### AddMandatoryMediators + +• **AddMandatoryMediators** = ``"asset.addMandatoryMediators"`` + +#### Defined in + +[generated/types.ts:556](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L556) + +___ + +### ClaimClassicTicker + +• **ClaimClassicTicker** = ``"asset.claimClassicTicker"`` + +#### Defined in + +[generated/types.ts:538](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L538) + +___ + +### ControllerTransfer + +• **ControllerTransfer** = ``"asset.controllerTransfer"`` + +#### Defined in + +[generated/types.ts:540](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L540) + +___ + +### CreateAsset + +• **CreateAsset** = ``"asset.createAsset"`` + +#### Defined in + +[generated/types.ts:527](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L527) + +___ + +### CreateAssetWithCustomType + +• **CreateAssetWithCustomType** = ``"asset.createAssetWithCustomType"`` + +#### Defined in + +[generated/types.ts:542](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L542) + +___ + +### ExemptAssetAffirmation + +• **ExemptAssetAffirmation** = ``"asset.exemptAssetAffirmation"`` + +#### Defined in + +[generated/types.ts:559](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L559) + +___ + +### ExemptTickerAffirmation + +• **ExemptTickerAffirmation** = ``"asset.exemptTickerAffirmation"`` + +#### Defined in + +[generated/types.ts:552](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L552) + +___ + +### Freeze + +• **Freeze** = ``"asset.freeze"`` + +#### Defined in + +[generated/types.ts:528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L528) + +___ + +### Issue + +• **Issue** = ``"asset.issue"`` + +#### Defined in + +[generated/types.ts:531](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L531) + +___ + +### LinkTickerToAssetId + +• **LinkTickerToAssetId** = ``"asset.linkTickerToAssetId"`` + +#### Defined in + +[generated/types.ts:563](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L563) + +___ + +### MakeDivisible + +• **MakeDivisible** = ``"asset.makeDivisible"`` + +#### Defined in + +[generated/types.ts:533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L533) + +___ + +### PreApproveAsset + +• **PreApproveAsset** = ``"asset.preApproveAsset"`` + +#### Defined in + +[generated/types.ts:561](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L561) + +___ + +### PreApproveTicker + +• **PreApproveTicker** = ``"asset.preApproveTicker"`` + +#### Defined in + +[generated/types.ts:554](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L554) + +___ + +### Redeem + +• **Redeem** = ``"asset.redeem"`` + +#### Defined in + +[generated/types.ts:532](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L532) + +___ + +### RedeemFromPortfolio + +• **RedeemFromPortfolio** = ``"asset.redeemFromPortfolio"`` + +#### Defined in + +[generated/types.ts:548](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L548) + +___ + +### RegisterAndSetLocalAssetMetadata + +• **RegisterAndSetLocalAssetMetadata** = ``"asset.registerAndSetLocalAssetMetadata"`` + +#### Defined in + +[generated/types.ts:545](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L545) + +___ + +### RegisterAssetMetadataGlobalType + +• **RegisterAssetMetadataGlobalType** = ``"asset.registerAssetMetadataGlobalType"`` + +#### Defined in + +[generated/types.ts:547](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L547) + +___ + +### RegisterAssetMetadataLocalType + +• **RegisterAssetMetadataLocalType** = ``"asset.registerAssetMetadataLocalType"`` + +#### Defined in + +[generated/types.ts:546](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L546) + +___ + +### RegisterCustomAssetType + +• **RegisterCustomAssetType** = ``"asset.registerCustomAssetType"`` + +#### Defined in + +[generated/types.ts:541](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L541) + +___ + +### RegisterTicker + +• **RegisterTicker** = ``"asset.registerTicker"`` + +#### Defined in + +[generated/types.ts:524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L524) + +___ + +### RegisterUniqueTicker + +• **RegisterUniqueTicker** = ``"asset.registerUniqueTicker"`` + +#### Defined in + +[generated/types.ts:558](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L558) + +___ + +### RemoveAssetAffirmationExemption + +• **RemoveAssetAffirmationExemption** = ``"asset.removeAssetAffirmationExemption"`` + +#### Defined in + +[generated/types.ts:560](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L560) + +___ + +### RemoveAssetPreApproval + +• **RemoveAssetPreApproval** = ``"asset.removeAssetPreApproval"`` + +#### Defined in + +[generated/types.ts:562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L562) + +___ + +### RemoveDocuments + +• **RemoveDocuments** = ``"asset.removeDocuments"`` + +#### Defined in + +[generated/types.ts:535](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L535) + +___ + +### RemoveLocalMetadataKey + +• **RemoveLocalMetadataKey** = ``"asset.removeLocalMetadataKey"`` + +#### Defined in + +[generated/types.ts:550](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L550) + +___ + +### RemoveMandatoryMediators + +• **RemoveMandatoryMediators** = ``"asset.removeMandatoryMediators"`` + +#### Defined in + +[generated/types.ts:557](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L557) + +___ + +### RemoveMetadataValue + +• **RemoveMetadataValue** = ``"asset.removeMetadataValue"`` + +#### Defined in + +[generated/types.ts:551](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L551) + +___ + +### RemoveTickerAffirmationExemption + +• **RemoveTickerAffirmationExemption** = ``"asset.removeTickerAffirmationExemption"`` + +#### Defined in + +[generated/types.ts:553](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L553) + +___ + +### RemoveTickerPreApproval + +• **RemoveTickerPreApproval** = ``"asset.removeTickerPreApproval"`` + +#### Defined in + +[generated/types.ts:555](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L555) + +___ + +### RenameAsset + +• **RenameAsset** = ``"asset.renameAsset"`` + +#### Defined in + +[generated/types.ts:530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L530) + +___ + +### ReserveClassicTicker + +• **ReserveClassicTicker** = ``"asset.reserveClassicTicker"`` + +#### Defined in + +[generated/types.ts:539](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L539) + +___ + +### SetAssetMetadata + +• **SetAssetMetadata** = ``"asset.setAssetMetadata"`` + +#### Defined in + +[generated/types.ts:543](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L543) + +___ + +### SetAssetMetadataDetails + +• **SetAssetMetadataDetails** = ``"asset.setAssetMetadataDetails"`` + +#### Defined in + +[generated/types.ts:544](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L544) + +___ + +### SetFundingRound + +• **SetFundingRound** = ``"asset.setFundingRound"`` + +#### Defined in + +[generated/types.ts:536](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L536) + +___ + +### Unfreeze + +• **Unfreeze** = ``"asset.unfreeze"`` + +#### Defined in + +[generated/types.ts:529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L529) + +___ + +### UnlinkTickerFromAssetId + +• **UnlinkTickerFromAssetId** = ``"asset.unlinkTickerFromAssetId"`` + +#### Defined in + +[generated/types.ts:564](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L564) + +___ + +### UpdateAssetType + +• **UpdateAssetType** = ``"asset.updateAssetType"`` + +#### Defined in + +[generated/types.ts:549](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L549) + +___ + +### UpdateIdentifiers + +• **UpdateIdentifiers** = ``"asset.updateIdentifiers"`` + +#### Defined in + +[generated/types.ts:537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L537) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/AuthorshipTx/AuthorshipTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/AuthorshipTx/AuthorshipTx.md new file mode 100644 index 0000000000..732cd9e8d2 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/AuthorshipTx/AuthorshipTx.md @@ -0,0 +1,17 @@ +--- +id: "AuthorshipTx" +title: "Enumeration: AuthorshipTx" +sidebar_label: "AuthorshipTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).AuthorshipTx + +## Enumeration Members + +### SetUncles + +• **SetUncles** = ``"authorship.setUncles"`` + +#### Defined in + +[generated/types.ts:289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L289) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/BabeTx/BabeTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/BabeTx/BabeTx.md new file mode 100644 index 0000000000..f1f102a614 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/BabeTx/BabeTx.md @@ -0,0 +1,37 @@ +--- +id: "BabeTx" +title: "Enumeration: BabeTx" +sidebar_label: "BabeTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).BabeTx + +## Enumeration Members + +### PlanConfigChange + +• **PlanConfigChange** = ``"babe.planConfigChange"`` + +#### Defined in + +[generated/types.ts:273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L273) + +___ + +### ReportEquivocation + +• **ReportEquivocation** = ``"babe.reportEquivocation"`` + +#### Defined in + +[generated/types.ts:271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L271) + +___ + +### ReportEquivocationUnsigned + +• **ReportEquivocationUnsigned** = ``"babe.reportEquivocationUnsigned"`` + +#### Defined in + +[generated/types.ts:272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L272) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/BalancesTx/BalancesTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/BalancesTx/BalancesTx.md new file mode 100644 index 0000000000..a41421e698 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/BalancesTx/BalancesTx.md @@ -0,0 +1,67 @@ +--- +id: "BalancesTx" +title: "Enumeration: BalancesTx" +sidebar_label: "BalancesTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).BalancesTx + +## Enumeration Members + +### BurnAccountBalance + +• **BurnAccountBalance** = ``"balances.burnAccountBalance"`` + +#### Defined in + +[generated/types.ts:298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L298) + +___ + +### DepositBlockRewardReserveBalance + +• **DepositBlockRewardReserveBalance** = ``"balances.depositBlockRewardReserveBalance"`` + +#### Defined in + +[generated/types.ts:295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L295) + +___ + +### ForceTransfer + +• **ForceTransfer** = ``"balances.forceTransfer"`` + +#### Defined in + +[generated/types.ts:297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L297) + +___ + +### SetBalance + +• **SetBalance** = ``"balances.setBalance"`` + +#### Defined in + +[generated/types.ts:296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L296) + +___ + +### Transfer + +• **Transfer** = ``"balances.transfer"`` + +#### Defined in + +[generated/types.ts:293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L293) + +___ + +### TransferWithMemo + +• **TransferWithMemo** = ``"balances.transferWithMemo"`` + +#### Defined in + +[generated/types.ts:294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L294) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/BridgeTx/BridgeTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/BridgeTx/BridgeTx.md new file mode 100644 index 0000000000..23e5778773 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/BridgeTx/BridgeTx.md @@ -0,0 +1,177 @@ +--- +id: "BridgeTx" +title: "Enumeration: BridgeTx" +sidebar_label: "BridgeTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).BridgeTx + +## Enumeration Members + +### AddFreezeAdmin + +• **AddFreezeAdmin** = ``"bridge.addFreezeAdmin"`` + +#### Defined in + +[generated/types.ts:455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L455) + +___ + +### BatchProposeBridgeTx + +• **BatchProposeBridgeTx** = ``"bridge.batchProposeBridgeTx"`` + +#### Defined in + +[generated/types.ts:449](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L449) + +___ + +### ChangeAdmin + +• **ChangeAdmin** = ``"bridge.changeAdmin"`` + +#### Defined in + +[generated/types.ts:442](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L442) + +___ + +### ChangeBridgeExempted + +• **ChangeBridgeExempted** = ``"bridge.changeBridgeExempted"`` + +#### Defined in + +[generated/types.ts:447](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L447) + +___ + +### ChangeBridgeLimit + +• **ChangeBridgeLimit** = ``"bridge.changeBridgeLimit"`` + +#### Defined in + +[generated/types.ts:446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L446) + +___ + +### ChangeController + +• **ChangeController** = ``"bridge.changeController"`` + +#### Defined in + +[generated/types.ts:441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L441) + +___ + +### ChangeTimelock + +• **ChangeTimelock** = ``"bridge.changeTimelock"`` + +#### Defined in + +[generated/types.ts:443](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L443) + +___ + +### ForceHandleBridgeTx + +• **ForceHandleBridgeTx** = ``"bridge.forceHandleBridgeTx"`` + +#### Defined in + +[generated/types.ts:448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L448) + +___ + +### Freeze + +• **Freeze** = ``"bridge.freeze"`` + +#### Defined in + +[generated/types.ts:444](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L444) + +___ + +### FreezeTxs + +• **FreezeTxs** = ``"bridge.freezeTxs"`` + +#### Defined in + +[generated/types.ts:452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L452) + +___ + +### HandleBridgeTx + +• **HandleBridgeTx** = ``"bridge.handleBridgeTx"`` + +#### Defined in + +[generated/types.ts:451](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L451) + +___ + +### HandleScheduledBridgeTx + +• **HandleScheduledBridgeTx** = ``"bridge.handleScheduledBridgeTx"`` + +#### Defined in + +[generated/types.ts:454](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L454) + +___ + +### ProposeBridgeTx + +• **ProposeBridgeTx** = ``"bridge.proposeBridgeTx"`` + +#### Defined in + +[generated/types.ts:450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L450) + +___ + +### RemoveFreezeAdmin + +• **RemoveFreezeAdmin** = ``"bridge.removeFreezeAdmin"`` + +#### Defined in + +[generated/types.ts:456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L456) + +___ + +### RemoveTxs + +• **RemoveTxs** = ``"bridge.removeTxs"`` + +#### Defined in + +[generated/types.ts:457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L457) + +___ + +### Unfreeze + +• **Unfreeze** = ``"bridge.unfreeze"`` + +#### Defined in + +[generated/types.ts:445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L445) + +___ + +### UnfreezeTxs + +• **UnfreezeTxs** = ``"bridge.unfreezeTxs"`` + +#### Defined in + +[generated/types.ts:453](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L453) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md new file mode 100644 index 0000000000..b89186a994 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md @@ -0,0 +1,57 @@ +--- +id: "CapitalDistributionTx" +title: "Enumeration: CapitalDistributionTx" +sidebar_label: "CapitalDistributionTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).CapitalDistributionTx + +## Enumeration Members + +### Claim + +• **Claim** = ``"capitalDistribution.claim"`` + +#### Defined in + +[generated/types.ts:569](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L569) + +___ + +### Distribute + +• **Distribute** = ``"capitalDistribution.distribute"`` + +#### Defined in + +[generated/types.ts:568](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L568) + +___ + +### PushBenefit + +• **PushBenefit** = ``"capitalDistribution.pushBenefit"`` + +#### Defined in + +[generated/types.ts:570](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L570) + +___ + +### Reclaim + +• **Reclaim** = ``"capitalDistribution.reclaim"`` + +#### Defined in + +[generated/types.ts:571](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L571) + +___ + +### RemoveDistribution + +• **RemoveDistribution** = ``"capitalDistribution.removeDistribution"`` + +#### Defined in + +[generated/types.ts:572](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L572) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md new file mode 100644 index 0000000000..809eaacb1d --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md @@ -0,0 +1,77 @@ +--- +id: "CddServiceProvidersTx" +title: "Enumeration: CddServiceProvidersTx" +sidebar_label: "CddServiceProvidersTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).CddServiceProvidersTx + +## Enumeration Members + +### AbdicateMembership + +• **AbdicateMembership** = ``"cddServiceProviders.abdicateMembership"`` + +#### Defined in + +[generated/types.ts:342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L342) + +___ + +### AddMember + +• **AddMember** = ``"cddServiceProviders.addMember"`` + +#### Defined in + +[generated/types.ts:338](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L338) + +___ + +### DisableMember + +• **DisableMember** = ``"cddServiceProviders.disableMember"`` + +#### Defined in + +[generated/types.ts:337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L337) + +___ + +### RemoveMember + +• **RemoveMember** = ``"cddServiceProviders.removeMember"`` + +#### Defined in + +[generated/types.ts:339](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L339) + +___ + +### ResetMembers + +• **ResetMembers** = ``"cddServiceProviders.resetMembers"`` + +#### Defined in + +[generated/types.ts:341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L341) + +___ + +### SetActiveMembersLimit + +• **SetActiveMembersLimit** = ``"cddServiceProviders.setActiveMembersLimit"`` + +#### Defined in + +[generated/types.ts:336](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L336) + +___ + +### SwapMember + +• **SwapMember** = ``"cddServiceProviders.swapMember"`` + +#### Defined in + +[generated/types.ts:340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L340) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CheckpointTx/CheckpointTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CheckpointTx/CheckpointTx.md new file mode 100644 index 0000000000..b821bd530b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CheckpointTx/CheckpointTx.md @@ -0,0 +1,47 @@ +--- +id: "CheckpointTx" +title: "Enumeration: CheckpointTx" +sidebar_label: "CheckpointTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).CheckpointTx + +## Enumeration Members + +### CreateCheckpoint + +• **CreateCheckpoint** = ``"checkpoint.createCheckpoint"`` + +#### Defined in + +[generated/types.ts:576](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L576) + +___ + +### CreateSchedule + +• **CreateSchedule** = ``"checkpoint.createSchedule"`` + +#### Defined in + +[generated/types.ts:578](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L578) + +___ + +### RemoveSchedule + +• **RemoveSchedule** = ``"checkpoint.removeSchedule"`` + +#### Defined in + +[generated/types.ts:579](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L579) + +___ + +### SetSchedulesMaxComplexity + +• **SetSchedulesMaxComplexity** = ``"checkpoint.setSchedulesMaxComplexity"`` + +#### Defined in + +[generated/types.ts:577](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L577) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md new file mode 100644 index 0000000000..c566037b02 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md @@ -0,0 +1,77 @@ +--- +id: "CommitteeMembershipTx" +title: "Enumeration: CommitteeMembershipTx" +sidebar_label: "CommitteeMembershipTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).CommitteeMembershipTx + +## Enumeration Members + +### AbdicateMembership + +• **AbdicateMembership** = ``"committeeMembership.abdicateMembership"`` + +#### Defined in + +[generated/types.ts:360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L360) + +___ + +### AddMember + +• **AddMember** = ``"committeeMembership.addMember"`` + +#### Defined in + +[generated/types.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L356) + +___ + +### DisableMember + +• **DisableMember** = ``"committeeMembership.disableMember"`` + +#### Defined in + +[generated/types.ts:355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L355) + +___ + +### RemoveMember + +• **RemoveMember** = ``"committeeMembership.removeMember"`` + +#### Defined in + +[generated/types.ts:357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L357) + +___ + +### ResetMembers + +• **ResetMembers** = ``"committeeMembership.resetMembers"`` + +#### Defined in + +[generated/types.ts:359](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L359) + +___ + +### SetActiveMembersLimit + +• **SetActiveMembersLimit** = ``"committeeMembership.setActiveMembersLimit"`` + +#### Defined in + +[generated/types.ts:354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L354) + +___ + +### SwapMember + +• **SwapMember** = ``"committeeMembership.swapMember"`` + +#### Defined in + +[generated/types.ts:358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L358) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md new file mode 100644 index 0000000000..0877272d50 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md @@ -0,0 +1,97 @@ +--- +id: "ComplianceManagerTx" +title: "Enumeration: ComplianceManagerTx" +sidebar_label: "ComplianceManagerTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).ComplianceManagerTx + +## Enumeration Members + +### AddComplianceRequirement + +• **AddComplianceRequirement** = ``"complianceManager.addComplianceRequirement"`` + +#### Defined in + +[generated/types.ts:583](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L583) + +___ + +### AddDefaultTrustedClaimIssuer + +• **AddDefaultTrustedClaimIssuer** = ``"complianceManager.addDefaultTrustedClaimIssuer"`` + +#### Defined in + +[generated/types.ts:589](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L589) + +___ + +### ChangeComplianceRequirement + +• **ChangeComplianceRequirement** = ``"complianceManager.changeComplianceRequirement"`` + +#### Defined in + +[generated/types.ts:591](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L591) + +___ + +### PauseAssetCompliance + +• **PauseAssetCompliance** = ``"complianceManager.pauseAssetCompliance"`` + +#### Defined in + +[generated/types.ts:587](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L587) + +___ + +### RemoveComplianceRequirement + +• **RemoveComplianceRequirement** = ``"complianceManager.removeComplianceRequirement"`` + +#### Defined in + +[generated/types.ts:584](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L584) + +___ + +### RemoveDefaultTrustedClaimIssuer + +• **RemoveDefaultTrustedClaimIssuer** = ``"complianceManager.removeDefaultTrustedClaimIssuer"`` + +#### Defined in + +[generated/types.ts:590](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L590) + +___ + +### ReplaceAssetCompliance + +• **ReplaceAssetCompliance** = ``"complianceManager.replaceAssetCompliance"`` + +#### Defined in + +[generated/types.ts:585](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L585) + +___ + +### ResetAssetCompliance + +• **ResetAssetCompliance** = ``"complianceManager.resetAssetCompliance"`` + +#### Defined in + +[generated/types.ts:586](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L586) + +___ + +### ResumeAssetCompliance + +• **ResumeAssetCompliance** = ``"complianceManager.resumeAssetCompliance"`` + +#### Defined in + +[generated/types.ts:588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L588) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ContractsTx/ContractsTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ContractsTx/ContractsTx.md new file mode 100644 index 0000000000..a18f3875a5 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ContractsTx/ContractsTx.md @@ -0,0 +1,97 @@ +--- +id: "ContractsTx" +title: "Enumeration: ContractsTx" +sidebar_label: "ContractsTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).ContractsTx + +## Enumeration Members + +### Call + +• **Call** = ``"contracts.call"`` + +#### Defined in + +[generated/types.ts:805](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L805) + +___ + +### CallOldWeight + +• **CallOldWeight** = ``"contracts.callOldWeight"`` + +#### Defined in + +[generated/types.ts:810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L810) + +___ + +### Instantiate + +• **Instantiate** = ``"contracts.instantiate"`` + +#### Defined in + +[generated/types.ts:807](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L807) + +___ + +### InstantiateOldWeight + +• **InstantiateOldWeight** = ``"contracts.instantiateOldWeight"`` + +#### Defined in + +[generated/types.ts:812](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L812) + +___ + +### InstantiateWithCode + +• **InstantiateWithCode** = ``"contracts.instantiateWithCode"`` + +#### Defined in + +[generated/types.ts:806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L806) + +___ + +### InstantiateWithCodeOldWeight + +• **InstantiateWithCodeOldWeight** = ``"contracts.instantiateWithCodeOldWeight"`` + +#### Defined in + +[generated/types.ts:811](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L811) + +___ + +### RemoveCode + +• **RemoveCode** = ``"contracts.removeCode"`` + +#### Defined in + +[generated/types.ts:809](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L809) + +___ + +### SetCode + +• **SetCode** = ``"contracts.setCode"`` + +#### Defined in + +[generated/types.ts:813](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L813) + +___ + +### UploadCode + +• **UploadCode** = ``"contracts.uploadCode"`` + +#### Defined in + +[generated/types.ts:808](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L808) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CorporateActionTx/CorporateActionTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CorporateActionTx/CorporateActionTx.md new file mode 100644 index 0000000000..45b577013d --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CorporateActionTx/CorporateActionTx.md @@ -0,0 +1,97 @@ +--- +id: "CorporateActionTx" +title: "Enumeration: CorporateActionTx" +sidebar_label: "CorporateActionTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).CorporateActionTx + +## Enumeration Members + +### ChangeRecordDate + +• **ChangeRecordDate** = ``"corporateAction.changeRecordDate"`` + +#### Defined in + +[generated/types.ts:602](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L602) + +___ + +### InitiateCorporateAction + +• **InitiateCorporateAction** = ``"corporateAction.initiateCorporateAction"`` + +#### Defined in + +[generated/types.ts:599](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L599) + +___ + +### InitiateCorporateActionAndDistribute + +• **InitiateCorporateActionAndDistribute** = ``"corporateAction.initiateCorporateActionAndDistribute"`` + +#### Defined in + +[generated/types.ts:603](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L603) + +___ + +### LinkCaDoc + +• **LinkCaDoc** = ``"corporateAction.linkCaDoc"`` + +#### Defined in + +[generated/types.ts:600](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L600) + +___ + +### RemoveCa + +• **RemoveCa** = ``"corporateAction.removeCa"`` + +#### Defined in + +[generated/types.ts:601](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L601) + +___ + +### SetDefaultTargets + +• **SetDefaultTargets** = ``"corporateAction.setDefaultTargets"`` + +#### Defined in + +[generated/types.ts:596](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L596) + +___ + +### SetDefaultWithholdingTax + +• **SetDefaultWithholdingTax** = ``"corporateAction.setDefaultWithholdingTax"`` + +#### Defined in + +[generated/types.ts:597](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L597) + +___ + +### SetDidWithholdingTax + +• **SetDidWithholdingTax** = ``"corporateAction.setDidWithholdingTax"`` + +#### Defined in + +[generated/types.ts:598](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L598) + +___ + +### SetMaxDetailsLength + +• **SetMaxDetailsLength** = ``"corporateAction.setMaxDetailsLength"`` + +#### Defined in + +[generated/types.ts:595](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L595) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md new file mode 100644 index 0000000000..55a333ae84 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md @@ -0,0 +1,67 @@ +--- +id: "CorporateBallotTx" +title: "Enumeration: CorporateBallotTx" +sidebar_label: "CorporateBallotTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).CorporateBallotTx + +## Enumeration Members + +### AttachBallot + +• **AttachBallot** = ``"corporateBallot.attachBallot"`` + +#### Defined in + +[generated/types.ts:607](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L607) + +___ + +### ChangeEnd + +• **ChangeEnd** = ``"corporateBallot.changeEnd"`` + +#### Defined in + +[generated/types.ts:609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L609) + +___ + +### ChangeMeta + +• **ChangeMeta** = ``"corporateBallot.changeMeta"`` + +#### Defined in + +[generated/types.ts:610](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L610) + +___ + +### ChangeRcv + +• **ChangeRcv** = ``"corporateBallot.changeRcv"`` + +#### Defined in + +[generated/types.ts:611](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L611) + +___ + +### RemoveBallot + +• **RemoveBallot** = ``"corporateBallot.removeBallot"`` + +#### Defined in + +[generated/types.ts:612](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L612) + +___ + +### Vote + +• **Vote** = ``"corporateBallot.vote"`` + +#### Defined in + +[generated/types.ts:608](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L608) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CountryCode/CountryCode.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CountryCode/CountryCode.md new file mode 100644 index 0000000000..c100fefbdc --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/CountryCode/CountryCode.md @@ -0,0 +1,2507 @@ +--- +id: "CountryCode" +title: "Enumeration: CountryCode" +sidebar_label: "CountryCode" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).CountryCode + +## Enumeration Members + +### Ad + +• **Ad** = ``"Ad"`` + +#### Defined in + +[generated/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L9) + +___ + +### Ae + +• **Ae** = ``"Ae"`` + +#### Defined in + +[generated/types.ts:236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L236) + +___ + +### Af + +• **Af** = ``"Af"`` + +#### Defined in + +[generated/types.ts:4](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L4) + +___ + +### Ag + +• **Ag** = ``"Ag"`` + +#### Defined in + +[generated/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L13) + +___ + +### Ai + +• **Ai** = ``"Ai"`` + +#### Defined in + +[generated/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L11) + +___ + +### Al + +• **Al** = ``"Al"`` + +#### Defined in + +[generated/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L6) + +___ + +### Am + +• **Am** = ``"Am"`` + +#### Defined in + +[generated/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L15) + +___ + +### An + +• **An** = ``"An"`` + +#### Defined in + +[generated/types.ts:160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L160) + +___ + +### Ao + +• **Ao** = ``"Ao"`` + +#### Defined in + +[generated/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L10) + +___ + +### Aq + +• **Aq** = ``"Aq"`` + +#### Defined in + +[generated/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L12) + +___ + +### Ar + +• **Ar** = ``"Ar"`` + +#### Defined in + +[generated/types.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L14) + +___ + +### As + +• **As** = ``"As"`` + +#### Defined in + +[generated/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L8) + +___ + +### At + +• **At** = ``"At"`` + +#### Defined in + +[generated/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L18) + +___ + +### Au + +• **Au** = ``"Au"`` + +#### Defined in + +[generated/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L17) + +___ + +### Aw + +• **Aw** = ``"Aw"`` + +#### Defined in + +[generated/types.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L16) + +___ + +### Ax + +• **Ax** = ``"Ax"`` + +#### Defined in + +[generated/types.ts:5](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L5) + +___ + +### Az + +• **Az** = ``"Az"`` + +#### Defined in + +[generated/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L19) + +___ + +### Ba + +• **Ba** = ``"Ba"`` + +#### Defined in + +[generated/types.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L31) + +___ + +### Bb + +• **Bb** = ``"Bb"`` + +#### Defined in + +[generated/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L23) + +___ + +### Bd + +• **Bd** = ``"Bd"`` + +#### Defined in + +[generated/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L22) + +___ + +### Be + +• **Be** = ``"Be"`` + +#### Defined in + +[generated/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L25) + +___ + +### Bf + +• **Bf** = ``"Bf"`` + +#### Defined in + +[generated/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L39) + +___ + +### Bg + +• **Bg** = ``"Bg"`` + +#### Defined in + +[generated/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L38) + +___ + +### Bh + +• **Bh** = ``"Bh"`` + +#### Defined in + +[generated/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L21) + +___ + +### Bi + +• **Bi** = ``"Bi"`` + +#### Defined in + +[generated/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L40) + +___ + +### Bj + +• **Bj** = ``"Bj"`` + +#### Defined in + +[generated/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L27) + +___ + +### Bl + +• **Bl** = ``"Bl"`` + +#### Defined in + +[generated/types.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L188) + +___ + +### Bm + +• **Bm** = ``"Bm"`` + +#### Defined in + +[generated/types.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L28) + +___ + +### Bn + +• **Bn** = ``"Bn"`` + +#### Defined in + +[generated/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L37) + +___ + +### Bo + +• **Bo** = ``"Bo"`` + +#### Defined in + +[generated/types.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L30) + +___ + +### Bq + +• **Bq** = ``"Bq"`` + +#### Defined in + +[generated/types.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L251) + +___ + +### Br + +• **Br** = ``"Br"`` + +#### Defined in + +[generated/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L34) + +___ + +### Bs + +• **Bs** = ``"Bs"`` + +#### Defined in + +[generated/types.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L20) + +___ + +### Bt + +• **Bt** = ``"Bt"`` + +#### Defined in + +[generated/types.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L29) + +___ + +### Bv + +• **Bv** = ``"Bv"`` + +#### Defined in + +[generated/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L33) + +___ + +### Bw + +• **Bw** = ``"Bw"`` + +#### Defined in + +[generated/types.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L32) + +___ + +### By + +• **By** = ``"By"`` + +#### Defined in + +[generated/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L24) + +___ + +### Bz + +• **Bz** = ``"Bz"`` + +#### Defined in + +[generated/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L26) + +___ + +### Ca + +• **Ca** = ``"Ca"`` + +#### Defined in + +[generated/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L43) + +___ + +### Cc + +• **Cc** = ``"Cc"`` + +#### Defined in + +[generated/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L53) + +___ + +### Cd + +• **Cd** = ``"Cd"`` + +#### Defined in + +[generated/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L57) + +___ + +### Cf + +• **Cf** = ``"Cf"`` + +#### Defined in + +[generated/types.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L46) + +___ + +### Cg + +• **Cg** = ``"Cg"`` + +#### Defined in + +[generated/types.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L56) + +___ + +### Ch + +• **Ch** = ``"Ch"`` + +#### Defined in + +[generated/types.ts:218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L218) + +___ + +### Ci + +• **Ci** = ``"Ci"`` + +#### Defined in + +[generated/types.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L60) + +___ + +### Ck + +• **Ck** = ``"Ck"`` + +#### Defined in + +[generated/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L58) + +___ + +### Cl + +• **Cl** = ``"Cl"`` + +#### Defined in + +[generated/types.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L48) + +___ + +### Cm + +• **Cm** = ``"Cm"`` + +#### Defined in + +[generated/types.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L42) + +___ + +### Cn + +• **Cn** = ``"Cn"`` + +#### Defined in + +[generated/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L49) + +___ + +### Co + +• **Co** = ``"Co"`` + +#### Defined in + +[generated/types.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L54) + +___ + +### Cr + +• **Cr** = ``"Cr"`` + +#### Defined in + +[generated/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L59) + +___ + +### Cu + +• **Cu** = ``"Cu"`` + +#### Defined in + +[generated/types.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L62) + +___ + +### Cv + +• **Cv** = ``"Cv"`` + +#### Defined in + +[generated/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L44) + +___ + +### Cw + +• **Cw** = ``"Cw"`` + +#### Defined in + +[generated/types.ts:252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L252) + +___ + +### Cx + +• **Cx** = ``"Cx"`` + +#### Defined in + +[generated/types.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L52) + +___ + +### Cy + +• **Cy** = ``"Cy"`` + +#### Defined in + +[generated/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L63) + +___ + +### Cz + +• **Cz** = ``"Cz"`` + +#### Defined in + +[generated/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L64) + +___ + +### De + +• **De** = ``"De"`` + +#### Defined in + +[generated/types.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L87) + +___ + +### Dj + +• **Dj** = ``"Dj"`` + +#### Defined in + +[generated/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L66) + +___ + +### Dk + +• **Dk** = ``"Dk"`` + +#### Defined in + +[generated/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L65) + +___ + +### Dm + +• **Dm** = ``"Dm"`` + +#### Defined in + +[generated/types.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L67) + +___ + +### Do + +• **Do** = ``"Do"`` + +#### Defined in + +[generated/types.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L68) + +___ + +### Dz + +• **Dz** = ``"Dz"`` + +#### Defined in + +[generated/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L7) + +___ + +### Ec + +• **Ec** = ``"Ec"`` + +#### Defined in + +[generated/types.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L69) + +___ + +### Ee + +• **Ee** = ``"Ee"`` + +#### Defined in + +[generated/types.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L74) + +___ + +### Eg + +• **Eg** = ``"Eg"`` + +#### Defined in + +[generated/types.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L70) + +___ + +### Eh + +• **Eh** = ``"Eh"`` + +#### Defined in + +[generated/types.ts:247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L247) + +___ + +### Er + +• **Er** = ``"Er"`` + +#### Defined in + +[generated/types.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L73) + +___ + +### Es + +• **Es** = ``"Es"`` + +#### Defined in + +[generated/types.ts:211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L211) + +___ + +### Et + +• **Et** = ``"Et"`` + +#### Defined in + +[generated/types.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L75) + +___ + +### Fi + +• **Fi** = ``"Fi"`` + +#### Defined in + +[generated/types.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L79) + +___ + +### Fj + +• **Fj** = ``"Fj"`` + +#### Defined in + +[generated/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L78) + +___ + +### Fk + +• **Fk** = ``"Fk"`` + +#### Defined in + +[generated/types.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L76) + +___ + +### Fm + +• **Fm** = ``"Fm"`` + +#### Defined in + +[generated/types.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L147) + +___ + +### Fo + +• **Fo** = ``"Fo"`` + +#### Defined in + +[generated/types.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L77) + +___ + +### Fr + +• **Fr** = ``"Fr"`` + +#### Defined in + +[generated/types.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L80) + +___ + +### Ga + +• **Ga** = ``"Ga"`` + +#### Defined in + +[generated/types.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L84) + +___ + +### Gb + +• **Gb** = ``"Gb"`` + +#### Defined in + +[generated/types.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L237) + +___ + +### Gd + +• **Gd** = ``"Gd"`` + +#### Defined in + +[generated/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L92) + +___ + +### Ge + +• **Ge** = ``"Ge"`` + +#### Defined in + +[generated/types.ts:86](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L86) + +___ + +### Gf + +• **Gf** = ``"Gf"`` + +#### Defined in + +[generated/types.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L81) + +___ + +### Gg + +• **Gg** = ``"Gg"`` + +#### Defined in + +[generated/types.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L96) + +___ + +### Gh + +• **Gh** = ``"Gh"`` + +#### Defined in + +[generated/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L88) + +___ + +### Gi + +• **Gi** = ``"Gi"`` + +#### Defined in + +[generated/types.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L89) + +___ + +### Gl + +• **Gl** = ``"Gl"`` + +#### Defined in + +[generated/types.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L91) + +___ + +### Gm + +• **Gm** = ``"Gm"`` + +#### Defined in + +[generated/types.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L85) + +___ + +### Gn + +• **Gn** = ``"Gn"`` + +#### Defined in + +[generated/types.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L97) + +___ + +### Gp + +• **Gp** = ``"Gp"`` + +#### Defined in + +[generated/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L93) + +___ + +### Gq + +• **Gq** = ``"Gq"`` + +#### Defined in + +[generated/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L72) + +___ + +### Gr + +• **Gr** = ``"Gr"`` + +#### Defined in + +[generated/types.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L90) + +___ + +### Gs + +• **Gs** = ``"Gs"`` + +#### Defined in + +[generated/types.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L209) + +___ + +### Gt + +• **Gt** = ``"Gt"`` + +#### Defined in + +[generated/types.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L95) + +___ + +### Gu + +• **Gu** = ``"Gu"`` + +#### Defined in + +[generated/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L94) + +___ + +### Gw + +• **Gw** = ``"Gw"`` + +#### Defined in + +[generated/types.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L98) + +___ + +### Gy + +• **Gy** = ``"Gy"`` + +#### Defined in + +[generated/types.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L99) + +___ + +### Hk + +• **Hk** = ``"Hk"`` + +#### Defined in + +[generated/types.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L50) + +___ + +### Hm + +• **Hm** = ``"Hm"`` + +#### Defined in + +[generated/types.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L101) + +___ + +### Hn + +• **Hn** = ``"Hn"`` + +#### Defined in + +[generated/types.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L103) + +___ + +### Hr + +• **Hr** = ``"Hr"`` + +#### Defined in + +[generated/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L61) + +___ + +### Ht + +• **Ht** = ``"Ht"`` + +#### Defined in + +[generated/types.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L100) + +___ + +### Hu + +• **Hu** = ``"Hu"`` + +#### Defined in + +[generated/types.ts:104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L104) + +___ + +### Id + +• **Id** = ``"Id"`` + +#### Defined in + +[generated/types.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L107) + +___ + +### Ie + +• **Ie** = ``"Ie"`` + +#### Defined in + +[generated/types.ts:110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L110) + +___ + +### Il + +• **Il** = ``"Il"`` + +#### Defined in + +[generated/types.ts:112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L112) + +___ + +### Im + +• **Im** = ``"Im"`` + +#### Defined in + +[generated/types.ts:111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L111) + +___ + +### In + +• **In** = ``"In"`` + +#### Defined in + +[generated/types.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L106) + +___ + +### Io + +• **Io** = ``"Io"`` + +#### Defined in + +[generated/types.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L36) + +___ + +### Iq + +• **Iq** = ``"Iq"`` + +#### Defined in + +[generated/types.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L109) + +___ + +### Ir + +• **Ir** = ``"Ir"`` + +#### Defined in + +[generated/types.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L108) + +___ + +### Is + +• **Is** = ``"Is"`` + +#### Defined in + +[generated/types.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L105) + +___ + +### It + +• **It** = ``"It"`` + +#### Defined in + +[generated/types.ts:113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L113) + +___ + +### Je + +• **Je** = ``"Je"`` + +#### Defined in + +[generated/types.ts:116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L116) + +___ + +### Jm + +• **Jm** = ``"Jm"`` + +#### Defined in + +[generated/types.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L114) + +___ + +### Jo + +• **Jo** = ``"Jo"`` + +#### Defined in + +[generated/types.ts:117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L117) + +___ + +### Jp + +• **Jp** = ``"Jp"`` + +#### Defined in + +[generated/types.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L115) + +___ + +### Ke + +• **Ke** = ``"Ke"`` + +#### Defined in + +[generated/types.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L119) + +___ + +### Kg + +• **Kg** = ``"Kg"`` + +#### Defined in + +[generated/types.ts:124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L124) + +___ + +### Kh + +• **Kh** = ``"Kh"`` + +#### Defined in + +[generated/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L41) + +___ + +### Ki + +• **Ki** = ``"Ki"`` + +#### Defined in + +[generated/types.ts:120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L120) + +___ + +### Km + +• **Km** = ``"Km"`` + +#### Defined in + +[generated/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L55) + +___ + +### Kn + +• **Kn** = ``"Kn"`` + +#### Defined in + +[generated/types.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L190) + +___ + +### Kp + +• **Kp** = ``"Kp"`` + +#### Defined in + +[generated/types.ts:121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L121) + +___ + +### Kr + +• **Kr** = ``"Kr"`` + +#### Defined in + +[generated/types.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L122) + +___ + +### Kw + +• **Kw** = ``"Kw"`` + +#### Defined in + +[generated/types.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L123) + +___ + +### Ky + +• **Ky** = ``"Ky"`` + +#### Defined in + +[generated/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L45) + +___ + +### Kz + +• **Kz** = ``"Kz"`` + +#### Defined in + +[generated/types.ts:118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L118) + +___ + +### La + +• **La** = ``"La"`` + +#### Defined in + +[generated/types.ts:125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L125) + +___ + +### Lb + +• **Lb** = ``"Lb"`` + +#### Defined in + +[generated/types.ts:127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L127) + +___ + +### Lc + +• **Lc** = ``"Lc"`` + +#### Defined in + +[generated/types.ts:191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L191) + +___ + +### Li + +• **Li** = ``"Li"`` + +#### Defined in + +[generated/types.ts:131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L131) + +___ + +### Lk + +• **Lk** = ``"Lk"`` + +#### Defined in + +[generated/types.ts:212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L212) + +___ + +### Lr + +• **Lr** = ``"Lr"`` + +#### Defined in + +[generated/types.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L129) + +___ + +### Ls + +• **Ls** = ``"Ls"`` + +#### Defined in + +[generated/types.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L128) + +___ + +### Lt + +• **Lt** = ``"Lt"`` + +#### Defined in + +[generated/types.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L132) + +___ + +### Lu + +• **Lu** = ``"Lu"`` + +#### Defined in + +[generated/types.ts:133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L133) + +___ + +### Lv + +• **Lv** = ``"Lv"`` + +#### Defined in + +[generated/types.ts:126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L126) + +___ + +### Ly + +• **Ly** = ``"Ly"`` + +#### Defined in + +[generated/types.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L130) + +___ + +### Ma + +• **Ma** = ``"Ma"`` + +#### Defined in + +[generated/types.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L153) + +___ + +### Mc + +• **Mc** = ``"Mc"`` + +#### Defined in + +[generated/types.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L149) + +___ + +### Md + +• **Md** = ``"Md"`` + +#### Defined in + +[generated/types.ts:148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L148) + +___ + +### Me + +• **Me** = ``"Me"`` + +#### Defined in + +[generated/types.ts:151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L151) + +___ + +### Mf + +• **Mf** = ``"Mf"`` + +#### Defined in + +[generated/types.ts:192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L192) + +___ + +### Mg + +• **Mg** = ``"Mg"`` + +#### Defined in + +[generated/types.ts:135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L135) + +___ + +### Mh + +• **Mh** = ``"Mh"`` + +#### Defined in + +[generated/types.ts:141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L141) + +___ + +### Mk + +• **Mk** = ``"Mk"`` + +#### Defined in + +[generated/types.ts:134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L134) + +___ + +### Ml + +• **Ml** = ``"Ml"`` + +#### Defined in + +[generated/types.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L139) + +___ + +### Mm + +• **Mm** = ``"Mm"`` + +#### Defined in + +[generated/types.ts:155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L155) + +___ + +### Mn + +• **Mn** = ``"Mn"`` + +#### Defined in + +[generated/types.ts:150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L150) + +___ + +### Mo + +• **Mo** = ``"Mo"`` + +#### Defined in + +[generated/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L51) + +___ + +### Mp + +• **Mp** = ``"Mp"`` + +#### Defined in + +[generated/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L168) + +___ + +### Mq + +• **Mq** = ``"Mq"`` + +#### Defined in + +[generated/types.ts:142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L142) + +___ + +### Mr + +• **Mr** = ``"Mr"`` + +#### Defined in + +[generated/types.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L143) + +___ + +### Ms + +• **Ms** = ``"Ms"`` + +#### Defined in + +[generated/types.ts:152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L152) + +___ + +### Mt + +• **Mt** = ``"Mt"`` + +#### Defined in + +[generated/types.ts:140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L140) + +___ + +### Mu + +• **Mu** = ``"Mu"`` + +#### Defined in + +[generated/types.ts:144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L144) + +___ + +### Mv + +• **Mv** = ``"Mv"`` + +#### Defined in + +[generated/types.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L138) + +___ + +### Mw + +• **Mw** = ``"Mw"`` + +#### Defined in + +[generated/types.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L136) + +___ + +### Mx + +• **Mx** = ``"Mx"`` + +#### Defined in + +[generated/types.ts:146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L146) + +___ + +### My + +• **My** = ``"My"`` + +#### Defined in + +[generated/types.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L137) + +___ + +### Mz + +• **Mz** = ``"Mz"`` + +#### Defined in + +[generated/types.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L154) + +___ + +### Na + +• **Na** = ``"Na"`` + +#### Defined in + +[generated/types.ts:156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L156) + +___ + +### Nc + +• **Nc** = ``"Nc"`` + +#### Defined in + +[generated/types.ts:161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L161) + +___ + +### Ne + +• **Ne** = ``"Ne"`` + +#### Defined in + +[generated/types.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L164) + +___ + +### Nf + +• **Nf** = ``"Nf"`` + +#### Defined in + +[generated/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L167) + +___ + +### Ng + +• **Ng** = ``"Ng"`` + +#### Defined in + +[generated/types.ts:165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L165) + +___ + +### Ni + +• **Ni** = ``"Ni"`` + +#### Defined in + +[generated/types.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L163) + +___ + +### Nl + +• **Nl** = ``"Nl"`` + +#### Defined in + +[generated/types.ts:159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L159) + +___ + +### No + +• **No** = ``"No"`` + +#### Defined in + +[generated/types.ts:169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L169) + +___ + +### Np + +• **Np** = ``"Np"`` + +#### Defined in + +[generated/types.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L158) + +___ + +### Nr + +• **Nr** = ``"Nr"`` + +#### Defined in + +[generated/types.ts:157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L157) + +___ + +### Nu + +• **Nu** = ``"Nu"`` + +#### Defined in + +[generated/types.ts:166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L166) + +___ + +### Nz + +• **Nz** = ``"Nz"`` + +#### Defined in + +[generated/types.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L162) + +___ + +### Om + +• **Om** = ``"Om"`` + +#### Defined in + +[generated/types.ts:170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L170) + +___ + +### Pa + +• **Pa** = ``"Pa"`` + +#### Defined in + +[generated/types.ts:174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L174) + +___ + +### Pe + +• **Pe** = ``"Pe"`` + +#### Defined in + +[generated/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L177) + +___ + +### Pf + +• **Pf** = ``"Pf"`` + +#### Defined in + +[generated/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L82) + +___ + +### Pg + +• **Pg** = ``"Pg"`` + +#### Defined in + +[generated/types.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L175) + +___ + +### Ph + +• **Ph** = ``"Ph"`` + +#### Defined in + +[generated/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L178) + +___ + +### Pk + +• **Pk** = ``"Pk"`` + +#### Defined in + +[generated/types.ts:171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L171) + +___ + +### Pl + +• **Pl** = ``"Pl"`` + +#### Defined in + +[generated/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L180) + +___ + +### Pm + +• **Pm** = ``"Pm"`` + +#### Defined in + +[generated/types.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L193) + +___ + +### Pn + +• **Pn** = ``"Pn"`` + +#### Defined in + +[generated/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L179) + +___ + +### Pr + +• **Pr** = ``"Pr"`` + +#### Defined in + +[generated/types.ts:182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L182) + +___ + +### Ps + +• **Ps** = ``"Ps"`` + +#### Defined in + +[generated/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L173) + +___ + +### Pt + +• **Pt** = ``"Pt"`` + +#### Defined in + +[generated/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L181) + +___ + +### Pw + +• **Pw** = ``"Pw"`` + +#### Defined in + +[generated/types.ts:172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L172) + +___ + +### Py + +• **Py** = ``"Py"`` + +#### Defined in + +[generated/types.ts:176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L176) + +___ + +### Qa + +• **Qa** = ``"Qa"`` + +#### Defined in + +[generated/types.ts:183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L183) + +___ + +### Re + +• **Re** = ``"Re"`` + +#### Defined in + +[generated/types.ts:184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L184) + +___ + +### Ro + +• **Ro** = ``"Ro"`` + +#### Defined in + +[generated/types.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L185) + +___ + +### Rs + +• **Rs** = ``"Rs"`` + +#### Defined in + +[generated/types.ts:200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L200) + +___ + +### Ru + +• **Ru** = ``"Ru"`` + +#### Defined in + +[generated/types.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L186) + +___ + +### Rw + +• **Rw** = ``"Rw"`` + +#### Defined in + +[generated/types.ts:187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L187) + +___ + +### Sa + +• **Sa** = ``"Sa"`` + +#### Defined in + +[generated/types.ts:198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L198) + +___ + +### Sb + +• **Sb** = ``"Sb"`` + +#### Defined in + +[generated/types.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L206) + +___ + +### Sc + +• **Sc** = ``"Sc"`` + +#### Defined in + +[generated/types.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L201) + +___ + +### Sd + +• **Sd** = ``"Sd"`` + +#### Defined in + +[generated/types.ts:213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L213) + +___ + +### Se + +• **Se** = ``"Se"`` + +#### Defined in + +[generated/types.ts:217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L217) + +___ + +### Sg + +• **Sg** = ``"Sg"`` + +#### Defined in + +[generated/types.ts:203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L203) + +___ + +### Sh + +• **Sh** = ``"Sh"`` + +#### Defined in + +[generated/types.ts:189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L189) + +___ + +### Si + +• **Si** = ``"Si"`` + +#### Defined in + +[generated/types.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L205) + +___ + +### Sj + +• **Sj** = ``"Sj"`` + +#### Defined in + +[generated/types.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L215) + +___ + +### Sk + +• **Sk** = ``"Sk"`` + +#### Defined in + +[generated/types.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L204) + +___ + +### Sl + +• **Sl** = ``"Sl"`` + +#### Defined in + +[generated/types.ts:202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L202) + +___ + +### Sm + +• **Sm** = ``"Sm"`` + +#### Defined in + +[generated/types.ts:196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L196) + +___ + +### Sn + +• **Sn** = ``"Sn"`` + +#### Defined in + +[generated/types.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L199) + +___ + +### So + +• **So** = ``"So"`` + +#### Defined in + +[generated/types.ts:207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L207) + +___ + +### Sr + +• **Sr** = ``"Sr"`` + +#### Defined in + +[generated/types.ts:214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L214) + +___ + +### Ss + +• **Ss** = ``"Ss"`` + +#### Defined in + +[generated/types.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L210) + +___ + +### St + +• **St** = ``"St"`` + +#### Defined in + +[generated/types.ts:197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L197) + +___ + +### Sv + +• **Sv** = ``"Sv"`` + +#### Defined in + +[generated/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L71) + +___ + +### Sx + +• **Sx** = ``"Sx"`` + +#### Defined in + +[generated/types.ts:253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L253) + +___ + +### Sy + +• **Sy** = ``"Sy"`` + +#### Defined in + +[generated/types.ts:219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L219) + +___ + +### Sz + +• **Sz** = ``"Sz"`` + +#### Defined in + +[generated/types.ts:216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L216) + +___ + +### Tc + +• **Tc** = ``"Tc"`` + +#### Defined in + +[generated/types.ts:232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L232) + +___ + +### Td + +• **Td** = ``"Td"`` + +#### Defined in + +[generated/types.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L47) + +___ + +### Tf + +• **Tf** = ``"Tf"`` + +#### Defined in + +[generated/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L83) + +___ + +### Tg + +• **Tg** = ``"Tg"`` + +#### Defined in + +[generated/types.ts:225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L225) + +___ + +### Th + +• **Th** = ``"Th"`` + +#### Defined in + +[generated/types.ts:223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L223) + +___ + +### Tj + +• **Tj** = ``"Tj"`` + +#### Defined in + +[generated/types.ts:221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L221) + +___ + +### Tk + +• **Tk** = ``"Tk"`` + +#### Defined in + +[generated/types.ts:226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L226) + +___ + +### Tl + +• **Tl** = ``"Tl"`` + +#### Defined in + +[generated/types.ts:224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L224) + +___ + +### Tm + +• **Tm** = ``"Tm"`` + +#### Defined in + +[generated/types.ts:231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L231) + +___ + +### Tn + +• **Tn** = ``"Tn"`` + +#### Defined in + +[generated/types.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L229) + +___ + +### To + +• **To** = ``"To"`` + +#### Defined in + +[generated/types.ts:227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L227) + +___ + +### Tr + +• **Tr** = ``"Tr"`` + +#### Defined in + +[generated/types.ts:230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L230) + +___ + +### Tt + +• **Tt** = ``"Tt"`` + +#### Defined in + +[generated/types.ts:228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L228) + +___ + +### Tv + +• **Tv** = ``"Tv"`` + +#### Defined in + +[generated/types.ts:233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L233) + +___ + +### Tw + +• **Tw** = ``"Tw"`` + +#### Defined in + +[generated/types.ts:220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L220) + +___ + +### Tz + +• **Tz** = ``"Tz"`` + +#### Defined in + +[generated/types.ts:222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L222) + +___ + +### Ua + +• **Ua** = ``"Ua"`` + +#### Defined in + +[generated/types.ts:235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L235) + +___ + +### Ug + +• **Ug** = ``"Ug"`` + +#### Defined in + +[generated/types.ts:234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L234) + +___ + +### Um + +• **Um** = ``"Um"`` + +#### Defined in + +[generated/types.ts:239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L239) + +___ + +### Us + +• **Us** = ``"Us"`` + +#### Defined in + +[generated/types.ts:238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L238) + +___ + +### Uy + +• **Uy** = ``"Uy"`` + +#### Defined in + +[generated/types.ts:240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L240) + +___ + +### Uz + +• **Uz** = ``"Uz"`` + +#### Defined in + +[generated/types.ts:241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L241) + +___ + +### Va + +• **Va** = ``"Va"`` + +#### Defined in + +[generated/types.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L102) + +___ + +### Vc + +• **Vc** = ``"Vc"`` + +#### Defined in + +[generated/types.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L194) + +___ + +### Ve + +• **Ve** = ``"Ve"`` + +#### Defined in + +[generated/types.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L243) + +___ + +### Vg + +• **Vg** = ``"Vg"`` + +#### Defined in + +[generated/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L35) + +___ + +### Vi + +• **Vi** = ``"Vi"`` + +#### Defined in + +[generated/types.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L245) + +___ + +### Vn + +• **Vn** = ``"Vn"`` + +#### Defined in + +[generated/types.ts:244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L244) + +___ + +### Vu + +• **Vu** = ``"Vu"`` + +#### Defined in + +[generated/types.ts:242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L242) + +___ + +### Wf + +• **Wf** = ``"Wf"`` + +#### Defined in + +[generated/types.ts:246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L246) + +___ + +### Ws + +• **Ws** = ``"Ws"`` + +#### Defined in + +[generated/types.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L195) + +___ + +### Ye + +• **Ye** = ``"Ye"`` + +#### Defined in + +[generated/types.ts:248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L248) + +___ + +### Yt + +• **Yt** = ``"Yt"`` + +#### Defined in + +[generated/types.ts:145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L145) + +___ + +### Za + +• **Za** = ``"Za"`` + +#### Defined in + +[generated/types.ts:208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L208) + +___ + +### Zm + +• **Zm** = ``"Zm"`` + +#### Defined in + +[generated/types.ts:249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L249) + +___ + +### Zw + +• **Zw** = ``"Zw"`` + +#### Defined in + +[generated/types.ts:250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L250) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ElectionProviderMultiPhaseTx/ElectionProviderMultiPhaseTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ElectionProviderMultiPhaseTx/ElectionProviderMultiPhaseTx.md new file mode 100644 index 0000000000..28feb99077 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ElectionProviderMultiPhaseTx/ElectionProviderMultiPhaseTx.md @@ -0,0 +1,57 @@ +--- +id: "ElectionProviderMultiPhaseTx" +title: "Enumeration: ElectionProviderMultiPhaseTx" +sidebar_label: "ElectionProviderMultiPhaseTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).ElectionProviderMultiPhaseTx + +## Enumeration Members + +### GovernanceFallback + +• **GovernanceFallback** = ``"electionProviderMultiPhase.governanceFallback"`` + +#### Defined in + +[generated/types.ts:837](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L837) + +___ + +### SetEmergencyElectionResult + +• **SetEmergencyElectionResult** = ``"electionProviderMultiPhase.setEmergencyElectionResult"`` + +#### Defined in + +[generated/types.ts:835](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L835) + +___ + +### SetMinimumUntrustedScore + +• **SetMinimumUntrustedScore** = ``"electionProviderMultiPhase.setMinimumUntrustedScore"`` + +#### Defined in + +[generated/types.ts:834](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L834) + +___ + +### Submit + +• **Submit** = ``"electionProviderMultiPhase.submit"`` + +#### Defined in + +[generated/types.ts:836](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L836) + +___ + +### SubmitUnsigned + +• **SubmitUnsigned** = ``"electionProviderMultiPhase.submitUnsigned"`` + +#### Defined in + +[generated/types.ts:833](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L833) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md new file mode 100644 index 0000000000..66fea90bb6 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md @@ -0,0 +1,87 @@ +--- +id: "ExternalAgentsTx" +title: "Enumeration: ExternalAgentsTx" +sidebar_label: "ExternalAgentsTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).ExternalAgentsTx + +## Enumeration Members + +### Abdicate + +• **Abdicate** = ``"externalAgents.abdicate"`` + +#### Defined in + +[generated/types.ts:755](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L755) + +___ + +### AcceptBecomeAgent + +• **AcceptBecomeAgent** = ``"externalAgents.acceptBecomeAgent"`` + +#### Defined in + +[generated/types.ts:757](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L757) + +___ + +### ChangeGroup + +• **ChangeGroup** = ``"externalAgents.changeGroup"`` + +#### Defined in + +[generated/types.ts:756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L756) + +___ + +### CreateAndChangeCustomGroup + +• **CreateAndChangeCustomGroup** = ``"externalAgents.createAndChangeCustomGroup"`` + +#### Defined in + +[generated/types.ts:759](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L759) + +___ + +### CreateGroup + +• **CreateGroup** = ``"externalAgents.createGroup"`` + +#### Defined in + +[generated/types.ts:752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L752) + +___ + +### CreateGroupAndAddAuth + +• **CreateGroupAndAddAuth** = ``"externalAgents.createGroupAndAddAuth"`` + +#### Defined in + +[generated/types.ts:758](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L758) + +___ + +### RemoveAgent + +• **RemoveAgent** = ``"externalAgents.removeAgent"`` + +#### Defined in + +[generated/types.ts:754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L754) + +___ + +### SetGroupPermissions + +• **SetGroupPermissions** = ``"externalAgents.setGroupPermissions"`` + +#### Defined in + +[generated/types.ts:753](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L753) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/GrandpaTx/GrandpaTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/GrandpaTx/GrandpaTx.md new file mode 100644 index 0000000000..f11f3675cd --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/GrandpaTx/GrandpaTx.md @@ -0,0 +1,37 @@ +--- +id: "GrandpaTx" +title: "Enumeration: GrandpaTx" +sidebar_label: "GrandpaTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).GrandpaTx + +## Enumeration Members + +### NoteStalled + +• **NoteStalled** = ``"grandpa.noteStalled"`` + +#### Defined in + +[generated/types.ts:509](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L509) + +___ + +### ReportEquivocation + +• **ReportEquivocation** = ``"grandpa.reportEquivocation"`` + +#### Defined in + +[generated/types.ts:507](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L507) + +___ + +### ReportEquivocationUnsigned + +• **ReportEquivocationUnsigned** = ``"grandpa.reportEquivocationUnsigned"`` + +#### Defined in + +[generated/types.ts:508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L508) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/IdentityTx/IdentityTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/IdentityTx/IdentityTx.md new file mode 100644 index 0000000000..c53d86cfe4 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/IdentityTx/IdentityTx.md @@ -0,0 +1,317 @@ +--- +id: "IdentityTx" +title: "Enumeration: IdentityTx" +sidebar_label: "IdentityTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).IdentityTx + +## Enumeration Members + +### AcceptPrimaryKey + +• **AcceptPrimaryKey** = ``"identity.acceptPrimaryKey"`` + +#### Defined in + +[generated/types.ts:305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L305) + +___ + +### AddAuthorization + +• **AddAuthorization** = ``"identity.addAuthorization"`` + +#### Defined in + +[generated/types.ts:315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L315) + +___ + +### AddClaim + +• **AddClaim** = ``"identity.addClaim"`` + +#### Defined in + +[generated/types.ts:309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L309) + +___ + +### AddInvestorUniquenessClaim + +• **AddInvestorUniquenessClaim** = ``"identity.addInvestorUniquenessClaim"`` + +#### Defined in + +[generated/types.ts:318](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L318) + +___ + +### AddInvestorUniquenessClaimV2 + +• **AddInvestorUniquenessClaimV2** = ``"identity.addInvestorUniquenessClaimV2"`` + +#### Defined in + +[generated/types.ts:321](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L321) + +___ + +### AddSecondaryKeysWithAuthorization + +• **AddSecondaryKeysWithAuthorization** = ``"identity.addSecondaryKeysWithAuthorization"`` + +#### Defined in + +[generated/types.ts:317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L317) + +___ + +### AddSecondaryKeysWithAuthorizationOld + +• **AddSecondaryKeysWithAuthorizationOld** = ``"identity.addSecondaryKeysWithAuthorizationOld"`` + +#### Defined in + +[generated/types.ts:326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L326) + +___ + +### CddRegisterDid + +• **CddRegisterDid** = ``"identity.cddRegisterDid"`` + +#### Defined in + +[generated/types.ts:302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L302) + +___ + +### CddRegisterDidWithCdd + +• **CddRegisterDidWithCdd** = ``"identity.cddRegisterDidWithCdd"`` + +#### Defined in + +[generated/types.ts:329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L329) + +___ + +### ChangeCddRequirementForMkRotation + +• **ChangeCddRequirementForMkRotation** = ``"identity.changeCddRequirementForMkRotation"`` + +#### Defined in + +[generated/types.ts:306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L306) + +___ + +### CreateChildIdentities + +• **CreateChildIdentities** = ``"identity.createChildIdentities"`` + +#### Defined in + +[generated/types.ts:331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L331) + +___ + +### CreateChildIdentity + +• **CreateChildIdentity** = ``"identity.createChildIdentity"`` + +#### Defined in + +[generated/types.ts:330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L330) + +___ + +### FreezeSecondaryKeys + +• **FreezeSecondaryKeys** = ``"identity.freezeSecondaryKeys"`` + +#### Defined in + +[generated/types.ts:313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L313) + +___ + +### GcAddCddClaim + +• **GcAddCddClaim** = ``"identity.gcAddCddClaim"`` + +#### Defined in + +[generated/types.ts:319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L319) + +___ + +### GcRevokeCddClaim + +• **GcRevokeCddClaim** = ``"identity.gcRevokeCddClaim"`` + +#### Defined in + +[generated/types.ts:320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L320) + +___ + +### InvalidateCddClaims + +• **InvalidateCddClaims** = ``"identity.invalidateCddClaims"`` + +#### Defined in + +[generated/types.ts:303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L303) + +___ + +### JoinIdentityAsKey + +• **JoinIdentityAsKey** = ``"identity.joinIdentityAsKey"`` + +#### Defined in + +[generated/types.ts:307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L307) + +___ + +### LeaveIdentityAsKey + +• **LeaveIdentityAsKey** = ``"identity.leaveIdentityAsKey"`` + +#### Defined in + +[generated/types.ts:308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L308) + +___ + +### LegacySetPermissionToSigner + +• **LegacySetPermissionToSigner** = ``"identity.legacySetPermissionToSigner"`` + +#### Defined in + +[generated/types.ts:312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L312) + +___ + +### PlaceholderLegacySetPermissionToSigner + +• **PlaceholderLegacySetPermissionToSigner** = ``"identity.placeholderLegacySetPermissionToSigner"`` + +#### Defined in + +[generated/types.ts:325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L325) + +___ + +### RegisterCustomClaimType + +• **RegisterCustomClaimType** = ``"identity.registerCustomClaimType"`` + +#### Defined in + +[generated/types.ts:328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L328) + +___ + +### RemoveAuthorization + +• **RemoveAuthorization** = ``"identity.removeAuthorization"`` + +#### Defined in + +[generated/types.ts:316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L316) + +___ + +### RemoveSecondaryKeys + +• **RemoveSecondaryKeys** = ``"identity.removeSecondaryKeys"`` + +#### Defined in + +[generated/types.ts:304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L304) + +___ + +### RemoveSecondaryKeysOld + +• **RemoveSecondaryKeysOld** = ``"identity.removeSecondaryKeysOld"`` + +#### Defined in + +[generated/types.ts:324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L324) + +___ + +### RevokeClaim + +• **RevokeClaim** = ``"identity.revokeClaim"`` + +#### Defined in + +[generated/types.ts:310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L310) + +___ + +### RevokeClaimByIndex + +• **RevokeClaimByIndex** = ``"identity.revokeClaimByIndex"`` + +#### Defined in + +[generated/types.ts:322](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L322) + +___ + +### RotatePrimaryKeyToSecondary + +• **RotatePrimaryKeyToSecondary** = ``"identity.rotatePrimaryKeyToSecondary"`` + +#### Defined in + +[generated/types.ts:323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L323) + +___ + +### SetPermissionToSigner + +• **SetPermissionToSigner** = ``"identity.setPermissionToSigner"`` + +#### Defined in + +[generated/types.ts:311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L311) + +___ + +### SetSecondaryKeyPermissions + +• **SetSecondaryKeyPermissions** = ``"identity.setSecondaryKeyPermissions"`` + +#### Defined in + +[generated/types.ts:327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L327) + +___ + +### UnfreezeSecondaryKeys + +• **UnfreezeSecondaryKeys** = ``"identity.unfreezeSecondaryKeys"`` + +#### Defined in + +[generated/types.ts:314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L314) + +___ + +### UnlinkChildIdentity + +• **UnlinkChildIdentity** = ``"identity.unlinkChildIdentity"`` + +#### Defined in + +[generated/types.ts:332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L332) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ImOnlineTx/ImOnlineTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ImOnlineTx/ImOnlineTx.md new file mode 100644 index 0000000000..72690bdbc5 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ImOnlineTx/ImOnlineTx.md @@ -0,0 +1,17 @@ +--- +id: "ImOnlineTx" +title: "Enumeration: ImOnlineTx" +sidebar_label: "ImOnlineTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).ImOnlineTx + +## Enumeration Members + +### Heartbeat + +• **Heartbeat** = ``"imOnline.heartbeat"`` + +#### Defined in + +[generated/types.ts:513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L513) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/IndicesTx/IndicesTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/IndicesTx/IndicesTx.md new file mode 100644 index 0000000000..ef6bcf55e6 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/IndicesTx/IndicesTx.md @@ -0,0 +1,57 @@ +--- +id: "IndicesTx" +title: "Enumeration: IndicesTx" +sidebar_label: "IndicesTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).IndicesTx + +## Enumeration Members + +### Claim + +• **Claim** = ``"indices.claim"`` + +#### Defined in + +[generated/types.ts:281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L281) + +___ + +### ForceTransfer + +• **ForceTransfer** = ``"indices.forceTransfer"`` + +#### Defined in + +[generated/types.ts:284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L284) + +___ + +### Free + +• **Free** = ``"indices.free"`` + +#### Defined in + +[generated/types.ts:283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L283) + +___ + +### Freeze + +• **Freeze** = ``"indices.freeze"`` + +#### Defined in + +[generated/types.ts:285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L285) + +___ + +### Transfer + +• **Transfer** = ``"indices.transfer"`` + +#### Defined in + +[generated/types.ts:282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L282) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ModuleName/ModuleName.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ModuleName/ModuleName.md new file mode 100644 index 0000000000..3b32fe34dd --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ModuleName/ModuleName.md @@ -0,0 +1,467 @@ +--- +id: "ModuleName" +title: "Enumeration: ModuleName" +sidebar_label: "ModuleName" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).ModuleName + +## Enumeration Members + +### Asset + +• **Asset** = ``"asset"`` + +#### Defined in + +[generated/types.ts:862](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L862) + +___ + +### Authorship + +• **Authorship** = ``"authorship"`` + +#### Defined in + +[generated/types.ts:845](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L845) + +___ + +### Babe + +• **Babe** = ``"babe"`` + +#### Defined in + +[generated/types.ts:842](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L842) + +___ + +### Balances + +• **Balances** = ``"balances"`` + +#### Defined in + +[generated/types.ts:846](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L846) + +___ + +### Bridge + +• **Bridge** = ``"bridge"`` + +#### Defined in + +[generated/types.ts:856](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L856) + +___ + +### CapitalDistribution + +• **CapitalDistribution** = ``"capitalDistribution"`` + +#### Defined in + +[generated/types.ts:863](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L863) + +___ + +### CddServiceProviders + +• **CddServiceProviders** = ``"cddServiceProviders"`` + +#### Defined in + +[generated/types.ts:848](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L848) + +___ + +### Checkpoint + +• **Checkpoint** = ``"checkpoint"`` + +#### Defined in + +[generated/types.ts:864](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L864) + +___ + +### CommitteeMembership + +• **CommitteeMembership** = ``"committeeMembership"`` + +#### Defined in + +[generated/types.ts:850](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L850) + +___ + +### ComplianceManager + +• **ComplianceManager** = ``"complianceManager"`` + +#### Defined in + +[generated/types.ts:865](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L865) + +___ + +### Contracts + +• **Contracts** = ``"contracts"`` + +#### Defined in + +[generated/types.ts:883](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L883) + +___ + +### CorporateAction + +• **CorporateAction** = ``"corporateAction"`` + +#### Defined in + +[generated/types.ts:866](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L866) + +___ + +### CorporateBallot + +• **CorporateBallot** = ``"corporateBallot"`` + +#### Defined in + +[generated/types.ts:867](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L867) + +___ + +### ElectionProviderMultiPhase + +• **ElectionProviderMultiPhase** = ``"electionProviderMultiPhase"`` + +#### Defined in + +[generated/types.ts:886](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L886) + +___ + +### ExternalAgents + +• **ExternalAgents** = ``"externalAgents"`` + +#### Defined in + +[generated/types.ts:877](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L877) + +___ + +### Grandpa + +• **Grandpa** = ``"grandpa"`` + +#### Defined in + +[generated/types.ts:859](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L859) + +___ + +### Identity + +• **Identity** = ``"identity"`` + +#### Defined in + +[generated/types.ts:847](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L847) + +___ + +### ImOnline + +• **ImOnline** = ``"imOnline"`` + +#### Defined in + +[generated/types.ts:860](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L860) + +___ + +### Indices + +• **Indices** = ``"indices"`` + +#### Defined in + +[generated/types.ts:844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L844) + +___ + +### MultiSig + +• **MultiSig** = ``"multiSig"`` + +#### Defined in + +[generated/types.ts:855](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L855) + +___ + +### Nft + +• **Nft** = ``"nft"`` + +#### Defined in + +[generated/types.ts:884](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L884) + +___ + +### Pips + +• **Pips** = ``"pips"`` + +#### Defined in + +[generated/types.ts:868](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L868) + +___ + +### PolymeshCommittee + +• **PolymeshCommittee** = ``"polymeshCommittee"`` + +#### Defined in + +[generated/types.ts:849](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L849) + +___ + +### PolymeshContracts + +• **PolymeshContracts** = ``"polymeshContracts"`` + +#### Defined in + +[generated/types.ts:881](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L881) + +___ + +### Portfolio + +• **Portfolio** = ``"portfolio"`` + +#### Defined in + +[generated/types.ts:869](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L869) + +___ + +### Preimage + +• **Preimage** = ``"preimage"`` + +#### Defined in + +[generated/types.ts:882](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L882) + +___ + +### ProtocolFee + +• **ProtocolFee** = ``"protocolFee"`` + +#### Defined in + +[generated/types.ts:870](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L870) + +___ + +### Relayer + +• **Relayer** = ``"relayer"`` + +#### Defined in + +[generated/types.ts:878](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L878) + +___ + +### Rewards + +• **Rewards** = ``"rewards"`` + +#### Defined in + +[generated/types.ts:879](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L879) + +___ + +### Scheduler + +• **Scheduler** = ``"scheduler"`` + +#### Defined in + +[generated/types.ts:871](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L871) + +___ + +### Session + +• **Session** = ``"session"`` + +#### Defined in + +[generated/types.ts:858](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L858) + +___ + +### Settlement + +• **Settlement** = ``"settlement"`` + +#### Defined in + +[generated/types.ts:872](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L872) + +___ + +### Staking + +• **Staking** = ``"staking"`` + +#### Defined in + +[generated/types.ts:857](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L857) + +___ + +### StateTrieMigration + +• **StateTrieMigration** = ``"stateTrieMigration"`` + +#### Defined in + +[generated/types.ts:885](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L885) + +___ + +### Statistics + +• **Statistics** = ``"statistics"`` + +#### Defined in + +[generated/types.ts:873](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L873) + +___ + +### Sto + +• **Sto** = ``"sto"`` + +#### Defined in + +[generated/types.ts:874](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L874) + +___ + +### Sudo + +• **Sudo** = ``"sudo"`` + +#### Defined in + +[generated/types.ts:861](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L861) + +___ + +### System + +• **System** = ``"system"`` + +#### Defined in + +[generated/types.ts:841](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L841) + +___ + +### TechnicalCommittee + +• **TechnicalCommittee** = ``"technicalCommittee"`` + +#### Defined in + +[generated/types.ts:851](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L851) + +___ + +### TechnicalCommitteeMembership + +• **TechnicalCommitteeMembership** = ``"technicalCommitteeMembership"`` + +#### Defined in + +[generated/types.ts:852](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L852) + +___ + +### TestUtils + +• **TestUtils** = ``"testUtils"`` + +#### Defined in + +[generated/types.ts:880](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L880) + +___ + +### Timestamp + +• **Timestamp** = ``"timestamp"`` + +#### Defined in + +[generated/types.ts:843](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L843) + +___ + +### Treasury + +• **Treasury** = ``"treasury"`` + +#### Defined in + +[generated/types.ts:875](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L875) + +___ + +### UpgradeCommittee + +• **UpgradeCommittee** = ``"upgradeCommittee"`` + +#### Defined in + +[generated/types.ts:853](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L853) + +___ + +### UpgradeCommitteeMembership + +• **UpgradeCommitteeMembership** = ``"upgradeCommitteeMembership"`` + +#### Defined in + +[generated/types.ts:854](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L854) + +___ + +### Utility + +• **Utility** = ``"utility"`` + +#### Defined in + +[generated/types.ts:876](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L876) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/MultiSigTx/MultiSigTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/MultiSigTx/MultiSigTx.md new file mode 100644 index 0000000000..22437ce14a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/MultiSigTx/MultiSigTx.md @@ -0,0 +1,387 @@ +--- +id: "MultiSigTx" +title: "Enumeration: MultiSigTx" +sidebar_label: "MultiSigTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).MultiSigTx + +## Enumeration Members + +### AcceptMultisigSigner + +• **AcceptMultisigSigner** = ``"multiSig.acceptMultisigSigner"`` + +#### Defined in + +[generated/types.ts:425](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L425) + +___ + +### AcceptMultisigSignerAsIdentity + +• **AcceptMultisigSignerAsIdentity** = ``"multiSig.acceptMultisigSignerAsIdentity"`` + +#### Defined in + +[generated/types.ts:409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L409) + +___ + +### AcceptMultisigSignerAsKey + +• **AcceptMultisigSignerAsKey** = ``"multiSig.acceptMultisigSignerAsKey"`` + +#### Defined in + +[generated/types.ts:410](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L410) + +___ + +### AddAdmin + +• **AddAdmin** = ``"multiSig.addAdmin"`` + +#### Defined in + +[generated/types.ts:431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L431) + +___ + +### AddMultisigSigner + +• **AddMultisigSigner** = ``"multiSig.addMultisigSigner"`` + +#### Defined in + +[generated/types.ts:411](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L411) + +___ + +### AddMultisigSigners + +• **AddMultisigSigners** = ``"multiSig.addMultisigSigners"`` + +#### Defined in + +[generated/types.ts:426](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L426) + +___ + +### AddMultisigSignersViaAdmin + +• **AddMultisigSignersViaAdmin** = ``"multiSig.addMultisigSignersViaAdmin"`` + +#### Defined in + +[generated/types.ts:428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L428) + +___ + +### AddMultisigSignersViaCreator + +• **AddMultisigSignersViaCreator** = ``"multiSig.addMultisigSignersViaCreator"`` + +#### Defined in + +[generated/types.ts:413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L413) + +___ + +### Approve + +• **Approve** = ``"multiSig.approve"`` + +#### Defined in + +[generated/types.ts:423](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L423) + +___ + +### ApproveAsIdentity + +• **ApproveAsIdentity** = ``"multiSig.approveAsIdentity"`` + +#### Defined in + +[generated/types.ts:405](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L405) + +___ + +### ApproveAsKey + +• **ApproveAsKey** = ``"multiSig.approveAsKey"`` + +#### Defined in + +[generated/types.ts:406](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L406) + +___ + +### ApproveJoinIdentity + +• **ApproveJoinIdentity** = ``"multiSig.approveJoinIdentity"`` + +#### Defined in + +[generated/types.ts:435](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L435) + +___ + +### ChangeSigsRequired + +• **ChangeSigsRequired** = ``"multiSig.changeSigsRequired"`` + +#### Defined in + +[generated/types.ts:415](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L415) + +___ + +### ChangeSigsRequiredViaAdmin + +• **ChangeSigsRequiredViaAdmin** = ``"multiSig.changeSigsRequiredViaAdmin"`` + +#### Defined in + +[generated/types.ts:430](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L430) + +___ + +### ChangeSigsRequiredViaCreator + +• **ChangeSigsRequiredViaCreator** = ``"multiSig.changeSigsRequiredViaCreator"`` + +#### Defined in + +[generated/types.ts:420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L420) + +___ + +### CreateMultisig + +• **CreateMultisig** = ``"multiSig.createMultisig"`` + +#### Defined in + +[generated/types.ts:400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L400) + +___ + +### CreateOrApproveProposalAsIdentity + +• **CreateOrApproveProposalAsIdentity** = ``"multiSig.createOrApproveProposalAsIdentity"`` + +#### Defined in + +[generated/types.ts:401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L401) + +___ + +### CreateOrApproveProposalAsKey + +• **CreateOrApproveProposalAsKey** = ``"multiSig.createOrApproveProposalAsKey"`` + +#### Defined in + +[generated/types.ts:402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L402) + +___ + +### CreateProposal + +• **CreateProposal** = ``"multiSig.createProposal"`` + +#### Defined in + +[generated/types.ts:422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L422) + +___ + +### CreateProposalAsIdentity + +• **CreateProposalAsIdentity** = ``"multiSig.createProposalAsIdentity"`` + +#### Defined in + +[generated/types.ts:403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L403) + +___ + +### CreateProposalAsKey + +• **CreateProposalAsKey** = ``"multiSig.createProposalAsKey"`` + +#### Defined in + +[generated/types.ts:404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L404) + +___ + +### ExecuteScheduledProposal + +• **ExecuteScheduledProposal** = ``"multiSig.executeScheduledProposal"`` + +#### Defined in + +[generated/types.ts:418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L418) + +___ + +### JoinIdentity + +• **JoinIdentity** = ``"multiSig.joinIdentity"`` + +#### Defined in + +[generated/types.ts:436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L436) + +___ + +### MakeMultisigPrimary + +• **MakeMultisigPrimary** = ``"multiSig.makeMultisigPrimary"`` + +#### Defined in + +[generated/types.ts:417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L417) + +___ + +### MakeMultisigSecondary + +• **MakeMultisigSecondary** = ``"multiSig.makeMultisigSecondary"`` + +#### Defined in + +[generated/types.ts:419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L419) + +___ + +### MakeMultisigSigner + +• **MakeMultisigSigner** = ``"multiSig.makeMultisigSigner"`` + +#### Defined in + +[generated/types.ts:416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L416) + +___ + +### Reject + +• **Reject** = ``"multiSig.reject"`` + +#### Defined in + +[generated/types.ts:424](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L424) + +___ + +### RejectAsIdentity + +• **RejectAsIdentity** = ``"multiSig.rejectAsIdentity"`` + +#### Defined in + +[generated/types.ts:407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L407) + +___ + +### RejectAsKey + +• **RejectAsKey** = ``"multiSig.rejectAsKey"`` + +#### Defined in + +[generated/types.ts:408](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L408) + +___ + +### RemoveAdmin + +• **RemoveAdmin** = ``"multiSig.removeAdmin"`` + +#### Defined in + +[generated/types.ts:437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L437) + +___ + +### RemoveAdminViaAdmin + +• **RemoveAdminViaAdmin** = ``"multiSig.removeAdminViaAdmin"`` + +#### Defined in + +[generated/types.ts:432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L432) + +___ + +### RemoveCreatorControls + +• **RemoveCreatorControls** = ``"multiSig.removeCreatorControls"`` + +#### Defined in + +[generated/types.ts:421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L421) + +___ + +### RemoveMultisigSigner + +• **RemoveMultisigSigner** = ``"multiSig.removeMultisigSigner"`` + +#### Defined in + +[generated/types.ts:412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L412) + +___ + +### RemoveMultisigSigners + +• **RemoveMultisigSigners** = ``"multiSig.removeMultisigSigners"`` + +#### Defined in + +[generated/types.ts:427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L427) + +___ + +### RemoveMultisigSignersViaAdmin + +• **RemoveMultisigSignersViaAdmin** = ``"multiSig.removeMultisigSignersViaAdmin"`` + +#### Defined in + +[generated/types.ts:429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L429) + +___ + +### RemoveMultisigSignersViaCreator + +• **RemoveMultisigSignersViaCreator** = ``"multiSig.removeMultisigSignersViaCreator"`` + +#### Defined in + +[generated/types.ts:414](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L414) + +___ + +### RemovePayer + +• **RemovePayer** = ``"multiSig.removePayer"`` + +#### Defined in + +[generated/types.ts:433](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L433) + +___ + +### RemovePayerViaPayer + +• **RemovePayerViaPayer** = ``"multiSig.removePayerViaPayer"`` + +#### Defined in + +[generated/types.ts:434](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L434) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/NftTx/NftTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/NftTx/NftTx.md new file mode 100644 index 0000000000..548f988924 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/NftTx/NftTx.md @@ -0,0 +1,47 @@ +--- +id: "NftTx" +title: "Enumeration: NftTx" +sidebar_label: "NftTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).NftTx + +## Enumeration Members + +### ControllerTransfer + +• **ControllerTransfer** = ``"nft.controllerTransfer"`` + +#### Defined in + +[generated/types.ts:820](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L820) + +___ + +### CreateNftCollection + +• **CreateNftCollection** = ``"nft.createNftCollection"`` + +#### Defined in + +[generated/types.ts:817](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L817) + +___ + +### IssueNft + +• **IssueNft** = ``"nft.issueNft"`` + +#### Defined in + +[generated/types.ts:818](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L818) + +___ + +### RedeemNft + +• **RedeemNft** = ``"nft.redeemNft"`` + +#### Defined in + +[generated/types.ts:819](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L819) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/PipsTx/PipsTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/PipsTx/PipsTx.md new file mode 100644 index 0000000000..75994868ba --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/PipsTx/PipsTx.md @@ -0,0 +1,177 @@ +--- +id: "PipsTx" +title: "Enumeration: PipsTx" +sidebar_label: "PipsTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).PipsTx + +## Enumeration Members + +### ApproveCommitteeProposal + +• **ApproveCommitteeProposal** = ``"pips.approveCommitteeProposal"`` + +#### Defined in + +[generated/types.ts:624](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L624) + +___ + +### ClearSnapshot + +• **ClearSnapshot** = ``"pips.clearSnapshot"`` + +#### Defined in + +[generated/types.ts:628](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L628) + +___ + +### EnactSnapshotResults + +• **EnactSnapshotResults** = ``"pips.enactSnapshotResults"`` + +#### Defined in + +[generated/types.ts:630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L630) + +___ + +### ExecuteScheduledPip + +• **ExecuteScheduledPip** = ``"pips.executeScheduledPip"`` + +#### Defined in + +[generated/types.ts:631](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L631) + +___ + +### ExpireScheduledPip + +• **ExpireScheduledPip** = ``"pips.expireScheduledPip"`` + +#### Defined in + +[generated/types.ts:632](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L632) + +___ + +### Propose + +• **Propose** = ``"pips.propose"`` + +#### Defined in + +[generated/types.ts:622](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L622) + +___ + +### PruneProposal + +• **PruneProposal** = ``"pips.pruneProposal"`` + +#### Defined in + +[generated/types.ts:626](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L626) + +___ + +### RejectProposal + +• **RejectProposal** = ``"pips.rejectProposal"`` + +#### Defined in + +[generated/types.ts:625](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L625) + +___ + +### RescheduleExecution + +• **RescheduleExecution** = ``"pips.rescheduleExecution"`` + +#### Defined in + +[generated/types.ts:627](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L627) + +___ + +### SetActivePipLimit + +• **SetActivePipLimit** = ``"pips.setActivePipLimit"`` + +#### Defined in + +[generated/types.ts:621](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L621) + +___ + +### SetDefaultEnactmentPeriod + +• **SetDefaultEnactmentPeriod** = ``"pips.setDefaultEnactmentPeriod"`` + +#### Defined in + +[generated/types.ts:618](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L618) + +___ + +### SetMaxPipSkipCount + +• **SetMaxPipSkipCount** = ``"pips.setMaxPipSkipCount"`` + +#### Defined in + +[generated/types.ts:620](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L620) + +___ + +### SetMinProposalDeposit + +• **SetMinProposalDeposit** = ``"pips.setMinProposalDeposit"`` + +#### Defined in + +[generated/types.ts:617](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L617) + +___ + +### SetPendingPipExpiry + +• **SetPendingPipExpiry** = ``"pips.setPendingPipExpiry"`` + +#### Defined in + +[generated/types.ts:619](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L619) + +___ + +### SetPruneHistoricalPips + +• **SetPruneHistoricalPips** = ``"pips.setPruneHistoricalPips"`` + +#### Defined in + +[generated/types.ts:616](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L616) + +___ + +### Snapshot + +• **Snapshot** = ``"pips.snapshot"`` + +#### Defined in + +[generated/types.ts:629](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L629) + +___ + +### Vote + +• **Vote** = ``"pips.vote"`` + +#### Defined in + +[generated/types.ts:623](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L623) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md new file mode 100644 index 0000000000..d5f08f0694 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md @@ -0,0 +1,57 @@ +--- +id: "PolymeshCommitteeTx" +title: "Enumeration: PolymeshCommitteeTx" +sidebar_label: "PolymeshCommitteeTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).PolymeshCommitteeTx + +## Enumeration Members + +### SetExpiresAfter + +• **SetExpiresAfter** = ``"polymeshCommittee.setExpiresAfter"`` + +#### Defined in + +[generated/types.ts:348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L348) + +___ + +### SetReleaseCoordinator + +• **SetReleaseCoordinator** = ``"polymeshCommittee.setReleaseCoordinator"`` + +#### Defined in + +[generated/types.ts:347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L347) + +___ + +### SetVoteThreshold + +• **SetVoteThreshold** = ``"polymeshCommittee.setVoteThreshold"`` + +#### Defined in + +[generated/types.ts:346](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L346) + +___ + +### Vote + +• **Vote** = ``"polymeshCommittee.vote"`` + +#### Defined in + +[generated/types.ts:350](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L350) + +___ + +### VoteOrPropose + +• **VoteOrPropose** = ``"polymeshCommittee.voteOrPropose"`` + +#### Defined in + +[generated/types.ts:349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L349) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md new file mode 100644 index 0000000000..aa63172ead --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md @@ -0,0 +1,117 @@ +--- +id: "PolymeshContractsTx" +title: "Enumeration: PolymeshContractsTx" +sidebar_label: "PolymeshContractsTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).PolymeshContractsTx + +## Enumeration Members + +### Call + +• **Call** = ``"polymeshContracts.call"`` + +#### Defined in + +[generated/types.ts:784](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L784) + +___ + +### Instantiate + +• **Instantiate** = ``"polymeshContracts.instantiate"`` + +#### Defined in + +[generated/types.ts:786](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L786) + +___ + +### InstantiateWithCode + +• **InstantiateWithCode** = ``"polymeshContracts.instantiateWithCode"`` + +#### Defined in + +[generated/types.ts:785](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L785) + +___ + +### InstantiateWithCodeAsPrimaryKey + +• **InstantiateWithCodeAsPrimaryKey** = ``"polymeshContracts.instantiateWithCodeAsPrimaryKey"`` + +#### Defined in + +[generated/types.ts:792](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L792) + +___ + +### InstantiateWithCodePerms + +• **InstantiateWithCodePerms** = ``"polymeshContracts.instantiateWithCodePerms"`` + +#### Defined in + +[generated/types.ts:789](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L789) + +___ + +### InstantiateWithHashAsPrimaryKey + +• **InstantiateWithHashAsPrimaryKey** = ``"polymeshContracts.instantiateWithHashAsPrimaryKey"`` + +#### Defined in + +[generated/types.ts:793](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L793) + +___ + +### InstantiateWithHashPerms + +• **InstantiateWithHashPerms** = ``"polymeshContracts.instantiateWithHashPerms"`` + +#### Defined in + +[generated/types.ts:790](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L790) + +___ + +### RemoveCode + +• **RemoveCode** = ``"polymeshContracts.removeCode"`` + +#### Defined in + +[generated/types.ts:788](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L788) + +___ + +### UpdateCallRuntimeWhitelist + +• **UpdateCallRuntimeWhitelist** = ``"polymeshContracts.updateCallRuntimeWhitelist"`` + +#### Defined in + +[generated/types.ts:791](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L791) + +___ + +### UpgradeApi + +• **UpgradeApi** = ``"polymeshContracts.upgradeApi"`` + +#### Defined in + +[generated/types.ts:794](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L794) + +___ + +### UploadCode + +• **UploadCode** = ``"polymeshContracts.uploadCode"`` + +#### Defined in + +[generated/types.ts:787](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L787) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/PortfolioTx/PortfolioTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/PortfolioTx/PortfolioTx.md new file mode 100644 index 0000000000..a18bd6f337 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/PortfolioTx/PortfolioTx.md @@ -0,0 +1,127 @@ +--- +id: "PortfolioTx" +title: "Enumeration: PortfolioTx" +sidebar_label: "PortfolioTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).PortfolioTx + +## Enumeration Members + +### AcceptPortfolioCustody + +• **AcceptPortfolioCustody** = ``"portfolio.acceptPortfolioCustody"`` + +#### Defined in + +[generated/types.ts:641](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L641) + +___ + +### AllowIdentityToCreatePortfolios + +• **AllowIdentityToCreatePortfolios** = ``"portfolio.allowIdentityToCreatePortfolios"`` + +#### Defined in + +[generated/types.ts:645](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L645) + +___ + +### CreateCustodyPortfolio + +• **CreateCustodyPortfolio** = ``"portfolio.createCustodyPortfolio"`` + +#### Defined in + +[generated/types.ts:647](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L647) + +___ + +### CreatePortfolio + +• **CreatePortfolio** = ``"portfolio.createPortfolio"`` + +#### Defined in + +[generated/types.ts:636](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L636) + +___ + +### DeletePortfolio + +• **DeletePortfolio** = ``"portfolio.deletePortfolio"`` + +#### Defined in + +[generated/types.ts:637](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L637) + +___ + +### MovePortfolioFunds + +• **MovePortfolioFunds** = ``"portfolio.movePortfolioFunds"`` + +#### Defined in + +[generated/types.ts:638](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L638) + +___ + +### MovePortfolioFundsV2 + +• **MovePortfolioFundsV2** = ``"portfolio.movePortfolioFundsV2"`` + +#### Defined in + +[generated/types.ts:642](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L642) + +___ + +### PreApprovePortfolio + +• **PreApprovePortfolio** = ``"portfolio.preApprovePortfolio"`` + +#### Defined in + +[generated/types.ts:643](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L643) + +___ + +### QuitPortfolioCustody + +• **QuitPortfolioCustody** = ``"portfolio.quitPortfolioCustody"`` + +#### Defined in + +[generated/types.ts:640](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L640) + +___ + +### RemovePortfolioPreApproval + +• **RemovePortfolioPreApproval** = ``"portfolio.removePortfolioPreApproval"`` + +#### Defined in + +[generated/types.ts:644](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L644) + +___ + +### RenamePortfolio + +• **RenamePortfolio** = ``"portfolio.renamePortfolio"`` + +#### Defined in + +[generated/types.ts:639](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L639) + +___ + +### RevokeCreatePortfoliosPermission + +• **RevokeCreatePortfoliosPermission** = ``"portfolio.revokeCreatePortfoliosPermission"`` + +#### Defined in + +[generated/types.ts:646](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L646) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/PreimageTx/PreimageTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/PreimageTx/PreimageTx.md new file mode 100644 index 0000000000..76e86323cb --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/PreimageTx/PreimageTx.md @@ -0,0 +1,47 @@ +--- +id: "PreimageTx" +title: "Enumeration: PreimageTx" +sidebar_label: "PreimageTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).PreimageTx + +## Enumeration Members + +### NotePreimage + +• **NotePreimage** = ``"preimage.notePreimage"`` + +#### Defined in + +[generated/types.ts:798](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L798) + +___ + +### RequestPreimage + +• **RequestPreimage** = ``"preimage.requestPreimage"`` + +#### Defined in + +[generated/types.ts:800](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L800) + +___ + +### UnnotePreimage + +• **UnnotePreimage** = ``"preimage.unnotePreimage"`` + +#### Defined in + +[generated/types.ts:799](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L799) + +___ + +### UnrequestPreimage + +• **UnrequestPreimage** = ``"preimage.unrequestPreimage"`` + +#### Defined in + +[generated/types.ts:801](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L801) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md new file mode 100644 index 0000000000..df774a3cee --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md @@ -0,0 +1,27 @@ +--- +id: "ProtocolFeeTx" +title: "Enumeration: ProtocolFeeTx" +sidebar_label: "ProtocolFeeTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).ProtocolFeeTx + +## Enumeration Members + +### ChangeBaseFee + +• **ChangeBaseFee** = ``"protocolFee.changeBaseFee"`` + +#### Defined in + +[generated/types.ts:652](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L652) + +___ + +### ChangeCoefficient + +• **ChangeCoefficient** = ``"protocolFee.changeCoefficient"`` + +#### Defined in + +[generated/types.ts:651](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L651) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/RelayerTx/RelayerTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/RelayerTx/RelayerTx.md new file mode 100644 index 0000000000..c1f91b476e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/RelayerTx/RelayerTx.md @@ -0,0 +1,67 @@ +--- +id: "RelayerTx" +title: "Enumeration: RelayerTx" +sidebar_label: "RelayerTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).RelayerTx + +## Enumeration Members + +### AcceptPayingKey + +• **AcceptPayingKey** = ``"relayer.acceptPayingKey"`` + +#### Defined in + +[generated/types.ts:764](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L764) + +___ + +### DecreasePolyxLimit + +• **DecreasePolyxLimit** = ``"relayer.decreasePolyxLimit"`` + +#### Defined in + +[generated/types.ts:768](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L768) + +___ + +### IncreasePolyxLimit + +• **IncreasePolyxLimit** = ``"relayer.increasePolyxLimit"`` + +#### Defined in + +[generated/types.ts:767](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L767) + +___ + +### RemovePayingKey + +• **RemovePayingKey** = ``"relayer.removePayingKey"`` + +#### Defined in + +[generated/types.ts:765](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L765) + +___ + +### SetPayingKey + +• **SetPayingKey** = ``"relayer.setPayingKey"`` + +#### Defined in + +[generated/types.ts:763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L763) + +___ + +### UpdatePolyxLimit + +• **UpdatePolyxLimit** = ``"relayer.updatePolyxLimit"`` + +#### Defined in + +[generated/types.ts:766](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L766) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/RewardsTx/RewardsTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/RewardsTx/RewardsTx.md new file mode 100644 index 0000000000..67d8fd190d --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/RewardsTx/RewardsTx.md @@ -0,0 +1,27 @@ +--- +id: "RewardsTx" +title: "Enumeration: RewardsTx" +sidebar_label: "RewardsTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).RewardsTx + +## Enumeration Members + +### ClaimItnReward + +• **ClaimItnReward** = ``"rewards.claimItnReward"`` + +#### Defined in + +[generated/types.ts:772](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L772) + +___ + +### SetItnRewardStatus + +• **SetItnRewardStatus** = ``"rewards.setItnRewardStatus"`` + +#### Defined in + +[generated/types.ts:773](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L773) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/SchedulerTx/SchedulerTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/SchedulerTx/SchedulerTx.md new file mode 100644 index 0000000000..1bb5dce12a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/SchedulerTx/SchedulerTx.md @@ -0,0 +1,67 @@ +--- +id: "SchedulerTx" +title: "Enumeration: SchedulerTx" +sidebar_label: "SchedulerTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).SchedulerTx + +## Enumeration Members + +### Cancel + +• **Cancel** = ``"scheduler.cancel"`` + +#### Defined in + +[generated/types.ts:657](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L657) + +___ + +### CancelNamed + +• **CancelNamed** = ``"scheduler.cancelNamed"`` + +#### Defined in + +[generated/types.ts:659](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L659) + +___ + +### Schedule + +• **Schedule** = ``"scheduler.schedule"`` + +#### Defined in + +[generated/types.ts:656](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L656) + +___ + +### ScheduleAfter + +• **ScheduleAfter** = ``"scheduler.scheduleAfter"`` + +#### Defined in + +[generated/types.ts:660](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L660) + +___ + +### ScheduleNamed + +• **ScheduleNamed** = ``"scheduler.scheduleNamed"`` + +#### Defined in + +[generated/types.ts:658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L658) + +___ + +### ScheduleNamedAfter + +• **ScheduleNamedAfter** = ``"scheduler.scheduleNamedAfter"`` + +#### Defined in + +[generated/types.ts:661](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L661) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/SessionTx/SessionTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/SessionTx/SessionTx.md new file mode 100644 index 0000000000..b839052baa --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/SessionTx/SessionTx.md @@ -0,0 +1,27 @@ +--- +id: "SessionTx" +title: "Enumeration: SessionTx" +sidebar_label: "SessionTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).SessionTx + +## Enumeration Members + +### PurgeKeys + +• **PurgeKeys** = ``"session.purgeKeys"`` + +#### Defined in + +[generated/types.ts:503](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L503) + +___ + +### SetKeys + +• **SetKeys** = ``"session.setKeys"`` + +#### Defined in + +[generated/types.ts:502](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L502) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/SettlementTx/SettlementTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/SettlementTx/SettlementTx.md new file mode 100644 index 0000000000..6f7116563f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/SettlementTx/SettlementTx.md @@ -0,0 +1,467 @@ +--- +id: "SettlementTx" +title: "Enumeration: SettlementTx" +sidebar_label: "SettlementTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).SettlementTx + +## Enumeration Members + +### AddAndAffirmInstruction + +• **AddAndAffirmInstruction** = ``"settlement.addAndAffirmInstruction"`` + +#### Defined in + +[generated/types.ts:669](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L669) + +___ + +### AddAndAffirmInstructionWithMemo + +• **AddAndAffirmInstructionWithMemo** = ``"settlement.addAndAffirmInstructionWithMemo"`` + +#### Defined in + +[generated/types.ts:684](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L684) + +___ + +### AddAndAffirmInstructionWithMemoV2 + +• **AddAndAffirmInstructionWithMemoV2** = ``"settlement.addAndAffirmInstructionWithMemoV2"`` + +#### Defined in + +[generated/types.ts:689](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L689) + +___ + +### AddAndAffirmWithMediators + +• **AddAndAffirmWithMediators** = ``"settlement.addAndAffirmWithMediators"`` + +#### Defined in + +[generated/types.ts:707](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L707) + +___ + +### AddInstruction + +• **AddInstruction** = ``"settlement.addInstruction"`` + +#### Defined in + +[generated/types.ts:668](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L668) + +___ + +### AddInstructionWithMediators + +• **AddInstructionWithMediators** = ``"settlement.addInstructionWithMediators"`` + +#### Defined in + +[generated/types.ts:706](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L706) + +___ + +### AddInstructionWithMemo + +• **AddInstructionWithMemo** = ``"settlement.addInstructionWithMemo"`` + +#### Defined in + +[generated/types.ts:683](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L683) + +___ + +### AddInstructionWithMemoV2 + +• **AddInstructionWithMemoV2** = ``"settlement.addInstructionWithMemoV2"`` + +#### Defined in + +[generated/types.ts:688](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L688) + +___ + +### AffirmInstruction + +• **AffirmInstruction** = ``"settlement.affirmInstruction"`` + +#### Defined in + +[generated/types.ts:670](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L670) + +___ + +### AffirmInstructionAsMediator + +• **AffirmInstructionAsMediator** = ``"settlement.affirmInstructionAsMediator"`` + +#### Defined in + +[generated/types.ts:708](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L708) + +___ + +### AffirmInstructionV2 + +• **AffirmInstructionV2** = ``"settlement.affirmInstructionV2"`` + +#### Defined in + +[generated/types.ts:690](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L690) + +___ + +### AffirmInstructionWithCount + +• **AffirmInstructionWithCount** = ``"settlement.affirmInstructionWithCount"`` + +#### Defined in + +[generated/types.ts:703](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L703) + +___ + +### AffirmWithReceipts + +• **AffirmWithReceipts** = ``"settlement.affirmWithReceipts"`` + +#### Defined in + +[generated/types.ts:673](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L673) + +___ + +### AffirmWithReceiptsWithCount + +• **AffirmWithReceiptsWithCount** = ``"settlement.affirmWithReceiptsWithCount"`` + +#### Defined in + +[generated/types.ts:702](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L702) + +___ + +### AllowVenues + +• **AllowVenues** = ``"settlement.allowVenues"`` + +#### Defined in + +[generated/types.ts:677](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L677) + +___ + +### ChangeReceiptValidity + +• **ChangeReceiptValidity** = ``"settlement.changeReceiptValidity"`` + +#### Defined in + +[generated/types.ts:679](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L679) + +___ + +### ClaimReceipt + +• **ClaimReceipt** = ``"settlement.claimReceipt"`` + +#### Defined in + +[generated/types.ts:674](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L674) + +___ + +### CreateVenue + +• **CreateVenue** = ``"settlement.createVenue"`` + +#### Defined in + +[generated/types.ts:665](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L665) + +___ + +### DisallowVenues + +• **DisallowVenues** = ``"settlement.disallowVenues"`` + +#### Defined in + +[generated/types.ts:678](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L678) + +___ + +### ExecuteManualInstruction + +• **ExecuteManualInstruction** = ``"settlement.executeManualInstruction"`` + +#### Defined in + +[generated/types.ts:685](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L685) + +___ + +### ExecuteScheduledInstruction + +• **ExecuteScheduledInstruction** = ``"settlement.executeScheduledInstruction"`` + +#### Defined in + +[generated/types.ts:680](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L680) + +___ + +### ExecuteScheduledInstructionV2 + +• **ExecuteScheduledInstructionV2** = ``"settlement.executeScheduledInstructionV2"`` + +#### Defined in + +[generated/types.ts:693](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L693) + +___ + +### ExecuteScheduledInstructionV3 + +• **ExecuteScheduledInstructionV3** = ``"settlement.executeScheduledInstructionV3"`` + +#### Defined in + +[generated/types.ts:701](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L701) + +___ + +### PlaceholderAddAndAffirmInstruction + +• **PlaceholderAddAndAffirmInstruction** = ``"settlement.placeholderAddAndAffirmInstruction"`` + +#### Defined in + +[generated/types.ts:695](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L695) + +___ + +### PlaceholderAddAndAffirmInstructionWithMemo + +• **PlaceholderAddAndAffirmInstructionWithMemo** = ``"settlement.placeholderAddAndAffirmInstructionWithMemo"`` + +#### Defined in + +[generated/types.ts:700](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L700) + +___ + +### PlaceholderAddInstruction + +• **PlaceholderAddInstruction** = ``"settlement.placeholderAddInstruction"`` + +#### Defined in + +[generated/types.ts:694](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L694) + +___ + +### PlaceholderAddInstructionWithMemo + +• **PlaceholderAddInstructionWithMemo** = ``"settlement.placeholderAddInstructionWithMemo"`` + +#### Defined in + +[generated/types.ts:699](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L699) + +___ + +### PlaceholderAffirmInstruction + +• **PlaceholderAffirmInstruction** = ``"settlement.placeholderAffirmInstruction"`` + +#### Defined in + +[generated/types.ts:696](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L696) + +___ + +### PlaceholderClaimReceipt + +• **PlaceholderClaimReceipt** = ``"settlement.placeholderClaimReceipt"`` + +#### Defined in + +[generated/types.ts:686](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L686) + +___ + +### PlaceholderRejectInstruction + +• **PlaceholderRejectInstruction** = ``"settlement.placeholderRejectInstruction"`` + +#### Defined in + +[generated/types.ts:698](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L698) + +___ + +### PlaceholderUnclaimReceipt + +• **PlaceholderUnclaimReceipt** = ``"settlement.placeholderUnclaimReceipt"`` + +#### Defined in + +[generated/types.ts:687](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L687) + +___ + +### PlaceholderWithdrawAffirmation + +• **PlaceholderWithdrawAffirmation** = ``"settlement.placeholderWithdrawAffirmation"`` + +#### Defined in + +[generated/types.ts:697](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L697) + +___ + +### RejectInstruction + +• **RejectInstruction** = ``"settlement.rejectInstruction"`` + +#### Defined in + +[generated/types.ts:672](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L672) + +___ + +### RejectInstructionAsMediator + +• **RejectInstructionAsMediator** = ``"settlement.rejectInstructionAsMediator"`` + +#### Defined in + +[generated/types.ts:710](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L710) + +___ + +### RejectInstructionV2 + +• **RejectInstructionV2** = ``"settlement.rejectInstructionV2"`` + +#### Defined in + +[generated/types.ts:692](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L692) + +___ + +### RejectInstructionWithCount + +• **RejectInstructionWithCount** = ``"settlement.rejectInstructionWithCount"`` + +#### Defined in + +[generated/types.ts:704](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L704) + +___ + +### RescheduleInstruction + +• **RescheduleInstruction** = ``"settlement.rescheduleInstruction"`` + +#### Defined in + +[generated/types.ts:681](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L681) + +___ + +### SetVenueFiltering + +• **SetVenueFiltering** = ``"settlement.setVenueFiltering"`` + +#### Defined in + +[generated/types.ts:676](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L676) + +___ + +### UnclaimReceipt + +• **UnclaimReceipt** = ``"settlement.unclaimReceipt"`` + +#### Defined in + +[generated/types.ts:675](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L675) + +___ + +### UpdateVenueDetails + +• **UpdateVenueDetails** = ``"settlement.updateVenueDetails"`` + +#### Defined in + +[generated/types.ts:666](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L666) + +___ + +### UpdateVenueSigners + +• **UpdateVenueSigners** = ``"settlement.updateVenueSigners"`` + +#### Defined in + +[generated/types.ts:682](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L682) + +___ + +### UpdateVenueType + +• **UpdateVenueType** = ``"settlement.updateVenueType"`` + +#### Defined in + +[generated/types.ts:667](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L667) + +___ + +### WithdrawAffirmation + +• **WithdrawAffirmation** = ``"settlement.withdrawAffirmation"`` + +#### Defined in + +[generated/types.ts:671](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L671) + +___ + +### WithdrawAffirmationAsMediator + +• **WithdrawAffirmationAsMediator** = ``"settlement.withdrawAffirmationAsMediator"`` + +#### Defined in + +[generated/types.ts:709](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L709) + +___ + +### WithdrawAffirmationV2 + +• **WithdrawAffirmationV2** = ``"settlement.withdrawAffirmationV2"`` + +#### Defined in + +[generated/types.ts:691](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L691) + +___ + +### WithdrawAffirmationWithCount + +• **WithdrawAffirmationWithCount** = ``"settlement.withdrawAffirmationWithCount"`` + +#### Defined in + +[generated/types.ts:705](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L705) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/StakingTx/StakingTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/StakingTx/StakingTx.md new file mode 100644 index 0000000000..464f39ee0a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/StakingTx/StakingTx.md @@ -0,0 +1,387 @@ +--- +id: "StakingTx" +title: "Enumeration: StakingTx" +sidebar_label: "StakingTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).StakingTx + +## Enumeration Members + +### AddPermissionedValidator + +• **AddPermissionedValidator** = ``"staking.addPermissionedValidator"`` + +#### Defined in + +[generated/types.ts:473](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L473) + +___ + +### Bond + +• **Bond** = ``"staking.bond"`` + +#### Defined in + +[generated/types.ts:461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L461) + +___ + +### BondExtra + +• **BondExtra** = ``"staking.bondExtra"`` + +#### Defined in + +[generated/types.ts:462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L462) + +___ + +### CancelDeferredSlash + +• **CancelDeferredSlash** = ``"staking.cancelDeferredSlash"`` + +#### Defined in + +[generated/types.ts:483](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L483) + +___ + +### ChangeSlashingAllowedFor + +• **ChangeSlashingAllowedFor** = ``"staking.changeSlashingAllowedFor"`` + +#### Defined in + +[generated/types.ts:491](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L491) + +___ + +### Chill + +• **Chill** = ``"staking.chill"`` + +#### Defined in + +[generated/types.ts:467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L467) + +___ + +### ChillFromGovernance + +• **ChillFromGovernance** = ``"staking.chillFromGovernance"`` + +#### Defined in + +[generated/types.ts:493](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L493) + +___ + +### ChillOther + +• **ChillOther** = ``"staking.chillOther"`` + +#### Defined in + +[generated/types.ts:496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L496) + +___ + +### ForceApplyMinCommission + +• **ForceApplyMinCommission** = ``"staking.forceApplyMinCommission"`` + +#### Defined in + +[generated/types.ts:497](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L497) + +___ + +### ForceNewEra + +• **ForceNewEra** = ``"staking.forceNewEra"`` + +#### Defined in + +[generated/types.ts:479](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L479) + +___ + +### ForceNewEraAlways + +• **ForceNewEraAlways** = ``"staking.forceNewEraAlways"`` + +#### Defined in + +[generated/types.ts:482](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L482) + +___ + +### ForceNoEras + +• **ForceNoEras** = ``"staking.forceNoEras"`` + +#### Defined in + +[generated/types.ts:478](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L478) + +___ + +### ForceUnstake + +• **ForceUnstake** = ``"staking.forceUnstake"`` + +#### Defined in + +[generated/types.ts:481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L481) + +___ + +### IncreaseValidatorCount + +• **IncreaseValidatorCount** = ``"staking.increaseValidatorCount"`` + +#### Defined in + +[generated/types.ts:471](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L471) + +___ + +### Kick + +• **Kick** = ``"staking.kick"`` + +#### Defined in + +[generated/types.ts:494](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L494) + +___ + +### Nominate + +• **Nominate** = ``"staking.nominate"`` + +#### Defined in + +[generated/types.ts:466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L466) + +___ + +### PayoutStakers + +• **PayoutStakers** = ``"staking.payoutStakers"`` + +#### Defined in + +[generated/types.ts:484](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L484) + +___ + +### PayoutStakersBySystem + +• **PayoutStakersBySystem** = ``"staking.payoutStakersBySystem"`` + +#### Defined in + +[generated/types.ts:490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L490) + +___ + +### ReapStash + +• **ReapStash** = ``"staking.reapStash"`` + +#### Defined in + +[generated/types.ts:487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L487) + +___ + +### Rebond + +• **Rebond** = ``"staking.rebond"`` + +#### Defined in + +[generated/types.ts:485](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L485) + +___ + +### RemovePermissionedValidator + +• **RemovePermissionedValidator** = ``"staking.removePermissionedValidator"`` + +#### Defined in + +[generated/types.ts:474](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L474) + +___ + +### ScaleValidatorCount + +• **ScaleValidatorCount** = ``"staking.scaleValidatorCount"`` + +#### Defined in + +[generated/types.ts:472](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L472) + +___ + +### SetCommissionCap + +• **SetCommissionCap** = ``"staking.setCommissionCap"`` + +#### Defined in + +[generated/types.ts:476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L476) + +___ + +### SetController + +• **SetController** = ``"staking.setController"`` + +#### Defined in + +[generated/types.ts:469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L469) + +___ + +### SetHistoryDepth + +• **SetHistoryDepth** = ``"staking.setHistoryDepth"`` + +#### Defined in + +[generated/types.ts:486](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L486) + +___ + +### SetInvulnerables + +• **SetInvulnerables** = ``"staking.setInvulnerables"`` + +#### Defined in + +[generated/types.ts:480](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L480) + +___ + +### SetMinBondThreshold + +• **SetMinBondThreshold** = ``"staking.setMinBondThreshold"`` + +#### Defined in + +[generated/types.ts:477](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L477) + +___ + +### SetMinCommission + +• **SetMinCommission** = ``"staking.setMinCommission"`` + +#### Defined in + +[generated/types.ts:498](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L498) + +___ + +### SetPayee + +• **SetPayee** = ``"staking.setPayee"`` + +#### Defined in + +[generated/types.ts:468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L468) + +___ + +### SetStakingConfigs + +• **SetStakingConfigs** = ``"staking.setStakingConfigs"`` + +#### Defined in + +[generated/types.ts:495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L495) + +___ + +### SetValidatorCount + +• **SetValidatorCount** = ``"staking.setValidatorCount"`` + +#### Defined in + +[generated/types.ts:470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L470) + +___ + +### SubmitElectionSolution + +• **SubmitElectionSolution** = ``"staking.submitElectionSolution"`` + +#### Defined in + +[generated/types.ts:488](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L488) + +___ + +### SubmitElectionSolutionUnsigned + +• **SubmitElectionSolutionUnsigned** = ``"staking.submitElectionSolutionUnsigned"`` + +#### Defined in + +[generated/types.ts:489](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L489) + +___ + +### Unbond + +• **Unbond** = ``"staking.unbond"`` + +#### Defined in + +[generated/types.ts:463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L463) + +___ + +### UpdatePermissionedValidatorIntendedCount + +• **UpdatePermissionedValidatorIntendedCount** = ``"staking.updatePermissionedValidatorIntendedCount"`` + +#### Defined in + +[generated/types.ts:492](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L492) + +___ + +### Validate + +• **Validate** = ``"staking.validate"`` + +#### Defined in + +[generated/types.ts:465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L465) + +___ + +### ValidateCddExpiryNominators + +• **ValidateCddExpiryNominators** = ``"staking.validateCddExpiryNominators"`` + +#### Defined in + +[generated/types.ts:475](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L475) + +___ + +### WithdrawUnbonded + +• **WithdrawUnbonded** = ``"staking.withdrawUnbonded"`` + +#### Defined in + +[generated/types.ts:464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L464) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/StateTrieMigrationTx/StateTrieMigrationTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/StateTrieMigrationTx/StateTrieMigrationTx.md new file mode 100644 index 0000000000..a32dc2f902 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/StateTrieMigrationTx/StateTrieMigrationTx.md @@ -0,0 +1,67 @@ +--- +id: "StateTrieMigrationTx" +title: "Enumeration: StateTrieMigrationTx" +sidebar_label: "StateTrieMigrationTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).StateTrieMigrationTx + +## Enumeration Members + +### ContinueMigrate + +• **ContinueMigrate** = ``"stateTrieMigration.continueMigrate"`` + +#### Defined in + +[generated/types.ts:825](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L825) + +___ + +### ControlAutoMigration + +• **ControlAutoMigration** = ``"stateTrieMigration.controlAutoMigration"`` + +#### Defined in + +[generated/types.ts:824](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L824) + +___ + +### ForceSetProgress + +• **ForceSetProgress** = ``"stateTrieMigration.forceSetProgress"`` + +#### Defined in + +[generated/types.ts:829](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L829) + +___ + +### MigrateCustomChild + +• **MigrateCustomChild** = ``"stateTrieMigration.migrateCustomChild"`` + +#### Defined in + +[generated/types.ts:827](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L827) + +___ + +### MigrateCustomTop + +• **MigrateCustomTop** = ``"stateTrieMigration.migrateCustomTop"`` + +#### Defined in + +[generated/types.ts:826](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L826) + +___ + +### SetSignedMaxLimits + +• **SetSignedMaxLimits** = ``"stateTrieMigration.setSignedMaxLimits"`` + +#### Defined in + +[generated/types.ts:828](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L828) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/StatisticsTx/StatisticsTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/StatisticsTx/StatisticsTx.md new file mode 100644 index 0000000000..bc7c65c0f2 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/StatisticsTx/StatisticsTx.md @@ -0,0 +1,87 @@ +--- +id: "StatisticsTx" +title: "Enumeration: StatisticsTx" +sidebar_label: "StatisticsTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).StatisticsTx + +## Enumeration Members + +### AddExemptedEntities + +• **AddExemptedEntities** = ``"statistics.addExemptedEntities"`` + +#### Defined in + +[generated/types.ts:716](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L716) + +___ + +### AddTransferManager + +• **AddTransferManager** = ``"statistics.addTransferManager"`` + +#### Defined in + +[generated/types.ts:714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L714) + +___ + +### BatchUpdateAssetStats + +• **BatchUpdateAssetStats** = ``"statistics.batchUpdateAssetStats"`` + +#### Defined in + +[generated/types.ts:721](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L721) + +___ + +### RemoveExemptedEntities + +• **RemoveExemptedEntities** = ``"statistics.removeExemptedEntities"`` + +#### Defined in + +[generated/types.ts:717](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L717) + +___ + +### RemoveTransferManager + +• **RemoveTransferManager** = ``"statistics.removeTransferManager"`` + +#### Defined in + +[generated/types.ts:715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L715) + +___ + +### SetActiveAssetStats + +• **SetActiveAssetStats** = ``"statistics.setActiveAssetStats"`` + +#### Defined in + +[generated/types.ts:720](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L720) + +___ + +### SetAssetTransferCompliance + +• **SetAssetTransferCompliance** = ``"statistics.setAssetTransferCompliance"`` + +#### Defined in + +[generated/types.ts:718](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L718) + +___ + +### SetEntitiesExempt + +• **SetEntitiesExempt** = ``"statistics.setEntitiesExempt"`` + +#### Defined in + +[generated/types.ts:719](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L719) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/StoTx/StoTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/StoTx/StoTx.md new file mode 100644 index 0000000000..254535bd8d --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/StoTx/StoTx.md @@ -0,0 +1,67 @@ +--- +id: "StoTx" +title: "Enumeration: StoTx" +sidebar_label: "StoTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).StoTx + +## Enumeration Members + +### CreateFundraiser + +• **CreateFundraiser** = ``"sto.createFundraiser"`` + +#### Defined in + +[generated/types.ts:725](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L725) + +___ + +### FreezeFundraiser + +• **FreezeFundraiser** = ``"sto.freezeFundraiser"`` + +#### Defined in + +[generated/types.ts:727](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L727) + +___ + +### Invest + +• **Invest** = ``"sto.invest"`` + +#### Defined in + +[generated/types.ts:726](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L726) + +___ + +### ModifyFundraiserWindow + +• **ModifyFundraiserWindow** = ``"sto.modifyFundraiserWindow"`` + +#### Defined in + +[generated/types.ts:729](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L729) + +___ + +### Stop + +• **Stop** = ``"sto.stop"`` + +#### Defined in + +[generated/types.ts:730](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L730) + +___ + +### UnfreezeFundraiser + +• **UnfreezeFundraiser** = ``"sto.unfreezeFundraiser"`` + +#### Defined in + +[generated/types.ts:728](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L728) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/SudoTx/SudoTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/SudoTx/SudoTx.md new file mode 100644 index 0000000000..754b585e6b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/SudoTx/SudoTx.md @@ -0,0 +1,47 @@ +--- +id: "SudoTx" +title: "Enumeration: SudoTx" +sidebar_label: "SudoTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).SudoTx + +## Enumeration Members + +### SetKey + +• **SetKey** = ``"sudo.setKey"`` + +#### Defined in + +[generated/types.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L519) + +___ + +### Sudo + +• **Sudo** = ``"sudo.sudo"`` + +#### Defined in + +[generated/types.ts:517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L517) + +___ + +### SudoAs + +• **SudoAs** = ``"sudo.sudoAs"`` + +#### Defined in + +[generated/types.ts:520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L520) + +___ + +### SudoUncheckedWeight + +• **SudoUncheckedWeight** = ``"sudo.sudoUncheckedWeight"`` + +#### Defined in + +[generated/types.ts:518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L518) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/SystemTx/SystemTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/SystemTx/SystemTx.md new file mode 100644 index 0000000000..3cf685ed78 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/SystemTx/SystemTx.md @@ -0,0 +1,117 @@ +--- +id: "SystemTx" +title: "Enumeration: SystemTx" +sidebar_label: "SystemTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).SystemTx + +## Enumeration Members + +### FillBlock + +• **FillBlock** = ``"system.fillBlock"`` + +#### Defined in + +[generated/types.ts:257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L257) + +___ + +### KillPrefix + +• **KillPrefix** = ``"system.killPrefix"`` + +#### Defined in + +[generated/types.ts:265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L265) + +___ + +### KillStorage + +• **KillStorage** = ``"system.killStorage"`` + +#### Defined in + +[generated/types.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L264) + +___ + +### PlaceholderFillBlock + +• **PlaceholderFillBlock** = ``"system.placeholderFillBlock"`` + +#### Defined in + +[generated/types.ts:267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L267) + +___ + +### Remark + +• **Remark** = ``"system.remark"`` + +#### Defined in + +[generated/types.ts:258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L258) + +___ + +### RemarkWithEvent + +• **RemarkWithEvent** = ``"system.remarkWithEvent"`` + +#### Defined in + +[generated/types.ts:266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L266) + +___ + +### SetChangesTrieConfig + +• **SetChangesTrieConfig** = ``"system.setChangesTrieConfig"`` + +#### Defined in + +[generated/types.ts:262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L262) + +___ + +### SetCode + +• **SetCode** = ``"system.setCode"`` + +#### Defined in + +[generated/types.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L260) + +___ + +### SetCodeWithoutChecks + +• **SetCodeWithoutChecks** = ``"system.setCodeWithoutChecks"`` + +#### Defined in + +[generated/types.ts:261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L261) + +___ + +### SetHeapPages + +• **SetHeapPages** = ``"system.setHeapPages"`` + +#### Defined in + +[generated/types.ts:259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L259) + +___ + +### SetStorage + +• **SetStorage** = ``"system.setStorage"`` + +#### Defined in + +[generated/types.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L263) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md new file mode 100644 index 0000000000..799a667671 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md @@ -0,0 +1,77 @@ +--- +id: "TechnicalCommitteeMembershipTx" +title: "Enumeration: TechnicalCommitteeMembershipTx" +sidebar_label: "TechnicalCommitteeMembershipTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).TechnicalCommitteeMembershipTx + +## Enumeration Members + +### AbdicateMembership + +• **AbdicateMembership** = ``"technicalCommitteeMembership.abdicateMembership"`` + +#### Defined in + +[generated/types.ts:378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L378) + +___ + +### AddMember + +• **AddMember** = ``"technicalCommitteeMembership.addMember"`` + +#### Defined in + +[generated/types.ts:374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L374) + +___ + +### DisableMember + +• **DisableMember** = ``"technicalCommitteeMembership.disableMember"`` + +#### Defined in + +[generated/types.ts:373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L373) + +___ + +### RemoveMember + +• **RemoveMember** = ``"technicalCommitteeMembership.removeMember"`` + +#### Defined in + +[generated/types.ts:375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L375) + +___ + +### ResetMembers + +• **ResetMembers** = ``"technicalCommitteeMembership.resetMembers"`` + +#### Defined in + +[generated/types.ts:377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L377) + +___ + +### SetActiveMembersLimit + +• **SetActiveMembersLimit** = ``"technicalCommitteeMembership.setActiveMembersLimit"`` + +#### Defined in + +[generated/types.ts:372](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L372) + +___ + +### SwapMember + +• **SwapMember** = ``"technicalCommitteeMembership.swapMember"`` + +#### Defined in + +[generated/types.ts:376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L376) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md new file mode 100644 index 0000000000..bece67ee49 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md @@ -0,0 +1,57 @@ +--- +id: "TechnicalCommitteeTx" +title: "Enumeration: TechnicalCommitteeTx" +sidebar_label: "TechnicalCommitteeTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).TechnicalCommitteeTx + +## Enumeration Members + +### SetExpiresAfter + +• **SetExpiresAfter** = ``"technicalCommittee.setExpiresAfter"`` + +#### Defined in + +[generated/types.ts:366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L366) + +___ + +### SetReleaseCoordinator + +• **SetReleaseCoordinator** = ``"technicalCommittee.setReleaseCoordinator"`` + +#### Defined in + +[generated/types.ts:365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L365) + +___ + +### SetVoteThreshold + +• **SetVoteThreshold** = ``"technicalCommittee.setVoteThreshold"`` + +#### Defined in + +[generated/types.ts:364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L364) + +___ + +### Vote + +• **Vote** = ``"technicalCommittee.vote"`` + +#### Defined in + +[generated/types.ts:368](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L368) + +___ + +### VoteOrPropose + +• **VoteOrPropose** = ``"technicalCommittee.voteOrPropose"`` + +#### Defined in + +[generated/types.ts:367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L367) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/TestUtilsTx/TestUtilsTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/TestUtilsTx/TestUtilsTx.md new file mode 100644 index 0000000000..12998d1507 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/TestUtilsTx/TestUtilsTx.md @@ -0,0 +1,47 @@ +--- +id: "TestUtilsTx" +title: "Enumeration: TestUtilsTx" +sidebar_label: "TestUtilsTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).TestUtilsTx + +## Enumeration Members + +### GetCddOf + +• **GetCddOf** = ``"testUtils.getCddOf"`` + +#### Defined in + +[generated/types.ts:780](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L780) + +___ + +### GetMyDid + +• **GetMyDid** = ``"testUtils.getMyDid"`` + +#### Defined in + +[generated/types.ts:779](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L779) + +___ + +### MockCddRegisterDid + +• **MockCddRegisterDid** = ``"testUtils.mockCddRegisterDid"`` + +#### Defined in + +[generated/types.ts:778](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L778) + +___ + +### RegisterDid + +• **RegisterDid** = ``"testUtils.registerDid"`` + +#### Defined in + +[generated/types.ts:777](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L777) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/TimestampTx/TimestampTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/TimestampTx/TimestampTx.md new file mode 100644 index 0000000000..aee591bc9c --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/TimestampTx/TimestampTx.md @@ -0,0 +1,17 @@ +--- +id: "TimestampTx" +title: "Enumeration: TimestampTx" +sidebar_label: "TimestampTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).TimestampTx + +## Enumeration Members + +### Set + +• **Set** = ``"timestamp.set"`` + +#### Defined in + +[generated/types.ts:277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L277) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/TreasuryTx/TreasuryTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/TreasuryTx/TreasuryTx.md new file mode 100644 index 0000000000..a470d22151 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/TreasuryTx/TreasuryTx.md @@ -0,0 +1,27 @@ +--- +id: "TreasuryTx" +title: "Enumeration: TreasuryTx" +sidebar_label: "TreasuryTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).TreasuryTx + +## Enumeration Members + +### Disbursement + +• **Disbursement** = ``"treasury.disbursement"`` + +#### Defined in + +[generated/types.ts:734](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L734) + +___ + +### Reimbursement + +• **Reimbursement** = ``"treasury.reimbursement"`` + +#### Defined in + +[generated/types.ts:735](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L735) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md new file mode 100644 index 0000000000..21a657cdd0 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md @@ -0,0 +1,77 @@ +--- +id: "UpgradeCommitteeMembershipTx" +title: "Enumeration: UpgradeCommitteeMembershipTx" +sidebar_label: "UpgradeCommitteeMembershipTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).UpgradeCommitteeMembershipTx + +## Enumeration Members + +### AbdicateMembership + +• **AbdicateMembership** = ``"upgradeCommitteeMembership.abdicateMembership"`` + +#### Defined in + +[generated/types.ts:396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L396) + +___ + +### AddMember + +• **AddMember** = ``"upgradeCommitteeMembership.addMember"`` + +#### Defined in + +[generated/types.ts:392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L392) + +___ + +### DisableMember + +• **DisableMember** = ``"upgradeCommitteeMembership.disableMember"`` + +#### Defined in + +[generated/types.ts:391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L391) + +___ + +### RemoveMember + +• **RemoveMember** = ``"upgradeCommitteeMembership.removeMember"`` + +#### Defined in + +[generated/types.ts:393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L393) + +___ + +### ResetMembers + +• **ResetMembers** = ``"upgradeCommitteeMembership.resetMembers"`` + +#### Defined in + +[generated/types.ts:395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L395) + +___ + +### SetActiveMembersLimit + +• **SetActiveMembersLimit** = ``"upgradeCommitteeMembership.setActiveMembersLimit"`` + +#### Defined in + +[generated/types.ts:390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L390) + +___ + +### SwapMember + +• **SwapMember** = ``"upgradeCommitteeMembership.swapMember"`` + +#### Defined in + +[generated/types.ts:394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L394) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md new file mode 100644 index 0000000000..0f12812b5a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md @@ -0,0 +1,57 @@ +--- +id: "UpgradeCommitteeTx" +title: "Enumeration: UpgradeCommitteeTx" +sidebar_label: "UpgradeCommitteeTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).UpgradeCommitteeTx + +## Enumeration Members + +### SetExpiresAfter + +• **SetExpiresAfter** = ``"upgradeCommittee.setExpiresAfter"`` + +#### Defined in + +[generated/types.ts:384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L384) + +___ + +### SetReleaseCoordinator + +• **SetReleaseCoordinator** = ``"upgradeCommittee.setReleaseCoordinator"`` + +#### Defined in + +[generated/types.ts:383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L383) + +___ + +### SetVoteThreshold + +• **SetVoteThreshold** = ``"upgradeCommittee.setVoteThreshold"`` + +#### Defined in + +[generated/types.ts:382](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L382) + +___ + +### Vote + +• **Vote** = ``"upgradeCommittee.vote"`` + +#### Defined in + +[generated/types.ts:386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L386) + +___ + +### VoteOrPropose + +• **VoteOrPropose** = ``"upgradeCommittee.voteOrPropose"`` + +#### Defined in + +[generated/types.ts:385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L385) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/UtilityTx/UtilityTx.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/UtilityTx/UtilityTx.md new file mode 100644 index 0000000000..43aa01c543 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Generated/Types/UtilityTx/UtilityTx.md @@ -0,0 +1,107 @@ +--- +id: "UtilityTx" +title: "Enumeration: UtilityTx" +sidebar_label: "UtilityTx" +--- + +[generated/types](../../../../modules/Generated/Types/Types.md).UtilityTx + +## Enumeration Members + +### AsDerivative + +• **AsDerivative** = ``"utility.asDerivative"`` + +#### Defined in + +[generated/types.ts:748](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L748) + +___ + +### Batch + +• **Batch** = ``"utility.batch"`` + +#### Defined in + +[generated/types.ts:739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L739) + +___ + +### BatchAll + +• **BatchAll** = ``"utility.batchAll"`` + +#### Defined in + +[generated/types.ts:743](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L743) + +___ + +### BatchAtomic + +• **BatchAtomic** = ``"utility.batchAtomic"`` + +#### Defined in + +[generated/types.ts:740](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L740) + +___ + +### BatchOld + +• **BatchOld** = ``"utility.batchOld"`` + +#### Defined in + +[generated/types.ts:747](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L747) + +___ + +### BatchOptimistic + +• **BatchOptimistic** = ``"utility.batchOptimistic"`` + +#### Defined in + +[generated/types.ts:741](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L741) + +___ + +### DispatchAs + +• **DispatchAs** = ``"utility.dispatchAs"`` + +#### Defined in + +[generated/types.ts:744](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L744) + +___ + +### ForceBatch + +• **ForceBatch** = ``"utility.forceBatch"`` + +#### Defined in + +[generated/types.ts:745](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L745) + +___ + +### RelayTx + +• **RelayTx** = ``"utility.relayTx"`` + +#### Defined in + +[generated/types.ts:742](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L742) + +___ + +### WithWeight + +• **WithWeight** = ``"utility.withWeight"`` + +#### Defined in + +[generated/types.ts:746](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L746) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md new file mode 100644 index 0000000000..d2d83280c4 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md @@ -0,0 +1,179 @@ +--- +id: "AssetHoldersOrderBy" +title: "Enumeration: AssetHoldersOrderBy" +sidebar_label: "AssetHoldersOrderBy" +--- + +[types](../../../modules/Types/Types.md).AssetHoldersOrderBy + +Methods to use when ordering `AssetHolder`. + +## Enumeration Members + +### AmountAsc + +• **AmountAsc** = ``"AMOUNT_ASC"`` + +#### Defined in + +[middleware/types.ts:6207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L6207) + +___ + +### AmountDesc + +• **AmountDesc** = ``"AMOUNT_DESC"`` + +#### Defined in + +[middleware/types.ts:6208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L6208) + +___ + +### AssetIdAsc + +• **AssetIdAsc** = ``"ASSET_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:6209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L6209) + +___ + +### AssetIdDesc + +• **AssetIdDesc** = ``"ASSET_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:6210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L6210) + +___ + +### CreatedAtAsc + +• **CreatedAtAsc** = ``"CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:6211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L6211) + +___ + +### CreatedAtDesc + +• **CreatedAtDesc** = ``"CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:6212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L6212) + +___ + +### CreatedBlockIdAsc + +• **CreatedBlockIdAsc** = ``"CREATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:6213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L6213) + +___ + +### CreatedBlockIdDesc + +• **CreatedBlockIdDesc** = ``"CREATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:6214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L6214) + +___ + +### IdAsc + +• **IdAsc** = ``"ID_ASC"`` + +#### Defined in + +[middleware/types.ts:6217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L6217) + +___ + +### IdDesc + +• **IdDesc** = ``"ID_DESC"`` + +#### Defined in + +[middleware/types.ts:6218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L6218) + +___ + +### IdentityIdAsc + +• **IdentityIdAsc** = ``"IDENTITY_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:6215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L6215) + +___ + +### IdentityIdDesc + +• **IdentityIdDesc** = ``"IDENTITY_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:6216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L6216) + +___ + +### Natural + +• **Natural** = ``"NATURAL"`` + +#### Defined in + +[middleware/types.ts:6219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L6219) + +___ + +### PrimaryKeyAsc + +• **PrimaryKeyAsc** = ``"PRIMARY_KEY_ASC"`` + +#### Defined in + +[middleware/types.ts:6220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L6220) + +___ + +### PrimaryKeyDesc + +• **PrimaryKeyDesc** = ``"PRIMARY_KEY_DESC"`` + +#### Defined in + +[middleware/types.ts:6221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L6221) + +___ + +### UpdatedBlockIdAsc + +• **UpdatedBlockIdAsc** = ``"UPDATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:6222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L6222) + +___ + +### UpdatedBlockIdDesc + +• **UpdatedBlockIdDesc** = ``"UPDATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:6223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L6223) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Types/AuthTypeEnum/AuthTypeEnum.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/AuthTypeEnum/AuthTypeEnum.md new file mode 100644 index 0000000000..1859a3336f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/AuthTypeEnum/AuthTypeEnum.md @@ -0,0 +1,139 @@ +--- +id: "AuthTypeEnum" +title: "Enumeration: AuthTypeEnum" +sidebar_label: "AuthTypeEnum" +--- + +[types](../../../modules/Types/Types.md).AuthTypeEnum + +Represents all possible authorization types + +## Enumeration Members + +### AddMultiSigSigner + +• **AddMultiSigSigner** = ``"AddMultiSigSigner"`` + +#### Defined in + +[middleware/types.ts:13019](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13019) + +___ + +### AddRelayerPayingKey + +• **AddRelayerPayingKey** = ``"AddRelayerPayingKey"`` + +#### Defined in + +[middleware/types.ts:13020](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13020) + +___ + +### AttestPrimaryKeyRotation + +• **AttestPrimaryKeyRotation** = ``"AttestPrimaryKeyRotation"`` + +#### Defined in + +[middleware/types.ts:13021](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13021) + +___ + +### BecomeAgent + +• **BecomeAgent** = ``"BecomeAgent"`` + +#### Defined in + +[middleware/types.ts:13022](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13022) + +___ + +### Custom + +• **Custom** = ``"Custom"`` + +#### Defined in + +[middleware/types.ts:13023](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13023) + +___ + +### JoinIdentity + +• **JoinIdentity** = ``"JoinIdentity"`` + +#### Defined in + +[middleware/types.ts:13024](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13024) + +___ + +### NoData + +• **NoData** = ``"NoData"`` + +#### Defined in + +[middleware/types.ts:13025](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13025) + +___ + +### PortfolioCustody + +• **PortfolioCustody** = ``"PortfolioCustody"`` + +#### Defined in + +[middleware/types.ts:13026](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13026) + +___ + +### RotatePrimaryKey + +• **RotatePrimaryKey** = ``"RotatePrimaryKey"`` + +#### Defined in + +[middleware/types.ts:13027](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13027) + +___ + +### RotatePrimaryKeyToSecondary + +• **RotatePrimaryKeyToSecondary** = ``"RotatePrimaryKeyToSecondary"`` + +#### Defined in + +[middleware/types.ts:13028](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13028) + +___ + +### TransferAssetOwnership + +• **TransferAssetOwnership** = ``"TransferAssetOwnership"`` + +#### Defined in + +[middleware/types.ts:13029](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13029) + +___ + +### TransferPrimaryIssuanceAgent + +• **TransferPrimaryIssuanceAgent** = ``"TransferPrimaryIssuanceAgent"`` + +#### Defined in + +[middleware/types.ts:13030](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13030) + +___ + +### TransferTicker + +• **TransferTicker** = ``"TransferTicker"`` + +#### Defined in + +[middleware/types.ts:13031](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13031) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md new file mode 100644 index 0000000000..e2def4c1eb --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md @@ -0,0 +1,49 @@ +--- +id: "AuthorizationStatusEnum" +title: "Enumeration: AuthorizationStatusEnum" +sidebar_label: "AuthorizationStatusEnum" +--- + +[types](../../../modules/Types/Types.md).AuthorizationStatusEnum + +Represents all possible authorization statuses + +## Enumeration Members + +### Consumed + +• **Consumed** = ``"Consumed"`` + +#### Defined in + +[middleware/types.ts:13184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13184) + +___ + +### Pending + +• **Pending** = ``"Pending"`` + +#### Defined in + +[middleware/types.ts:13185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13185) + +___ + +### Rejected + +• **Rejected** = ``"Rejected"`` + +#### Defined in + +[middleware/types.ts:13186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13186) + +___ + +### Revoked + +• **Revoked** = ``"Revoked"`` + +#### Defined in + +[middleware/types.ts:13187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13187) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Types/BalanceTypeEnum/BalanceTypeEnum.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/BalanceTypeEnum/BalanceTypeEnum.md new file mode 100644 index 0000000000..6a3d65bb34 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/BalanceTypeEnum/BalanceTypeEnum.md @@ -0,0 +1,59 @@ +--- +id: "BalanceTypeEnum" +title: "Enumeration: BalanceTypeEnum" +sidebar_label: "BalanceTypeEnum" +--- + +[types](../../../modules/Types/Types.md).BalanceTypeEnum + +Represents possible all possible balance types + +## Enumeration Members + +### Bonded + +• **Bonded** = ``"Bonded"`` + +#### Defined in + +[middleware/types.ts:13359](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13359) + +___ + +### Free + +• **Free** = ``"Free"`` + +#### Defined in + +[middleware/types.ts:13360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13360) + +___ + +### Locked + +• **Locked** = ``"Locked"`` + +#### Defined in + +[middleware/types.ts:13361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13361) + +___ + +### Reserved + +• **Reserved** = ``"Reserved"`` + +#### Defined in + +[middleware/types.ts:13362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13362) + +___ + +### Unbonded + +• **Unbonded** = ``"Unbonded"`` + +#### Defined in + +[middleware/types.ts:13363](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L13363) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Types/CallIdEnum/CallIdEnum.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/CallIdEnum/CallIdEnum.md new file mode 100644 index 0000000000..28ffe6b2ff --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/CallIdEnum/CallIdEnum.md @@ -0,0 +1,4989 @@ +--- +id: "CallIdEnum" +title: "Enumeration: CallIdEnum" +sidebar_label: "CallIdEnum" +--- + +[types](../../../modules/Types/Types.md).CallIdEnum + +Represents all known chain extrinsics + +## Enumeration Members + +### Abdicate + +• **Abdicate** = ``"abdicate"`` + +#### Defined in + +[middleware/types.ts:63236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63236) + +___ + +### AbdicateMembership + +• **AbdicateMembership** = ``"abdicate_membership"`` + +#### Defined in + +[middleware/types.ts:63237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63237) + +___ + +### AcceptAssetOwnershipTransfer + +• **AcceptAssetOwnershipTransfer** = ``"accept_asset_ownership_transfer"`` + +#### Defined in + +[middleware/types.ts:63238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63238) + +___ + +### AcceptAuthorization + +• **AcceptAuthorization** = ``"accept_authorization"`` + +#### Defined in + +[middleware/types.ts:63239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63239) + +___ + +### AcceptBecomeAgent + +• **AcceptBecomeAgent** = ``"accept_become_agent"`` + +#### Defined in + +[middleware/types.ts:63240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63240) + +___ + +### AcceptMasterKey + +• **AcceptMasterKey** = ``"accept_master_key"`` + +#### Defined in + +[middleware/types.ts:63241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63241) + +___ + +### AcceptMultisigSigner + +• **AcceptMultisigSigner** = ``"accept_multisig_signer"`` + +#### Defined in + +[middleware/types.ts:63242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63242) + +___ + +### AcceptMultisigSignerAsIdentity + +• **AcceptMultisigSignerAsIdentity** = ``"accept_multisig_signer_as_identity"`` + +#### Defined in + +[middleware/types.ts:63243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63243) + +___ + +### AcceptMultisigSignerAsKey + +• **AcceptMultisigSignerAsKey** = ``"accept_multisig_signer_as_key"`` + +#### Defined in + +[middleware/types.ts:63244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63244) + +___ + +### AcceptPayingKey + +• **AcceptPayingKey** = ``"accept_paying_key"`` + +#### Defined in + +[middleware/types.ts:63245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63245) + +___ + +### AcceptPortfolioCustody + +• **AcceptPortfolioCustody** = ``"accept_portfolio_custody"`` + +#### Defined in + +[middleware/types.ts:63246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63246) + +___ + +### AcceptPrimaryIssuanceAgentTransfer + +• **AcceptPrimaryIssuanceAgentTransfer** = ``"accept_primary_issuance_agent_transfer"`` + +#### Defined in + +[middleware/types.ts:63247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63247) + +___ + +### AcceptPrimaryKey + +• **AcceptPrimaryKey** = ``"accept_primary_key"`` + +#### Defined in + +[middleware/types.ts:63248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63248) + +___ + +### AcceptTickerTransfer + +• **AcceptTickerTransfer** = ``"accept_ticker_transfer"`` + +#### Defined in + +[middleware/types.ts:63249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63249) + +___ + +### AddActiveRule + +• **AddActiveRule** = ``"add_active_rule"`` + +#### Defined in + +[middleware/types.ts:63250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63250) + +___ + +### AddAdmin + +• **AddAdmin** = ``"add_admin"`` + +#### Defined in + +[middleware/types.ts:63251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63251) + +___ + +### AddAndAffirmInstruction + +• **AddAndAffirmInstruction** = ``"add_and_affirm_instruction"`` + +#### Defined in + +[middleware/types.ts:63252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63252) + +___ + +### AddAndAffirmInstructionWithMemo + +• **AddAndAffirmInstructionWithMemo** = ``"add_and_affirm_instruction_with_memo"`` + +#### Defined in + +[middleware/types.ts:63253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63253) + +___ + +### AddAndAffirmInstructionWithMemoV2 + +• **AddAndAffirmInstructionWithMemoV2** = ``"add_and_affirm_instruction_with_memo_v2"`` + +#### Defined in + +[middleware/types.ts:63254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63254) + +___ + +### AddAndAffirmWithMediators + +• **AddAndAffirmWithMediators** = ``"add_and_affirm_with_mediators"`` + +#### Defined in + +[middleware/types.ts:63255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63255) + +___ + +### AddAndAuthorizeInstruction + +• **AddAndAuthorizeInstruction** = ``"add_and_authorize_instruction"`` + +#### Defined in + +[middleware/types.ts:63256](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63256) + +___ + +### AddAuthorization + +• **AddAuthorization** = ``"add_authorization"`` + +#### Defined in + +[middleware/types.ts:63257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63257) + +___ + +### AddBallot + +• **AddBallot** = ``"add_ballot"`` + +#### Defined in + +[middleware/types.ts:63258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63258) + +___ + +### AddClaim + +• **AddClaim** = ``"add_claim"`` + +#### Defined in + +[middleware/types.ts:63259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63259) + +___ + +### AddComplianceRequirement + +• **AddComplianceRequirement** = ``"add_compliance_requirement"`` + +#### Defined in + +[middleware/types.ts:63260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63260) + +___ + +### AddDefaultTrustedClaimIssuer + +• **AddDefaultTrustedClaimIssuer** = ``"add_default_trusted_claim_issuer"`` + +#### Defined in + +[middleware/types.ts:63261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63261) + +___ + +### AddDocuments + +• **AddDocuments** = ``"add_documents"`` + +#### Defined in + +[middleware/types.ts:63262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63262) + +___ + +### AddExemptedEntities + +• **AddExemptedEntities** = ``"add_exempted_entities"`` + +#### Defined in + +[middleware/types.ts:63263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63263) + +___ + +### AddExtension + +• **AddExtension** = ``"add_extension"`` + +#### Defined in + +[middleware/types.ts:63264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63264) + +___ + +### AddFreezeAdmin + +• **AddFreezeAdmin** = ``"add_freeze_admin"`` + +#### Defined in + +[middleware/types.ts:63265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63265) + +___ + +### AddInstruction + +• **AddInstruction** = ``"add_instruction"`` + +#### Defined in + +[middleware/types.ts:63266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63266) + +___ + +### AddInstructionWithMediators + +• **AddInstructionWithMediators** = ``"add_instruction_with_mediators"`` + +#### Defined in + +[middleware/types.ts:63267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63267) + +___ + +### AddInstructionWithMemo + +• **AddInstructionWithMemo** = ``"add_instruction_with_memo"`` + +#### Defined in + +[middleware/types.ts:63268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63268) + +___ + +### AddInstructionWithMemoV2 + +• **AddInstructionWithMemoV2** = ``"add_instruction_with_memo_v2"`` + +#### Defined in + +[middleware/types.ts:63269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63269) + +___ + +### AddInvestorUniquenessClaim + +• **AddInvestorUniquenessClaim** = ``"add_investor_uniqueness_claim"`` + +#### Defined in + +[middleware/types.ts:63270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63270) + +___ + +### AddInvestorUniquenessClaimV2 + +• **AddInvestorUniquenessClaimV2** = ``"add_investor_uniqueness_claim_v2"`` + +#### Defined in + +[middleware/types.ts:63271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63271) + +___ + +### AddMandatoryMediators + +• **AddMandatoryMediators** = ``"add_mandatory_mediators"`` + +#### Defined in + +[middleware/types.ts:63272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63272) + +___ + +### AddMediatorAccount + +• **AddMediatorAccount** = ``"add_mediator_account"`` + +#### Defined in + +[middleware/types.ts:63273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63273) + +___ + +### AddMember + +• **AddMember** = ``"add_member"`` + +#### Defined in + +[middleware/types.ts:63274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63274) + +___ + +### AddMultisigSigner + +• **AddMultisigSigner** = ``"add_multisig_signer"`` + +#### Defined in + +[middleware/types.ts:63275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63275) + +___ + +### AddMultisigSigners + +• **AddMultisigSigners** = ``"add_multisig_signers"`` + +#### Defined in + +[middleware/types.ts:63276](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63276) + +___ + +### AddMultisigSignersViaAdmin + +• **AddMultisigSignersViaAdmin** = ``"add_multisig_signers_via_admin"`` + +#### Defined in + +[middleware/types.ts:63277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63277) + +___ + +### AddMultisigSignersViaCreator + +• **AddMultisigSignersViaCreator** = ``"add_multisig_signers_via_creator"`` + +#### Defined in + +[middleware/types.ts:63278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63278) + +___ + +### AddPermissionedValidator + +• **AddPermissionedValidator** = ``"add_permissioned_validator"`` + +#### Defined in + +[middleware/types.ts:63279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63279) + +___ + +### AddRangeProof + +• **AddRangeProof** = ``"add_range_proof"`` + +#### Defined in + +[middleware/types.ts:63280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63280) + +___ + +### AddSecondaryKeysWithAuthorization + +• **AddSecondaryKeysWithAuthorization** = ``"add_secondary_keys_with_authorization"`` + +#### Defined in + +[middleware/types.ts:63281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63281) + +___ + +### AddSecondaryKeysWithAuthorizationOld + +• **AddSecondaryKeysWithAuthorizationOld** = ``"add_secondary_keys_with_authorization_old"`` + +#### Defined in + +[middleware/types.ts:63282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63282) + +___ + +### AddTransaction + +• **AddTransaction** = ``"add_transaction"`` + +#### Defined in + +[middleware/types.ts:63283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63283) + +___ + +### AddTransferManager + +• **AddTransferManager** = ``"add_transfer_manager"`` + +#### Defined in + +[middleware/types.ts:63284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63284) + +___ + +### AddVerifyRangeProof + +• **AddVerifyRangeProof** = ``"add_verify_range_proof"`` + +#### Defined in + +[middleware/types.ts:63285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63285) + +___ + +### AffirmInstruction + +• **AffirmInstruction** = ``"affirm_instruction"`` + +#### Defined in + +[middleware/types.ts:63286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63286) + +___ + +### AffirmInstructionAsMediator + +• **AffirmInstructionAsMediator** = ``"affirm_instruction_as_mediator"`` + +#### Defined in + +[middleware/types.ts:63287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63287) + +___ + +### AffirmInstructionV2 + +• **AffirmInstructionV2** = ``"affirm_instruction_v2"`` + +#### Defined in + +[middleware/types.ts:63288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63288) + +___ + +### AffirmInstructionWithCount + +• **AffirmInstructionWithCount** = ``"affirm_instruction_with_count"`` + +#### Defined in + +[middleware/types.ts:63289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63289) + +___ + +### AffirmTransactions + +• **AffirmTransactions** = ``"affirm_transactions"`` + +#### Defined in + +[middleware/types.ts:63290](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63290) + +___ + +### AffirmWithReceipts + +• **AffirmWithReceipts** = ``"affirm_with_receipts"`` + +#### Defined in + +[middleware/types.ts:63291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63291) + +___ + +### AffirmWithReceiptsWithCount + +• **AffirmWithReceiptsWithCount** = ``"affirm_with_receipts_with_count"`` + +#### Defined in + +[middleware/types.ts:63292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63292) + +___ + +### AllowIdentityToCreatePortfolios + +• **AllowIdentityToCreatePortfolios** = ``"allow_identity_to_create_portfolios"`` + +#### Defined in + +[middleware/types.ts:63293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63293) + +___ + +### AllowVenues + +• **AllowVenues** = ``"allow_venues"`` + +#### Defined in + +[middleware/types.ts:63294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63294) + +___ + +### AmendProposal + +• **AmendProposal** = ``"amend_proposal"`` + +#### Defined in + +[middleware/types.ts:63295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63295) + +___ + +### ApplyIncomingBalance + +• **ApplyIncomingBalance** = ``"apply_incoming_balance"`` + +#### Defined in + +[middleware/types.ts:63296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63296) + +___ + +### ApplyIncomingBalances + +• **ApplyIncomingBalances** = ``"apply_incoming_balances"`` + +#### Defined in + +[middleware/types.ts:63297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63297) + +___ + +### Approve + +• **Approve** = ``"approve"`` + +#### Defined in + +[middleware/types.ts:63298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63298) + +___ + +### ApproveAsIdentity + +• **ApproveAsIdentity** = ``"approve_as_identity"`` + +#### Defined in + +[middleware/types.ts:63299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63299) + +___ + +### ApproveAsKey + +• **ApproveAsKey** = ``"approve_as_key"`` + +#### Defined in + +[middleware/types.ts:63300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63300) + +___ + +### ApproveCommitteeProposal + +• **ApproveCommitteeProposal** = ``"approve_committee_proposal"`` + +#### Defined in + +[middleware/types.ts:63301](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63301) + +___ + +### ApproveJoinIdentity + +• **ApproveJoinIdentity** = ``"approve_join_identity"`` + +#### Defined in + +[middleware/types.ts:63302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63302) + +___ + +### ArchiveExtension + +• **ArchiveExtension** = ``"archive_extension"`` + +#### Defined in + +[middleware/types.ts:63303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63303) + +___ + +### AsDerivative + +• **AsDerivative** = ``"as_derivative"`` + +#### Defined in + +[middleware/types.ts:63304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63304) + +___ + +### AttachBallot + +• **AttachBallot** = ``"attach_ballot"`` + +#### Defined in + +[middleware/types.ts:63305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63305) + +___ + +### AuthorizeInstruction + +• **AuthorizeInstruction** = ``"authorize_instruction"`` + +#### Defined in + +[middleware/types.ts:63306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63306) + +___ + +### AuthorizeWithReceipts + +• **AuthorizeWithReceipts** = ``"authorize_with_receipts"`` + +#### Defined in + +[middleware/types.ts:63307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63307) + +___ + +### Batch + +• **Batch** = ``"batch"`` + +#### Defined in + +[middleware/types.ts:63308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63308) + +___ + +### BatchAcceptAuthorization + +• **BatchAcceptAuthorization** = ``"batch_accept_authorization"`` + +#### Defined in + +[middleware/types.ts:63309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63309) + +___ + +### BatchAddAuthorization + +• **BatchAddAuthorization** = ``"batch_add_authorization"`` + +#### Defined in + +[middleware/types.ts:63310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63310) + +___ + +### BatchAddClaim + +• **BatchAddClaim** = ``"batch_add_claim"`` + +#### Defined in + +[middleware/types.ts:63311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63311) + +___ + +### BatchAddDefaultTrustedClaimIssuer + +• **BatchAddDefaultTrustedClaimIssuer** = ``"batch_add_default_trusted_claim_issuer"`` + +#### Defined in + +[middleware/types.ts:63312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63312) + +___ + +### BatchAddDocument + +• **BatchAddDocument** = ``"batch_add_document"`` + +#### Defined in + +[middleware/types.ts:63313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63313) + +___ + +### BatchAddSecondaryKeyWithAuthorization + +• **BatchAddSecondaryKeyWithAuthorization** = ``"batch_add_secondary_key_with_authorization"`` + +#### Defined in + +[middleware/types.ts:63314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63314) + +___ + +### BatchAddSigningKeyWithAuthorization + +• **BatchAddSigningKeyWithAuthorization** = ``"batch_add_signing_key_with_authorization"`` + +#### Defined in + +[middleware/types.ts:63315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63315) + +___ + +### BatchAll + +• **BatchAll** = ``"batch_all"`` + +#### Defined in + +[middleware/types.ts:63316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63316) + +___ + +### BatchAtomic + +• **BatchAtomic** = ``"batch_atomic"`` + +#### Defined in + +[middleware/types.ts:63317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63317) + +___ + +### BatchChangeAssetRule + +• **BatchChangeAssetRule** = ``"batch_change_asset_rule"`` + +#### Defined in + +[middleware/types.ts:63318](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63318) + +___ + +### BatchChangeComplianceRequirement + +• **BatchChangeComplianceRequirement** = ``"batch_change_compliance_requirement"`` + +#### Defined in + +[middleware/types.ts:63319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63319) + +___ + +### BatchForceHandleBridgeTx + +• **BatchForceHandleBridgeTx** = ``"batch_force_handle_bridge_tx"`` + +#### Defined in + +[middleware/types.ts:63320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63320) + +___ + +### BatchFreezeTx + +• **BatchFreezeTx** = ``"batch_freeze_tx"`` + +#### Defined in + +[middleware/types.ts:63321](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63321) + +___ + +### BatchHandleBridgeTx + +• **BatchHandleBridgeTx** = ``"batch_handle_bridge_tx"`` + +#### Defined in + +[middleware/types.ts:63322](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63322) + +___ + +### BatchIssue + +• **BatchIssue** = ``"batch_issue"`` + +#### Defined in + +[middleware/types.ts:63323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63323) + +___ + +### BatchOld + +• **BatchOld** = ``"batch_old"`` + +#### Defined in + +[middleware/types.ts:63324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63324) + +___ + +### BatchOptimistic + +• **BatchOptimistic** = ``"batch_optimistic"`` + +#### Defined in + +[middleware/types.ts:63325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63325) + +___ + +### BatchProposeBridgeTx + +• **BatchProposeBridgeTx** = ``"batch_propose_bridge_tx"`` + +#### Defined in + +[middleware/types.ts:63326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63326) + +___ + +### BatchRemoveAuthorization + +• **BatchRemoveAuthorization** = ``"batch_remove_authorization"`` + +#### Defined in + +[middleware/types.ts:63327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63327) + +___ + +### BatchRemoveDefaultTrustedClaimIssuer + +• **BatchRemoveDefaultTrustedClaimIssuer** = ``"batch_remove_default_trusted_claim_issuer"`` + +#### Defined in + +[middleware/types.ts:63328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63328) + +___ + +### BatchRemoveDocument + +• **BatchRemoveDocument** = ``"batch_remove_document"`` + +#### Defined in + +[middleware/types.ts:63329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63329) + +___ + +### BatchRevokeClaim + +• **BatchRevokeClaim** = ``"batch_revoke_claim"`` + +#### Defined in + +[middleware/types.ts:63330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63330) + +___ + +### BatchUnfreezeTx + +• **BatchUnfreezeTx** = ``"batch_unfreeze_tx"`` + +#### Defined in + +[middleware/types.ts:63331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63331) + +___ + +### BatchUpdateAssetStats + +• **BatchUpdateAssetStats** = ``"batch_update_asset_stats"`` + +#### Defined in + +[middleware/types.ts:63332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63332) + +___ + +### Bond + +• **Bond** = ``"bond"`` + +#### Defined in + +[middleware/types.ts:63333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63333) + +___ + +### BondAdditionalDeposit + +• **BondAdditionalDeposit** = ``"bond_additional_deposit"`` + +#### Defined in + +[middleware/types.ts:63334](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63334) + +___ + +### BondExtra + +• **BondExtra** = ``"bond_extra"`` + +#### Defined in + +[middleware/types.ts:63335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63335) + +___ + +### Burn + +• **Burn** = ``"burn"`` + +#### Defined in + +[middleware/types.ts:63336](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63336) + +___ + +### BurnAccountBalance + +• **BurnAccountBalance** = ``"burn_account_balance"`` + +#### Defined in + +[middleware/types.ts:63337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63337) + +___ + +### BuyTokens + +• **BuyTokens** = ``"buy_tokens"`` + +#### Defined in + +[middleware/types.ts:63338](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63338) + +___ + +### Call + +• **Call** = ``"call"`` + +#### Defined in + +[middleware/types.ts:63339](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63339) + +___ + +### CallOldWeight + +• **CallOldWeight** = ``"call_old_weight"`` + +#### Defined in + +[middleware/types.ts:63340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63340) + +___ + +### Cancel + +• **Cancel** = ``"cancel"`` + +#### Defined in + +[middleware/types.ts:63341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63341) + +___ + +### CancelBallot + +• **CancelBallot** = ``"cancel_ballot"`` + +#### Defined in + +[middleware/types.ts:63342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63342) + +___ + +### CancelDeferredSlash + +• **CancelDeferredSlash** = ``"cancel_deferred_slash"`` + +#### Defined in + +[middleware/types.ts:63343](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63343) + +___ + +### CancelNamed + +• **CancelNamed** = ``"cancel_named"`` + +#### Defined in + +[middleware/types.ts:63344](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63344) + +___ + +### CancelProposal + +• **CancelProposal** = ``"cancel_proposal"`` + +#### Defined in + +[middleware/types.ts:63345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63345) + +___ + +### CddRegisterDid + +• **CddRegisterDid** = ``"cdd_register_did"`` + +#### Defined in + +[middleware/types.ts:63346](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63346) + +___ + +### CddRegisterDidWithCdd + +• **CddRegisterDidWithCdd** = ``"cdd_register_did_with_cdd"`` + +#### Defined in + +[middleware/types.ts:63347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63347) + +___ + +### ChangeAdmin + +• **ChangeAdmin** = ``"change_admin"`` + +#### Defined in + +[middleware/types.ts:63348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63348) + +___ + +### ChangeAllSignersAndSigsRequired + +• **ChangeAllSignersAndSigsRequired** = ``"change_all_signers_and_sigs_required"`` + +#### Defined in + +[middleware/types.ts:63349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63349) + +___ + +### ChangeAssetRule + +• **ChangeAssetRule** = ``"change_asset_rule"`` + +#### Defined in + +[middleware/types.ts:63350](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63350) + +___ + +### ChangeBaseFee + +• **ChangeBaseFee** = ``"change_base_fee"`` + +#### Defined in + +[middleware/types.ts:63351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63351) + +___ + +### ChangeBridgeExempted + +• **ChangeBridgeExempted** = ``"change_bridge_exempted"`` + +#### Defined in + +[middleware/types.ts:63352](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63352) + +___ + +### ChangeBridgeLimit + +• **ChangeBridgeLimit** = ``"change_bridge_limit"`` + +#### Defined in + +[middleware/types.ts:63353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63353) + +___ + +### ChangeCddRequirementForMkRotation + +• **ChangeCddRequirementForMkRotation** = ``"change_cdd_requirement_for_mk_rotation"`` + +#### Defined in + +[middleware/types.ts:63354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63354) + +___ + +### ChangeCoefficient + +• **ChangeCoefficient** = ``"change_coefficient"`` + +#### Defined in + +[middleware/types.ts:63355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63355) + +___ + +### ChangeComplianceRequirement + +• **ChangeComplianceRequirement** = ``"change_compliance_requirement"`` + +#### Defined in + +[middleware/types.ts:63356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63356) + +___ + +### ChangeController + +• **ChangeController** = ``"change_controller"`` + +#### Defined in + +[middleware/types.ts:63357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63357) + +___ + +### ChangeEnd + +• **ChangeEnd** = ``"change_end"`` + +#### Defined in + +[middleware/types.ts:63358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63358) + +___ + +### ChangeGroup + +• **ChangeGroup** = ``"change_group"`` + +#### Defined in + +[middleware/types.ts:63359](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63359) + +___ + +### ChangeMeta + +• **ChangeMeta** = ``"change_meta"`` + +#### Defined in + +[middleware/types.ts:63360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63360) + +___ + +### ChangeRcv + +• **ChangeRcv** = ``"change_rcv"`` + +#### Defined in + +[middleware/types.ts:63361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63361) + +___ + +### ChangeReceiptValidity + +• **ChangeReceiptValidity** = ``"change_receipt_validity"`` + +#### Defined in + +[middleware/types.ts:63362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63362) + +___ + +### ChangeRecordDate + +• **ChangeRecordDate** = ``"change_record_date"`` + +#### Defined in + +[middleware/types.ts:63363](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63363) + +___ + +### ChangeSigsRequired + +• **ChangeSigsRequired** = ``"change_sigs_required"`` + +#### Defined in + +[middleware/types.ts:63364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63364) + +___ + +### ChangeSigsRequiredViaAdmin + +• **ChangeSigsRequiredViaAdmin** = ``"change_sigs_required_via_admin"`` + +#### Defined in + +[middleware/types.ts:63365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63365) + +___ + +### ChangeSigsRequiredViaCreator + +• **ChangeSigsRequiredViaCreator** = ``"change_sigs_required_via_creator"`` + +#### Defined in + +[middleware/types.ts:63366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63366) + +___ + +### ChangeSlashingAllowedFor + +• **ChangeSlashingAllowedFor** = ``"change_slashing_allowed_for"`` + +#### Defined in + +[middleware/types.ts:63367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63367) + +___ + +### ChangeTemplateFees + +• **ChangeTemplateFees** = ``"change_template_fees"`` + +#### Defined in + +[middleware/types.ts:63368](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63368) + +___ + +### ChangeTemplateMetaUrl + +• **ChangeTemplateMetaUrl** = ``"change_template_meta_url"`` + +#### Defined in + +[middleware/types.ts:63369](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63369) + +___ + +### ChangeTimelock + +• **ChangeTimelock** = ``"change_timelock"`` + +#### Defined in + +[middleware/types.ts:63370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63370) + +___ + +### Chill + +• **Chill** = ``"chill"`` + +#### Defined in + +[middleware/types.ts:63371](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63371) + +___ + +### ChillFromGovernance + +• **ChillFromGovernance** = ``"chill_from_governance"`` + +#### Defined in + +[middleware/types.ts:63372](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63372) + +___ + +### ChillOther + +• **ChillOther** = ``"chill_other"`` + +#### Defined in + +[middleware/types.ts:63373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63373) + +___ + +### Claim + +• **Claim** = ``"claim"`` + +#### Defined in + +[middleware/types.ts:63374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63374) + +___ + +### ClaimClassicTicker + +• **ClaimClassicTicker** = ``"claim_classic_ticker"`` + +#### Defined in + +[middleware/types.ts:63375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63375) + +___ + +### ClaimItnReward + +• **ClaimItnReward** = ``"claim_itn_reward"`` + +#### Defined in + +[middleware/types.ts:63376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63376) + +___ + +### ClaimReceipt + +• **ClaimReceipt** = ``"claim_receipt"`` + +#### Defined in + +[middleware/types.ts:63377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63377) + +___ + +### ClaimSurcharge + +• **ClaimSurcharge** = ``"claim_surcharge"`` + +#### Defined in + +[middleware/types.ts:63378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63378) + +___ + +### ClaimUnclaimed + +• **ClaimUnclaimed** = ``"claim_unclaimed"`` + +#### Defined in + +[middleware/types.ts:63379](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63379) + +___ + +### ClearSnapshot + +• **ClearSnapshot** = ``"clear_snapshot"`` + +#### Defined in + +[middleware/types.ts:63380](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63380) + +___ + +### Close + +• **Close** = ``"close"`` + +#### Defined in + +[middleware/types.ts:63381](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63381) + +___ + +### ContinueMigrate + +• **ContinueMigrate** = ``"continue_migrate"`` + +#### Defined in + +[middleware/types.ts:63382](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63382) + +___ + +### ControlAutoMigration + +• **ControlAutoMigration** = ``"control_auto_migration"`` + +#### Defined in + +[middleware/types.ts:63383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63383) + +___ + +### ControllerRedeem + +• **ControllerRedeem** = ``"controller_redeem"`` + +#### Defined in + +[middleware/types.ts:63384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63384) + +___ + +### ControllerTransfer + +• **ControllerTransfer** = ``"controller_transfer"`` + +#### Defined in + +[middleware/types.ts:63385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63385) + +___ + +### CreateAccount + +• **CreateAccount** = ``"create_account"`` + +#### Defined in + +[middleware/types.ts:63386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63386) + +___ + +### CreateAndChangeCustomGroup + +• **CreateAndChangeCustomGroup** = ``"create_and_change_custom_group"`` + +#### Defined in + +[middleware/types.ts:63387](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63387) + +___ + +### CreateAsset + +• **CreateAsset** = ``"create_asset"`` + +#### Defined in + +[middleware/types.ts:63388](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63388) + +___ + +### CreateAssetAndMint + +• **CreateAssetAndMint** = ``"create_asset_and_mint"`` + +#### Defined in + +[middleware/types.ts:63389](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63389) + +___ + +### CreateAssetWithCustomType + +• **CreateAssetWithCustomType** = ``"create_asset_with_custom_type"`` + +#### Defined in + +[middleware/types.ts:63390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63390) + +___ + +### CreateCheckpoint + +• **CreateCheckpoint** = ``"create_checkpoint"`` + +#### Defined in + +[middleware/types.ts:63391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63391) + +___ + +### CreateChildIdentities + +• **CreateChildIdentities** = ``"create_child_identities"`` + +#### Defined in + +[middleware/types.ts:63392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63392) + +___ + +### CreateChildIdentity + +• **CreateChildIdentity** = ``"create_child_identity"`` + +#### Defined in + +[middleware/types.ts:63393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63393) + +___ + +### CreateCustodyPortfolio + +• **CreateCustodyPortfolio** = ``"create_custody_portfolio"`` + +#### Defined in + +[middleware/types.ts:63394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63394) + +___ + +### CreateFundraiser + +• **CreateFundraiser** = ``"create_fundraiser"`` + +#### Defined in + +[middleware/types.ts:63395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63395) + +___ + +### CreateGroup + +• **CreateGroup** = ``"create_group"`` + +#### Defined in + +[middleware/types.ts:63396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63396) + +___ + +### CreateGroupAndAddAuth + +• **CreateGroupAndAddAuth** = ``"create_group_and_add_auth"`` + +#### Defined in + +[middleware/types.ts:63397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63397) + +___ + +### CreateMultisig + +• **CreateMultisig** = ``"create_multisig"`` + +#### Defined in + +[middleware/types.ts:63398](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63398) + +___ + +### CreateNftCollection + +• **CreateNftCollection** = ``"create_nft_collection"`` + +#### Defined in + +[middleware/types.ts:63399](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63399) + +___ + +### CreateOrApproveProposalAsIdentity + +• **CreateOrApproveProposalAsIdentity** = ``"create_or_approve_proposal_as_identity"`` + +#### Defined in + +[middleware/types.ts:63400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63400) + +___ + +### CreateOrApproveProposalAsKey + +• **CreateOrApproveProposalAsKey** = ``"create_or_approve_proposal_as_key"`` + +#### Defined in + +[middleware/types.ts:63401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63401) + +___ + +### CreatePortfolio + +• **CreatePortfolio** = ``"create_portfolio"`` + +#### Defined in + +[middleware/types.ts:63402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63402) + +___ + +### CreateProposal + +• **CreateProposal** = ``"create_proposal"`` + +#### Defined in + +[middleware/types.ts:63403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63403) + +___ + +### CreateProposalAsIdentity + +• **CreateProposalAsIdentity** = ``"create_proposal_as_identity"`` + +#### Defined in + +[middleware/types.ts:63404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63404) + +___ + +### CreateProposalAsKey + +• **CreateProposalAsKey** = ``"create_proposal_as_key"`` + +#### Defined in + +[middleware/types.ts:63405](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63405) + +___ + +### CreateSchedule + +• **CreateSchedule** = ``"create_schedule"`` + +#### Defined in + +[middleware/types.ts:63406](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63406) + +___ + +### CreateVenue + +• **CreateVenue** = ``"create_venue"`` + +#### Defined in + +[middleware/types.ts:63407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63407) + +___ + +### DecreasePolyxLimit + +• **DecreasePolyxLimit** = ``"decrease_polyx_limit"`` + +#### Defined in + +[middleware/types.ts:63408](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63408) + +___ + +### DeletePortfolio + +• **DeletePortfolio** = ``"delete_portfolio"`` + +#### Defined in + +[middleware/types.ts:63409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63409) + +___ + +### DepositBlockRewardReserveBalance + +• **DepositBlockRewardReserveBalance** = ``"deposit_block_reward_reserve_balance"`` + +#### Defined in + +[middleware/types.ts:63410](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63410) + +___ + +### DisableMember + +• **DisableMember** = ``"disable_member"`` + +#### Defined in + +[middleware/types.ts:63411](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63411) + +___ + +### DisallowVenues + +• **DisallowVenues** = ``"disallow_venues"`` + +#### Defined in + +[middleware/types.ts:63412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63412) + +___ + +### Disbursement + +• **Disbursement** = ``"disbursement"`` + +#### Defined in + +[middleware/types.ts:63413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63413) + +___ + +### DispatchAs + +• **DispatchAs** = ``"dispatch_as"`` + +#### Defined in + +[middleware/types.ts:63414](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63414) + +___ + +### Distribute + +• **Distribute** = ``"distribute"`` + +#### Defined in + +[middleware/types.ts:63415](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63415) + +___ + +### EmergencyReferendum + +• **EmergencyReferendum** = ``"emergency_referendum"`` + +#### Defined in + +[middleware/types.ts:63416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63416) + +___ + +### EnableIndividualCommissions + +• **EnableIndividualCommissions** = ``"enable_individual_commissions"`` + +#### Defined in + +[middleware/types.ts:63417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63417) + +___ + +### EnactReferendum + +• **EnactReferendum** = ``"enact_referendum"`` + +#### Defined in + +[middleware/types.ts:63418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63418) + +___ + +### EnactSnapshotResults + +• **EnactSnapshotResults** = ``"enact_snapshot_results"`` + +#### Defined in + +[middleware/types.ts:63419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63419) + +___ + +### ExecuteManualInstruction + +• **ExecuteManualInstruction** = ``"execute_manual_instruction"`` + +#### Defined in + +[middleware/types.ts:63420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63420) + +___ + +### ExecuteScheduledInstruction + +• **ExecuteScheduledInstruction** = ``"execute_scheduled_instruction"`` + +#### Defined in + +[middleware/types.ts:63421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63421) + +___ + +### ExecuteScheduledInstructionV2 + +• **ExecuteScheduledInstructionV2** = ``"execute_scheduled_instruction_v2"`` + +#### Defined in + +[middleware/types.ts:63422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63422) + +___ + +### ExecuteScheduledInstructionV3 + +• **ExecuteScheduledInstructionV3** = ``"execute_scheduled_instruction_v3"`` + +#### Defined in + +[middleware/types.ts:63423](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63423) + +___ + +### ExecuteScheduledPip + +• **ExecuteScheduledPip** = ``"execute_scheduled_pip"`` + +#### Defined in + +[middleware/types.ts:63424](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63424) + +___ + +### ExecuteScheduledProposal + +• **ExecuteScheduledProposal** = ``"execute_scheduled_proposal"`` + +#### Defined in + +[middleware/types.ts:63425](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63425) + +___ + +### ExecuteTransaction + +• **ExecuteTransaction** = ``"execute_transaction"`` + +#### Defined in + +[middleware/types.ts:63426](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63426) + +___ + +### ExemptAssetAffirmation + +• **ExemptAssetAffirmation** = ``"exempt_asset_affirmation"`` + +#### Defined in + +[middleware/types.ts:63427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63427) + +___ + +### ExemptTickerAffirmation + +• **ExemptTickerAffirmation** = ``"exempt_ticker_affirmation"`` + +#### Defined in + +[middleware/types.ts:63428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63428) + +___ + +### ExpireScheduledPip + +• **ExpireScheduledPip** = ``"expire_scheduled_pip"`` + +#### Defined in + +[middleware/types.ts:63429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63429) + +___ + +### FastTrackProposal + +• **FastTrackProposal** = ``"fast_track_proposal"`` + +#### Defined in + +[middleware/types.ts:63430](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63430) + +___ + +### FillBlock + +• **FillBlock** = ``"fill_block"`` + +#### Defined in + +[middleware/types.ts:63431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63431) + +___ + +### FinalHint + +• **FinalHint** = ``"final_hint"`` + +#### Defined in + +[middleware/types.ts:63432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63432) + +___ + +### ForceApplyMinCommission + +• **ForceApplyMinCommission** = ``"force_apply_min_commission"`` + +#### Defined in + +[middleware/types.ts:63433](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63433) + +___ + +### ForceBatch + +• **ForceBatch** = ``"force_batch"`` + +#### Defined in + +[middleware/types.ts:63434](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63434) + +___ + +### ForceHandleBridgeTx + +• **ForceHandleBridgeTx** = ``"force_handle_bridge_tx"`` + +#### Defined in + +[middleware/types.ts:63435](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63435) + +___ + +### ForceNewEra + +• **ForceNewEra** = ``"force_new_era"`` + +#### Defined in + +[middleware/types.ts:63436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63436) + +___ + +### ForceNewEraAlways + +• **ForceNewEraAlways** = ``"force_new_era_always"`` + +#### Defined in + +[middleware/types.ts:63437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63437) + +___ + +### ForceNoEras + +• **ForceNoEras** = ``"force_no_eras"`` + +#### Defined in + +[middleware/types.ts:63438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63438) + +___ + +### ForceSetProgress + +• **ForceSetProgress** = ``"force_set_progress"`` + +#### Defined in + +[middleware/types.ts:63439](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63439) + +___ + +### ForceTransfer + +• **ForceTransfer** = ``"force_transfer"`` + +#### Defined in + +[middleware/types.ts:63440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63440) + +___ + +### ForceUnstake + +• **ForceUnstake** = ``"force_unstake"`` + +#### Defined in + +[middleware/types.ts:63441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63441) + +___ + +### ForwardedCall + +• **ForwardedCall** = ``"forwarded_call"`` + +#### Defined in + +[middleware/types.ts:63442](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63442) + +___ + +### Free + +• **Free** = ``"free"`` + +#### Defined in + +[middleware/types.ts:63443](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63443) + +___ + +### Freeze + +• **Freeze** = ``"freeze"`` + +#### Defined in + +[middleware/types.ts:63444](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63444) + +___ + +### FreezeFundraiser + +• **FreezeFundraiser** = ``"freeze_fundraiser"`` + +#### Defined in + +[middleware/types.ts:63445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63445) + +___ + +### FreezeInstantiation + +• **FreezeInstantiation** = ``"freeze_instantiation"`` + +#### Defined in + +[middleware/types.ts:63446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63446) + +___ + +### FreezeSecondaryKeys + +• **FreezeSecondaryKeys** = ``"freeze_secondary_keys"`` + +#### Defined in + +[middleware/types.ts:63447](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63447) + +___ + +### FreezeSigningKeys + +• **FreezeSigningKeys** = ``"freeze_signing_keys"`` + +#### Defined in + +[middleware/types.ts:63448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63448) + +___ + +### FreezeTxs + +• **FreezeTxs** = ``"freeze_txs"`` + +#### Defined in + +[middleware/types.ts:63449](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63449) + +___ + +### GcAddCddClaim + +• **GcAddCddClaim** = ``"gc_add_cdd_claim"`` + +#### Defined in + +[middleware/types.ts:63450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63450) + +___ + +### GcRevokeCddClaim + +• **GcRevokeCddClaim** = ``"gc_revoke_cdd_claim"`` + +#### Defined in + +[middleware/types.ts:63451](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63451) + +___ + +### GetCddOf + +• **GetCddOf** = ``"get_cdd_of"`` + +#### Defined in + +[middleware/types.ts:63452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63452) + +___ + +### GetMyDid + +• **GetMyDid** = ``"get_my_did"`` + +#### Defined in + +[middleware/types.ts:63453](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63453) + +___ + +### GovernanceFallback + +• **GovernanceFallback** = ``"governance_fallback"`` + +#### Defined in + +[middleware/types.ts:63454](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63454) + +___ + +### HandleBridgeTx + +• **HandleBridgeTx** = ``"handle_bridge_tx"`` + +#### Defined in + +[middleware/types.ts:63455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63455) + +___ + +### HandleScheduledBridgeTx + +• **HandleScheduledBridgeTx** = ``"handle_scheduled_bridge_tx"`` + +#### Defined in + +[middleware/types.ts:63456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63456) + +___ + +### Heartbeat + +• **Heartbeat** = ``"heartbeat"`` + +#### Defined in + +[middleware/types.ts:63457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63457) + +___ + +### IncreaseCustodyAllowance + +• **IncreaseCustodyAllowance** = ``"increase_custody_allowance"`` + +#### Defined in + +[middleware/types.ts:63458](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63458) + +___ + +### IncreaseCustodyAllowanceOf + +• **IncreaseCustodyAllowanceOf** = ``"increase_custody_allowance_of"`` + +#### Defined in + +[middleware/types.ts:63459](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63459) + +___ + +### IncreasePolyxLimit + +• **IncreasePolyxLimit** = ``"increase_polyx_limit"`` + +#### Defined in + +[middleware/types.ts:63460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63460) + +___ + +### IncreaseValidatorCount + +• **IncreaseValidatorCount** = ``"increase_validator_count"`` + +#### Defined in + +[middleware/types.ts:63461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63461) + +___ + +### InitiateCorporateAction + +• **InitiateCorporateAction** = ``"initiate_corporate_action"`` + +#### Defined in + +[middleware/types.ts:63462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63462) + +___ + +### InitiateCorporateActionAndDistribute + +• **InitiateCorporateActionAndDistribute** = ``"initiate_corporate_action_and_distribute"`` + +#### Defined in + +[middleware/types.ts:63463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63463) + +___ + +### Instantiate + +• **Instantiate** = ``"instantiate"`` + +#### Defined in + +[middleware/types.ts:63464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63464) + +___ + +### InstantiateOldWeight + +• **InstantiateOldWeight** = ``"instantiate_old_weight"`` + +#### Defined in + +[middleware/types.ts:63465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63465) + +___ + +### InstantiateWithCode + +• **InstantiateWithCode** = ``"instantiate_with_code"`` + +#### Defined in + +[middleware/types.ts:63466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63466) + +___ + +### InstantiateWithCodeAsPrimaryKey + +• **InstantiateWithCodeAsPrimaryKey** = ``"instantiate_with_code_as_primary_key"`` + +#### Defined in + +[middleware/types.ts:63467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63467) + +___ + +### InstantiateWithCodeOldWeight + +• **InstantiateWithCodeOldWeight** = ``"instantiate_with_code_old_weight"`` + +#### Defined in + +[middleware/types.ts:63468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63468) + +___ + +### InstantiateWithCodePerms + +• **InstantiateWithCodePerms** = ``"instantiate_with_code_perms"`` + +#### Defined in + +[middleware/types.ts:63469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63469) + +___ + +### InstantiateWithHashAsPrimaryKey + +• **InstantiateWithHashAsPrimaryKey** = ``"instantiate_with_hash_as_primary_key"`` + +#### Defined in + +[middleware/types.ts:63470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63470) + +___ + +### InstantiateWithHashPerms + +• **InstantiateWithHashPerms** = ``"instantiate_with_hash_perms"`` + +#### Defined in + +[middleware/types.ts:63471](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63471) + +___ + +### InvalidateCddClaims + +• **InvalidateCddClaims** = ``"invalidate_cdd_claims"`` + +#### Defined in + +[middleware/types.ts:63472](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63472) + +___ + +### Invest + +• **Invest** = ``"invest"`` + +#### Defined in + +[middleware/types.ts:63473](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63473) + +___ + +### IsIssuable + +• **IsIssuable** = ``"is_issuable"`` + +#### Defined in + +[middleware/types.ts:63474](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63474) + +___ + +### Issue + +• **Issue** = ``"issue"`` + +#### Defined in + +[middleware/types.ts:63475](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63475) + +___ + +### IssueNft + +• **IssueNft** = ``"issue_nft"`` + +#### Defined in + +[middleware/types.ts:63476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63476) + +___ + +### JoinIdentity + +• **JoinIdentity** = ``"join_identity"`` + +#### Defined in + +[middleware/types.ts:63477](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63477) + +___ + +### JoinIdentityAsIdentity + +• **JoinIdentityAsIdentity** = ``"join_identity_as_identity"`` + +#### Defined in + +[middleware/types.ts:63478](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63478) + +___ + +### JoinIdentityAsKey + +• **JoinIdentityAsKey** = ``"join_identity_as_key"`` + +#### Defined in + +[middleware/types.ts:63479](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63479) + +___ + +### Kick + +• **Kick** = ``"kick"`` + +#### Defined in + +[middleware/types.ts:63480](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63480) + +___ + +### KillPrefix + +• **KillPrefix** = ``"kill_prefix"`` + +#### Defined in + +[middleware/types.ts:63481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63481) + +___ + +### KillProposal + +• **KillProposal** = ``"kill_proposal"`` + +#### Defined in + +[middleware/types.ts:63482](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63482) + +___ + +### KillStorage + +• **KillStorage** = ``"kill_storage"`` + +#### Defined in + +[middleware/types.ts:63483](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63483) + +___ + +### LaunchSto + +• **LaunchSto** = ``"launch_sto"`` + +#### Defined in + +[middleware/types.ts:63484](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63484) + +___ + +### LeaveIdentityAsIdentity + +• **LeaveIdentityAsIdentity** = ``"leave_identity_as_identity"`` + +#### Defined in + +[middleware/types.ts:63485](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63485) + +___ + +### LeaveIdentityAsKey + +• **LeaveIdentityAsKey** = ``"leave_identity_as_key"`` + +#### Defined in + +[middleware/types.ts:63486](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63486) + +___ + +### LegacySetPermissionToSigner + +• **LegacySetPermissionToSigner** = ``"legacy_set_permission_to_signer"`` + +#### Defined in + +[middleware/types.ts:63487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63487) + +___ + +### LinkCaDoc + +• **LinkCaDoc** = ``"link_ca_doc"`` + +#### Defined in + +[middleware/types.ts:63488](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63488) + +___ + +### LinkTickerToAssetId + +• **LinkTickerToAssetId** = ``"link_ticker_to_asset_id"`` + +#### Defined in + +[middleware/types.ts:63489](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63489) + +___ + +### MakeDivisible + +• **MakeDivisible** = ``"make_divisible"`` + +#### Defined in + +[middleware/types.ts:63490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63490) + +___ + +### MakeMultisigPrimary + +• **MakeMultisigPrimary** = ``"make_multisig_primary"`` + +#### Defined in + +[middleware/types.ts:63491](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63491) + +___ + +### MakeMultisigSecondary + +• **MakeMultisigSecondary** = ``"make_multisig_secondary"`` + +#### Defined in + +[middleware/types.ts:63492](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63492) + +___ + +### MakeMultisigSigner + +• **MakeMultisigSigner** = ``"make_multisig_signer"`` + +#### Defined in + +[middleware/types.ts:63493](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63493) + +___ + +### MediatorAffirmTransaction + +• **MediatorAffirmTransaction** = ``"mediator_affirm_transaction"`` + +#### Defined in + +[middleware/types.ts:63494](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63494) + +___ + +### MediatorUnaffirmTransaction + +• **MediatorUnaffirmTransaction** = ``"mediator_unaffirm_transaction"`` + +#### Defined in + +[middleware/types.ts:63495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63495) + +___ + +### MigrateCustomChild + +• **MigrateCustomChild** = ``"migrate_custom_child"`` + +#### Defined in + +[middleware/types.ts:63496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63496) + +___ + +### MigrateCustomTop + +• **MigrateCustomTop** = ``"migrate_custom_top"`` + +#### Defined in + +[middleware/types.ts:63497](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63497) + +___ + +### Mint + +• **Mint** = ``"mint"`` + +#### Defined in + +[middleware/types.ts:63498](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63498) + +___ + +### MockCddRegisterDid + +• **MockCddRegisterDid** = ``"mock_cdd_register_did"`` + +#### Defined in + +[middleware/types.ts:63499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63499) + +___ + +### ModifyExemptionList + +• **ModifyExemptionList** = ``"modify_exemption_list"`` + +#### Defined in + +[middleware/types.ts:63500](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63500) + +___ + +### ModifyFundraiserWindow + +• **ModifyFundraiserWindow** = ``"modify_fundraiser_window"`` + +#### Defined in + +[middleware/types.ts:63501](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63501) + +___ + +### MoveAssets + +• **MoveAssets** = ``"move_assets"`` + +#### Defined in + +[middleware/types.ts:63502](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63502) + +___ + +### MovePortfolioFunds + +• **MovePortfolioFunds** = ``"move_portfolio_funds"`` + +#### Defined in + +[middleware/types.ts:63503](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63503) + +___ + +### MovePortfolioFundsV2 + +• **MovePortfolioFundsV2** = ``"move_portfolio_funds_v2"`` + +#### Defined in + +[middleware/types.ts:63504](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63504) + +___ + +### New + +• **New** = ``"new"`` + +#### Defined in + +[middleware/types.ts:63505](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63505) + +___ + +### Nominate + +• **Nominate** = ``"nominate"`` + +#### Defined in + +[middleware/types.ts:63506](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63506) + +___ + +### NotePreimage + +• **NotePreimage** = ``"note_preimage"`` + +#### Defined in + +[middleware/types.ts:63507](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63507) + +___ + +### NoteStalled + +• **NoteStalled** = ``"note_stalled"`` + +#### Defined in + +[middleware/types.ts:63508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63508) + +___ + +### OverrideReferendumEnactmentPeriod + +• **OverrideReferendumEnactmentPeriod** = ``"override_referendum_enactment_period"`` + +#### Defined in + +[middleware/types.ts:63509](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63509) + +___ + +### PauseAssetCompliance + +• **PauseAssetCompliance** = ``"pause_asset_compliance"`` + +#### Defined in + +[middleware/types.ts:63510](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63510) + +___ + +### PauseAssetRules + +• **PauseAssetRules** = ``"pause_asset_rules"`` + +#### Defined in + +[middleware/types.ts:63511](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63511) + +___ + +### PauseSto + +• **PauseSto** = ``"pause_sto"`` + +#### Defined in + +[middleware/types.ts:63512](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63512) + +___ + +### PayoutStakers + +• **PayoutStakers** = ``"payout_stakers"`` + +#### Defined in + +[middleware/types.ts:63513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63513) + +___ + +### PayoutStakersBySystem + +• **PayoutStakersBySystem** = ``"payout_stakers_by_system"`` + +#### Defined in + +[middleware/types.ts:63514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63514) + +___ + +### PlaceholderAddAndAffirmInstruction + +• **PlaceholderAddAndAffirmInstruction** = ``"placeholder_add_and_affirm_instruction"`` + +#### Defined in + +[middleware/types.ts:63515](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63515) + +___ + +### PlaceholderAddAndAffirmInstructionWithMemo + +• **PlaceholderAddAndAffirmInstructionWithMemo** = ``"placeholder_add_and_affirm_instruction_with_memo"`` + +#### Defined in + +[middleware/types.ts:63516](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63516) + +___ + +### PlaceholderAddInstruction + +• **PlaceholderAddInstruction** = ``"placeholder_add_instruction"`` + +#### Defined in + +[middleware/types.ts:63517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63517) + +___ + +### PlaceholderAddInstructionWithMemo + +• **PlaceholderAddInstructionWithMemo** = ``"placeholder_add_instruction_with_memo"`` + +#### Defined in + +[middleware/types.ts:63518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63518) + +___ + +### PlaceholderAffirmInstruction + +• **PlaceholderAffirmInstruction** = ``"placeholder_affirm_instruction"`` + +#### Defined in + +[middleware/types.ts:63519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63519) + +___ + +### PlaceholderClaimReceipt + +• **PlaceholderClaimReceipt** = ``"placeholder_claim_receipt"`` + +#### Defined in + +[middleware/types.ts:63520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63520) + +___ + +### PlaceholderFillBlock + +• **PlaceholderFillBlock** = ``"placeholder_fill_block"`` + +#### Defined in + +[middleware/types.ts:63521](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63521) + +___ + +### PlaceholderLegacySetPermissionToSigner + +• **PlaceholderLegacySetPermissionToSigner** = ``"placeholder_legacy_set_permission_to_signer"`` + +#### Defined in + +[middleware/types.ts:63522](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63522) + +___ + +### PlaceholderRejectInstruction + +• **PlaceholderRejectInstruction** = ``"placeholder_reject_instruction"`` + +#### Defined in + +[middleware/types.ts:63523](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63523) + +___ + +### PlaceholderUnclaimReceipt + +• **PlaceholderUnclaimReceipt** = ``"placeholder_unclaim_receipt"`` + +#### Defined in + +[middleware/types.ts:63524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63524) + +___ + +### PlaceholderWithdrawAffirmation + +• **PlaceholderWithdrawAffirmation** = ``"placeholder_withdraw_affirmation"`` + +#### Defined in + +[middleware/types.ts:63525](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63525) + +___ + +### PlanConfigChange + +• **PlanConfigChange** = ``"plan_config_change"`` + +#### Defined in + +[middleware/types.ts:63526](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63526) + +___ + +### PreApproveAsset + +• **PreApproveAsset** = ``"pre_approve_asset"`` + +#### Defined in + +[middleware/types.ts:63527](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63527) + +___ + +### PreApprovePortfolio + +• **PreApprovePortfolio** = ``"pre_approve_portfolio"`` + +#### Defined in + +[middleware/types.ts:63528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63528) + +___ + +### PreApproveTicker + +• **PreApproveTicker** = ``"pre_approve_ticker"`` + +#### Defined in + +[middleware/types.ts:63529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63529) + +___ + +### Propose + +• **Propose** = ``"propose"`` + +#### Defined in + +[middleware/types.ts:63530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63530) + +___ + +### ProposeBridgeTx + +• **ProposeBridgeTx** = ``"propose_bridge_tx"`` + +#### Defined in + +[middleware/types.ts:63531](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63531) + +___ + +### PruneProposal + +• **PruneProposal** = ``"prune_proposal"`` + +#### Defined in + +[middleware/types.ts:63532](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63532) + +___ + +### PurgeKeys + +• **PurgeKeys** = ``"purge_keys"`` + +#### Defined in + +[middleware/types.ts:63533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63533) + +___ + +### PushBenefit + +• **PushBenefit** = ``"push_benefit"`` + +#### Defined in + +[middleware/types.ts:63534](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63534) + +___ + +### PutCode + +• **PutCode** = ``"put_code"`` + +#### Defined in + +[middleware/types.ts:63535](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63535) + +___ + +### QuitPortfolioCustody + +• **QuitPortfolioCustody** = ``"quit_portfolio_custody"`` + +#### Defined in + +[middleware/types.ts:63536](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63536) + +___ + +### ReapStash + +• **ReapStash** = ``"reap_stash"`` + +#### Defined in + +[middleware/types.ts:63537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63537) + +___ + +### Rebond + +• **Rebond** = ``"rebond"`` + +#### Defined in + +[middleware/types.ts:63538](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63538) + +___ + +### ReceiverAffirmTransaction + +• **ReceiverAffirmTransaction** = ``"receiver_affirm_transaction"`` + +#### Defined in + +[middleware/types.ts:63539](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63539) + +___ + +### ReceiverUnaffirmTransaction + +• **ReceiverUnaffirmTransaction** = ``"receiver_unaffirm_transaction"`` + +#### Defined in + +[middleware/types.ts:63540](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63540) + +___ + +### Reclaim + +• **Reclaim** = ``"reclaim"`` + +#### Defined in + +[middleware/types.ts:63541](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63541) + +___ + +### Redeem + +• **Redeem** = ``"redeem"`` + +#### Defined in + +[middleware/types.ts:63542](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63542) + +___ + +### RedeemFrom + +• **RedeemFrom** = ``"redeem_from"`` + +#### Defined in + +[middleware/types.ts:63543](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63543) + +___ + +### RedeemFromPortfolio + +• **RedeemFromPortfolio** = ``"redeem_from_portfolio"`` + +#### Defined in + +[middleware/types.ts:63544](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63544) + +___ + +### RedeemNft + +• **RedeemNft** = ``"redeem_nft"`` + +#### Defined in + +[middleware/types.ts:63545](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63545) + +___ + +### RegisterAndSetLocalAssetMetadata + +• **RegisterAndSetLocalAssetMetadata** = ``"register_and_set_local_asset_metadata"`` + +#### Defined in + +[middleware/types.ts:63546](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63546) + +___ + +### RegisterAssetMetadataGlobalType + +• **RegisterAssetMetadataGlobalType** = ``"register_asset_metadata_global_type"`` + +#### Defined in + +[middleware/types.ts:63547](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63547) + +___ + +### RegisterAssetMetadataLocalType + +• **RegisterAssetMetadataLocalType** = ``"register_asset_metadata_local_type"`` + +#### Defined in + +[middleware/types.ts:63548](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63548) + +___ + +### RegisterCustomAssetType + +• **RegisterCustomAssetType** = ``"register_custom_asset_type"`` + +#### Defined in + +[middleware/types.ts:63549](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63549) + +___ + +### RegisterCustomClaimType + +• **RegisterCustomClaimType** = ``"register_custom_claim_type"`` + +#### Defined in + +[middleware/types.ts:63550](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63550) + +___ + +### RegisterDid + +• **RegisterDid** = ``"register_did"`` + +#### Defined in + +[middleware/types.ts:63551](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63551) + +___ + +### RegisterTicker + +• **RegisterTicker** = ``"register_ticker"`` + +#### Defined in + +[middleware/types.ts:63552](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63552) + +___ + +### RegisterUniqueTicker + +• **RegisterUniqueTicker** = ``"register_unique_ticker"`` + +#### Defined in + +[middleware/types.ts:63553](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63553) + +___ + +### Reimbursement + +• **Reimbursement** = ``"reimbursement"`` + +#### Defined in + +[middleware/types.ts:63554](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63554) + +___ + +### Reject + +• **Reject** = ``"reject"`` + +#### Defined in + +[middleware/types.ts:63555](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63555) + +___ + +### RejectAsIdentity + +• **RejectAsIdentity** = ``"reject_as_identity"`` + +#### Defined in + +[middleware/types.ts:63556](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63556) + +___ + +### RejectAsKey + +• **RejectAsKey** = ``"reject_as_key"`` + +#### Defined in + +[middleware/types.ts:63557](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63557) + +___ + +### RejectInstruction + +• **RejectInstruction** = ``"reject_instruction"`` + +#### Defined in + +[middleware/types.ts:63558](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63558) + +___ + +### RejectInstructionAsMediator + +• **RejectInstructionAsMediator** = ``"reject_instruction_as_mediator"`` + +#### Defined in + +[middleware/types.ts:63559](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63559) + +___ + +### RejectInstructionV2 + +• **RejectInstructionV2** = ``"reject_instruction_v2"`` + +#### Defined in + +[middleware/types.ts:63560](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63560) + +___ + +### RejectInstructionWithCount + +• **RejectInstructionWithCount** = ``"reject_instruction_with_count"`` + +#### Defined in + +[middleware/types.ts:63561](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63561) + +___ + +### RejectProposal + +• **RejectProposal** = ``"reject_proposal"`` + +#### Defined in + +[middleware/types.ts:63562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63562) + +___ + +### RejectReferendum + +• **RejectReferendum** = ``"reject_referendum"`` + +#### Defined in + +[middleware/types.ts:63563](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63563) + +___ + +### RejectTransaction + +• **RejectTransaction** = ``"reject_transaction"`` + +#### Defined in + +[middleware/types.ts:63564](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63564) + +___ + +### RelayTx + +• **RelayTx** = ``"relay_tx"`` + +#### Defined in + +[middleware/types.ts:63565](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63565) + +___ + +### Remark + +• **Remark** = ``"remark"`` + +#### Defined in + +[middleware/types.ts:63566](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63566) + +___ + +### RemarkWithEvent + +• **RemarkWithEvent** = ``"remark_with_event"`` + +#### Defined in + +[middleware/types.ts:63567](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63567) + +___ + +### RemoveActiveRule + +• **RemoveActiveRule** = ``"remove_active_rule"`` + +#### Defined in + +[middleware/types.ts:63568](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63568) + +___ + +### RemoveAdmin + +• **RemoveAdmin** = ``"remove_admin"`` + +#### Defined in + +[middleware/types.ts:63569](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63569) + +___ + +### RemoveAdminViaAdmin + +• **RemoveAdminViaAdmin** = ``"remove_admin_via_admin"`` + +#### Defined in + +[middleware/types.ts:63570](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63570) + +___ + +### RemoveAgent + +• **RemoveAgent** = ``"remove_agent"`` + +#### Defined in + +[middleware/types.ts:63571](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63571) + +___ + +### RemoveAssetAffirmationExemption + +• **RemoveAssetAffirmationExemption** = ``"remove_asset_affirmation_exemption"`` + +#### Defined in + +[middleware/types.ts:63572](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63572) + +___ + +### RemoveAssetPreApproval + +• **RemoveAssetPreApproval** = ``"remove_asset_pre_approval"`` + +#### Defined in + +[middleware/types.ts:63573](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63573) + +___ + +### RemoveAuthorization + +• **RemoveAuthorization** = ``"remove_authorization"`` + +#### Defined in + +[middleware/types.ts:63574](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63574) + +___ + +### RemoveBallot + +• **RemoveBallot** = ``"remove_ballot"`` + +#### Defined in + +[middleware/types.ts:63575](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63575) + +___ + +### RemoveCa + +• **RemoveCa** = ``"remove_ca"`` + +#### Defined in + +[middleware/types.ts:63576](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63576) + +___ + +### RemoveCode + +• **RemoveCode** = ``"remove_code"`` + +#### Defined in + +[middleware/types.ts:63577](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63577) + +___ + +### RemoveComplianceRequirement + +• **RemoveComplianceRequirement** = ``"remove_compliance_requirement"`` + +#### Defined in + +[middleware/types.ts:63578](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63578) + +___ + +### RemoveCreatorControls + +• **RemoveCreatorControls** = ``"remove_creator_controls"`` + +#### Defined in + +[middleware/types.ts:63579](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63579) + +___ + +### RemoveDefaultTrustedClaimIssuer + +• **RemoveDefaultTrustedClaimIssuer** = ``"remove_default_trusted_claim_issuer"`` + +#### Defined in + +[middleware/types.ts:63580](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63580) + +___ + +### RemoveDistribution + +• **RemoveDistribution** = ``"remove_distribution"`` + +#### Defined in + +[middleware/types.ts:63581](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63581) + +___ + +### RemoveDocuments + +• **RemoveDocuments** = ``"remove_documents"`` + +#### Defined in + +[middleware/types.ts:63582](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63582) + +___ + +### RemoveExemptedEntities + +• **RemoveExemptedEntities** = ``"remove_exempted_entities"`` + +#### Defined in + +[middleware/types.ts:63583](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63583) + +___ + +### RemoveFreezeAdmin + +• **RemoveFreezeAdmin** = ``"remove_freeze_admin"`` + +#### Defined in + +[middleware/types.ts:63584](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63584) + +___ + +### RemoveLocalMetadataKey + +• **RemoveLocalMetadataKey** = ``"remove_local_metadata_key"`` + +#### Defined in + +[middleware/types.ts:63585](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63585) + +___ + +### RemoveMandatoryMediators + +• **RemoveMandatoryMediators** = ``"remove_mandatory_mediators"`` + +#### Defined in + +[middleware/types.ts:63586](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63586) + +___ + +### RemoveMember + +• **RemoveMember** = ``"remove_member"`` + +#### Defined in + +[middleware/types.ts:63587](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63587) + +___ + +### RemoveMetadataValue + +• **RemoveMetadataValue** = ``"remove_metadata_value"`` + +#### Defined in + +[middleware/types.ts:63588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63588) + +___ + +### RemoveMultisigSigner + +• **RemoveMultisigSigner** = ``"remove_multisig_signer"`` + +#### Defined in + +[middleware/types.ts:63589](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63589) + +___ + +### RemoveMultisigSigners + +• **RemoveMultisigSigners** = ``"remove_multisig_signers"`` + +#### Defined in + +[middleware/types.ts:63590](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63590) + +___ + +### RemoveMultisigSignersViaAdmin + +• **RemoveMultisigSignersViaAdmin** = ``"remove_multisig_signers_via_admin"`` + +#### Defined in + +[middleware/types.ts:63591](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63591) + +___ + +### RemoveMultisigSignersViaCreator + +• **RemoveMultisigSignersViaCreator** = ``"remove_multisig_signers_via_creator"`` + +#### Defined in + +[middleware/types.ts:63592](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63592) + +___ + +### RemovePayer + +• **RemovePayer** = ``"remove_payer"`` + +#### Defined in + +[middleware/types.ts:63593](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63593) + +___ + +### RemovePayerViaPayer + +• **RemovePayerViaPayer** = ``"remove_payer_via_payer"`` + +#### Defined in + +[middleware/types.ts:63594](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63594) + +___ + +### RemovePayingKey + +• **RemovePayingKey** = ``"remove_paying_key"`` + +#### Defined in + +[middleware/types.ts:63595](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63595) + +___ + +### RemovePermissionedValidator + +• **RemovePermissionedValidator** = ``"remove_permissioned_validator"`` + +#### Defined in + +[middleware/types.ts:63596](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63596) + +___ + +### RemovePortfolioPreApproval + +• **RemovePortfolioPreApproval** = ``"remove_portfolio_pre_approval"`` + +#### Defined in + +[middleware/types.ts:63597](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63597) + +___ + +### RemovePrimaryIssuanceAgent + +• **RemovePrimaryIssuanceAgent** = ``"remove_primary_issuance_agent"`` + +#### Defined in + +[middleware/types.ts:63598](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63598) + +___ + +### RemoveSchedule + +• **RemoveSchedule** = ``"remove_schedule"`` + +#### Defined in + +[middleware/types.ts:63599](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63599) + +___ + +### RemoveSecondaryKeys + +• **RemoveSecondaryKeys** = ``"remove_secondary_keys"`` + +#### Defined in + +[middleware/types.ts:63600](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63600) + +___ + +### RemoveSecondaryKeysOld + +• **RemoveSecondaryKeysOld** = ``"remove_secondary_keys_old"`` + +#### Defined in + +[middleware/types.ts:63601](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63601) + +___ + +### RemoveSigningKeys + +• **RemoveSigningKeys** = ``"remove_signing_keys"`` + +#### Defined in + +[middleware/types.ts:63602](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63602) + +___ + +### RemoveSmartExtension + +• **RemoveSmartExtension** = ``"remove_smart_extension"`` + +#### Defined in + +[middleware/types.ts:63603](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63603) + +___ + +### RemoveTickerAffirmationExemption + +• **RemoveTickerAffirmationExemption** = ``"remove_ticker_affirmation_exemption"`` + +#### Defined in + +[middleware/types.ts:63604](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63604) + +___ + +### RemoveTickerPreApproval + +• **RemoveTickerPreApproval** = ``"remove_ticker_pre_approval"`` + +#### Defined in + +[middleware/types.ts:63605](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63605) + +___ + +### RemoveTransferManager + +• **RemoveTransferManager** = ``"remove_transfer_manager"`` + +#### Defined in + +[middleware/types.ts:63606](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63606) + +___ + +### RemoveTxs + +• **RemoveTxs** = ``"remove_txs"`` + +#### Defined in + +[middleware/types.ts:63607](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63607) + +___ + +### RenameAsset + +• **RenameAsset** = ``"rename_asset"`` + +#### Defined in + +[middleware/types.ts:63608](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63608) + +___ + +### RenamePortfolio + +• **RenamePortfolio** = ``"rename_portfolio"`` + +#### Defined in + +[middleware/types.ts:63609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63609) + +___ + +### ReplaceAssetCompliance + +• **ReplaceAssetCompliance** = ``"replace_asset_compliance"`` + +#### Defined in + +[middleware/types.ts:63610](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63610) + +___ + +### ReplaceAssetRules + +• **ReplaceAssetRules** = ``"replace_asset_rules"`` + +#### Defined in + +[middleware/types.ts:63611](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63611) + +___ + +### ReportEquivocation + +• **ReportEquivocation** = ``"report_equivocation"`` + +#### Defined in + +[middleware/types.ts:63612](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63612) + +___ + +### ReportEquivocationUnsigned + +• **ReportEquivocationUnsigned** = ``"report_equivocation_unsigned"`` + +#### Defined in + +[middleware/types.ts:63613](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63613) + +___ + +### RequestPreimage + +• **RequestPreimage** = ``"request_preimage"`` + +#### Defined in + +[middleware/types.ts:63614](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63614) + +___ + +### RescheduleExecution + +• **RescheduleExecution** = ``"reschedule_execution"`` + +#### Defined in + +[middleware/types.ts:63615](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63615) + +___ + +### RescheduleInstruction + +• **RescheduleInstruction** = ``"reschedule_instruction"`` + +#### Defined in + +[middleware/types.ts:63616](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63616) + +___ + +### ReserveClassicTicker + +• **ReserveClassicTicker** = ``"reserve_classic_ticker"`` + +#### Defined in + +[middleware/types.ts:63617](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63617) + +___ + +### ResetActiveRules + +• **ResetActiveRules** = ``"reset_active_rules"`` + +#### Defined in + +[middleware/types.ts:63618](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63618) + +___ + +### ResetAssetCompliance + +• **ResetAssetCompliance** = ``"reset_asset_compliance"`` + +#### Defined in + +[middleware/types.ts:63619](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63619) + +___ + +### ResetCaa + +• **ResetCaa** = ``"reset_caa"`` + +#### Defined in + +[middleware/types.ts:63620](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63620) + +___ + +### ResetMembers + +• **ResetMembers** = ``"reset_members"`` + +#### Defined in + +[middleware/types.ts:63621](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63621) + +___ + +### ResumeAssetCompliance + +• **ResumeAssetCompliance** = ``"resume_asset_compliance"`` + +#### Defined in + +[middleware/types.ts:63622](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63622) + +___ + +### ResumeAssetRules + +• **ResumeAssetRules** = ``"resume_asset_rules"`` + +#### Defined in + +[middleware/types.ts:63623](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63623) + +___ + +### RevokeClaim + +• **RevokeClaim** = ``"revoke_claim"`` + +#### Defined in + +[middleware/types.ts:63624](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63624) + +___ + +### RevokeClaimByIndex + +• **RevokeClaimByIndex** = ``"revoke_claim_by_index"`` + +#### Defined in + +[middleware/types.ts:63625](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63625) + +___ + +### RevokeCreatePortfoliosPermission + +• **RevokeCreatePortfoliosPermission** = ``"revoke_create_portfolios_permission"`` + +#### Defined in + +[middleware/types.ts:63626](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63626) + +___ + +### RevokeOffchainAuthorization + +• **RevokeOffchainAuthorization** = ``"revoke_offchain_authorization"`` + +#### Defined in + +[middleware/types.ts:63627](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63627) + +___ + +### RotatePrimaryKeyToSecondary + +• **RotatePrimaryKeyToSecondary** = ``"rotate_primary_key_to_secondary"`` + +#### Defined in + +[middleware/types.ts:63628](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63628) + +___ + +### ScaleValidatorCount + +• **ScaleValidatorCount** = ``"scale_validator_count"`` + +#### Defined in + +[middleware/types.ts:63629](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63629) + +___ + +### Schedule + +• **Schedule** = ``"schedule"`` + +#### Defined in + +[middleware/types.ts:63630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63630) + +___ + +### ScheduleAfter + +• **ScheduleAfter** = ``"schedule_after"`` + +#### Defined in + +[middleware/types.ts:63631](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63631) + +___ + +### ScheduleNamed + +• **ScheduleNamed** = ``"schedule_named"`` + +#### Defined in + +[middleware/types.ts:63632](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63632) + +___ + +### ScheduleNamedAfter + +• **ScheduleNamedAfter** = ``"schedule_named_after"`` + +#### Defined in + +[middleware/types.ts:63633](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63633) + +___ + +### SenderAffirmTransaction + +• **SenderAffirmTransaction** = ``"sender_affirm_transaction"`` + +#### Defined in + +[middleware/types.ts:63634](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63634) + +___ + +### SenderUnaffirmTransaction + +• **SenderUnaffirmTransaction** = ``"sender_unaffirm_transaction"`` + +#### Defined in + +[middleware/types.ts:63635](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63635) + +___ + +### Set + +• **Set** = ``"set"`` + +#### Defined in + +[middleware/types.ts:63636](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63636) + +___ + +### SetAccountAssetFrozen + +• **SetAccountAssetFrozen** = ``"set_account_asset_frozen"`` + +#### Defined in + +[middleware/types.ts:63637](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63637) + +___ + +### SetActiveAssetStats + +• **SetActiveAssetStats** = ``"set_active_asset_stats"`` + +#### Defined in + +[middleware/types.ts:63638](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63638) + +___ + +### SetActiveMembersLimit + +• **SetActiveMembersLimit** = ``"set_active_members_limit"`` + +#### Defined in + +[middleware/types.ts:63639](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63639) + +___ + +### SetActivePipLimit + +• **SetActivePipLimit** = ``"set_active_pip_limit"`` + +#### Defined in + +[middleware/types.ts:63640](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63640) + +___ + +### SetAssetFrozen + +• **SetAssetFrozen** = ``"set_asset_frozen"`` + +#### Defined in + +[middleware/types.ts:63641](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63641) + +___ + +### SetAssetMetadata + +• **SetAssetMetadata** = ``"set_asset_metadata"`` + +#### Defined in + +[middleware/types.ts:63642](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63642) + +___ + +### SetAssetMetadataDetails + +• **SetAssetMetadataDetails** = ``"set_asset_metadata_details"`` + +#### Defined in + +[middleware/types.ts:63643](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63643) + +___ + +### SetAssetTransferCompliance + +• **SetAssetTransferCompliance** = ``"set_asset_transfer_compliance"`` + +#### Defined in + +[middleware/types.ts:63644](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63644) + +___ + +### SetBalance + +• **SetBalance** = ``"set_balance"`` + +#### Defined in + +[middleware/types.ts:63645](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63645) + +___ + +### SetChangesTrieConfig + +• **SetChangesTrieConfig** = ``"set_changes_trie_config"`` + +#### Defined in + +[middleware/types.ts:63646](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63646) + +___ + +### SetCode + +• **SetCode** = ``"set_code"`` + +#### Defined in + +[middleware/types.ts:63647](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63647) + +___ + +### SetCodeWithoutChecks + +• **SetCodeWithoutChecks** = ``"set_code_without_checks"`` + +#### Defined in + +[middleware/types.ts:63648](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63648) + +___ + +### SetCommissionCap + +• **SetCommissionCap** = ``"set_commission_cap"`` + +#### Defined in + +[middleware/types.ts:63649](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63649) + +___ + +### SetController + +• **SetController** = ``"set_controller"`` + +#### Defined in + +[middleware/types.ts:63650](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63650) + +___ + +### SetDefaultEnactmentPeriod + +• **SetDefaultEnactmentPeriod** = ``"set_default_enactment_period"`` + +#### Defined in + +[middleware/types.ts:63651](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63651) + +___ + +### SetDefaultTargets + +• **SetDefaultTargets** = ``"set_default_targets"`` + +#### Defined in + +[middleware/types.ts:63652](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63652) + +___ + +### SetDefaultWithholdingTax + +• **SetDefaultWithholdingTax** = ``"set_default_withholding_tax"`` + +#### Defined in + +[middleware/types.ts:63653](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63653) + +___ + +### SetDidWithholdingTax + +• **SetDidWithholdingTax** = ``"set_did_withholding_tax"`` + +#### Defined in + +[middleware/types.ts:63654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63654) + +___ + +### SetEmergencyElectionResult + +• **SetEmergencyElectionResult** = ``"set_emergency_election_result"`` + +#### Defined in + +[middleware/types.ts:63655](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63655) + +___ + +### SetEntitiesExempt + +• **SetEntitiesExempt** = ``"set_entities_exempt"`` + +#### Defined in + +[middleware/types.ts:63656](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63656) + +___ + +### SetExpiresAfter + +• **SetExpiresAfter** = ``"set_expires_after"`` + +#### Defined in + +[middleware/types.ts:63657](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63657) + +___ + +### SetFundingRound + +• **SetFundingRound** = ``"set_funding_round"`` + +#### Defined in + +[middleware/types.ts:63658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63658) + +___ + +### SetGlobalCommission + +• **SetGlobalCommission** = ``"set_global_commission"`` + +#### Defined in + +[middleware/types.ts:63659](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63659) + +___ + +### SetGroupPermissions + +• **SetGroupPermissions** = ``"set_group_permissions"`` + +#### Defined in + +[middleware/types.ts:63660](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63660) + +___ + +### SetHeapPages + +• **SetHeapPages** = ``"set_heap_pages"`` + +#### Defined in + +[middleware/types.ts:63661](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63661) + +___ + +### SetHistoryDepth + +• **SetHistoryDepth** = ``"set_history_depth"`` + +#### Defined in + +[middleware/types.ts:63662](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63662) + +___ + +### SetInvulnerables + +• **SetInvulnerables** = ``"set_invulnerables"`` + +#### Defined in + +[middleware/types.ts:63663](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63663) + +___ + +### SetItnRewardStatus + +• **SetItnRewardStatus** = ``"set_itn_reward_status"`` + +#### Defined in + +[middleware/types.ts:63664](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63664) + +___ + +### SetKey + +• **SetKey** = ``"set_key"`` + +#### Defined in + +[middleware/types.ts:63665](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63665) + +___ + +### SetKeys + +• **SetKeys** = ``"set_keys"`` + +#### Defined in + +[middleware/types.ts:63666](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63666) + +___ + +### SetMasterKey + +• **SetMasterKey** = ``"set_master_key"`` + +#### Defined in + +[middleware/types.ts:63667](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63667) + +___ + +### SetMaxDetailsLength + +• **SetMaxDetailsLength** = ``"set_max_details_length"`` + +#### Defined in + +[middleware/types.ts:63668](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63668) + +___ + +### SetMaxPipSkipCount + +• **SetMaxPipSkipCount** = ``"set_max_pip_skip_count"`` + +#### Defined in + +[middleware/types.ts:63669](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63669) + +___ + +### SetMinBondThreshold + +• **SetMinBondThreshold** = ``"set_min_bond_threshold"`` + +#### Defined in + +[middleware/types.ts:63670](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63670) + +___ + +### SetMinCommission + +• **SetMinCommission** = ``"set_min_commission"`` + +#### Defined in + +[middleware/types.ts:63671](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63671) + +___ + +### SetMinProposalDeposit + +• **SetMinProposalDeposit** = ``"set_min_proposal_deposit"`` + +#### Defined in + +[middleware/types.ts:63672](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63672) + +___ + +### SetMinimumUntrustedScore + +• **SetMinimumUntrustedScore** = ``"set_minimum_untrusted_score"`` + +#### Defined in + +[middleware/types.ts:63673](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63673) + +___ + +### SetPayee + +• **SetPayee** = ``"set_payee"`` + +#### Defined in + +[middleware/types.ts:63674](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63674) + +___ + +### SetPayingKey + +• **SetPayingKey** = ``"set_paying_key"`` + +#### Defined in + +[middleware/types.ts:63675](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63675) + +___ + +### SetPendingPipExpiry + +• **SetPendingPipExpiry** = ``"set_pending_pip_expiry"`` + +#### Defined in + +[middleware/types.ts:63676](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63676) + +___ + +### SetPermissionToSigner + +• **SetPermissionToSigner** = ``"set_permission_to_signer"`` + +#### Defined in + +[middleware/types.ts:63677](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63677) + +___ + +### SetPrimaryKey + +• **SetPrimaryKey** = ``"set_primary_key"`` + +#### Defined in + +[middleware/types.ts:63678](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63678) + +___ + +### SetProposalCoolOffPeriod + +• **SetProposalCoolOffPeriod** = ``"set_proposal_cool_off_period"`` + +#### Defined in + +[middleware/types.ts:63679](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63679) + +___ + +### SetProposalDuration + +• **SetProposalDuration** = ``"set_proposal_duration"`` + +#### Defined in + +[middleware/types.ts:63680](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63680) + +___ + +### SetPruneHistoricalPips + +• **SetPruneHistoricalPips** = ``"set_prune_historical_pips"`` + +#### Defined in + +[middleware/types.ts:63681](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63681) + +___ + +### SetReleaseCoordinator + +• **SetReleaseCoordinator** = ``"set_release_coordinator"`` + +#### Defined in + +[middleware/types.ts:63682](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63682) + +___ + +### SetSchedulesMaxComplexity + +• **SetSchedulesMaxComplexity** = ``"set_schedules_max_complexity"`` + +#### Defined in + +[middleware/types.ts:63683](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63683) + +___ + +### SetSecondaryKeyPermissions + +• **SetSecondaryKeyPermissions** = ``"set_secondary_key_permissions"`` + +#### Defined in + +[middleware/types.ts:63684](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63684) + +___ + +### SetSignedMaxLimits + +• **SetSignedMaxLimits** = ``"set_signed_max_limits"`` + +#### Defined in + +[middleware/types.ts:63685](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63685) + +___ + +### SetStakingConfigs + +• **SetStakingConfigs** = ``"set_staking_configs"`` + +#### Defined in + +[middleware/types.ts:63686](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63686) + +___ + +### SetStorage + +• **SetStorage** = ``"set_storage"`` + +#### Defined in + +[middleware/types.ts:63687](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63687) + +___ + +### SetUncles + +• **SetUncles** = ``"set_uncles"`` + +#### Defined in + +[middleware/types.ts:63688](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63688) + +___ + +### SetValidatorCount + +• **SetValidatorCount** = ``"set_validator_count"`` + +#### Defined in + +[middleware/types.ts:63689](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63689) + +___ + +### SetVenueFiltering + +• **SetVenueFiltering** = ``"set_venue_filtering"`` + +#### Defined in + +[middleware/types.ts:63690](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63690) + +___ + +### SetVoteThreshold + +• **SetVoteThreshold** = ``"set_vote_threshold"`` + +#### Defined in + +[middleware/types.ts:63691](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63691) + +___ + +### Snapshot + +• **Snapshot** = ``"snapshot"`` + +#### Defined in + +[middleware/types.ts:63692](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63692) + +___ + +### Stop + +• **Stop** = ``"stop"`` + +#### Defined in + +[middleware/types.ts:63693](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63693) + +___ + +### Submit + +• **Submit** = ``"submit"`` + +#### Defined in + +[middleware/types.ts:63694](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63694) + +___ + +### SubmitElectionSolution + +• **SubmitElectionSolution** = ``"submit_election_solution"`` + +#### Defined in + +[middleware/types.ts:63695](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63695) + +___ + +### SubmitElectionSolutionUnsigned + +• **SubmitElectionSolutionUnsigned** = ``"submit_election_solution_unsigned"`` + +#### Defined in + +[middleware/types.ts:63696](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63696) + +___ + +### Sudo + +• **Sudo** = ``"sudo"`` + +#### Defined in + +[middleware/types.ts:63697](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63697) + +___ + +### SudoAs + +• **SudoAs** = ``"sudo_as"`` + +#### Defined in + +[middleware/types.ts:63698](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63698) + +___ + +### SudoUncheckedWeight + +• **SudoUncheckedWeight** = ``"sudo_unchecked_weight"`` + +#### Defined in + +[middleware/types.ts:63699](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63699) + +___ + +### SumbitUnsigned + +• **SumbitUnsigned** = ``"sumbit_unsigned"`` + +#### Defined in + +[middleware/types.ts:63700](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63700) + +___ + +### SwapMember + +• **SwapMember** = ``"swap_member"`` + +#### Defined in + +[middleware/types.ts:63701](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63701) + +___ + +### Transfer + +• **Transfer** = ``"transfer"`` + +#### Defined in + +[middleware/types.ts:63702](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63702) + +___ + +### TransferWithMemo + +• **TransferWithMemo** = ``"transfer_with_memo"`` + +#### Defined in + +[middleware/types.ts:63703](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63703) + +___ + +### Unbond + +• **Unbond** = ``"unbond"`` + +#### Defined in + +[middleware/types.ts:63704](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63704) + +___ + +### UnclaimReceipt + +• **UnclaimReceipt** = ``"unclaim_receipt"`` + +#### Defined in + +[middleware/types.ts:63705](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63705) + +___ + +### Unfreeze + +• **Unfreeze** = ``"unfreeze"`` + +#### Defined in + +[middleware/types.ts:63706](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63706) + +___ + +### UnfreezeFundraiser + +• **UnfreezeFundraiser** = ``"unfreeze_fundraiser"`` + +#### Defined in + +[middleware/types.ts:63707](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63707) + +___ + +### UnfreezeSecondaryKeys + +• **UnfreezeSecondaryKeys** = ``"unfreeze_secondary_keys"`` + +#### Defined in + +[middleware/types.ts:63708](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63708) + +___ + +### UnfreezeTxs + +• **UnfreezeTxs** = ``"unfreeze_txs"`` + +#### Defined in + +[middleware/types.ts:63709](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63709) + +___ + +### UnlinkChildIdentity + +• **UnlinkChildIdentity** = ``"unlink_child_identity"`` + +#### Defined in + +[middleware/types.ts:63710](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63710) + +___ + +### UnlinkTickerFromAssetId + +• **UnlinkTickerFromAssetId** = ``"unlink_ticker_from_asset_id"`` + +#### Defined in + +[middleware/types.ts:63711](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63711) + +___ + +### UnnotePreimage + +• **UnnotePreimage** = ``"unnote_preimage"`` + +#### Defined in + +[middleware/types.ts:63712](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63712) + +___ + +### UnrequestPreimage + +• **UnrequestPreimage** = ``"unrequest_preimage"`` + +#### Defined in + +[middleware/types.ts:63713](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63713) + +___ + +### UpdateAssetType + +• **UpdateAssetType** = ``"update_asset_type"`` + +#### Defined in + +[middleware/types.ts:63714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63714) + +___ + +### UpdateCallRuntimeWhitelist + +• **UpdateCallRuntimeWhitelist** = ``"update_call_runtime_whitelist"`` + +#### Defined in + +[middleware/types.ts:63715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63715) + +___ + +### UpdateIdentifiers + +• **UpdateIdentifiers** = ``"update_identifiers"`` + +#### Defined in + +[middleware/types.ts:63716](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63716) + +___ + +### UpdatePermissionedValidatorIntendedCount + +• **UpdatePermissionedValidatorIntendedCount** = ``"update_permissioned_validator_intended_count"`` + +#### Defined in + +[middleware/types.ts:63717](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63717) + +___ + +### UpdatePolyxLimit + +• **UpdatePolyxLimit** = ``"update_polyx_limit"`` + +#### Defined in + +[middleware/types.ts:63718](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63718) + +___ + +### UpdateVenueDetails + +• **UpdateVenueDetails** = ``"update_venue_details"`` + +#### Defined in + +[middleware/types.ts:63719](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63719) + +___ + +### UpdateVenueSigners + +• **UpdateVenueSigners** = ``"update_venue_signers"`` + +#### Defined in + +[middleware/types.ts:63720](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63720) + +___ + +### UpdateVenueType + +• **UpdateVenueType** = ``"update_venue_type"`` + +#### Defined in + +[middleware/types.ts:63721](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63721) + +___ + +### UpgradeApi + +• **UpgradeApi** = ``"upgrade_api"`` + +#### Defined in + +[middleware/types.ts:63722](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63722) + +___ + +### UploadCode + +• **UploadCode** = ``"upload_code"`` + +#### Defined in + +[middleware/types.ts:63723](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63723) + +___ + +### Validate + +• **Validate** = ``"validate"`` + +#### Defined in + +[middleware/types.ts:63724](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63724) + +___ + +### ValidateCddExpiryNominators + +• **ValidateCddExpiryNominators** = ``"validate_cdd_expiry_nominators"`` + +#### Defined in + +[middleware/types.ts:63725](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63725) + +___ + +### Vote + +• **Vote** = ``"vote"`` + +#### Defined in + +[middleware/types.ts:63726](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63726) + +___ + +### VoteOrPropose + +• **VoteOrPropose** = ``"vote_or_propose"`` + +#### Defined in + +[middleware/types.ts:63727](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63727) + +___ + +### WithWeight + +• **WithWeight** = ``"with_weight"`` + +#### Defined in + +[middleware/types.ts:63728](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63728) + +___ + +### WithdrawAffirmation + +• **WithdrawAffirmation** = ``"withdraw_affirmation"`` + +#### Defined in + +[middleware/types.ts:63729](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63729) + +___ + +### WithdrawAffirmationAsMediator + +• **WithdrawAffirmationAsMediator** = ``"withdraw_affirmation_as_mediator"`` + +#### Defined in + +[middleware/types.ts:63730](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63730) + +___ + +### WithdrawAffirmationV2 + +• **WithdrawAffirmationV2** = ``"withdraw_affirmation_v2"`` + +#### Defined in + +[middleware/types.ts:63731](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63731) + +___ + +### WithdrawAffirmationWithCount + +• **WithdrawAffirmationWithCount** = ``"withdraw_affirmation_with_count"`` + +#### Defined in + +[middleware/types.ts:63732](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63732) + +___ + +### WithdrawUnbonded + +• **WithdrawUnbonded** = ``"withdraw_unbonded"`` + +#### Defined in + +[middleware/types.ts:63733](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L63733) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Types/ClaimScopeTypeEnum/ClaimScopeTypeEnum.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/ClaimScopeTypeEnum/ClaimScopeTypeEnum.md new file mode 100644 index 0000000000..a4275310db --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/ClaimScopeTypeEnum/ClaimScopeTypeEnum.md @@ -0,0 +1,37 @@ +--- +id: "ClaimScopeTypeEnum" +title: "Enumeration: ClaimScopeTypeEnum" +sidebar_label: "ClaimScopeTypeEnum" +--- + +[types](../../../modules/Types/Types.md).ClaimScopeTypeEnum + +## Enumeration Members + +### Asset + +• **Asset** = ``"Asset"`` + +#### Defined in + +[middleware/typesV1.ts:5](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/typesV1.ts#L5) + +___ + +### Custom + +• **Custom** = ``"Custom"`` + +#### Defined in + +[middleware/typesV1.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/typesV1.ts#L6) + +___ + +### Identity + +• **Identity** = ``"Identity"`` + +#### Defined in + +[middleware/typesV1.ts:4](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/typesV1.ts#L4) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Types/EventIdEnum/EventIdEnum.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/EventIdEnum/EventIdEnum.md new file mode 100644 index 0000000000..c0ef1d44b9 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/EventIdEnum/EventIdEnum.md @@ -0,0 +1,4139 @@ +--- +id: "EventIdEnum" +title: "Enumeration: EventIdEnum" +sidebar_label: "EventIdEnum" +--- + +[types](../../../modules/Types/Types.md).EventIdEnum + +Events are emitted when chain state is changed. This enum represents all known events + +## Enumeration Members + +### AcceptedPayingKey + +• **AcceptedPayingKey** = ``"AcceptedPayingKey"`` + +#### Defined in + +[middleware/types.ts:79123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79123) + +___ + +### AccountAssetFrozen + +• **AccountAssetFrozen** = ``"AccountAssetFrozen"`` + +#### Defined in + +[middleware/types.ts:79124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79124) + +___ + +### AccountAssetUnfrozen + +• **AccountAssetUnfrozen** = ``"AccountAssetUnfrozen"`` + +#### Defined in + +[middleware/types.ts:79125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79125) + +___ + +### AccountBalanceBurned + +• **AccountBalanceBurned** = ``"AccountBalanceBurned"`` + +#### Defined in + +[middleware/types.ts:79126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79126) + +___ + +### AccountCreated + +• **AccountCreated** = ``"AccountCreated"`` + +#### Defined in + +[middleware/types.ts:79127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79127) + +___ + +### AccountDeposit + +• **AccountDeposit** = ``"AccountDeposit"`` + +#### Defined in + +[middleware/types.ts:79128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79128) + +___ + +### AccountDepositIncoming + +• **AccountDepositIncoming** = ``"AccountDepositIncoming"`` + +#### Defined in + +[middleware/types.ts:79129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79129) + +___ + +### AccountWithdraw + +• **AccountWithdraw** = ``"AccountWithdraw"`` + +#### Defined in + +[middleware/types.ts:79130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79130) + +___ + +### ActiveLimitChanged + +• **ActiveLimitChanged** = ``"ActiveLimitChanged"`` + +#### Defined in + +[middleware/types.ts:79131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79131) + +___ + +### ActivePipLimitChanged + +• **ActivePipLimitChanged** = ``"ActivePipLimitChanged"`` + +#### Defined in + +[middleware/types.ts:79132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79132) + +___ + +### AdminChanged + +• **AdminChanged** = ``"AdminChanged"`` + +#### Defined in + +[middleware/types.ts:79133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79133) + +___ + +### AffirmationWithdrawn + +• **AffirmationWithdrawn** = ``"AffirmationWithdrawn"`` + +#### Defined in + +[middleware/types.ts:79134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79134) + +___ + +### AgentAdded + +• **AgentAdded** = ``"AgentAdded"`` + +#### Defined in + +[middleware/types.ts:79135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79135) + +___ + +### AgentRemoved + +• **AgentRemoved** = ``"AgentRemoved"`` + +#### Defined in + +[middleware/types.ts:79136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79136) + +___ + +### AllGood + +• **AllGood** = ``"AllGood"`` + +#### Defined in + +[middleware/types.ts:79137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79137) + +___ + +### ApiHashUpdated + +• **ApiHashUpdated** = ``"ApiHashUpdated"`` + +#### Defined in + +[middleware/types.ts:79138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79138) + +___ + +### Approval + +• **Approval** = ``"Approval"`` + +#### Defined in + +[middleware/types.ts:79139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79139) + +___ + +### Approved + +• **Approved** = ``"Approved"`` + +#### Defined in + +[middleware/types.ts:79140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79140) + +___ + +### AssetAffirmationExemption + +• **AssetAffirmationExemption** = ``"AssetAffirmationExemption"`` + +#### Defined in + +[middleware/types.ts:79141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79141) + +___ + +### AssetBalanceUpdated + +• **AssetBalanceUpdated** = ``"AssetBalanceUpdated"`` + +#### Defined in + +[middleware/types.ts:79142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79142) + +___ + +### AssetCompliancePaused + +• **AssetCompliancePaused** = ``"AssetCompliancePaused"`` + +#### Defined in + +[middleware/types.ts:79143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79143) + +___ + +### AssetComplianceReplaced + +• **AssetComplianceReplaced** = ``"AssetComplianceReplaced"`` + +#### Defined in + +[middleware/types.ts:79144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79144) + +___ + +### AssetComplianceReset + +• **AssetComplianceReset** = ``"AssetComplianceReset"`` + +#### Defined in + +[middleware/types.ts:79145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79145) + +___ + +### AssetComplianceResumed + +• **AssetComplianceResumed** = ``"AssetComplianceResumed"`` + +#### Defined in + +[middleware/types.ts:79146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79146) + +___ + +### AssetCreated + +• **AssetCreated** = ``"AssetCreated"`` + +#### Defined in + +[middleware/types.ts:79147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79147) + +___ + +### AssetDidRegistered + +• **AssetDidRegistered** = ``"AssetDidRegistered"`` + +#### Defined in + +[middleware/types.ts:79148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79148) + +___ + +### AssetFrozen + +• **AssetFrozen** = ``"AssetFrozen"`` + +#### Defined in + +[middleware/types.ts:79149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79149) + +___ + +### AssetMediatorsAdded + +• **AssetMediatorsAdded** = ``"AssetMediatorsAdded"`` + +#### Defined in + +[middleware/types.ts:79150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79150) + +___ + +### AssetMediatorsRemoved + +• **AssetMediatorsRemoved** = ``"AssetMediatorsRemoved"`` + +#### Defined in + +[middleware/types.ts:79151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79151) + +___ + +### AssetOwnershipTransferred + +• **AssetOwnershipTransferred** = ``"AssetOwnershipTransferred"`` + +#### Defined in + +[middleware/types.ts:79152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79152) + +___ + +### AssetPurchased + +• **AssetPurchased** = ``"AssetPurchased"`` + +#### Defined in + +[middleware/types.ts:79153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79153) + +___ + +### AssetRenamed + +• **AssetRenamed** = ``"AssetRenamed"`` + +#### Defined in + +[middleware/types.ts:79154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79154) + +___ + +### AssetRuleChanged + +• **AssetRuleChanged** = ``"AssetRuleChanged"`` + +#### Defined in + +[middleware/types.ts:79155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79155) + +___ + +### AssetRuleRemoved + +• **AssetRuleRemoved** = ``"AssetRuleRemoved"`` + +#### Defined in + +[middleware/types.ts:79156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79156) + +___ + +### AssetRulesPaused + +• **AssetRulesPaused** = ``"AssetRulesPaused"`` + +#### Defined in + +[middleware/types.ts:79157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79157) + +___ + +### AssetRulesReplaced + +• **AssetRulesReplaced** = ``"AssetRulesReplaced"`` + +#### Defined in + +[middleware/types.ts:79158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79158) + +___ + +### AssetRulesReset + +• **AssetRulesReset** = ``"AssetRulesReset"`` + +#### Defined in + +[middleware/types.ts:79159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79159) + +___ + +### AssetRulesResumed + +• **AssetRulesResumed** = ``"AssetRulesResumed"`` + +#### Defined in + +[middleware/types.ts:79160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79160) + +___ + +### AssetStatsUpdated + +• **AssetStatsUpdated** = ``"AssetStatsUpdated"`` + +#### Defined in + +[middleware/types.ts:79161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79161) + +___ + +### AssetTypeChanged + +• **AssetTypeChanged** = ``"AssetTypeChanged"`` + +#### Defined in + +[middleware/types.ts:79162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79162) + +___ + +### AssetUnfrozen + +• **AssetUnfrozen** = ``"AssetUnfrozen"`` + +#### Defined in + +[middleware/types.ts:79163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79163) + +___ + +### AuthorizationAdded + +• **AuthorizationAdded** = ``"AuthorizationAdded"`` + +#### Defined in + +[middleware/types.ts:79164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79164) + +___ + +### AuthorizationConsumed + +• **AuthorizationConsumed** = ``"AuthorizationConsumed"`` + +#### Defined in + +[middleware/types.ts:79165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79165) + +___ + +### AuthorizationRejected + +• **AuthorizationRejected** = ``"AuthorizationRejected"`` + +#### Defined in + +[middleware/types.ts:79166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79166) + +___ + +### AuthorizationRetryLimitReached + +• **AuthorizationRetryLimitReached** = ``"AuthorizationRetryLimitReached"`` + +#### Defined in + +[middleware/types.ts:79167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79167) + +___ + +### AuthorizationRevoked + +• **AuthorizationRevoked** = ``"AuthorizationRevoked"`` + +#### Defined in + +[middleware/types.ts:79168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79168) + +___ + +### AuthorizedPayingKey + +• **AuthorizedPayingKey** = ``"AuthorizedPayingKey"`` + +#### Defined in + +[middleware/types.ts:79169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79169) + +___ + +### BalanceSet + +• **BalanceSet** = ``"BalanceSet"`` + +#### Defined in + +[middleware/types.ts:79170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79170) + +___ + +### BallotCancelled + +• **BallotCancelled** = ``"BallotCancelled"`` + +#### Defined in + +[middleware/types.ts:79171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79171) + +___ + +### BallotCreated + +• **BallotCreated** = ``"BallotCreated"`` + +#### Defined in + +[middleware/types.ts:79172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79172) + +___ + +### BatchCompleted + +• **BatchCompleted** = ``"BatchCompleted"`` + +#### Defined in + +[middleware/types.ts:79173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79173) + +___ + +### BatchCompletedOld + +• **BatchCompletedOld** = ``"BatchCompletedOld"`` + +#### Defined in + +[middleware/types.ts:79174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79174) + +___ + +### BatchCompletedWithErrors + +• **BatchCompletedWithErrors** = ``"BatchCompletedWithErrors"`` + +#### Defined in + +[middleware/types.ts:79175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79175) + +___ + +### BatchInterrupted + +• **BatchInterrupted** = ``"BatchInterrupted"`` + +#### Defined in + +[middleware/types.ts:79176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79176) + +___ + +### BatchInterruptedOld + +• **BatchInterruptedOld** = ``"BatchInterruptedOld"`` + +#### Defined in + +[middleware/types.ts:79177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79177) + +___ + +### BatchOptimisticFailed + +• **BatchOptimisticFailed** = ``"BatchOptimisticFailed"`` + +#### Defined in + +[middleware/types.ts:79178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79178) + +___ + +### BenefitClaimed + +• **BenefitClaimed** = ``"BenefitClaimed"`` + +#### Defined in + +[middleware/types.ts:79179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79179) + +___ + +### Bonded + +• **Bonded** = ``"Bonded"`` + +#### Defined in + +[middleware/types.ts:79180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79180) + +___ + +### BridgeLimitUpdated + +• **BridgeLimitUpdated** = ``"BridgeLimitUpdated"`` + +#### Defined in + +[middleware/types.ts:79181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79181) + +___ + +### BridgeTxFailed + +• **BridgeTxFailed** = ``"BridgeTxFailed"`` + +#### Defined in + +[middleware/types.ts:79182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79182) + +___ + +### BridgeTxScheduleFailed + +• **BridgeTxScheduleFailed** = ``"BridgeTxScheduleFailed"`` + +#### Defined in + +[middleware/types.ts:79183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79183) + +___ + +### BridgeTxScheduled + +• **BridgeTxScheduled** = ``"BridgeTxScheduled"`` + +#### Defined in + +[middleware/types.ts:79184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79184) + +___ + +### Bridged + +• **Bridged** = ``"Bridged"`` + +#### Defined in + +[middleware/types.ts:79185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79185) + +___ + +### Burned + +• **Burned** = ``"Burned"`` + +#### Defined in + +[middleware/types.ts:79186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79186) + +___ + +### CaInitiated + +• **CaInitiated** = ``"CAInitiated"`` + +#### Defined in + +[middleware/types.ts:79188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79188) + +___ + +### CaLinkedToDoc + +• **CaLinkedToDoc** = ``"CALinkedToDoc"`` + +#### Defined in + +[middleware/types.ts:79189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79189) + +___ + +### CaRemoved + +• **CaRemoved** = ``"CARemoved"`` + +#### Defined in + +[middleware/types.ts:79190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79190) + +___ + +### CaaTransferred + +• **CaaTransferred** = ``"CAATransferred"`` + +#### Defined in + +[middleware/types.ts:79187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79187) + +___ + +### CallLookupFailed + +• **CallLookupFailed** = ``"CallLookupFailed"`` + +#### Defined in + +[middleware/types.ts:79191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79191) + +___ + +### CallUnavailable + +• **CallUnavailable** = ``"CallUnavailable"`` + +#### Defined in + +[middleware/types.ts:79192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79192) + +___ + +### Called + +• **Called** = ``"Called"`` + +#### Defined in + +[middleware/types.ts:79193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79193) + +___ + +### Canceled + +• **Canceled** = ``"Canceled"`` + +#### Defined in + +[middleware/types.ts:79194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79194) + +___ + +### CddClaimsInvalidated + +• **CddClaimsInvalidated** = ``"CddClaimsInvalidated"`` + +#### Defined in + +[middleware/types.ts:79195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79195) + +___ + +### CddRequirementForMasterKeyUpdated + +• **CddRequirementForMasterKeyUpdated** = ``"CddRequirementForMasterKeyUpdated"`` + +#### Defined in + +[middleware/types.ts:79196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79196) + +___ + +### CddRequirementForPrimaryKeyUpdated + +• **CddRequirementForPrimaryKeyUpdated** = ``"CddRequirementForPrimaryKeyUpdated"`` + +#### Defined in + +[middleware/types.ts:79197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79197) + +___ + +### CddStatus + +• **CddStatus** = ``"CddStatus"`` + +#### Defined in + +[middleware/types.ts:79198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79198) + +___ + +### CheckpointCreated + +• **CheckpointCreated** = ``"CheckpointCreated"`` + +#### Defined in + +[middleware/types.ts:79199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79199) + +___ + +### ChildDidCreated + +• **ChildDidCreated** = ``"ChildDidCreated"`` + +#### Defined in + +[middleware/types.ts:79200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79200) + +___ + +### ChildDidUnlinked + +• **ChildDidUnlinked** = ``"ChildDidUnlinked"`` + +#### Defined in + +[middleware/types.ts:79201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79201) + +___ + +### Chilled + +• **Chilled** = ``"Chilled"`` + +#### Defined in + +[middleware/types.ts:79202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79202) + +___ + +### ClaimAdded + +• **ClaimAdded** = ``"ClaimAdded"`` + +#### Defined in + +[middleware/types.ts:79203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79203) + +___ + +### ClaimRevoked + +• **ClaimRevoked** = ``"ClaimRevoked"`` + +#### Defined in + +[middleware/types.ts:79204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79204) + +___ + +### ClassicTickerClaimed + +• **ClassicTickerClaimed** = ``"ClassicTickerClaimed"`` + +#### Defined in + +[middleware/types.ts:79205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79205) + +___ + +### Cleared + +• **Cleared** = ``"Cleared"`` + +#### Defined in + +[middleware/types.ts:79206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79206) + +___ + +### Closed + +• **Closed** = ``"Closed"`` + +#### Defined in + +[middleware/types.ts:79207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79207) + +___ + +### CodeRemoved + +• **CodeRemoved** = ``"CodeRemoved"`` + +#### Defined in + +[middleware/types.ts:79208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79208) + +___ + +### CodeStored + +• **CodeStored** = ``"CodeStored"`` + +#### Defined in + +[middleware/types.ts:79209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79209) + +___ + +### CodeUpdated + +• **CodeUpdated** = ``"CodeUpdated"`` + +#### Defined in + +[middleware/types.ts:79210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79210) + +___ + +### CoefficientSet + +• **CoefficientSet** = ``"CoefficientSet"`` + +#### Defined in + +[middleware/types.ts:79211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79211) + +___ + +### CommissionCapUpdated + +• **CommissionCapUpdated** = ``"CommissionCapUpdated"`` + +#### Defined in + +[middleware/types.ts:79212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79212) + +___ + +### ComplianceRequirementChanged + +• **ComplianceRequirementChanged** = ``"ComplianceRequirementChanged"`` + +#### Defined in + +[middleware/types.ts:79213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79213) + +___ + +### ComplianceRequirementCreated + +• **ComplianceRequirementCreated** = ``"ComplianceRequirementCreated"`` + +#### Defined in + +[middleware/types.ts:79214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79214) + +___ + +### ComplianceRequirementRemoved + +• **ComplianceRequirementRemoved** = ``"ComplianceRequirementRemoved"`` + +#### Defined in + +[middleware/types.ts:79215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79215) + +___ + +### ContractCodeUpdated + +• **ContractCodeUpdated** = ``"ContractCodeUpdated"`` + +#### Defined in + +[middleware/types.ts:79216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79216) + +___ + +### ContractEmitted + +• **ContractEmitted** = ``"ContractEmitted"`` + +#### Defined in + +[middleware/types.ts:79217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79217) + +___ + +### ContractExecution + +• **ContractExecution** = ``"ContractExecution"`` + +#### Defined in + +[middleware/types.ts:79218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79218) + +___ + +### ControllerChanged + +• **ControllerChanged** = ``"ControllerChanged"`` + +#### Defined in + +[middleware/types.ts:79219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79219) + +___ + +### ControllerRedemption + +• **ControllerRedemption** = ``"ControllerRedemption"`` + +#### Defined in + +[middleware/types.ts:79220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79220) + +___ + +### ControllerTransfer + +• **ControllerTransfer** = ``"ControllerTransfer"`` + +#### Defined in + +[middleware/types.ts:79221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79221) + +___ + +### Created + +• **Created** = ``"Created"`` + +#### Defined in + +[middleware/types.ts:79222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79222) + +___ + +### CustodyAllowanceChanged + +• **CustodyAllowanceChanged** = ``"CustodyAllowanceChanged"`` + +#### Defined in + +[middleware/types.ts:79223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79223) + +___ + +### CustodyTransfer + +• **CustodyTransfer** = ``"CustodyTransfer"`` + +#### Defined in + +[middleware/types.ts:79224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79224) + +___ + +### CustomAssetTypeExists + +• **CustomAssetTypeExists** = ``"CustomAssetTypeExists"`` + +#### Defined in + +[middleware/types.ts:79225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79225) + +___ + +### CustomAssetTypeRegistered + +• **CustomAssetTypeRegistered** = ``"CustomAssetTypeRegistered"`` + +#### Defined in + +[middleware/types.ts:79226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79226) + +___ + +### CustomClaimTypeAdded + +• **CustomClaimTypeAdded** = ``"CustomClaimTypeAdded"`` + +#### Defined in + +[middleware/types.ts:79227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79227) + +___ + +### DefaultEnactmentPeriodChanged + +• **DefaultEnactmentPeriodChanged** = ``"DefaultEnactmentPeriodChanged"`` + +#### Defined in + +[middleware/types.ts:79228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79228) + +___ + +### DefaultTargetIdentitiesChanged + +• **DefaultTargetIdentitiesChanged** = ``"DefaultTargetIdentitiesChanged"`` + +#### Defined in + +[middleware/types.ts:79229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79229) + +___ + +### DefaultWithholdingTaxChanged + +• **DefaultWithholdingTaxChanged** = ``"DefaultWithholdingTaxChanged"`` + +#### Defined in + +[middleware/types.ts:79230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79230) + +___ + +### DelegateCalled + +• **DelegateCalled** = ``"DelegateCalled"`` + +#### Defined in + +[middleware/types.ts:79231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79231) + +___ + +### DidCreated + +• **DidCreated** = ``"DidCreated"`` + +#### Defined in + +[middleware/types.ts:79232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79232) + +___ + +### DidStatus + +• **DidStatus** = ``"DidStatus"`` + +#### Defined in + +[middleware/types.ts:79233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79233) + +___ + +### DidWithholdingTaxChanged + +• **DidWithholdingTaxChanged** = ``"DidWithholdingTaxChanged"`` + +#### Defined in + +[middleware/types.ts:79234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79234) + +___ + +### Dispatched + +• **Dispatched** = ``"Dispatched"`` + +#### Defined in + +[middleware/types.ts:79235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79235) + +___ + +### DispatchedAs + +• **DispatchedAs** = ``"DispatchedAs"`` + +#### Defined in + +[middleware/types.ts:79236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79236) + +___ + +### DividendCanceled + +• **DividendCanceled** = ``"DividendCanceled"`` + +#### Defined in + +[middleware/types.ts:79237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79237) + +___ + +### DividendCreated + +• **DividendCreated** = ``"DividendCreated"`` + +#### Defined in + +[middleware/types.ts:79238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79238) + +___ + +### DividendPaidOutToUser + +• **DividendPaidOutToUser** = ``"DividendPaidOutToUser"`` + +#### Defined in + +[middleware/types.ts:79239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79239) + +___ + +### DividendRemainingClaimed + +• **DividendRemainingClaimed** = ``"DividendRemainingClaimed"`` + +#### Defined in + +[middleware/types.ts:79240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79240) + +___ + +### DivisibilityChanged + +• **DivisibilityChanged** = ``"DivisibilityChanged"`` + +#### Defined in + +[middleware/types.ts:79241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79241) + +___ + +### DocumentAdded + +• **DocumentAdded** = ``"DocumentAdded"`` + +#### Defined in + +[middleware/types.ts:79242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79242) + +___ + +### DocumentRemoved + +• **DocumentRemoved** = ``"DocumentRemoved"`` + +#### Defined in + +[middleware/types.ts:79243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79243) + +___ + +### Dummy + +• **Dummy** = ``"Dummy"`` + +#### Defined in + +[middleware/types.ts:79244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79244) + +___ + +### ElectionFailed + +• **ElectionFailed** = ``"ElectionFailed"`` + +#### Defined in + +[middleware/types.ts:79245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79245) + +___ + +### ElectionFinalized + +• **ElectionFinalized** = ``"ElectionFinalized"`` + +#### Defined in + +[middleware/types.ts:79246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79246) + +___ + +### Endowed + +• **Endowed** = ``"Endowed"`` + +#### Defined in + +[middleware/types.ts:79247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79247) + +___ + +### EraPaid + +• **EraPaid** = ``"EraPaid"`` + +#### Defined in + +[middleware/types.ts:79248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79248) + +___ + +### EraPayout + +• **EraPayout** = ``"EraPayout"`` + +#### Defined in + +[middleware/types.ts:79249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79249) + +___ + +### Evicted + +• **Evicted** = ``"Evicted"`` + +#### Defined in + +[middleware/types.ts:79250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79250) + +___ + +### Executed + +• **Executed** = ``"Executed"`` + +#### Defined in + +[middleware/types.ts:79251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79251) + +___ + +### ExecutionCancellingFailed + +• **ExecutionCancellingFailed** = ``"ExecutionCancellingFailed"`` + +#### Defined in + +[middleware/types.ts:79252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79252) + +___ + +### ExecutionScheduled + +• **ExecutionScheduled** = ``"ExecutionScheduled"`` + +#### Defined in + +[middleware/types.ts:79253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79253) + +___ + +### ExecutionSchedulingFailed + +• **ExecutionSchedulingFailed** = ``"ExecutionSchedulingFailed"`` + +#### Defined in + +[middleware/types.ts:79254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79254) + +___ + +### ExemptedUpdated + +• **ExemptedUpdated** = ``"ExemptedUpdated"`` + +#### Defined in + +[middleware/types.ts:79255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79255) + +___ + +### ExemptionListModified + +• **ExemptionListModified** = ``"ExemptionListModified"`` + +#### Defined in + +[middleware/types.ts:79256](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79256) + +___ + +### ExemptionsAdded + +• **ExemptionsAdded** = ``"ExemptionsAdded"`` + +#### Defined in + +[middleware/types.ts:79257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79257) + +___ + +### ExemptionsRemoved + +• **ExemptionsRemoved** = ``"ExemptionsRemoved"`` + +#### Defined in + +[middleware/types.ts:79258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79258) + +___ + +### ExpiresAfterUpdated + +• **ExpiresAfterUpdated** = ``"ExpiresAfterUpdated"`` + +#### Defined in + +[middleware/types.ts:79259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79259) + +___ + +### ExpiryScheduled + +• **ExpiryScheduled** = ``"ExpiryScheduled"`` + +#### Defined in + +[middleware/types.ts:79260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79260) + +___ + +### ExpirySchedulingFailed + +• **ExpirySchedulingFailed** = ``"ExpirySchedulingFailed"`` + +#### Defined in + +[middleware/types.ts:79261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79261) + +___ + +### ExtensionAdded + +• **ExtensionAdded** = ``"ExtensionAdded"`` + +#### Defined in + +[middleware/types.ts:79262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79262) + +___ + +### ExtensionArchived + +• **ExtensionArchived** = ``"ExtensionArchived"`` + +#### Defined in + +[middleware/types.ts:79263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79263) + +___ + +### ExtensionRemoved + +• **ExtensionRemoved** = ``"ExtensionRemoved"`` + +#### Defined in + +[middleware/types.ts:79264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79264) + +___ + +### ExtensionUnArchive + +• **ExtensionUnArchive** = ``"ExtensionUnArchive"`` + +#### Defined in + +[middleware/types.ts:79265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79265) + +___ + +### ExtrinsicFailed + +• **ExtrinsicFailed** = ``"ExtrinsicFailed"`` + +#### Defined in + +[middleware/types.ts:79266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79266) + +___ + +### ExtrinsicSuccess + +• **ExtrinsicSuccess** = ``"ExtrinsicSuccess"`` + +#### Defined in + +[middleware/types.ts:79267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79267) + +___ + +### FailedToExecuteInstruction + +• **FailedToExecuteInstruction** = ``"FailedToExecuteInstruction"`` + +#### Defined in + +[middleware/types.ts:79268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79268) + +___ + +### FeeCharged + +• **FeeCharged** = ``"FeeCharged"`` + +#### Defined in + +[middleware/types.ts:79269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79269) + +___ + +### FeeSet + +• **FeeSet** = ``"FeeSet"`` + +#### Defined in + +[middleware/types.ts:79270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79270) + +___ + +### FinalVotes + +• **FinalVotes** = ``"FinalVotes"`` + +#### Defined in + +[middleware/types.ts:79271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79271) + +___ + +### ForceEra + +• **ForceEra** = ``"ForceEra"`` + +#### Defined in + +[middleware/types.ts:79272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79272) + +___ + +### FreezeAdminAdded + +• **FreezeAdminAdded** = ``"FreezeAdminAdded"`` + +#### Defined in + +[middleware/types.ts:79273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79273) + +___ + +### FreezeAdminRemoved + +• **FreezeAdminRemoved** = ``"FreezeAdminRemoved"`` + +#### Defined in + +[middleware/types.ts:79274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79274) + +___ + +### Frozen + +• **Frozen** = ``"Frozen"`` + +#### Defined in + +[middleware/types.ts:79275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79275) + +___ + +### FrozenTx + +• **FrozenTx** = ``"FrozenTx"`` + +#### Defined in + +[middleware/types.ts:79276](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79276) + +___ + +### FundingRoundSet + +• **FundingRoundSet** = ``"FundingRoundSet"`` + +#### Defined in + +[middleware/types.ts:79277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79277) + +___ + +### FundraiserClosed + +• **FundraiserClosed** = ``"FundraiserClosed"`` + +#### Defined in + +[middleware/types.ts:79278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79278) + +___ + +### FundraiserCreated + +• **FundraiserCreated** = ``"FundraiserCreated"`` + +#### Defined in + +[middleware/types.ts:79279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79279) + +___ + +### FundraiserFrozen + +• **FundraiserFrozen** = ``"FundraiserFrozen"`` + +#### Defined in + +[middleware/types.ts:79280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79280) + +___ + +### FundraiserUnfrozen + +• **FundraiserUnfrozen** = ``"FundraiserUnfrozen"`` + +#### Defined in + +[middleware/types.ts:79281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79281) + +___ + +### FundraiserWindowModifed + +• **FundraiserWindowModifed** = ``"FundraiserWindowModifed"`` + +#### Defined in + +[middleware/types.ts:79282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79282) + +___ + +### FundraiserWindowModified + +• **FundraiserWindowModified** = ``"FundraiserWindowModified"`` + +#### Defined in + +[middleware/types.ts:79283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79283) + +___ + +### FundsMoved + +• **FundsMoved** = ``"FundsMoved"`` + +#### Defined in + +[middleware/types.ts:79284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79284) + +___ + +### FundsMovedBetweenPortfolios + +• **FundsMovedBetweenPortfolios** = ``"FundsMovedBetweenPortfolios"`` + +#### Defined in + +[middleware/types.ts:79285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79285) + +___ + +### FundsRaised + +• **FundsRaised** = ``"FundsRaised"`` + +#### Defined in + +[middleware/types.ts:79286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79286) + +___ + +### FungibleTokensMovedBetweenPortfolios + +• **FungibleTokensMovedBetweenPortfolios** = ``"FungibleTokensMovedBetweenPortfolios"`` + +#### Defined in + +[middleware/types.ts:79287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79287) + +___ + +### GlobalCommissionUpdated + +• **GlobalCommissionUpdated** = ``"GlobalCommissionUpdated"`` + +#### Defined in + +[middleware/types.ts:79288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79288) + +___ + +### GroupChanged + +• **GroupChanged** = ``"GroupChanged"`` + +#### Defined in + +[middleware/types.ts:79289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79289) + +___ + +### GroupCreated + +• **GroupCreated** = ``"GroupCreated"`` + +#### Defined in + +[middleware/types.ts:79290](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79290) + +___ + +### GroupPermissionsUpdated + +• **GroupPermissionsUpdated** = ``"GroupPermissionsUpdated"`` + +#### Defined in + +[middleware/types.ts:79291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79291) + +___ + +### HeartbeatReceived + +• **HeartbeatReceived** = ``"HeartbeatReceived"`` + +#### Defined in + +[middleware/types.ts:79292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79292) + +___ + +### HistoricalPipsPruned + +• **HistoricalPipsPruned** = ``"HistoricalPipsPruned"`` + +#### Defined in + +[middleware/types.ts:79293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79293) + +___ + +### IdentifiersUpdated + +• **IdentifiersUpdated** = ``"IdentifiersUpdated"`` + +#### Defined in + +[middleware/types.ts:79294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79294) + +___ + +### IndexAssigned + +• **IndexAssigned** = ``"IndexAssigned"`` + +#### Defined in + +[middleware/types.ts:79295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79295) + +___ + +### IndexFreed + +• **IndexFreed** = ``"IndexFreed"`` + +#### Defined in + +[middleware/types.ts:79296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79296) + +___ + +### IndexFrozen + +• **IndexFrozen** = ``"IndexFrozen"`` + +#### Defined in + +[middleware/types.ts:79297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79297) + +___ + +### IndividualCommissionEnabled + +• **IndividualCommissionEnabled** = ``"IndividualCommissionEnabled"`` + +#### Defined in + +[middleware/types.ts:79298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79298) + +___ + +### Instantiated + +• **Instantiated** = ``"Instantiated"`` + +#### Defined in + +[middleware/types.ts:79299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79299) + +___ + +### InstantiationFeeChanged + +• **InstantiationFeeChanged** = ``"InstantiationFeeChanged"`` + +#### Defined in + +[middleware/types.ts:79300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79300) + +___ + +### InstantiationFreezed + +• **InstantiationFreezed** = ``"InstantiationFreezed"`` + +#### Defined in + +[middleware/types.ts:79301](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79301) + +___ + +### InstantiationUnFreezed + +• **InstantiationUnFreezed** = ``"InstantiationUnFreezed"`` + +#### Defined in + +[middleware/types.ts:79302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79302) + +___ + +### InstructionAffirmed + +• **InstructionAffirmed** = ``"InstructionAffirmed"`` + +#### Defined in + +[middleware/types.ts:79303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79303) + +___ + +### InstructionAuthorized + +• **InstructionAuthorized** = ``"InstructionAuthorized"`` + +#### Defined in + +[middleware/types.ts:79304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79304) + +___ + +### InstructionAutomaticallyAffirmed + +• **InstructionAutomaticallyAffirmed** = ``"InstructionAutomaticallyAffirmed"`` + +#### Defined in + +[middleware/types.ts:79305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79305) + +___ + +### InstructionCreated + +• **InstructionCreated** = ``"InstructionCreated"`` + +#### Defined in + +[middleware/types.ts:79306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79306) + +___ + +### InstructionExecuted + +• **InstructionExecuted** = ``"InstructionExecuted"`` + +#### Defined in + +[middleware/types.ts:79307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79307) + +___ + +### InstructionFailed + +• **InstructionFailed** = ``"InstructionFailed"`` + +#### Defined in + +[middleware/types.ts:79308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79308) + +___ + +### InstructionMediators + +• **InstructionMediators** = ``"InstructionMediators"`` + +#### Defined in + +[middleware/types.ts:79309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79309) + +___ + +### InstructionRejected + +• **InstructionRejected** = ``"InstructionRejected"`` + +#### Defined in + +[middleware/types.ts:79310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79310) + +___ + +### InstructionRescheduled + +• **InstructionRescheduled** = ``"InstructionRescheduled"`` + +#### Defined in + +[middleware/types.ts:79311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79311) + +___ + +### InstructionUnauthorized + +• **InstructionUnauthorized** = ``"InstructionUnauthorized"`` + +#### Defined in + +[middleware/types.ts:79312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79312) + +___ + +### InstructionV2Created + +• **InstructionV2Created** = ``"InstructionV2Created"`` + +#### Defined in + +[middleware/types.ts:79313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79313) + +___ + +### InvalidatedNominators + +• **InvalidatedNominators** = ``"InvalidatedNominators"`` + +#### Defined in + +[middleware/types.ts:79314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79314) + +___ + +### Invested + +• **Invested** = ``"Invested"`` + +#### Defined in + +[middleware/types.ts:79315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79315) + +___ + +### InvestorUniquenessClaimNotAllowed + +• **InvestorUniquenessClaimNotAllowed** = ``"InvestorUniquenessClaimNotAllowed"`` + +#### Defined in + +[middleware/types.ts:79316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79316) + +___ + +### IsIssuable + +• **IsIssuable** = ``"IsIssuable"`` + +#### Defined in + +[middleware/types.ts:79317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79317) + +___ + +### Issued + +• **Issued** = ``"Issued"`` + +#### Defined in + +[middleware/types.ts:79318](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79318) + +___ + +### IssuedNft + +• **IssuedNft** = ``"IssuedNFT"`` + +#### Defined in + +[middleware/types.ts:79319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79319) + +___ + +### ItemCompleted + +• **ItemCompleted** = ``"ItemCompleted"`` + +#### Defined in + +[middleware/types.ts:79320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79320) + +___ + +### ItemFailed + +• **ItemFailed** = ``"ItemFailed"`` + +#### Defined in + +[middleware/types.ts:79321](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79321) + +___ + +### ItnRewardClaimed + +• **ItnRewardClaimed** = ``"ItnRewardClaimed"`` + +#### Defined in + +[middleware/types.ts:79322](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79322) + +___ + +### KeyChanged + +• **KeyChanged** = ``"KeyChanged"`` + +#### Defined in + +[middleware/types.ts:79323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79323) + +___ + +### Kicked + +• **Kicked** = ``"Kicked"`` + +#### Defined in + +[middleware/types.ts:79324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79324) + +___ + +### KilledAccount + +• **KilledAccount** = ``"KilledAccount"`` + +#### Defined in + +[middleware/types.ts:79325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79325) + +___ + +### LegFailedExecution + +• **LegFailedExecution** = ``"LegFailedExecution"`` + +#### Defined in + +[middleware/types.ts:79326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79326) + +___ + +### LocalMetadataKeyDeleted + +• **LocalMetadataKeyDeleted** = ``"LocalMetadataKeyDeleted"`` + +#### Defined in + +[middleware/types.ts:79327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79327) + +___ + +### MasterKeyUpdated + +• **MasterKeyUpdated** = ``"MasterKeyUpdated"`` + +#### Defined in + +[middleware/types.ts:79328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79328) + +___ + +### MaxDetailsLengthChanged + +• **MaxDetailsLengthChanged** = ``"MaxDetailsLengthChanged"`` + +#### Defined in + +[middleware/types.ts:79329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79329) + +___ + +### MaxPipSkipCountChanged + +• **MaxPipSkipCountChanged** = ``"MaxPipSkipCountChanged"`` + +#### Defined in + +[middleware/types.ts:79330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79330) + +___ + +### MaximumSchedulesComplexityChanged + +• **MaximumSchedulesComplexityChanged** = ``"MaximumSchedulesComplexityChanged"`` + +#### Defined in + +[middleware/types.ts:79331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79331) + +___ + +### MediatorAffirmationReceived + +• **MediatorAffirmationReceived** = ``"MediatorAffirmationReceived"`` + +#### Defined in + +[middleware/types.ts:79332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79332) + +___ + +### MediatorAffirmationWithdrawn + +• **MediatorAffirmationWithdrawn** = ``"MediatorAffirmationWithdrawn"`` + +#### Defined in + +[middleware/types.ts:79333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79333) + +___ + +### MemberAdded + +• **MemberAdded** = ``"MemberAdded"`` + +#### Defined in + +[middleware/types.ts:79334](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79334) + +___ + +### MemberRemoved + +• **MemberRemoved** = ``"MemberRemoved"`` + +#### Defined in + +[middleware/types.ts:79335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79335) + +___ + +### MemberRevoked + +• **MemberRevoked** = ``"MemberRevoked"`` + +#### Defined in + +[middleware/types.ts:79336](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79336) + +___ + +### MembersReset + +• **MembersReset** = ``"MembersReset"`` + +#### Defined in + +[middleware/types.ts:79337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79337) + +___ + +### MembersSwapped + +• **MembersSwapped** = ``"MembersSwapped"`` + +#### Defined in + +[middleware/types.ts:79338](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79338) + +___ + +### MetaChanged + +• **MetaChanged** = ``"MetaChanged"`` + +#### Defined in + +[middleware/types.ts:79339](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79339) + +___ + +### MetadataValueDeleted + +• **MetadataValueDeleted** = ``"MetadataValueDeleted"`` + +#### Defined in + +[middleware/types.ts:79340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79340) + +___ + +### MinimumBondThresholdUpdated + +• **MinimumBondThresholdUpdated** = ``"MinimumBondThresholdUpdated"`` + +#### Defined in + +[middleware/types.ts:79341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79341) + +___ + +### MinimumProposalDepositChanged + +• **MinimumProposalDepositChanged** = ``"MinimumProposalDepositChanged"`` + +#### Defined in + +[middleware/types.ts:79342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79342) + +___ + +### MockInvestorUidCreated + +• **MockInvestorUidCreated** = ``"MockInvestorUIDCreated"`` + +#### Defined in + +[middleware/types.ts:79343](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79343) + +___ + +### MovedBetweenPortfolios + +• **MovedBetweenPortfolios** = ``"MovedBetweenPortfolios"`` + +#### Defined in + +[middleware/types.ts:79344](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79344) + +___ + +### MultiSigAddedAdmin + +• **MultiSigAddedAdmin** = ``"MultiSigAddedAdmin"`` + +#### Defined in + +[middleware/types.ts:79345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79345) + +___ + +### MultiSigCreated + +• **MultiSigCreated** = ``"MultiSigCreated"`` + +#### Defined in + +[middleware/types.ts:79346](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79346) + +___ + +### MultiSigRemovedAdmin + +• **MultiSigRemovedAdmin** = ``"MultiSigRemovedAdmin"`` + +#### Defined in + +[middleware/types.ts:79347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79347) + +___ + +### MultiSigRemovedPayingDid + +• **MultiSigRemovedPayingDid** = ``"MultiSigRemovedPayingDid"`` + +#### Defined in + +[middleware/types.ts:79348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79348) + +___ + +### MultiSigSignaturesRequiredChanged + +• **MultiSigSignaturesRequiredChanged** = ``"MultiSigSignaturesRequiredChanged"`` + +#### Defined in + +[middleware/types.ts:79349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79349) + +___ + +### MultiSigSignerAdded + +• **MultiSigSignerAdded** = ``"MultiSigSignerAdded"`` + +#### Defined in + +[middleware/types.ts:79350](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79350) + +___ + +### MultiSigSignerAuthorized + +• **MultiSigSignerAuthorized** = ``"MultiSigSignerAuthorized"`` + +#### Defined in + +[middleware/types.ts:79351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79351) + +___ + +### MultiSigSignerRemoved + +• **MultiSigSignerRemoved** = ``"MultiSigSignerRemoved"`` + +#### Defined in + +[middleware/types.ts:79352](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79352) + +___ + +### MultiSigSignersAuthorized + +• **MultiSigSignersAuthorized** = ``"MultiSigSignersAuthorized"`` + +#### Defined in + +[middleware/types.ts:79353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79353) + +___ + +### MultiSigSignersRemoved + +• **MultiSigSignersRemoved** = ``"MultiSigSignersRemoved"`` + +#### Defined in + +[middleware/types.ts:79354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79354) + +___ + +### MultiSigSignersRequiredChanged + +• **MultiSigSignersRequiredChanged** = ``"MultiSigSignersRequiredChanged"`` + +#### Defined in + +[middleware/types.ts:79355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79355) + +___ + +### NewAccount + +• **NewAccount** = ``"NewAccount"`` + +#### Defined in + +[middleware/types.ts:79358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79358) + +___ + +### NewAssetRuleCreated + +• **NewAssetRuleCreated** = ``"NewAssetRuleCreated"`` + +#### Defined in + +[middleware/types.ts:79359](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79359) + +___ + +### NewAuthorities + +• **NewAuthorities** = ``"NewAuthorities"`` + +#### Defined in + +[middleware/types.ts:79360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79360) + +___ + +### NewSession + +• **NewSession** = ``"NewSession"`` + +#### Defined in + +[middleware/types.ts:79361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79361) + +___ + +### NfTsMovedBetweenPortfolios + +• **NfTsMovedBetweenPortfolios** = ``"NFTsMovedBetweenPortfolios"`` + +#### Defined in + +[middleware/types.ts:79357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79357) + +___ + +### NftCollectionCreated + +• **NftCollectionCreated** = ``"NftCollectionCreated"`` + +#### Defined in + +[middleware/types.ts:79362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79362) + +___ + +### NftPortfolioUpdated + +• **NftPortfolioUpdated** = ``"NFTPortfolioUpdated"`` + +#### Defined in + +[middleware/types.ts:79356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79356) + +___ + +### Nominated + +• **Nominated** = ``"Nominated"`` + +#### Defined in + +[middleware/types.ts:79363](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79363) + +___ + +### Noted + +• **Noted** = ``"Noted"`` + +#### Defined in + +[middleware/types.ts:79364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79364) + +___ + +### OffChainAuthorizationRevoked + +• **OffChainAuthorizationRevoked** = ``"OffChainAuthorizationRevoked"`` + +#### Defined in + +[middleware/types.ts:79365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79365) + +___ + +### Offence + +• **Offence** = ``"Offence"`` + +#### Defined in + +[middleware/types.ts:79366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79366) + +___ + +### OldSlashingReportDiscarded + +• **OldSlashingReportDiscarded** = ``"OldSlashingReportDiscarded"`` + +#### Defined in + +[middleware/types.ts:79367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79367) + +___ + +### Paused + +• **Paused** = ``"Paused"`` + +#### Defined in + +[middleware/types.ts:79368](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79368) + +___ + +### PayoutStarted + +• **PayoutStarted** = ``"PayoutStarted"`` + +#### Defined in + +[middleware/types.ts:79369](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79369) + +___ + +### PendingPipExpiryChanged + +• **PendingPipExpiryChanged** = ``"PendingPipExpiryChanged"`` + +#### Defined in + +[middleware/types.ts:79370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79370) + +___ + +### PeriodicFailed + +• **PeriodicFailed** = ``"PeriodicFailed"`` + +#### Defined in + +[middleware/types.ts:79371](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79371) + +___ + +### PermanentlyOverweight + +• **PermanentlyOverweight** = ``"PermanentlyOverweight"`` + +#### Defined in + +[middleware/types.ts:79372](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79372) + +___ + +### PermissionedIdentityAdded + +• **PermissionedIdentityAdded** = ``"PermissionedIdentityAdded"`` + +#### Defined in + +[middleware/types.ts:79373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79373) + +___ + +### PermissionedIdentityRemoved + +• **PermissionedIdentityRemoved** = ``"PermissionedIdentityRemoved"`` + +#### Defined in + +[middleware/types.ts:79374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79374) + +___ + +### PermissionedValidatorAdded + +• **PermissionedValidatorAdded** = ``"PermissionedValidatorAdded"`` + +#### Defined in + +[middleware/types.ts:79375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79375) + +___ + +### PermissionedValidatorRemoved + +• **PermissionedValidatorRemoved** = ``"PermissionedValidatorRemoved"`` + +#### Defined in + +[middleware/types.ts:79376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79376) + +___ + +### PermissionedValidatorStatusChanged + +• **PermissionedValidatorStatusChanged** = ``"PermissionedValidatorStatusChanged"`` + +#### Defined in + +[middleware/types.ts:79377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79377) + +___ + +### PhaseTransitioned + +• **PhaseTransitioned** = ``"PhaseTransitioned"`` + +#### Defined in + +[middleware/types.ts:79378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79378) + +___ + +### PipClosed + +• **PipClosed** = ``"PipClosed"`` + +#### Defined in + +[middleware/types.ts:79379](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79379) + +___ + +### PipSkipped + +• **PipSkipped** = ``"PipSkipped"`` + +#### Defined in + +[middleware/types.ts:79380](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79380) + +___ + +### PlaceholderFillBlock + +• **PlaceholderFillBlock** = ``"PlaceholderFillBlock"`` + +#### Defined in + +[middleware/types.ts:79381](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79381) + +___ + +### PortfolioCreated + +• **PortfolioCreated** = ``"PortfolioCreated"`` + +#### Defined in + +[middleware/types.ts:79382](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79382) + +___ + +### PortfolioCustodianChanged + +• **PortfolioCustodianChanged** = ``"PortfolioCustodianChanged"`` + +#### Defined in + +[middleware/types.ts:79383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79383) + +___ + +### PortfolioDeleted + +• **PortfolioDeleted** = ``"PortfolioDeleted"`` + +#### Defined in + +[middleware/types.ts:79384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79384) + +___ + +### PortfolioRenamed + +• **PortfolioRenamed** = ``"PortfolioRenamed"`` + +#### Defined in + +[middleware/types.ts:79385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79385) + +___ + +### PreApprovedAsset + +• **PreApprovedAsset** = ``"PreApprovedAsset"`` + +#### Defined in + +[middleware/types.ts:79386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79386) + +___ + +### PreApprovedPortfolio + +• **PreApprovedPortfolio** = ``"PreApprovedPortfolio"`` + +#### Defined in + +[middleware/types.ts:79387](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79387) + +___ + +### PrimaryIssuanceAgentTransfered + +• **PrimaryIssuanceAgentTransfered** = ``"PrimaryIssuanceAgentTransfered"`` + +#### Defined in + +[middleware/types.ts:79388](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79388) + +___ + +### PrimaryIssuanceAgentTransferred + +• **PrimaryIssuanceAgentTransferred** = ``"PrimaryIssuanceAgentTransferred"`` + +#### Defined in + +[middleware/types.ts:79389](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79389) + +___ + +### PrimaryKeyUpdated + +• **PrimaryKeyUpdated** = ``"PrimaryKeyUpdated"`` + +#### Defined in + +[middleware/types.ts:79390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79390) + +___ + +### ProposalAdded + +• **ProposalAdded** = ``"ProposalAdded"`` + +#### Defined in + +[middleware/types.ts:79391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79391) + +___ + +### ProposalApprovalVote + +• **ProposalApprovalVote** = ``"ProposalApprovalVote"`` + +#### Defined in + +[middleware/types.ts:79392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79392) + +___ + +### ProposalApproved + +• **ProposalApproved** = ``"ProposalApproved"`` + +#### Defined in + +[middleware/types.ts:79393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79393) + +___ + +### ProposalBondAdjusted + +• **ProposalBondAdjusted** = ``"ProposalBondAdjusted"`` + +#### Defined in + +[middleware/types.ts:79394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79394) + +___ + +### ProposalCoolOffPeriodChanged + +• **ProposalCoolOffPeriodChanged** = ``"ProposalCoolOffPeriodChanged"`` + +#### Defined in + +[middleware/types.ts:79395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79395) + +___ + +### ProposalCreated + +• **ProposalCreated** = ``"ProposalCreated"`` + +#### Defined in + +[middleware/types.ts:79396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79396) + +___ + +### ProposalDetailsAmended + +• **ProposalDetailsAmended** = ``"ProposalDetailsAmended"`` + +#### Defined in + +[middleware/types.ts:79397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79397) + +___ + +### ProposalDurationChanged + +• **ProposalDurationChanged** = ``"ProposalDurationChanged"`` + +#### Defined in + +[middleware/types.ts:79398](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79398) + +___ + +### ProposalExecuted + +• **ProposalExecuted** = ``"ProposalExecuted"`` + +#### Defined in + +[middleware/types.ts:79399](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79399) + +___ + +### ProposalExecutionFailed + +• **ProposalExecutionFailed** = ``"ProposalExecutionFailed"`` + +#### Defined in + +[middleware/types.ts:79400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79400) + +___ + +### ProposalFailedToExecute + +• **ProposalFailedToExecute** = ``"ProposalFailedToExecute"`` + +#### Defined in + +[middleware/types.ts:79401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79401) + +___ + +### ProposalRefund + +• **ProposalRefund** = ``"ProposalRefund"`` + +#### Defined in + +[middleware/types.ts:79402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79402) + +___ + +### ProposalRejected + +• **ProposalRejected** = ``"ProposalRejected"`` + +#### Defined in + +[middleware/types.ts:79403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79403) + +___ + +### ProposalRejectionVote + +• **ProposalRejectionVote** = ``"ProposalRejectionVote"`` + +#### Defined in + +[middleware/types.ts:79404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79404) + +___ + +### ProposalStateUpdated + +• **ProposalStateUpdated** = ``"ProposalStateUpdated"`` + +#### Defined in + +[middleware/types.ts:79405](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79405) + +___ + +### Proposed + +• **Proposed** = ``"Proposed"`` + +#### Defined in + +[middleware/types.ts:79406](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79406) + +___ + +### PutCodeFlagChanged + +• **PutCodeFlagChanged** = ``"PutCodeFlagChanged"`` + +#### Defined in + +[middleware/types.ts:79407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79407) + +___ + +### QuorumThresholdChanged + +• **QuorumThresholdChanged** = ``"QuorumThresholdChanged"`` + +#### Defined in + +[middleware/types.ts:79408](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79408) + +___ + +### RangeChanged + +• **RangeChanged** = ``"RangeChanged"`` + +#### Defined in + +[middleware/types.ts:79410](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79410) + +___ + +### RangeProofAdded + +• **RangeProofAdded** = ``"RangeProofAdded"`` + +#### Defined in + +[middleware/types.ts:79411](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79411) + +___ + +### RangeProofVerified + +• **RangeProofVerified** = ``"RangeProofVerified"`` + +#### Defined in + +[middleware/types.ts:79412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79412) + +___ + +### RcvChanged + +• **RcvChanged** = ``"RCVChanged"`` + +#### Defined in + +[middleware/types.ts:79409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79409) + +___ + +### ReceiptClaimed + +• **ReceiptClaimed** = ``"ReceiptClaimed"`` + +#### Defined in + +[middleware/types.ts:79413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79413) + +___ + +### ReceiptUnclaimed + +• **ReceiptUnclaimed** = ``"ReceiptUnclaimed"`` + +#### Defined in + +[middleware/types.ts:79414](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79414) + +___ + +### ReceiptValidityChanged + +• **ReceiptValidityChanged** = ``"ReceiptValidityChanged"`` + +#### Defined in + +[middleware/types.ts:79415](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79415) + +___ + +### Reclaimed + +• **Reclaimed** = ``"Reclaimed"`` + +#### Defined in + +[middleware/types.ts:79416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79416) + +___ + +### RecordDateChanged + +• **RecordDateChanged** = ``"RecordDateChanged"`` + +#### Defined in + +[middleware/types.ts:79417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79417) + +___ + +### Redeemed + +• **Redeemed** = ``"Redeemed"`` + +#### Defined in + +[middleware/types.ts:79418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79418) + +___ + +### RedeemedNft + +• **RedeemedNft** = ``"RedeemedNFT"`` + +#### Defined in + +[middleware/types.ts:79419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79419) + +___ + +### ReferendumCreated + +• **ReferendumCreated** = ``"ReferendumCreated"`` + +#### Defined in + +[middleware/types.ts:79420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79420) + +___ + +### ReferendumScheduled + +• **ReferendumScheduled** = ``"ReferendumScheduled"`` + +#### Defined in + +[middleware/types.ts:79421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79421) + +___ + +### ReferendumStateUpdated + +• **ReferendumStateUpdated** = ``"ReferendumStateUpdated"`` + +#### Defined in + +[middleware/types.ts:79422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79422) + +___ + +### RegisterAssetMetadataGlobalType + +• **RegisterAssetMetadataGlobalType** = ``"RegisterAssetMetadataGlobalType"`` + +#### Defined in + +[middleware/types.ts:79423](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79423) + +___ + +### RegisterAssetMetadataLocalType + +• **RegisterAssetMetadataLocalType** = ``"RegisterAssetMetadataLocalType"`` + +#### Defined in + +[middleware/types.ts:79424](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79424) + +___ + +### Rejected + +• **Rejected** = ``"Rejected"`` + +#### Defined in + +[middleware/types.ts:79425](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79425) + +___ + +### RelayedTx + +• **RelayedTx** = ``"RelayedTx"`` + +#### Defined in + +[middleware/types.ts:79426](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79426) + +___ + +### ReleaseCoordinatorUpdated + +• **ReleaseCoordinatorUpdated** = ``"ReleaseCoordinatorUpdated"`` + +#### Defined in + +[middleware/types.ts:79427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79427) + +___ + +### Remarked + +• **Remarked** = ``"Remarked"`` + +#### Defined in + +[middleware/types.ts:79428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79428) + +___ + +### RemoveAssetAffirmationExemption + +• **RemoveAssetAffirmationExemption** = ``"RemoveAssetAffirmationExemption"`` + +#### Defined in + +[middleware/types.ts:79429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79429) + +___ + +### RemovePreApprovedAsset + +• **RemovePreApprovedAsset** = ``"RemovePreApprovedAsset"`` + +#### Defined in + +[middleware/types.ts:79430](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79430) + +___ + +### Removed + +• **Removed** = ``"Removed"`` + +#### Defined in + +[middleware/types.ts:79431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79431) + +___ + +### RemovedPayingKey + +• **RemovedPayingKey** = ``"RemovedPayingKey"`` + +#### Defined in + +[middleware/types.ts:79432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79432) + +___ + +### Requested + +• **Requested** = ``"Requested"`` + +#### Defined in + +[middleware/types.ts:79433](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79433) + +___ + +### ReserveRepatriated + +• **ReserveRepatriated** = ``"ReserveRepatriated"`` + +#### Defined in + +[middleware/types.ts:79434](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79434) + +___ + +### Reserved + +• **Reserved** = ``"Reserved"`` + +#### Defined in + +[middleware/types.ts:79435](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79435) + +___ + +### Restored + +• **Restored** = ``"Restored"`` + +#### Defined in + +[middleware/types.ts:79436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79436) + +___ + +### Resumed + +• **Resumed** = ``"Resumed"`` + +#### Defined in + +[middleware/types.ts:79437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79437) + +___ + +### RevokePreApprovedPortfolio + +• **RevokePreApprovedPortfolio** = ``"RevokePreApprovedPortfolio"`` + +#### Defined in + +[middleware/types.ts:79438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79438) + +___ + +### Reward + +• **Reward** = ``"Reward"`` + +#### Defined in + +[middleware/types.ts:79439](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79439) + +___ + +### RewardPaymentSchedulingInterrupted + +• **RewardPaymentSchedulingInterrupted** = ``"RewardPaymentSchedulingInterrupted"`` + +#### Defined in + +[middleware/types.ts:79440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79440) + +___ + +### Rewarded + +• **Rewarded** = ``"Rewarded"`` + +#### Defined in + +[middleware/types.ts:79441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79441) + +___ + +### ScRuntimeCall + +• **ScRuntimeCall** = ``"SCRuntimeCall"`` + +#### Defined in + +[middleware/types.ts:79442](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79442) + +___ + +### ScheduleCreated + +• **ScheduleCreated** = ``"ScheduleCreated"`` + +#### Defined in + +[middleware/types.ts:79443](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79443) + +___ + +### ScheduleRemoved + +• **ScheduleRemoved** = ``"ScheduleRemoved"`` + +#### Defined in + +[middleware/types.ts:79444](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79444) + +___ + +### ScheduleUpdated + +• **ScheduleUpdated** = ``"ScheduleUpdated"`` + +#### Defined in + +[middleware/types.ts:79445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79445) + +___ + +### Scheduled + +• **Scheduled** = ``"Scheduled"`` + +#### Defined in + +[middleware/types.ts:79446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79446) + +___ + +### SchedulingFailed + +• **SchedulingFailed** = ``"SchedulingFailed"`` + +#### Defined in + +[middleware/types.ts:79447](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79447) + +___ + +### SecondaryKeyLeftIdentity + +• **SecondaryKeyLeftIdentity** = ``"SecondaryKeyLeftIdentity"`` + +#### Defined in + +[middleware/types.ts:79448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79448) + +___ + +### SecondaryKeyPermissionsUpdated + +• **SecondaryKeyPermissionsUpdated** = ``"SecondaryKeyPermissionsUpdated"`` + +#### Defined in + +[middleware/types.ts:79449](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79449) + +___ + +### SecondaryKeysAdded + +• **SecondaryKeysAdded** = ``"SecondaryKeysAdded"`` + +#### Defined in + +[middleware/types.ts:79450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79450) + +___ + +### SecondaryKeysFrozen + +• **SecondaryKeysFrozen** = ``"SecondaryKeysFrozen"`` + +#### Defined in + +[middleware/types.ts:79451](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79451) + +___ + +### SecondaryKeysRemoved + +• **SecondaryKeysRemoved** = ``"SecondaryKeysRemoved"`` + +#### Defined in + +[middleware/types.ts:79452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79452) + +___ + +### SecondaryKeysUnfrozen + +• **SecondaryKeysUnfrozen** = ``"SecondaryKeysUnfrozen"`` + +#### Defined in + +[middleware/types.ts:79453](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79453) + +___ + +### SecondaryPermissionsUpdated + +• **SecondaryPermissionsUpdated** = ``"SecondaryPermissionsUpdated"`` + +#### Defined in + +[middleware/types.ts:79454](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79454) + +___ + +### SetAssetMediators + +• **SetAssetMediators** = ``"SetAssetMediators"`` + +#### Defined in + +[middleware/types.ts:79455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79455) + +___ + +### SetAssetMetadataValue + +• **SetAssetMetadataValue** = ``"SetAssetMetadataValue"`` + +#### Defined in + +[middleware/types.ts:79456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79456) + +___ + +### SetAssetMetadataValueDetails + +• **SetAssetMetadataValueDetails** = ``"SetAssetMetadataValueDetails"`` + +#### Defined in + +[middleware/types.ts:79457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79457) + +___ + +### SetAssetTransferCompliance + +• **SetAssetTransferCompliance** = ``"SetAssetTransferCompliance"`` + +#### Defined in + +[middleware/types.ts:79458](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79458) + +___ + +### SettlementManuallyExecuted + +• **SettlementManuallyExecuted** = ``"SettlementManuallyExecuted"`` + +#### Defined in + +[middleware/types.ts:79459](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79459) + +___ + +### SignerLeft + +• **SignerLeft** = ``"SignerLeft"`` + +#### Defined in + +[middleware/types.ts:79460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79460) + +___ + +### SigningKeysAdded + +• **SigningKeysAdded** = ``"SigningKeysAdded"`` + +#### Defined in + +[middleware/types.ts:79461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79461) + +___ + +### SigningKeysFrozen + +• **SigningKeysFrozen** = ``"SigningKeysFrozen"`` + +#### Defined in + +[middleware/types.ts:79462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79462) + +___ + +### SigningKeysRemoved + +• **SigningKeysRemoved** = ``"SigningKeysRemoved"`` + +#### Defined in + +[middleware/types.ts:79463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79463) + +___ + +### SigningKeysUnfrozen + +• **SigningKeysUnfrozen** = ``"SigningKeysUnfrozen"`` + +#### Defined in + +[middleware/types.ts:79464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79464) + +___ + +### SigningPermissionsUpdated + +• **SigningPermissionsUpdated** = ``"SigningPermissionsUpdated"`` + +#### Defined in + +[middleware/types.ts:79465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79465) + +___ + +### Slash + +• **Slash** = ``"Slash"`` + +#### Defined in + +[middleware/types.ts:79466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79466) + +___ + +### SlashReported + +• **SlashReported** = ``"SlashReported"`` + +#### Defined in + +[middleware/types.ts:79467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79467) + +___ + +### Slashed + +• **Slashed** = ``"Slashed"`` + +#### Defined in + +[middleware/types.ts:79468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79468) + +___ + +### SlashingAllowedForChanged + +• **SlashingAllowedForChanged** = ``"SlashingAllowedForChanged"`` + +#### Defined in + +[middleware/types.ts:79469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79469) + +___ + +### SlashingParamsUpdated + +• **SlashingParamsUpdated** = ``"SlashingParamsUpdated"`` + +#### Defined in + +[middleware/types.ts:79470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79470) + +___ + +### SnapshotCleared + +• **SnapshotCleared** = ``"SnapshotCleared"`` + +#### Defined in + +[middleware/types.ts:79471](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79471) + +___ + +### SnapshotResultsEnacted + +• **SnapshotResultsEnacted** = ``"SnapshotResultsEnacted"`` + +#### Defined in + +[middleware/types.ts:79472](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79472) + +___ + +### SnapshotTaken + +• **SnapshotTaken** = ``"SnapshotTaken"`` + +#### Defined in + +[middleware/types.ts:79473](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79473) + +___ + +### SolutionStored + +• **SolutionStored** = ``"SolutionStored"`` + +#### Defined in + +[middleware/types.ts:79474](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79474) + +___ + +### SomeOffline + +• **SomeOffline** = ``"SomeOffline"`` + +#### Defined in + +[middleware/types.ts:79475](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79475) + +___ + +### StakersElected + +• **StakersElected** = ``"StakersElected"`` + +#### Defined in + +[middleware/types.ts:79476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79476) + +___ + +### StakingElection + +• **StakingElection** = ``"StakingElection"`` + +#### Defined in + +[middleware/types.ts:79477](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79477) + +___ + +### StakingElectionFailed + +• **StakingElectionFailed** = ``"StakingElectionFailed"`` + +#### Defined in + +[middleware/types.ts:79478](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79478) + +___ + +### StatTypesAdded + +• **StatTypesAdded** = ``"StatTypesAdded"`` + +#### Defined in + +[middleware/types.ts:79479](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79479) + +___ + +### StatTypesRemoved + +• **StatTypesRemoved** = ``"StatTypesRemoved"`` + +#### Defined in + +[middleware/types.ts:79480](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79480) + +___ + +### Sudid + +• **Sudid** = ``"Sudid"`` + +#### Defined in + +[middleware/types.ts:79481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79481) + +___ + +### SudoAsDone + +• **SudoAsDone** = ``"SudoAsDone"`` + +#### Defined in + +[middleware/types.ts:79482](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79482) + +___ + +### TemplateInstantiationFeeChanged + +• **TemplateInstantiationFeeChanged** = ``"TemplateInstantiationFeeChanged"`` + +#### Defined in + +[middleware/types.ts:79483](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79483) + +___ + +### TemplateMetaUrlChanged + +• **TemplateMetaUrlChanged** = ``"TemplateMetaUrlChanged"`` + +#### Defined in + +[middleware/types.ts:79484](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79484) + +___ + +### TemplateOwnershipTransferred + +• **TemplateOwnershipTransferred** = ``"TemplateOwnershipTransferred"`` + +#### Defined in + +[middleware/types.ts:79485](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79485) + +___ + +### TemplateUsageFeeChanged + +• **TemplateUsageFeeChanged** = ``"TemplateUsageFeeChanged"`` + +#### Defined in + +[middleware/types.ts:79486](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79486) + +___ + +### Terminated + +• **Terminated** = ``"Terminated"`` + +#### Defined in + +[middleware/types.ts:79487](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79487) + +___ + +### TickerLinkedToAsset + +• **TickerLinkedToAsset** = ``"TickerLinkedToAsset"`` + +#### Defined in + +[middleware/types.ts:79488](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79488) + +___ + +### TickerRegistered + +• **TickerRegistered** = ``"TickerRegistered"`` + +#### Defined in + +[middleware/types.ts:79489](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79489) + +___ + +### TickerTransferred + +• **TickerTransferred** = ``"TickerTransferred"`` + +#### Defined in + +[middleware/types.ts:79490](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79490) + +___ + +### TickerUnlinkedFromAsset + +• **TickerUnlinkedFromAsset** = ``"TickerUnlinkedFromAsset"`` + +#### Defined in + +[middleware/types.ts:79491](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79491) + +___ + +### TimelockChanged + +• **TimelockChanged** = ``"TimelockChanged"`` + +#### Defined in + +[middleware/types.ts:79492](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79492) + +___ + +### TransactionAffirmed + +• **TransactionAffirmed** = ``"TransactionAffirmed"`` + +#### Defined in + +[middleware/types.ts:79493](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79493) + +___ + +### TransactionCreated + +• **TransactionCreated** = ``"TransactionCreated"`` + +#### Defined in + +[middleware/types.ts:79494](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79494) + +___ + +### TransactionExecuted + +• **TransactionExecuted** = ``"TransactionExecuted"`` + +#### Defined in + +[middleware/types.ts:79495](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79495) + +___ + +### TransactionFeePaid + +• **TransactionFeePaid** = ``"TransactionFeePaid"`` + +#### Defined in + +[middleware/types.ts:79496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79496) + +___ + +### TransactionRejected + +• **TransactionRejected** = ``"TransactionRejected"`` + +#### Defined in + +[middleware/types.ts:79497](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79497) + +___ + +### Transfer + +• **Transfer** = ``"Transfer"`` + +#### Defined in + +[middleware/types.ts:79498](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79498) + +___ + +### TransferConditionExemptionsAdded + +• **TransferConditionExemptionsAdded** = ``"TransferConditionExemptionsAdded"`` + +#### Defined in + +[middleware/types.ts:79499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79499) + +___ + +### TransferConditionExemptionsRemoved + +• **TransferConditionExemptionsRemoved** = ``"TransferConditionExemptionsRemoved"`` + +#### Defined in + +[middleware/types.ts:79500](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79500) + +___ + +### TransferManagerAdded + +• **TransferManagerAdded** = ``"TransferManagerAdded"`` + +#### Defined in + +[middleware/types.ts:79501](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79501) + +___ + +### TransferManagerRemoved + +• **TransferManagerRemoved** = ``"TransferManagerRemoved"`` + +#### Defined in + +[middleware/types.ts:79502](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79502) + +___ + +### TransferWithData + +• **TransferWithData** = ``"TransferWithData"`` + +#### Defined in + +[middleware/types.ts:79503](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79503) + +___ + +### TreasuryDidSet + +• **TreasuryDidSet** = ``"TreasuryDidSet"`` + +#### Defined in + +[middleware/types.ts:79504](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79504) + +___ + +### TreasuryDisbursement + +• **TreasuryDisbursement** = ``"TreasuryDisbursement"`` + +#### Defined in + +[middleware/types.ts:79505](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79505) + +___ + +### TreasuryDisbursementFailed + +• **TreasuryDisbursementFailed** = ``"TreasuryDisbursementFailed"`` + +#### Defined in + +[middleware/types.ts:79506](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79506) + +___ + +### TreasuryReimbursement + +• **TreasuryReimbursement** = ``"TreasuryReimbursement"`` + +#### Defined in + +[middleware/types.ts:79507](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79507) + +___ + +### TrustedDefaultClaimIssuerAdded + +• **TrustedDefaultClaimIssuerAdded** = ``"TrustedDefaultClaimIssuerAdded"`` + +#### Defined in + +[middleware/types.ts:79508](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79508) + +___ + +### TrustedDefaultClaimIssuerRemoved + +• **TrustedDefaultClaimIssuerRemoved** = ``"TrustedDefaultClaimIssuerRemoved"`` + +#### Defined in + +[middleware/types.ts:79509](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79509) + +___ + +### TxRemoved + +• **TxRemoved** = ``"TxRemoved"`` + +#### Defined in + +[middleware/types.ts:79510](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79510) + +___ + +### TxsHandled + +• **TxsHandled** = ``"TxsHandled"`` + +#### Defined in + +[middleware/types.ts:79511](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79511) + +___ + +### Unbonded + +• **Unbonded** = ``"Unbonded"`` + +#### Defined in + +[middleware/types.ts:79512](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79512) + +___ + +### UnexpectedError + +• **UnexpectedError** = ``"UnexpectedError"`` + +#### Defined in + +[middleware/types.ts:79513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79513) + +___ + +### Unfrozen + +• **Unfrozen** = ``"Unfrozen"`` + +#### Defined in + +[middleware/types.ts:79514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79514) + +___ + +### UnfrozenTx + +• **UnfrozenTx** = ``"UnfrozenTx"`` + +#### Defined in + +[middleware/types.ts:79515](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79515) + +___ + +### Unreserved + +• **Unreserved** = ``"Unreserved"`` + +#### Defined in + +[middleware/types.ts:79516](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79516) + +___ + +### UpdatedPolyxLimit + +• **UpdatedPolyxLimit** = ``"UpdatedPolyxLimit"`` + +#### Defined in + +[middleware/types.ts:79517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79517) + +___ + +### UserPortfolios + +• **UserPortfolios** = ``"UserPortfolios"`` + +#### Defined in + +[middleware/types.ts:79518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79518) + +___ + +### ValidatorPrefsSet + +• **ValidatorPrefsSet** = ``"ValidatorPrefsSet"`` + +#### Defined in + +[middleware/types.ts:79519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79519) + +___ + +### VenueCreated + +• **VenueCreated** = ``"VenueCreated"`` + +#### Defined in + +[middleware/types.ts:79520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79520) + +___ + +### VenueDetailsUpdated + +• **VenueDetailsUpdated** = ``"VenueDetailsUpdated"`` + +#### Defined in + +[middleware/types.ts:79521](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79521) + +___ + +### VenueFiltering + +• **VenueFiltering** = ``"VenueFiltering"`` + +#### Defined in + +[middleware/types.ts:79522](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79522) + +___ + +### VenueSignersUpdated + +• **VenueSignersUpdated** = ``"VenueSignersUpdated"`` + +#### Defined in + +[middleware/types.ts:79523](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79523) + +___ + +### VenueTypeUpdated + +• **VenueTypeUpdated** = ``"VenueTypeUpdated"`` + +#### Defined in + +[middleware/types.ts:79524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79524) + +___ + +### VenueUnauthorized + +• **VenueUnauthorized** = ``"VenueUnauthorized"`` + +#### Defined in + +[middleware/types.ts:79525](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79525) + +___ + +### VenueUpdated + +• **VenueUpdated** = ``"VenueUpdated"`` + +#### Defined in + +[middleware/types.ts:79526](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79526) + +___ + +### VenuesAllowed + +• **VenuesAllowed** = ``"VenuesAllowed"`` + +#### Defined in + +[middleware/types.ts:79527](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79527) + +___ + +### VenuesBlocked + +• **VenuesBlocked** = ``"VenuesBlocked"`` + +#### Defined in + +[middleware/types.ts:79528](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79528) + +___ + +### VoteCast + +• **VoteCast** = ``"VoteCast"`` + +#### Defined in + +[middleware/types.ts:79529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79529) + +___ + +### VoteEnactReferendum + +• **VoteEnactReferendum** = ``"VoteEnactReferendum"`` + +#### Defined in + +[middleware/types.ts:79530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79530) + +___ + +### VoteRejectReferendum + +• **VoteRejectReferendum** = ``"VoteRejectReferendum"`` + +#### Defined in + +[middleware/types.ts:79531](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79531) + +___ + +### VoteRetracted + +• **VoteRetracted** = ``"VoteRetracted"`` + +#### Defined in + +[middleware/types.ts:79532](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79532) + +___ + +### VoteThresholdUpdated + +• **VoteThresholdUpdated** = ``"VoteThresholdUpdated"`` + +#### Defined in + +[middleware/types.ts:79533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79533) + +___ + +### Voted + +• **Voted** = ``"Voted"`` + +#### Defined in + +[middleware/types.ts:79534](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79534) + +___ + +### Withdrawn + +• **Withdrawn** = ``"Withdrawn"`` + +#### Defined in + +[middleware/types.ts:79535](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L79535) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md new file mode 100644 index 0000000000..e0e0281e31 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md @@ -0,0 +1,7779 @@ +--- +id: "ExtrinsicsOrderBy" +title: "Enumeration: ExtrinsicsOrderBy" +sidebar_label: "ExtrinsicsOrderBy" +--- + +[types](../../../modules/Types/Types.md).ExtrinsicsOrderBy + +Methods to use when ordering `Extrinsic`. + +## Enumeration Members + +### AddressAsc + +• **AddressAsc** = ``"ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:80692](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80692) + +___ + +### AddressDesc + +• **AddressDesc** = ``"ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:80693](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80693) + +___ + +### BlockIdAsc + +• **BlockIdAsc** = ``"BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80694](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80694) + +___ + +### BlockIdDesc + +• **BlockIdDesc** = ``"BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80695](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80695) + +___ + +### CallIdAsc + +• **CallIdAsc** = ``"CALL_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80696](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80696) + +___ + +### CallIdDesc + +• **CallIdDesc** = ``"CALL_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80697](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80697) + +___ + +### CreatedAtAsc + +• **CreatedAtAsc** = ``"CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:80698](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80698) + +___ + +### CreatedAtDesc + +• **CreatedAtDesc** = ``"CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:80699](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80699) + +___ + +### EventsAverageAttributesAsc + +• **EventsAverageAttributesAsc** = ``"EVENTS_AVERAGE_ATTRIBUTES_ASC"`` + +#### Defined in + +[middleware/types.ts:80700](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80700) + +___ + +### EventsAverageAttributesDesc + +• **EventsAverageAttributesDesc** = ``"EVENTS_AVERAGE_ATTRIBUTES_DESC"`` + +#### Defined in + +[middleware/types.ts:80701](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80701) + +___ + +### EventsAverageAttributesTxtAsc + +• **EventsAverageAttributesTxtAsc** = ``"EVENTS_AVERAGE_ATTRIBUTES_TXT_ASC"`` + +#### Defined in + +[middleware/types.ts:80702](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80702) + +___ + +### EventsAverageAttributesTxtDesc + +• **EventsAverageAttributesTxtDesc** = ``"EVENTS_AVERAGE_ATTRIBUTES_TXT_DESC"`` + +#### Defined in + +[middleware/types.ts:80703](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80703) + +___ + +### EventsAverageBlockIdAsc + +• **EventsAverageBlockIdAsc** = ``"EVENTS_AVERAGE_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80704](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80704) + +___ + +### EventsAverageBlockIdDesc + +• **EventsAverageBlockIdDesc** = ``"EVENTS_AVERAGE_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80705](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80705) + +___ + +### EventsAverageBlockRangeAsc + +• **EventsAverageBlockRangeAsc** = ``"EVENTS_AVERAGE_BLOCK_RANGE_ASC"`` + +#### Defined in + +[middleware/types.ts:80706](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80706) + +___ + +### EventsAverageBlockRangeDesc + +• **EventsAverageBlockRangeDesc** = ``"EVENTS_AVERAGE_BLOCK_RANGE_DESC"`` + +#### Defined in + +[middleware/types.ts:80707](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80707) + +___ + +### EventsAverageClaimExpiryAsc + +• **EventsAverageClaimExpiryAsc** = ``"EVENTS_AVERAGE_CLAIM_EXPIRY_ASC"`` + +#### Defined in + +[middleware/types.ts:80708](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80708) + +___ + +### EventsAverageClaimExpiryDesc + +• **EventsAverageClaimExpiryDesc** = ``"EVENTS_AVERAGE_CLAIM_EXPIRY_DESC"`` + +#### Defined in + +[middleware/types.ts:80709](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80709) + +___ + +### EventsAverageClaimIssuerAsc + +• **EventsAverageClaimIssuerAsc** = ``"EVENTS_AVERAGE_CLAIM_ISSUER_ASC"`` + +#### Defined in + +[middleware/types.ts:80710](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80710) + +___ + +### EventsAverageClaimIssuerDesc + +• **EventsAverageClaimIssuerDesc** = ``"EVENTS_AVERAGE_CLAIM_ISSUER_DESC"`` + +#### Defined in + +[middleware/types.ts:80711](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80711) + +___ + +### EventsAverageClaimScopeAsc + +• **EventsAverageClaimScopeAsc** = ``"EVENTS_AVERAGE_CLAIM_SCOPE_ASC"`` + +#### Defined in + +[middleware/types.ts:80712](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80712) + +___ + +### EventsAverageClaimScopeDesc + +• **EventsAverageClaimScopeDesc** = ``"EVENTS_AVERAGE_CLAIM_SCOPE_DESC"`` + +#### Defined in + +[middleware/types.ts:80713](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80713) + +___ + +### EventsAverageClaimTypeAsc + +• **EventsAverageClaimTypeAsc** = ``"EVENTS_AVERAGE_CLAIM_TYPE_ASC"`` + +#### Defined in + +[middleware/types.ts:80714](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80714) + +___ + +### EventsAverageClaimTypeDesc + +• **EventsAverageClaimTypeDesc** = ``"EVENTS_AVERAGE_CLAIM_TYPE_DESC"`` + +#### Defined in + +[middleware/types.ts:80715](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80715) + +___ + +### EventsAverageCorporateActionTickerAsc + +• **EventsAverageCorporateActionTickerAsc** = ``"EVENTS_AVERAGE_CORPORATE_ACTION_TICKER_ASC"`` + +#### Defined in + +[middleware/types.ts:80716](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80716) + +___ + +### EventsAverageCorporateActionTickerDesc + +• **EventsAverageCorporateActionTickerDesc** = ``"EVENTS_AVERAGE_CORPORATE_ACTION_TICKER_DESC"`` + +#### Defined in + +[middleware/types.ts:80717](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80717) + +___ + +### EventsAverageCreatedAtAsc + +• **EventsAverageCreatedAtAsc** = ``"EVENTS_AVERAGE_CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:80718](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80718) + +___ + +### EventsAverageCreatedAtDesc + +• **EventsAverageCreatedAtDesc** = ``"EVENTS_AVERAGE_CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:80719](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80719) + +___ + +### EventsAverageEventArg\_0Asc + +• **EventsAverageEventArg\_0Asc** = ``"EVENTS_AVERAGE_EVENT_ARG_0_ASC"`` + +#### Defined in + +[middleware/types.ts:80720](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80720) + +___ + +### EventsAverageEventArg\_0Desc + +• **EventsAverageEventArg\_0Desc** = ``"EVENTS_AVERAGE_EVENT_ARG_0_DESC"`` + +#### Defined in + +[middleware/types.ts:80721](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80721) + +___ + +### EventsAverageEventArg\_1Asc + +• **EventsAverageEventArg\_1Asc** = ``"EVENTS_AVERAGE_EVENT_ARG_1_ASC"`` + +#### Defined in + +[middleware/types.ts:80722](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80722) + +___ + +### EventsAverageEventArg\_1Desc + +• **EventsAverageEventArg\_1Desc** = ``"EVENTS_AVERAGE_EVENT_ARG_1_DESC"`` + +#### Defined in + +[middleware/types.ts:80723](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80723) + +___ + +### EventsAverageEventArg\_2Asc + +• **EventsAverageEventArg\_2Asc** = ``"EVENTS_AVERAGE_EVENT_ARG_2_ASC"`` + +#### Defined in + +[middleware/types.ts:80724](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80724) + +___ + +### EventsAverageEventArg\_2Desc + +• **EventsAverageEventArg\_2Desc** = ``"EVENTS_AVERAGE_EVENT_ARG_2_DESC"`` + +#### Defined in + +[middleware/types.ts:80725](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80725) + +___ + +### EventsAverageEventArg\_3Asc + +• **EventsAverageEventArg\_3Asc** = ``"EVENTS_AVERAGE_EVENT_ARG_3_ASC"`` + +#### Defined in + +[middleware/types.ts:80726](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80726) + +___ + +### EventsAverageEventArg\_3Desc + +• **EventsAverageEventArg\_3Desc** = ``"EVENTS_AVERAGE_EVENT_ARG_3_DESC"`` + +#### Defined in + +[middleware/types.ts:80727](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80727) + +___ + +### EventsAverageEventIdAsc + +• **EventsAverageEventIdAsc** = ``"EVENTS_AVERAGE_EVENT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80730](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80730) + +___ + +### EventsAverageEventIdDesc + +• **EventsAverageEventIdDesc** = ``"EVENTS_AVERAGE_EVENT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80731](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80731) + +___ + +### EventsAverageEventIdxAsc + +• **EventsAverageEventIdxAsc** = ``"EVENTS_AVERAGE_EVENT_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:80728](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80728) + +___ + +### EventsAverageEventIdxDesc + +• **EventsAverageEventIdxDesc** = ``"EVENTS_AVERAGE_EVENT_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:80729](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80729) + +___ + +### EventsAverageExtrinsicIdAsc + +• **EventsAverageExtrinsicIdAsc** = ``"EVENTS_AVERAGE_EXTRINSIC_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80734](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80734) + +___ + +### EventsAverageExtrinsicIdDesc + +• **EventsAverageExtrinsicIdDesc** = ``"EVENTS_AVERAGE_EXTRINSIC_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80735](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80735) + +___ + +### EventsAverageExtrinsicIdxAsc + +• **EventsAverageExtrinsicIdxAsc** = ``"EVENTS_AVERAGE_EXTRINSIC_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:80732](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80732) + +___ + +### EventsAverageExtrinsicIdxDesc + +• **EventsAverageExtrinsicIdxDesc** = ``"EVENTS_AVERAGE_EXTRINSIC_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:80733](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80733) + +___ + +### EventsAverageFundraiserOfferingAssetAsc + +• **EventsAverageFundraiserOfferingAssetAsc** = ``"EVENTS_AVERAGE_FUNDRAISER_OFFERING_ASSET_ASC"`` + +#### Defined in + +[middleware/types.ts:80736](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80736) + +___ + +### EventsAverageFundraiserOfferingAssetDesc + +• **EventsAverageFundraiserOfferingAssetDesc** = ``"EVENTS_AVERAGE_FUNDRAISER_OFFERING_ASSET_DESC"`` + +#### Defined in + +[middleware/types.ts:80737](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80737) + +___ + +### EventsAverageIdAsc + +• **EventsAverageIdAsc** = ``"EVENTS_AVERAGE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80738](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80738) + +___ + +### EventsAverageIdDesc + +• **EventsAverageIdDesc** = ``"EVENTS_AVERAGE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80739) + +___ + +### EventsAverageModuleIdAsc + +• **EventsAverageModuleIdAsc** = ``"EVENTS_AVERAGE_MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80740](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80740) + +___ + +### EventsAverageModuleIdDesc + +• **EventsAverageModuleIdDesc** = ``"EVENTS_AVERAGE_MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80741](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80741) + +___ + +### EventsAverageSpecVersionIdAsc + +• **EventsAverageSpecVersionIdAsc** = ``"EVENTS_AVERAGE_SPEC_VERSION_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80742](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80742) + +___ + +### EventsAverageSpecVersionIdDesc + +• **EventsAverageSpecVersionIdDesc** = ``"EVENTS_AVERAGE_SPEC_VERSION_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80743](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80743) + +___ + +### EventsAverageTransferToAsc + +• **EventsAverageTransferToAsc** = ``"EVENTS_AVERAGE_TRANSFER_TO_ASC"`` + +#### Defined in + +[middleware/types.ts:80744](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80744) + +___ + +### EventsAverageTransferToDesc + +• **EventsAverageTransferToDesc** = ``"EVENTS_AVERAGE_TRANSFER_TO_DESC"`` + +#### Defined in + +[middleware/types.ts:80745](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80745) + +___ + +### EventsCountAsc + +• **EventsCountAsc** = ``"EVENTS_COUNT_ASC"`` + +#### Defined in + +[middleware/types.ts:80746](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80746) + +___ + +### EventsCountDesc + +• **EventsCountDesc** = ``"EVENTS_COUNT_DESC"`` + +#### Defined in + +[middleware/types.ts:80747](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80747) + +___ + +### EventsDistinctCountAttributesAsc + +• **EventsDistinctCountAttributesAsc** = ``"EVENTS_DISTINCT_COUNT_ATTRIBUTES_ASC"`` + +#### Defined in + +[middleware/types.ts:80748](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80748) + +___ + +### EventsDistinctCountAttributesDesc + +• **EventsDistinctCountAttributesDesc** = ``"EVENTS_DISTINCT_COUNT_ATTRIBUTES_DESC"`` + +#### Defined in + +[middleware/types.ts:80749](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80749) + +___ + +### EventsDistinctCountAttributesTxtAsc + +• **EventsDistinctCountAttributesTxtAsc** = ``"EVENTS_DISTINCT_COUNT_ATTRIBUTES_TXT_ASC"`` + +#### Defined in + +[middleware/types.ts:80750](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80750) + +___ + +### EventsDistinctCountAttributesTxtDesc + +• **EventsDistinctCountAttributesTxtDesc** = ``"EVENTS_DISTINCT_COUNT_ATTRIBUTES_TXT_DESC"`` + +#### Defined in + +[middleware/types.ts:80751](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80751) + +___ + +### EventsDistinctCountBlockIdAsc + +• **EventsDistinctCountBlockIdAsc** = ``"EVENTS_DISTINCT_COUNT_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80752) + +___ + +### EventsDistinctCountBlockIdDesc + +• **EventsDistinctCountBlockIdDesc** = ``"EVENTS_DISTINCT_COUNT_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80753](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80753) + +___ + +### EventsDistinctCountBlockRangeAsc + +• **EventsDistinctCountBlockRangeAsc** = ``"EVENTS_DISTINCT_COUNT_BLOCK_RANGE_ASC"`` + +#### Defined in + +[middleware/types.ts:80754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80754) + +___ + +### EventsDistinctCountBlockRangeDesc + +• **EventsDistinctCountBlockRangeDesc** = ``"EVENTS_DISTINCT_COUNT_BLOCK_RANGE_DESC"`` + +#### Defined in + +[middleware/types.ts:80755](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80755) + +___ + +### EventsDistinctCountClaimExpiryAsc + +• **EventsDistinctCountClaimExpiryAsc** = ``"EVENTS_DISTINCT_COUNT_CLAIM_EXPIRY_ASC"`` + +#### Defined in + +[middleware/types.ts:80756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80756) + +___ + +### EventsDistinctCountClaimExpiryDesc + +• **EventsDistinctCountClaimExpiryDesc** = ``"EVENTS_DISTINCT_COUNT_CLAIM_EXPIRY_DESC"`` + +#### Defined in + +[middleware/types.ts:80757](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80757) + +___ + +### EventsDistinctCountClaimIssuerAsc + +• **EventsDistinctCountClaimIssuerAsc** = ``"EVENTS_DISTINCT_COUNT_CLAIM_ISSUER_ASC"`` + +#### Defined in + +[middleware/types.ts:80758](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80758) + +___ + +### EventsDistinctCountClaimIssuerDesc + +• **EventsDistinctCountClaimIssuerDesc** = ``"EVENTS_DISTINCT_COUNT_CLAIM_ISSUER_DESC"`` + +#### Defined in + +[middleware/types.ts:80759](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80759) + +___ + +### EventsDistinctCountClaimScopeAsc + +• **EventsDistinctCountClaimScopeAsc** = ``"EVENTS_DISTINCT_COUNT_CLAIM_SCOPE_ASC"`` + +#### Defined in + +[middleware/types.ts:80760](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80760) + +___ + +### EventsDistinctCountClaimScopeDesc + +• **EventsDistinctCountClaimScopeDesc** = ``"EVENTS_DISTINCT_COUNT_CLAIM_SCOPE_DESC"`` + +#### Defined in + +[middleware/types.ts:80761](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80761) + +___ + +### EventsDistinctCountClaimTypeAsc + +• **EventsDistinctCountClaimTypeAsc** = ``"EVENTS_DISTINCT_COUNT_CLAIM_TYPE_ASC"`` + +#### Defined in + +[middleware/types.ts:80762](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80762) + +___ + +### EventsDistinctCountClaimTypeDesc + +• **EventsDistinctCountClaimTypeDesc** = ``"EVENTS_DISTINCT_COUNT_CLAIM_TYPE_DESC"`` + +#### Defined in + +[middleware/types.ts:80763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80763) + +___ + +### EventsDistinctCountCorporateActionTickerAsc + +• **EventsDistinctCountCorporateActionTickerAsc** = ``"EVENTS_DISTINCT_COUNT_CORPORATE_ACTION_TICKER_ASC"`` + +#### Defined in + +[middleware/types.ts:80764](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80764) + +___ + +### EventsDistinctCountCorporateActionTickerDesc + +• **EventsDistinctCountCorporateActionTickerDesc** = ``"EVENTS_DISTINCT_COUNT_CORPORATE_ACTION_TICKER_DESC"`` + +#### Defined in + +[middleware/types.ts:80765](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80765) + +___ + +### EventsDistinctCountCreatedAtAsc + +• **EventsDistinctCountCreatedAtAsc** = ``"EVENTS_DISTINCT_COUNT_CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:80766](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80766) + +___ + +### EventsDistinctCountCreatedAtDesc + +• **EventsDistinctCountCreatedAtDesc** = ``"EVENTS_DISTINCT_COUNT_CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:80767](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80767) + +___ + +### EventsDistinctCountEventArg\_0Asc + +• **EventsDistinctCountEventArg\_0Asc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ARG_0_ASC"`` + +#### Defined in + +[middleware/types.ts:80768](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80768) + +___ + +### EventsDistinctCountEventArg\_0Desc + +• **EventsDistinctCountEventArg\_0Desc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ARG_0_DESC"`` + +#### Defined in + +[middleware/types.ts:80769](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80769) + +___ + +### EventsDistinctCountEventArg\_1Asc + +• **EventsDistinctCountEventArg\_1Asc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ARG_1_ASC"`` + +#### Defined in + +[middleware/types.ts:80770](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80770) + +___ + +### EventsDistinctCountEventArg\_1Desc + +• **EventsDistinctCountEventArg\_1Desc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ARG_1_DESC"`` + +#### Defined in + +[middleware/types.ts:80771](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80771) + +___ + +### EventsDistinctCountEventArg\_2Asc + +• **EventsDistinctCountEventArg\_2Asc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ARG_2_ASC"`` + +#### Defined in + +[middleware/types.ts:80772](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80772) + +___ + +### EventsDistinctCountEventArg\_2Desc + +• **EventsDistinctCountEventArg\_2Desc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ARG_2_DESC"`` + +#### Defined in + +[middleware/types.ts:80773](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80773) + +___ + +### EventsDistinctCountEventArg\_3Asc + +• **EventsDistinctCountEventArg\_3Asc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ARG_3_ASC"`` + +#### Defined in + +[middleware/types.ts:80774](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80774) + +___ + +### EventsDistinctCountEventArg\_3Desc + +• **EventsDistinctCountEventArg\_3Desc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ARG_3_DESC"`` + +#### Defined in + +[middleware/types.ts:80775](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80775) + +___ + +### EventsDistinctCountEventIdAsc + +• **EventsDistinctCountEventIdAsc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80778](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80778) + +___ + +### EventsDistinctCountEventIdDesc + +• **EventsDistinctCountEventIdDesc** = ``"EVENTS_DISTINCT_COUNT_EVENT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80779](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80779) + +___ + +### EventsDistinctCountEventIdxAsc + +• **EventsDistinctCountEventIdxAsc** = ``"EVENTS_DISTINCT_COUNT_EVENT_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:80776](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80776) + +___ + +### EventsDistinctCountEventIdxDesc + +• **EventsDistinctCountEventIdxDesc** = ``"EVENTS_DISTINCT_COUNT_EVENT_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:80777](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80777) + +___ + +### EventsDistinctCountExtrinsicIdAsc + +• **EventsDistinctCountExtrinsicIdAsc** = ``"EVENTS_DISTINCT_COUNT_EXTRINSIC_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80782](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80782) + +___ + +### EventsDistinctCountExtrinsicIdDesc + +• **EventsDistinctCountExtrinsicIdDesc** = ``"EVENTS_DISTINCT_COUNT_EXTRINSIC_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80783](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80783) + +___ + +### EventsDistinctCountExtrinsicIdxAsc + +• **EventsDistinctCountExtrinsicIdxAsc** = ``"EVENTS_DISTINCT_COUNT_EXTRINSIC_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:80780](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80780) + +___ + +### EventsDistinctCountExtrinsicIdxDesc + +• **EventsDistinctCountExtrinsicIdxDesc** = ``"EVENTS_DISTINCT_COUNT_EXTRINSIC_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:80781](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80781) + +___ + +### EventsDistinctCountFundraiserOfferingAssetAsc + +• **EventsDistinctCountFundraiserOfferingAssetAsc** = ``"EVENTS_DISTINCT_COUNT_FUNDRAISER_OFFERING_ASSET_ASC"`` + +#### Defined in + +[middleware/types.ts:80784](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80784) + +___ + +### EventsDistinctCountFundraiserOfferingAssetDesc + +• **EventsDistinctCountFundraiserOfferingAssetDesc** = ``"EVENTS_DISTINCT_COUNT_FUNDRAISER_OFFERING_ASSET_DESC"`` + +#### Defined in + +[middleware/types.ts:80785](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80785) + +___ + +### EventsDistinctCountIdAsc + +• **EventsDistinctCountIdAsc** = ``"EVENTS_DISTINCT_COUNT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80786](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80786) + +___ + +### EventsDistinctCountIdDesc + +• **EventsDistinctCountIdDesc** = ``"EVENTS_DISTINCT_COUNT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80787](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80787) + +___ + +### EventsDistinctCountModuleIdAsc + +• **EventsDistinctCountModuleIdAsc** = ``"EVENTS_DISTINCT_COUNT_MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80788](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80788) + +___ + +### EventsDistinctCountModuleIdDesc + +• **EventsDistinctCountModuleIdDesc** = ``"EVENTS_DISTINCT_COUNT_MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80789](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80789) + +___ + +### EventsDistinctCountSpecVersionIdAsc + +• **EventsDistinctCountSpecVersionIdAsc** = ``"EVENTS_DISTINCT_COUNT_SPEC_VERSION_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80790](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80790) + +___ + +### EventsDistinctCountSpecVersionIdDesc + +• **EventsDistinctCountSpecVersionIdDesc** = ``"EVENTS_DISTINCT_COUNT_SPEC_VERSION_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80791](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80791) + +___ + +### EventsDistinctCountTransferToAsc + +• **EventsDistinctCountTransferToAsc** = ``"EVENTS_DISTINCT_COUNT_TRANSFER_TO_ASC"`` + +#### Defined in + +[middleware/types.ts:80792](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80792) + +___ + +### EventsDistinctCountTransferToDesc + +• **EventsDistinctCountTransferToDesc** = ``"EVENTS_DISTINCT_COUNT_TRANSFER_TO_DESC"`` + +#### Defined in + +[middleware/types.ts:80793](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80793) + +___ + +### EventsMaxAttributesAsc + +• **EventsMaxAttributesAsc** = ``"EVENTS_MAX_ATTRIBUTES_ASC"`` + +#### Defined in + +[middleware/types.ts:80794](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80794) + +___ + +### EventsMaxAttributesDesc + +• **EventsMaxAttributesDesc** = ``"EVENTS_MAX_ATTRIBUTES_DESC"`` + +#### Defined in + +[middleware/types.ts:80795](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80795) + +___ + +### EventsMaxAttributesTxtAsc + +• **EventsMaxAttributesTxtAsc** = ``"EVENTS_MAX_ATTRIBUTES_TXT_ASC"`` + +#### Defined in + +[middleware/types.ts:80796](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80796) + +___ + +### EventsMaxAttributesTxtDesc + +• **EventsMaxAttributesTxtDesc** = ``"EVENTS_MAX_ATTRIBUTES_TXT_DESC"`` + +#### Defined in + +[middleware/types.ts:80797](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80797) + +___ + +### EventsMaxBlockIdAsc + +• **EventsMaxBlockIdAsc** = ``"EVENTS_MAX_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80798](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80798) + +___ + +### EventsMaxBlockIdDesc + +• **EventsMaxBlockIdDesc** = ``"EVENTS_MAX_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80799](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80799) + +___ + +### EventsMaxBlockRangeAsc + +• **EventsMaxBlockRangeAsc** = ``"EVENTS_MAX_BLOCK_RANGE_ASC"`` + +#### Defined in + +[middleware/types.ts:80800](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80800) + +___ + +### EventsMaxBlockRangeDesc + +• **EventsMaxBlockRangeDesc** = ``"EVENTS_MAX_BLOCK_RANGE_DESC"`` + +#### Defined in + +[middleware/types.ts:80801](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80801) + +___ + +### EventsMaxClaimExpiryAsc + +• **EventsMaxClaimExpiryAsc** = ``"EVENTS_MAX_CLAIM_EXPIRY_ASC"`` + +#### Defined in + +[middleware/types.ts:80802](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80802) + +___ + +### EventsMaxClaimExpiryDesc + +• **EventsMaxClaimExpiryDesc** = ``"EVENTS_MAX_CLAIM_EXPIRY_DESC"`` + +#### Defined in + +[middleware/types.ts:80803](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80803) + +___ + +### EventsMaxClaimIssuerAsc + +• **EventsMaxClaimIssuerAsc** = ``"EVENTS_MAX_CLAIM_ISSUER_ASC"`` + +#### Defined in + +[middleware/types.ts:80804](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80804) + +___ + +### EventsMaxClaimIssuerDesc + +• **EventsMaxClaimIssuerDesc** = ``"EVENTS_MAX_CLAIM_ISSUER_DESC"`` + +#### Defined in + +[middleware/types.ts:80805](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80805) + +___ + +### EventsMaxClaimScopeAsc + +• **EventsMaxClaimScopeAsc** = ``"EVENTS_MAX_CLAIM_SCOPE_ASC"`` + +#### Defined in + +[middleware/types.ts:80806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80806) + +___ + +### EventsMaxClaimScopeDesc + +• **EventsMaxClaimScopeDesc** = ``"EVENTS_MAX_CLAIM_SCOPE_DESC"`` + +#### Defined in + +[middleware/types.ts:80807](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80807) + +___ + +### EventsMaxClaimTypeAsc + +• **EventsMaxClaimTypeAsc** = ``"EVENTS_MAX_CLAIM_TYPE_ASC"`` + +#### Defined in + +[middleware/types.ts:80808](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80808) + +___ + +### EventsMaxClaimTypeDesc + +• **EventsMaxClaimTypeDesc** = ``"EVENTS_MAX_CLAIM_TYPE_DESC"`` + +#### Defined in + +[middleware/types.ts:80809](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80809) + +___ + +### EventsMaxCorporateActionTickerAsc + +• **EventsMaxCorporateActionTickerAsc** = ``"EVENTS_MAX_CORPORATE_ACTION_TICKER_ASC"`` + +#### Defined in + +[middleware/types.ts:80810](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80810) + +___ + +### EventsMaxCorporateActionTickerDesc + +• **EventsMaxCorporateActionTickerDesc** = ``"EVENTS_MAX_CORPORATE_ACTION_TICKER_DESC"`` + +#### Defined in + +[middleware/types.ts:80811](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80811) + +___ + +### EventsMaxCreatedAtAsc + +• **EventsMaxCreatedAtAsc** = ``"EVENTS_MAX_CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:80812](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80812) + +___ + +### EventsMaxCreatedAtDesc + +• **EventsMaxCreatedAtDesc** = ``"EVENTS_MAX_CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:80813](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80813) + +___ + +### EventsMaxEventArg\_0Asc + +• **EventsMaxEventArg\_0Asc** = ``"EVENTS_MAX_EVENT_ARG_0_ASC"`` + +#### Defined in + +[middleware/types.ts:80814](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80814) + +___ + +### EventsMaxEventArg\_0Desc + +• **EventsMaxEventArg\_0Desc** = ``"EVENTS_MAX_EVENT_ARG_0_DESC"`` + +#### Defined in + +[middleware/types.ts:80815](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80815) + +___ + +### EventsMaxEventArg\_1Asc + +• **EventsMaxEventArg\_1Asc** = ``"EVENTS_MAX_EVENT_ARG_1_ASC"`` + +#### Defined in + +[middleware/types.ts:80816](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80816) + +___ + +### EventsMaxEventArg\_1Desc + +• **EventsMaxEventArg\_1Desc** = ``"EVENTS_MAX_EVENT_ARG_1_DESC"`` + +#### Defined in + +[middleware/types.ts:80817](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80817) + +___ + +### EventsMaxEventArg\_2Asc + +• **EventsMaxEventArg\_2Asc** = ``"EVENTS_MAX_EVENT_ARG_2_ASC"`` + +#### Defined in + +[middleware/types.ts:80818](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80818) + +___ + +### EventsMaxEventArg\_2Desc + +• **EventsMaxEventArg\_2Desc** = ``"EVENTS_MAX_EVENT_ARG_2_DESC"`` + +#### Defined in + +[middleware/types.ts:80819](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80819) + +___ + +### EventsMaxEventArg\_3Asc + +• **EventsMaxEventArg\_3Asc** = ``"EVENTS_MAX_EVENT_ARG_3_ASC"`` + +#### Defined in + +[middleware/types.ts:80820](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80820) + +___ + +### EventsMaxEventArg\_3Desc + +• **EventsMaxEventArg\_3Desc** = ``"EVENTS_MAX_EVENT_ARG_3_DESC"`` + +#### Defined in + +[middleware/types.ts:80821](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80821) + +___ + +### EventsMaxEventIdAsc + +• **EventsMaxEventIdAsc** = ``"EVENTS_MAX_EVENT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80824](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80824) + +___ + +### EventsMaxEventIdDesc + +• **EventsMaxEventIdDesc** = ``"EVENTS_MAX_EVENT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80825](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80825) + +___ + +### EventsMaxEventIdxAsc + +• **EventsMaxEventIdxAsc** = ``"EVENTS_MAX_EVENT_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:80822](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80822) + +___ + +### EventsMaxEventIdxDesc + +• **EventsMaxEventIdxDesc** = ``"EVENTS_MAX_EVENT_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:80823](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80823) + +___ + +### EventsMaxExtrinsicIdAsc + +• **EventsMaxExtrinsicIdAsc** = ``"EVENTS_MAX_EXTRINSIC_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80828](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80828) + +___ + +### EventsMaxExtrinsicIdDesc + +• **EventsMaxExtrinsicIdDesc** = ``"EVENTS_MAX_EXTRINSIC_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80829](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80829) + +___ + +### EventsMaxExtrinsicIdxAsc + +• **EventsMaxExtrinsicIdxAsc** = ``"EVENTS_MAX_EXTRINSIC_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:80826](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80826) + +___ + +### EventsMaxExtrinsicIdxDesc + +• **EventsMaxExtrinsicIdxDesc** = ``"EVENTS_MAX_EXTRINSIC_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:80827](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80827) + +___ + +### EventsMaxFundraiserOfferingAssetAsc + +• **EventsMaxFundraiserOfferingAssetAsc** = ``"EVENTS_MAX_FUNDRAISER_OFFERING_ASSET_ASC"`` + +#### Defined in + +[middleware/types.ts:80830](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80830) + +___ + +### EventsMaxFundraiserOfferingAssetDesc + +• **EventsMaxFundraiserOfferingAssetDesc** = ``"EVENTS_MAX_FUNDRAISER_OFFERING_ASSET_DESC"`` + +#### Defined in + +[middleware/types.ts:80831](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80831) + +___ + +### EventsMaxIdAsc + +• **EventsMaxIdAsc** = ``"EVENTS_MAX_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80832](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80832) + +___ + +### EventsMaxIdDesc + +• **EventsMaxIdDesc** = ``"EVENTS_MAX_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80833](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80833) + +___ + +### EventsMaxModuleIdAsc + +• **EventsMaxModuleIdAsc** = ``"EVENTS_MAX_MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80834](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80834) + +___ + +### EventsMaxModuleIdDesc + +• **EventsMaxModuleIdDesc** = ``"EVENTS_MAX_MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80835](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80835) + +___ + +### EventsMaxSpecVersionIdAsc + +• **EventsMaxSpecVersionIdAsc** = ``"EVENTS_MAX_SPEC_VERSION_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80836](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80836) + +___ + +### EventsMaxSpecVersionIdDesc + +• **EventsMaxSpecVersionIdDesc** = ``"EVENTS_MAX_SPEC_VERSION_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80837](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80837) + +___ + +### EventsMaxTransferToAsc + +• **EventsMaxTransferToAsc** = ``"EVENTS_MAX_TRANSFER_TO_ASC"`` + +#### Defined in + +[middleware/types.ts:80838](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80838) + +___ + +### EventsMaxTransferToDesc + +• **EventsMaxTransferToDesc** = ``"EVENTS_MAX_TRANSFER_TO_DESC"`` + +#### Defined in + +[middleware/types.ts:80839](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80839) + +___ + +### EventsMinAttributesAsc + +• **EventsMinAttributesAsc** = ``"EVENTS_MIN_ATTRIBUTES_ASC"`` + +#### Defined in + +[middleware/types.ts:80840](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80840) + +___ + +### EventsMinAttributesDesc + +• **EventsMinAttributesDesc** = ``"EVENTS_MIN_ATTRIBUTES_DESC"`` + +#### Defined in + +[middleware/types.ts:80841](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80841) + +___ + +### EventsMinAttributesTxtAsc + +• **EventsMinAttributesTxtAsc** = ``"EVENTS_MIN_ATTRIBUTES_TXT_ASC"`` + +#### Defined in + +[middleware/types.ts:80842](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80842) + +___ + +### EventsMinAttributesTxtDesc + +• **EventsMinAttributesTxtDesc** = ``"EVENTS_MIN_ATTRIBUTES_TXT_DESC"`` + +#### Defined in + +[middleware/types.ts:80843](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80843) + +___ + +### EventsMinBlockIdAsc + +• **EventsMinBlockIdAsc** = ``"EVENTS_MIN_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80844](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80844) + +___ + +### EventsMinBlockIdDesc + +• **EventsMinBlockIdDesc** = ``"EVENTS_MIN_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80845](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80845) + +___ + +### EventsMinBlockRangeAsc + +• **EventsMinBlockRangeAsc** = ``"EVENTS_MIN_BLOCK_RANGE_ASC"`` + +#### Defined in + +[middleware/types.ts:80846](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80846) + +___ + +### EventsMinBlockRangeDesc + +• **EventsMinBlockRangeDesc** = ``"EVENTS_MIN_BLOCK_RANGE_DESC"`` + +#### Defined in + +[middleware/types.ts:80847](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80847) + +___ + +### EventsMinClaimExpiryAsc + +• **EventsMinClaimExpiryAsc** = ``"EVENTS_MIN_CLAIM_EXPIRY_ASC"`` + +#### Defined in + +[middleware/types.ts:80848](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80848) + +___ + +### EventsMinClaimExpiryDesc + +• **EventsMinClaimExpiryDesc** = ``"EVENTS_MIN_CLAIM_EXPIRY_DESC"`` + +#### Defined in + +[middleware/types.ts:80849](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80849) + +___ + +### EventsMinClaimIssuerAsc + +• **EventsMinClaimIssuerAsc** = ``"EVENTS_MIN_CLAIM_ISSUER_ASC"`` + +#### Defined in + +[middleware/types.ts:80850](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80850) + +___ + +### EventsMinClaimIssuerDesc + +• **EventsMinClaimIssuerDesc** = ``"EVENTS_MIN_CLAIM_ISSUER_DESC"`` + +#### Defined in + +[middleware/types.ts:80851](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80851) + +___ + +### EventsMinClaimScopeAsc + +• **EventsMinClaimScopeAsc** = ``"EVENTS_MIN_CLAIM_SCOPE_ASC"`` + +#### Defined in + +[middleware/types.ts:80852](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80852) + +___ + +### EventsMinClaimScopeDesc + +• **EventsMinClaimScopeDesc** = ``"EVENTS_MIN_CLAIM_SCOPE_DESC"`` + +#### Defined in + +[middleware/types.ts:80853](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80853) + +___ + +### EventsMinClaimTypeAsc + +• **EventsMinClaimTypeAsc** = ``"EVENTS_MIN_CLAIM_TYPE_ASC"`` + +#### Defined in + +[middleware/types.ts:80854](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80854) + +___ + +### EventsMinClaimTypeDesc + +• **EventsMinClaimTypeDesc** = ``"EVENTS_MIN_CLAIM_TYPE_DESC"`` + +#### Defined in + +[middleware/types.ts:80855](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80855) + +___ + +### EventsMinCorporateActionTickerAsc + +• **EventsMinCorporateActionTickerAsc** = ``"EVENTS_MIN_CORPORATE_ACTION_TICKER_ASC"`` + +#### Defined in + +[middleware/types.ts:80856](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80856) + +___ + +### EventsMinCorporateActionTickerDesc + +• **EventsMinCorporateActionTickerDesc** = ``"EVENTS_MIN_CORPORATE_ACTION_TICKER_DESC"`` + +#### Defined in + +[middleware/types.ts:80857](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80857) + +___ + +### EventsMinCreatedAtAsc + +• **EventsMinCreatedAtAsc** = ``"EVENTS_MIN_CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:80858](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80858) + +___ + +### EventsMinCreatedAtDesc + +• **EventsMinCreatedAtDesc** = ``"EVENTS_MIN_CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:80859](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80859) + +___ + +### EventsMinEventArg\_0Asc + +• **EventsMinEventArg\_0Asc** = ``"EVENTS_MIN_EVENT_ARG_0_ASC"`` + +#### Defined in + +[middleware/types.ts:80860](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80860) + +___ + +### EventsMinEventArg\_0Desc + +• **EventsMinEventArg\_0Desc** = ``"EVENTS_MIN_EVENT_ARG_0_DESC"`` + +#### Defined in + +[middleware/types.ts:80861](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80861) + +___ + +### EventsMinEventArg\_1Asc + +• **EventsMinEventArg\_1Asc** = ``"EVENTS_MIN_EVENT_ARG_1_ASC"`` + +#### Defined in + +[middleware/types.ts:80862](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80862) + +___ + +### EventsMinEventArg\_1Desc + +• **EventsMinEventArg\_1Desc** = ``"EVENTS_MIN_EVENT_ARG_1_DESC"`` + +#### Defined in + +[middleware/types.ts:80863](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80863) + +___ + +### EventsMinEventArg\_2Asc + +• **EventsMinEventArg\_2Asc** = ``"EVENTS_MIN_EVENT_ARG_2_ASC"`` + +#### Defined in + +[middleware/types.ts:80864](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80864) + +___ + +### EventsMinEventArg\_2Desc + +• **EventsMinEventArg\_2Desc** = ``"EVENTS_MIN_EVENT_ARG_2_DESC"`` + +#### Defined in + +[middleware/types.ts:80865](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80865) + +___ + +### EventsMinEventArg\_3Asc + +• **EventsMinEventArg\_3Asc** = ``"EVENTS_MIN_EVENT_ARG_3_ASC"`` + +#### Defined in + +[middleware/types.ts:80866](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80866) + +___ + +### EventsMinEventArg\_3Desc + +• **EventsMinEventArg\_3Desc** = ``"EVENTS_MIN_EVENT_ARG_3_DESC"`` + +#### Defined in + +[middleware/types.ts:80867](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80867) + +___ + +### EventsMinEventIdAsc + +• **EventsMinEventIdAsc** = ``"EVENTS_MIN_EVENT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80870](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80870) + +___ + +### EventsMinEventIdDesc + +• **EventsMinEventIdDesc** = ``"EVENTS_MIN_EVENT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80871](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80871) + +___ + +### EventsMinEventIdxAsc + +• **EventsMinEventIdxAsc** = ``"EVENTS_MIN_EVENT_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:80868](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80868) + +___ + +### EventsMinEventIdxDesc + +• **EventsMinEventIdxDesc** = ``"EVENTS_MIN_EVENT_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:80869](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80869) + +___ + +### EventsMinExtrinsicIdAsc + +• **EventsMinExtrinsicIdAsc** = ``"EVENTS_MIN_EXTRINSIC_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80874](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80874) + +___ + +### EventsMinExtrinsicIdDesc + +• **EventsMinExtrinsicIdDesc** = ``"EVENTS_MIN_EXTRINSIC_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80875](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80875) + +___ + +### EventsMinExtrinsicIdxAsc + +• **EventsMinExtrinsicIdxAsc** = ``"EVENTS_MIN_EXTRINSIC_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:80872](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80872) + +___ + +### EventsMinExtrinsicIdxDesc + +• **EventsMinExtrinsicIdxDesc** = ``"EVENTS_MIN_EXTRINSIC_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:80873](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80873) + +___ + +### EventsMinFundraiserOfferingAssetAsc + +• **EventsMinFundraiserOfferingAssetAsc** = ``"EVENTS_MIN_FUNDRAISER_OFFERING_ASSET_ASC"`` + +#### Defined in + +[middleware/types.ts:80876](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80876) + +___ + +### EventsMinFundraiserOfferingAssetDesc + +• **EventsMinFundraiserOfferingAssetDesc** = ``"EVENTS_MIN_FUNDRAISER_OFFERING_ASSET_DESC"`` + +#### Defined in + +[middleware/types.ts:80877](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80877) + +___ + +### EventsMinIdAsc + +• **EventsMinIdAsc** = ``"EVENTS_MIN_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80878](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80878) + +___ + +### EventsMinIdDesc + +• **EventsMinIdDesc** = ``"EVENTS_MIN_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80879](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80879) + +___ + +### EventsMinModuleIdAsc + +• **EventsMinModuleIdAsc** = ``"EVENTS_MIN_MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80880](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80880) + +___ + +### EventsMinModuleIdDesc + +• **EventsMinModuleIdDesc** = ``"EVENTS_MIN_MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80881](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80881) + +___ + +### EventsMinSpecVersionIdAsc + +• **EventsMinSpecVersionIdAsc** = ``"EVENTS_MIN_SPEC_VERSION_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80882](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80882) + +___ + +### EventsMinSpecVersionIdDesc + +• **EventsMinSpecVersionIdDesc** = ``"EVENTS_MIN_SPEC_VERSION_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80883](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80883) + +___ + +### EventsMinTransferToAsc + +• **EventsMinTransferToAsc** = ``"EVENTS_MIN_TRANSFER_TO_ASC"`` + +#### Defined in + +[middleware/types.ts:80884](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80884) + +___ + +### EventsMinTransferToDesc + +• **EventsMinTransferToDesc** = ``"EVENTS_MIN_TRANSFER_TO_DESC"`` + +#### Defined in + +[middleware/types.ts:80885](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80885) + +___ + +### EventsStddevPopulationAttributesAsc + +• **EventsStddevPopulationAttributesAsc** = ``"EVENTS_STDDEV_POPULATION_ATTRIBUTES_ASC"`` + +#### Defined in + +[middleware/types.ts:80886](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80886) + +___ + +### EventsStddevPopulationAttributesDesc + +• **EventsStddevPopulationAttributesDesc** = ``"EVENTS_STDDEV_POPULATION_ATTRIBUTES_DESC"`` + +#### Defined in + +[middleware/types.ts:80887](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80887) + +___ + +### EventsStddevPopulationAttributesTxtAsc + +• **EventsStddevPopulationAttributesTxtAsc** = ``"EVENTS_STDDEV_POPULATION_ATTRIBUTES_TXT_ASC"`` + +#### Defined in + +[middleware/types.ts:80888](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80888) + +___ + +### EventsStddevPopulationAttributesTxtDesc + +• **EventsStddevPopulationAttributesTxtDesc** = ``"EVENTS_STDDEV_POPULATION_ATTRIBUTES_TXT_DESC"`` + +#### Defined in + +[middleware/types.ts:80889](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80889) + +___ + +### EventsStddevPopulationBlockIdAsc + +• **EventsStddevPopulationBlockIdAsc** = ``"EVENTS_STDDEV_POPULATION_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80890](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80890) + +___ + +### EventsStddevPopulationBlockIdDesc + +• **EventsStddevPopulationBlockIdDesc** = ``"EVENTS_STDDEV_POPULATION_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80891](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80891) + +___ + +### EventsStddevPopulationBlockRangeAsc + +• **EventsStddevPopulationBlockRangeAsc** = ``"EVENTS_STDDEV_POPULATION_BLOCK_RANGE_ASC"`` + +#### Defined in + +[middleware/types.ts:80892](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80892) + +___ + +### EventsStddevPopulationBlockRangeDesc + +• **EventsStddevPopulationBlockRangeDesc** = ``"EVENTS_STDDEV_POPULATION_BLOCK_RANGE_DESC"`` + +#### Defined in + +[middleware/types.ts:80893](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80893) + +___ + +### EventsStddevPopulationClaimExpiryAsc + +• **EventsStddevPopulationClaimExpiryAsc** = ``"EVENTS_STDDEV_POPULATION_CLAIM_EXPIRY_ASC"`` + +#### Defined in + +[middleware/types.ts:80894](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80894) + +___ + +### EventsStddevPopulationClaimExpiryDesc + +• **EventsStddevPopulationClaimExpiryDesc** = ``"EVENTS_STDDEV_POPULATION_CLAIM_EXPIRY_DESC"`` + +#### Defined in + +[middleware/types.ts:80895](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80895) + +___ + +### EventsStddevPopulationClaimIssuerAsc + +• **EventsStddevPopulationClaimIssuerAsc** = ``"EVENTS_STDDEV_POPULATION_CLAIM_ISSUER_ASC"`` + +#### Defined in + +[middleware/types.ts:80896](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80896) + +___ + +### EventsStddevPopulationClaimIssuerDesc + +• **EventsStddevPopulationClaimIssuerDesc** = ``"EVENTS_STDDEV_POPULATION_CLAIM_ISSUER_DESC"`` + +#### Defined in + +[middleware/types.ts:80897](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80897) + +___ + +### EventsStddevPopulationClaimScopeAsc + +• **EventsStddevPopulationClaimScopeAsc** = ``"EVENTS_STDDEV_POPULATION_CLAIM_SCOPE_ASC"`` + +#### Defined in + +[middleware/types.ts:80898](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80898) + +___ + +### EventsStddevPopulationClaimScopeDesc + +• **EventsStddevPopulationClaimScopeDesc** = ``"EVENTS_STDDEV_POPULATION_CLAIM_SCOPE_DESC"`` + +#### Defined in + +[middleware/types.ts:80899](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80899) + +___ + +### EventsStddevPopulationClaimTypeAsc + +• **EventsStddevPopulationClaimTypeAsc** = ``"EVENTS_STDDEV_POPULATION_CLAIM_TYPE_ASC"`` + +#### Defined in + +[middleware/types.ts:80900](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80900) + +___ + +### EventsStddevPopulationClaimTypeDesc + +• **EventsStddevPopulationClaimTypeDesc** = ``"EVENTS_STDDEV_POPULATION_CLAIM_TYPE_DESC"`` + +#### Defined in + +[middleware/types.ts:80901](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80901) + +___ + +### EventsStddevPopulationCorporateActionTickerAsc + +• **EventsStddevPopulationCorporateActionTickerAsc** = ``"EVENTS_STDDEV_POPULATION_CORPORATE_ACTION_TICKER_ASC"`` + +#### Defined in + +[middleware/types.ts:80902](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80902) + +___ + +### EventsStddevPopulationCorporateActionTickerDesc + +• **EventsStddevPopulationCorporateActionTickerDesc** = ``"EVENTS_STDDEV_POPULATION_CORPORATE_ACTION_TICKER_DESC"`` + +#### Defined in + +[middleware/types.ts:80903](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80903) + +___ + +### EventsStddevPopulationCreatedAtAsc + +• **EventsStddevPopulationCreatedAtAsc** = ``"EVENTS_STDDEV_POPULATION_CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:80904](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80904) + +___ + +### EventsStddevPopulationCreatedAtDesc + +• **EventsStddevPopulationCreatedAtDesc** = ``"EVENTS_STDDEV_POPULATION_CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:80905](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80905) + +___ + +### EventsStddevPopulationEventArg\_0Asc + +• **EventsStddevPopulationEventArg\_0Asc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ARG_0_ASC"`` + +#### Defined in + +[middleware/types.ts:80906](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80906) + +___ + +### EventsStddevPopulationEventArg\_0Desc + +• **EventsStddevPopulationEventArg\_0Desc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ARG_0_DESC"`` + +#### Defined in + +[middleware/types.ts:80907](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80907) + +___ + +### EventsStddevPopulationEventArg\_1Asc + +• **EventsStddevPopulationEventArg\_1Asc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ARG_1_ASC"`` + +#### Defined in + +[middleware/types.ts:80908](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80908) + +___ + +### EventsStddevPopulationEventArg\_1Desc + +• **EventsStddevPopulationEventArg\_1Desc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ARG_1_DESC"`` + +#### Defined in + +[middleware/types.ts:80909](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80909) + +___ + +### EventsStddevPopulationEventArg\_2Asc + +• **EventsStddevPopulationEventArg\_2Asc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ARG_2_ASC"`` + +#### Defined in + +[middleware/types.ts:80910](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80910) + +___ + +### EventsStddevPopulationEventArg\_2Desc + +• **EventsStddevPopulationEventArg\_2Desc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ARG_2_DESC"`` + +#### Defined in + +[middleware/types.ts:80911](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80911) + +___ + +### EventsStddevPopulationEventArg\_3Asc + +• **EventsStddevPopulationEventArg\_3Asc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ARG_3_ASC"`` + +#### Defined in + +[middleware/types.ts:80912](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80912) + +___ + +### EventsStddevPopulationEventArg\_3Desc + +• **EventsStddevPopulationEventArg\_3Desc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ARG_3_DESC"`` + +#### Defined in + +[middleware/types.ts:80913](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80913) + +___ + +### EventsStddevPopulationEventIdAsc + +• **EventsStddevPopulationEventIdAsc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80916](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80916) + +___ + +### EventsStddevPopulationEventIdDesc + +• **EventsStddevPopulationEventIdDesc** = ``"EVENTS_STDDEV_POPULATION_EVENT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80917](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80917) + +___ + +### EventsStddevPopulationEventIdxAsc + +• **EventsStddevPopulationEventIdxAsc** = ``"EVENTS_STDDEV_POPULATION_EVENT_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:80914](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80914) + +___ + +### EventsStddevPopulationEventIdxDesc + +• **EventsStddevPopulationEventIdxDesc** = ``"EVENTS_STDDEV_POPULATION_EVENT_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:80915](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80915) + +___ + +### EventsStddevPopulationExtrinsicIdAsc + +• **EventsStddevPopulationExtrinsicIdAsc** = ``"EVENTS_STDDEV_POPULATION_EXTRINSIC_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80920](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80920) + +___ + +### EventsStddevPopulationExtrinsicIdDesc + +• **EventsStddevPopulationExtrinsicIdDesc** = ``"EVENTS_STDDEV_POPULATION_EXTRINSIC_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80921](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80921) + +___ + +### EventsStddevPopulationExtrinsicIdxAsc + +• **EventsStddevPopulationExtrinsicIdxAsc** = ``"EVENTS_STDDEV_POPULATION_EXTRINSIC_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:80918](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80918) + +___ + +### EventsStddevPopulationExtrinsicIdxDesc + +• **EventsStddevPopulationExtrinsicIdxDesc** = ``"EVENTS_STDDEV_POPULATION_EXTRINSIC_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:80919](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80919) + +___ + +### EventsStddevPopulationFundraiserOfferingAssetAsc + +• **EventsStddevPopulationFundraiserOfferingAssetAsc** = ``"EVENTS_STDDEV_POPULATION_FUNDRAISER_OFFERING_ASSET_ASC"`` + +#### Defined in + +[middleware/types.ts:80922](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80922) + +___ + +### EventsStddevPopulationFundraiserOfferingAssetDesc + +• **EventsStddevPopulationFundraiserOfferingAssetDesc** = ``"EVENTS_STDDEV_POPULATION_FUNDRAISER_OFFERING_ASSET_DESC"`` + +#### Defined in + +[middleware/types.ts:80923](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80923) + +___ + +### EventsStddevPopulationIdAsc + +• **EventsStddevPopulationIdAsc** = ``"EVENTS_STDDEV_POPULATION_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80924](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80924) + +___ + +### EventsStddevPopulationIdDesc + +• **EventsStddevPopulationIdDesc** = ``"EVENTS_STDDEV_POPULATION_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80925](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80925) + +___ + +### EventsStddevPopulationModuleIdAsc + +• **EventsStddevPopulationModuleIdAsc** = ``"EVENTS_STDDEV_POPULATION_MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80926](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80926) + +___ + +### EventsStddevPopulationModuleIdDesc + +• **EventsStddevPopulationModuleIdDesc** = ``"EVENTS_STDDEV_POPULATION_MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80927](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80927) + +___ + +### EventsStddevPopulationSpecVersionIdAsc + +• **EventsStddevPopulationSpecVersionIdAsc** = ``"EVENTS_STDDEV_POPULATION_SPEC_VERSION_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80928](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80928) + +___ + +### EventsStddevPopulationSpecVersionIdDesc + +• **EventsStddevPopulationSpecVersionIdDesc** = ``"EVENTS_STDDEV_POPULATION_SPEC_VERSION_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80929](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80929) + +___ + +### EventsStddevPopulationTransferToAsc + +• **EventsStddevPopulationTransferToAsc** = ``"EVENTS_STDDEV_POPULATION_TRANSFER_TO_ASC"`` + +#### Defined in + +[middleware/types.ts:80930](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80930) + +___ + +### EventsStddevPopulationTransferToDesc + +• **EventsStddevPopulationTransferToDesc** = ``"EVENTS_STDDEV_POPULATION_TRANSFER_TO_DESC"`` + +#### Defined in + +[middleware/types.ts:80931](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80931) + +___ + +### EventsStddevSampleAttributesAsc + +• **EventsStddevSampleAttributesAsc** = ``"EVENTS_STDDEV_SAMPLE_ATTRIBUTES_ASC"`` + +#### Defined in + +[middleware/types.ts:80932](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80932) + +___ + +### EventsStddevSampleAttributesDesc + +• **EventsStddevSampleAttributesDesc** = ``"EVENTS_STDDEV_SAMPLE_ATTRIBUTES_DESC"`` + +#### Defined in + +[middleware/types.ts:80933](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80933) + +___ + +### EventsStddevSampleAttributesTxtAsc + +• **EventsStddevSampleAttributesTxtAsc** = ``"EVENTS_STDDEV_SAMPLE_ATTRIBUTES_TXT_ASC"`` + +#### Defined in + +[middleware/types.ts:80934](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80934) + +___ + +### EventsStddevSampleAttributesTxtDesc + +• **EventsStddevSampleAttributesTxtDesc** = ``"EVENTS_STDDEV_SAMPLE_ATTRIBUTES_TXT_DESC"`` + +#### Defined in + +[middleware/types.ts:80935](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80935) + +___ + +### EventsStddevSampleBlockIdAsc + +• **EventsStddevSampleBlockIdAsc** = ``"EVENTS_STDDEV_SAMPLE_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80936](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80936) + +___ + +### EventsStddevSampleBlockIdDesc + +• **EventsStddevSampleBlockIdDesc** = ``"EVENTS_STDDEV_SAMPLE_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80937](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80937) + +___ + +### EventsStddevSampleBlockRangeAsc + +• **EventsStddevSampleBlockRangeAsc** = ``"EVENTS_STDDEV_SAMPLE_BLOCK_RANGE_ASC"`` + +#### Defined in + +[middleware/types.ts:80938](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80938) + +___ + +### EventsStddevSampleBlockRangeDesc + +• **EventsStddevSampleBlockRangeDesc** = ``"EVENTS_STDDEV_SAMPLE_BLOCK_RANGE_DESC"`` + +#### Defined in + +[middleware/types.ts:80939](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80939) + +___ + +### EventsStddevSampleClaimExpiryAsc + +• **EventsStddevSampleClaimExpiryAsc** = ``"EVENTS_STDDEV_SAMPLE_CLAIM_EXPIRY_ASC"`` + +#### Defined in + +[middleware/types.ts:80940](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80940) + +___ + +### EventsStddevSampleClaimExpiryDesc + +• **EventsStddevSampleClaimExpiryDesc** = ``"EVENTS_STDDEV_SAMPLE_CLAIM_EXPIRY_DESC"`` + +#### Defined in + +[middleware/types.ts:80941](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80941) + +___ + +### EventsStddevSampleClaimIssuerAsc + +• **EventsStddevSampleClaimIssuerAsc** = ``"EVENTS_STDDEV_SAMPLE_CLAIM_ISSUER_ASC"`` + +#### Defined in + +[middleware/types.ts:80942](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80942) + +___ + +### EventsStddevSampleClaimIssuerDesc + +• **EventsStddevSampleClaimIssuerDesc** = ``"EVENTS_STDDEV_SAMPLE_CLAIM_ISSUER_DESC"`` + +#### Defined in + +[middleware/types.ts:80943](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80943) + +___ + +### EventsStddevSampleClaimScopeAsc + +• **EventsStddevSampleClaimScopeAsc** = ``"EVENTS_STDDEV_SAMPLE_CLAIM_SCOPE_ASC"`` + +#### Defined in + +[middleware/types.ts:80944](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80944) + +___ + +### EventsStddevSampleClaimScopeDesc + +• **EventsStddevSampleClaimScopeDesc** = ``"EVENTS_STDDEV_SAMPLE_CLAIM_SCOPE_DESC"`` + +#### Defined in + +[middleware/types.ts:80945](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80945) + +___ + +### EventsStddevSampleClaimTypeAsc + +• **EventsStddevSampleClaimTypeAsc** = ``"EVENTS_STDDEV_SAMPLE_CLAIM_TYPE_ASC"`` + +#### Defined in + +[middleware/types.ts:80946](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80946) + +___ + +### EventsStddevSampleClaimTypeDesc + +• **EventsStddevSampleClaimTypeDesc** = ``"EVENTS_STDDEV_SAMPLE_CLAIM_TYPE_DESC"`` + +#### Defined in + +[middleware/types.ts:80947](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80947) + +___ + +### EventsStddevSampleCorporateActionTickerAsc + +• **EventsStddevSampleCorporateActionTickerAsc** = ``"EVENTS_STDDEV_SAMPLE_CORPORATE_ACTION_TICKER_ASC"`` + +#### Defined in + +[middleware/types.ts:80948](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80948) + +___ + +### EventsStddevSampleCorporateActionTickerDesc + +• **EventsStddevSampleCorporateActionTickerDesc** = ``"EVENTS_STDDEV_SAMPLE_CORPORATE_ACTION_TICKER_DESC"`` + +#### Defined in + +[middleware/types.ts:80949](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80949) + +___ + +### EventsStddevSampleCreatedAtAsc + +• **EventsStddevSampleCreatedAtAsc** = ``"EVENTS_STDDEV_SAMPLE_CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:80950](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80950) + +___ + +### EventsStddevSampleCreatedAtDesc + +• **EventsStddevSampleCreatedAtDesc** = ``"EVENTS_STDDEV_SAMPLE_CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:80951](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80951) + +___ + +### EventsStddevSampleEventArg\_0Asc + +• **EventsStddevSampleEventArg\_0Asc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ARG_0_ASC"`` + +#### Defined in + +[middleware/types.ts:80952](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80952) + +___ + +### EventsStddevSampleEventArg\_0Desc + +• **EventsStddevSampleEventArg\_0Desc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ARG_0_DESC"`` + +#### Defined in + +[middleware/types.ts:80953](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80953) + +___ + +### EventsStddevSampleEventArg\_1Asc + +• **EventsStddevSampleEventArg\_1Asc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ARG_1_ASC"`` + +#### Defined in + +[middleware/types.ts:80954](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80954) + +___ + +### EventsStddevSampleEventArg\_1Desc + +• **EventsStddevSampleEventArg\_1Desc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ARG_1_DESC"`` + +#### Defined in + +[middleware/types.ts:80955](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80955) + +___ + +### EventsStddevSampleEventArg\_2Asc + +• **EventsStddevSampleEventArg\_2Asc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ARG_2_ASC"`` + +#### Defined in + +[middleware/types.ts:80956](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80956) + +___ + +### EventsStddevSampleEventArg\_2Desc + +• **EventsStddevSampleEventArg\_2Desc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ARG_2_DESC"`` + +#### Defined in + +[middleware/types.ts:80957](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80957) + +___ + +### EventsStddevSampleEventArg\_3Asc + +• **EventsStddevSampleEventArg\_3Asc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ARG_3_ASC"`` + +#### Defined in + +[middleware/types.ts:80958](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80958) + +___ + +### EventsStddevSampleEventArg\_3Desc + +• **EventsStddevSampleEventArg\_3Desc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ARG_3_DESC"`` + +#### Defined in + +[middleware/types.ts:80959](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80959) + +___ + +### EventsStddevSampleEventIdAsc + +• **EventsStddevSampleEventIdAsc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80962](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80962) + +___ + +### EventsStddevSampleEventIdDesc + +• **EventsStddevSampleEventIdDesc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80963](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80963) + +___ + +### EventsStddevSampleEventIdxAsc + +• **EventsStddevSampleEventIdxAsc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:80960](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80960) + +___ + +### EventsStddevSampleEventIdxDesc + +• **EventsStddevSampleEventIdxDesc** = ``"EVENTS_STDDEV_SAMPLE_EVENT_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:80961](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80961) + +___ + +### EventsStddevSampleExtrinsicIdAsc + +• **EventsStddevSampleExtrinsicIdAsc** = ``"EVENTS_STDDEV_SAMPLE_EXTRINSIC_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80966](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80966) + +___ + +### EventsStddevSampleExtrinsicIdDesc + +• **EventsStddevSampleExtrinsicIdDesc** = ``"EVENTS_STDDEV_SAMPLE_EXTRINSIC_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80967](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80967) + +___ + +### EventsStddevSampleExtrinsicIdxAsc + +• **EventsStddevSampleExtrinsicIdxAsc** = ``"EVENTS_STDDEV_SAMPLE_EXTRINSIC_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:80964](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80964) + +___ + +### EventsStddevSampleExtrinsicIdxDesc + +• **EventsStddevSampleExtrinsicIdxDesc** = ``"EVENTS_STDDEV_SAMPLE_EXTRINSIC_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:80965](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80965) + +___ + +### EventsStddevSampleFundraiserOfferingAssetAsc + +• **EventsStddevSampleFundraiserOfferingAssetAsc** = ``"EVENTS_STDDEV_SAMPLE_FUNDRAISER_OFFERING_ASSET_ASC"`` + +#### Defined in + +[middleware/types.ts:80968](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80968) + +___ + +### EventsStddevSampleFundraiserOfferingAssetDesc + +• **EventsStddevSampleFundraiserOfferingAssetDesc** = ``"EVENTS_STDDEV_SAMPLE_FUNDRAISER_OFFERING_ASSET_DESC"`` + +#### Defined in + +[middleware/types.ts:80969](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80969) + +___ + +### EventsStddevSampleIdAsc + +• **EventsStddevSampleIdAsc** = ``"EVENTS_STDDEV_SAMPLE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80970](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80970) + +___ + +### EventsStddevSampleIdDesc + +• **EventsStddevSampleIdDesc** = ``"EVENTS_STDDEV_SAMPLE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80971](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80971) + +___ + +### EventsStddevSampleModuleIdAsc + +• **EventsStddevSampleModuleIdAsc** = ``"EVENTS_STDDEV_SAMPLE_MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80972](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80972) + +___ + +### EventsStddevSampleModuleIdDesc + +• **EventsStddevSampleModuleIdDesc** = ``"EVENTS_STDDEV_SAMPLE_MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80973](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80973) + +___ + +### EventsStddevSampleSpecVersionIdAsc + +• **EventsStddevSampleSpecVersionIdAsc** = ``"EVENTS_STDDEV_SAMPLE_SPEC_VERSION_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80974](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80974) + +___ + +### EventsStddevSampleSpecVersionIdDesc + +• **EventsStddevSampleSpecVersionIdDesc** = ``"EVENTS_STDDEV_SAMPLE_SPEC_VERSION_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80975](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80975) + +___ + +### EventsStddevSampleTransferToAsc + +• **EventsStddevSampleTransferToAsc** = ``"EVENTS_STDDEV_SAMPLE_TRANSFER_TO_ASC"`` + +#### Defined in + +[middleware/types.ts:80976](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80976) + +___ + +### EventsStddevSampleTransferToDesc + +• **EventsStddevSampleTransferToDesc** = ``"EVENTS_STDDEV_SAMPLE_TRANSFER_TO_DESC"`` + +#### Defined in + +[middleware/types.ts:80977](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80977) + +___ + +### EventsSumAttributesAsc + +• **EventsSumAttributesAsc** = ``"EVENTS_SUM_ATTRIBUTES_ASC"`` + +#### Defined in + +[middleware/types.ts:80978](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80978) + +___ + +### EventsSumAttributesDesc + +• **EventsSumAttributesDesc** = ``"EVENTS_SUM_ATTRIBUTES_DESC"`` + +#### Defined in + +[middleware/types.ts:80979](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80979) + +___ + +### EventsSumAttributesTxtAsc + +• **EventsSumAttributesTxtAsc** = ``"EVENTS_SUM_ATTRIBUTES_TXT_ASC"`` + +#### Defined in + +[middleware/types.ts:80980](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80980) + +___ + +### EventsSumAttributesTxtDesc + +• **EventsSumAttributesTxtDesc** = ``"EVENTS_SUM_ATTRIBUTES_TXT_DESC"`` + +#### Defined in + +[middleware/types.ts:80981](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80981) + +___ + +### EventsSumBlockIdAsc + +• **EventsSumBlockIdAsc** = ``"EVENTS_SUM_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:80982](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80982) + +___ + +### EventsSumBlockIdDesc + +• **EventsSumBlockIdDesc** = ``"EVENTS_SUM_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:80983](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80983) + +___ + +### EventsSumBlockRangeAsc + +• **EventsSumBlockRangeAsc** = ``"EVENTS_SUM_BLOCK_RANGE_ASC"`` + +#### Defined in + +[middleware/types.ts:80984](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80984) + +___ + +### EventsSumBlockRangeDesc + +• **EventsSumBlockRangeDesc** = ``"EVENTS_SUM_BLOCK_RANGE_DESC"`` + +#### Defined in + +[middleware/types.ts:80985](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80985) + +___ + +### EventsSumClaimExpiryAsc + +• **EventsSumClaimExpiryAsc** = ``"EVENTS_SUM_CLAIM_EXPIRY_ASC"`` + +#### Defined in + +[middleware/types.ts:80986](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80986) + +___ + +### EventsSumClaimExpiryDesc + +• **EventsSumClaimExpiryDesc** = ``"EVENTS_SUM_CLAIM_EXPIRY_DESC"`` + +#### Defined in + +[middleware/types.ts:80987](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80987) + +___ + +### EventsSumClaimIssuerAsc + +• **EventsSumClaimIssuerAsc** = ``"EVENTS_SUM_CLAIM_ISSUER_ASC"`` + +#### Defined in + +[middleware/types.ts:80988](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80988) + +___ + +### EventsSumClaimIssuerDesc + +• **EventsSumClaimIssuerDesc** = ``"EVENTS_SUM_CLAIM_ISSUER_DESC"`` + +#### Defined in + +[middleware/types.ts:80989](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80989) + +___ + +### EventsSumClaimScopeAsc + +• **EventsSumClaimScopeAsc** = ``"EVENTS_SUM_CLAIM_SCOPE_ASC"`` + +#### Defined in + +[middleware/types.ts:80990](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80990) + +___ + +### EventsSumClaimScopeDesc + +• **EventsSumClaimScopeDesc** = ``"EVENTS_SUM_CLAIM_SCOPE_DESC"`` + +#### Defined in + +[middleware/types.ts:80991](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80991) + +___ + +### EventsSumClaimTypeAsc + +• **EventsSumClaimTypeAsc** = ``"EVENTS_SUM_CLAIM_TYPE_ASC"`` + +#### Defined in + +[middleware/types.ts:80992](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80992) + +___ + +### EventsSumClaimTypeDesc + +• **EventsSumClaimTypeDesc** = ``"EVENTS_SUM_CLAIM_TYPE_DESC"`` + +#### Defined in + +[middleware/types.ts:80993](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80993) + +___ + +### EventsSumCorporateActionTickerAsc + +• **EventsSumCorporateActionTickerAsc** = ``"EVENTS_SUM_CORPORATE_ACTION_TICKER_ASC"`` + +#### Defined in + +[middleware/types.ts:80994](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80994) + +___ + +### EventsSumCorporateActionTickerDesc + +• **EventsSumCorporateActionTickerDesc** = ``"EVENTS_SUM_CORPORATE_ACTION_TICKER_DESC"`` + +#### Defined in + +[middleware/types.ts:80995](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80995) + +___ + +### EventsSumCreatedAtAsc + +• **EventsSumCreatedAtAsc** = ``"EVENTS_SUM_CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:80996](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80996) + +___ + +### EventsSumCreatedAtDesc + +• **EventsSumCreatedAtDesc** = ``"EVENTS_SUM_CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:80997](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80997) + +___ + +### EventsSumEventArg\_0Asc + +• **EventsSumEventArg\_0Asc** = ``"EVENTS_SUM_EVENT_ARG_0_ASC"`` + +#### Defined in + +[middleware/types.ts:80998](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80998) + +___ + +### EventsSumEventArg\_0Desc + +• **EventsSumEventArg\_0Desc** = ``"EVENTS_SUM_EVENT_ARG_0_DESC"`` + +#### Defined in + +[middleware/types.ts:80999](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L80999) + +___ + +### EventsSumEventArg\_1Asc + +• **EventsSumEventArg\_1Asc** = ``"EVENTS_SUM_EVENT_ARG_1_ASC"`` + +#### Defined in + +[middleware/types.ts:81000](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81000) + +___ + +### EventsSumEventArg\_1Desc + +• **EventsSumEventArg\_1Desc** = ``"EVENTS_SUM_EVENT_ARG_1_DESC"`` + +#### Defined in + +[middleware/types.ts:81001](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81001) + +___ + +### EventsSumEventArg\_2Asc + +• **EventsSumEventArg\_2Asc** = ``"EVENTS_SUM_EVENT_ARG_2_ASC"`` + +#### Defined in + +[middleware/types.ts:81002](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81002) + +___ + +### EventsSumEventArg\_2Desc + +• **EventsSumEventArg\_2Desc** = ``"EVENTS_SUM_EVENT_ARG_2_DESC"`` + +#### Defined in + +[middleware/types.ts:81003](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81003) + +___ + +### EventsSumEventArg\_3Asc + +• **EventsSumEventArg\_3Asc** = ``"EVENTS_SUM_EVENT_ARG_3_ASC"`` + +#### Defined in + +[middleware/types.ts:81004](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81004) + +___ + +### EventsSumEventArg\_3Desc + +• **EventsSumEventArg\_3Desc** = ``"EVENTS_SUM_EVENT_ARG_3_DESC"`` + +#### Defined in + +[middleware/types.ts:81005](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81005) + +___ + +### EventsSumEventIdAsc + +• **EventsSumEventIdAsc** = ``"EVENTS_SUM_EVENT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81008](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81008) + +___ + +### EventsSumEventIdDesc + +• **EventsSumEventIdDesc** = ``"EVENTS_SUM_EVENT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81009](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81009) + +___ + +### EventsSumEventIdxAsc + +• **EventsSumEventIdxAsc** = ``"EVENTS_SUM_EVENT_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:81006](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81006) + +___ + +### EventsSumEventIdxDesc + +• **EventsSumEventIdxDesc** = ``"EVENTS_SUM_EVENT_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:81007](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81007) + +___ + +### EventsSumExtrinsicIdAsc + +• **EventsSumExtrinsicIdAsc** = ``"EVENTS_SUM_EXTRINSIC_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81012](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81012) + +___ + +### EventsSumExtrinsicIdDesc + +• **EventsSumExtrinsicIdDesc** = ``"EVENTS_SUM_EXTRINSIC_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81013](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81013) + +___ + +### EventsSumExtrinsicIdxAsc + +• **EventsSumExtrinsicIdxAsc** = ``"EVENTS_SUM_EXTRINSIC_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:81010](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81010) + +___ + +### EventsSumExtrinsicIdxDesc + +• **EventsSumExtrinsicIdxDesc** = ``"EVENTS_SUM_EXTRINSIC_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:81011](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81011) + +___ + +### EventsSumFundraiserOfferingAssetAsc + +• **EventsSumFundraiserOfferingAssetAsc** = ``"EVENTS_SUM_FUNDRAISER_OFFERING_ASSET_ASC"`` + +#### Defined in + +[middleware/types.ts:81014](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81014) + +___ + +### EventsSumFundraiserOfferingAssetDesc + +• **EventsSumFundraiserOfferingAssetDesc** = ``"EVENTS_SUM_FUNDRAISER_OFFERING_ASSET_DESC"`` + +#### Defined in + +[middleware/types.ts:81015](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81015) + +___ + +### EventsSumIdAsc + +• **EventsSumIdAsc** = ``"EVENTS_SUM_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81016](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81016) + +___ + +### EventsSumIdDesc + +• **EventsSumIdDesc** = ``"EVENTS_SUM_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81017](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81017) + +___ + +### EventsSumModuleIdAsc + +• **EventsSumModuleIdAsc** = ``"EVENTS_SUM_MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81018](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81018) + +___ + +### EventsSumModuleIdDesc + +• **EventsSumModuleIdDesc** = ``"EVENTS_SUM_MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81019](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81019) + +___ + +### EventsSumSpecVersionIdAsc + +• **EventsSumSpecVersionIdAsc** = ``"EVENTS_SUM_SPEC_VERSION_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81020](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81020) + +___ + +### EventsSumSpecVersionIdDesc + +• **EventsSumSpecVersionIdDesc** = ``"EVENTS_SUM_SPEC_VERSION_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81021](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81021) + +___ + +### EventsSumTransferToAsc + +• **EventsSumTransferToAsc** = ``"EVENTS_SUM_TRANSFER_TO_ASC"`` + +#### Defined in + +[middleware/types.ts:81022](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81022) + +___ + +### EventsSumTransferToDesc + +• **EventsSumTransferToDesc** = ``"EVENTS_SUM_TRANSFER_TO_DESC"`` + +#### Defined in + +[middleware/types.ts:81023](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81023) + +___ + +### EventsVariancePopulationAttributesAsc + +• **EventsVariancePopulationAttributesAsc** = ``"EVENTS_VARIANCE_POPULATION_ATTRIBUTES_ASC"`` + +#### Defined in + +[middleware/types.ts:81024](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81024) + +___ + +### EventsVariancePopulationAttributesDesc + +• **EventsVariancePopulationAttributesDesc** = ``"EVENTS_VARIANCE_POPULATION_ATTRIBUTES_DESC"`` + +#### Defined in + +[middleware/types.ts:81025](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81025) + +___ + +### EventsVariancePopulationAttributesTxtAsc + +• **EventsVariancePopulationAttributesTxtAsc** = ``"EVENTS_VARIANCE_POPULATION_ATTRIBUTES_TXT_ASC"`` + +#### Defined in + +[middleware/types.ts:81026](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81026) + +___ + +### EventsVariancePopulationAttributesTxtDesc + +• **EventsVariancePopulationAttributesTxtDesc** = ``"EVENTS_VARIANCE_POPULATION_ATTRIBUTES_TXT_DESC"`` + +#### Defined in + +[middleware/types.ts:81027](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81027) + +___ + +### EventsVariancePopulationBlockIdAsc + +• **EventsVariancePopulationBlockIdAsc** = ``"EVENTS_VARIANCE_POPULATION_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81028](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81028) + +___ + +### EventsVariancePopulationBlockIdDesc + +• **EventsVariancePopulationBlockIdDesc** = ``"EVENTS_VARIANCE_POPULATION_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81029](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81029) + +___ + +### EventsVariancePopulationBlockRangeAsc + +• **EventsVariancePopulationBlockRangeAsc** = ``"EVENTS_VARIANCE_POPULATION_BLOCK_RANGE_ASC"`` + +#### Defined in + +[middleware/types.ts:81030](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81030) + +___ + +### EventsVariancePopulationBlockRangeDesc + +• **EventsVariancePopulationBlockRangeDesc** = ``"EVENTS_VARIANCE_POPULATION_BLOCK_RANGE_DESC"`` + +#### Defined in + +[middleware/types.ts:81031](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81031) + +___ + +### EventsVariancePopulationClaimExpiryAsc + +• **EventsVariancePopulationClaimExpiryAsc** = ``"EVENTS_VARIANCE_POPULATION_CLAIM_EXPIRY_ASC"`` + +#### Defined in + +[middleware/types.ts:81032](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81032) + +___ + +### EventsVariancePopulationClaimExpiryDesc + +• **EventsVariancePopulationClaimExpiryDesc** = ``"EVENTS_VARIANCE_POPULATION_CLAIM_EXPIRY_DESC"`` + +#### Defined in + +[middleware/types.ts:81033](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81033) + +___ + +### EventsVariancePopulationClaimIssuerAsc + +• **EventsVariancePopulationClaimIssuerAsc** = ``"EVENTS_VARIANCE_POPULATION_CLAIM_ISSUER_ASC"`` + +#### Defined in + +[middleware/types.ts:81034](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81034) + +___ + +### EventsVariancePopulationClaimIssuerDesc + +• **EventsVariancePopulationClaimIssuerDesc** = ``"EVENTS_VARIANCE_POPULATION_CLAIM_ISSUER_DESC"`` + +#### Defined in + +[middleware/types.ts:81035](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81035) + +___ + +### EventsVariancePopulationClaimScopeAsc + +• **EventsVariancePopulationClaimScopeAsc** = ``"EVENTS_VARIANCE_POPULATION_CLAIM_SCOPE_ASC"`` + +#### Defined in + +[middleware/types.ts:81036](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81036) + +___ + +### EventsVariancePopulationClaimScopeDesc + +• **EventsVariancePopulationClaimScopeDesc** = ``"EVENTS_VARIANCE_POPULATION_CLAIM_SCOPE_DESC"`` + +#### Defined in + +[middleware/types.ts:81037](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81037) + +___ + +### EventsVariancePopulationClaimTypeAsc + +• **EventsVariancePopulationClaimTypeAsc** = ``"EVENTS_VARIANCE_POPULATION_CLAIM_TYPE_ASC"`` + +#### Defined in + +[middleware/types.ts:81038](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81038) + +___ + +### EventsVariancePopulationClaimTypeDesc + +• **EventsVariancePopulationClaimTypeDesc** = ``"EVENTS_VARIANCE_POPULATION_CLAIM_TYPE_DESC"`` + +#### Defined in + +[middleware/types.ts:81039](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81039) + +___ + +### EventsVariancePopulationCorporateActionTickerAsc + +• **EventsVariancePopulationCorporateActionTickerAsc** = ``"EVENTS_VARIANCE_POPULATION_CORPORATE_ACTION_TICKER_ASC"`` + +#### Defined in + +[middleware/types.ts:81040](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81040) + +___ + +### EventsVariancePopulationCorporateActionTickerDesc + +• **EventsVariancePopulationCorporateActionTickerDesc** = ``"EVENTS_VARIANCE_POPULATION_CORPORATE_ACTION_TICKER_DESC"`` + +#### Defined in + +[middleware/types.ts:81041](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81041) + +___ + +### EventsVariancePopulationCreatedAtAsc + +• **EventsVariancePopulationCreatedAtAsc** = ``"EVENTS_VARIANCE_POPULATION_CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:81042](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81042) + +___ + +### EventsVariancePopulationCreatedAtDesc + +• **EventsVariancePopulationCreatedAtDesc** = ``"EVENTS_VARIANCE_POPULATION_CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:81043](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81043) + +___ + +### EventsVariancePopulationEventArg\_0Asc + +• **EventsVariancePopulationEventArg\_0Asc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ARG_0_ASC"`` + +#### Defined in + +[middleware/types.ts:81044](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81044) + +___ + +### EventsVariancePopulationEventArg\_0Desc + +• **EventsVariancePopulationEventArg\_0Desc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ARG_0_DESC"`` + +#### Defined in + +[middleware/types.ts:81045](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81045) + +___ + +### EventsVariancePopulationEventArg\_1Asc + +• **EventsVariancePopulationEventArg\_1Asc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ARG_1_ASC"`` + +#### Defined in + +[middleware/types.ts:81046](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81046) + +___ + +### EventsVariancePopulationEventArg\_1Desc + +• **EventsVariancePopulationEventArg\_1Desc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ARG_1_DESC"`` + +#### Defined in + +[middleware/types.ts:81047](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81047) + +___ + +### EventsVariancePopulationEventArg\_2Asc + +• **EventsVariancePopulationEventArg\_2Asc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ARG_2_ASC"`` + +#### Defined in + +[middleware/types.ts:81048](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81048) + +___ + +### EventsVariancePopulationEventArg\_2Desc + +• **EventsVariancePopulationEventArg\_2Desc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ARG_2_DESC"`` + +#### Defined in + +[middleware/types.ts:81049](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81049) + +___ + +### EventsVariancePopulationEventArg\_3Asc + +• **EventsVariancePopulationEventArg\_3Asc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ARG_3_ASC"`` + +#### Defined in + +[middleware/types.ts:81050](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81050) + +___ + +### EventsVariancePopulationEventArg\_3Desc + +• **EventsVariancePopulationEventArg\_3Desc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ARG_3_DESC"`` + +#### Defined in + +[middleware/types.ts:81051](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81051) + +___ + +### EventsVariancePopulationEventIdAsc + +• **EventsVariancePopulationEventIdAsc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81054](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81054) + +___ + +### EventsVariancePopulationEventIdDesc + +• **EventsVariancePopulationEventIdDesc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81055](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81055) + +___ + +### EventsVariancePopulationEventIdxAsc + +• **EventsVariancePopulationEventIdxAsc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:81052](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81052) + +___ + +### EventsVariancePopulationEventIdxDesc + +• **EventsVariancePopulationEventIdxDesc** = ``"EVENTS_VARIANCE_POPULATION_EVENT_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:81053](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81053) + +___ + +### EventsVariancePopulationExtrinsicIdAsc + +• **EventsVariancePopulationExtrinsicIdAsc** = ``"EVENTS_VARIANCE_POPULATION_EXTRINSIC_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81058](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81058) + +___ + +### EventsVariancePopulationExtrinsicIdDesc + +• **EventsVariancePopulationExtrinsicIdDesc** = ``"EVENTS_VARIANCE_POPULATION_EXTRINSIC_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81059](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81059) + +___ + +### EventsVariancePopulationExtrinsicIdxAsc + +• **EventsVariancePopulationExtrinsicIdxAsc** = ``"EVENTS_VARIANCE_POPULATION_EXTRINSIC_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:81056](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81056) + +___ + +### EventsVariancePopulationExtrinsicIdxDesc + +• **EventsVariancePopulationExtrinsicIdxDesc** = ``"EVENTS_VARIANCE_POPULATION_EXTRINSIC_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:81057](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81057) + +___ + +### EventsVariancePopulationFundraiserOfferingAssetAsc + +• **EventsVariancePopulationFundraiserOfferingAssetAsc** = ``"EVENTS_VARIANCE_POPULATION_FUNDRAISER_OFFERING_ASSET_ASC"`` + +#### Defined in + +[middleware/types.ts:81060](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81060) + +___ + +### EventsVariancePopulationFundraiserOfferingAssetDesc + +• **EventsVariancePopulationFundraiserOfferingAssetDesc** = ``"EVENTS_VARIANCE_POPULATION_FUNDRAISER_OFFERING_ASSET_DESC"`` + +#### Defined in + +[middleware/types.ts:81061](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81061) + +___ + +### EventsVariancePopulationIdAsc + +• **EventsVariancePopulationIdAsc** = ``"EVENTS_VARIANCE_POPULATION_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81062](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81062) + +___ + +### EventsVariancePopulationIdDesc + +• **EventsVariancePopulationIdDesc** = ``"EVENTS_VARIANCE_POPULATION_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81063](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81063) + +___ + +### EventsVariancePopulationModuleIdAsc + +• **EventsVariancePopulationModuleIdAsc** = ``"EVENTS_VARIANCE_POPULATION_MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81064](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81064) + +___ + +### EventsVariancePopulationModuleIdDesc + +• **EventsVariancePopulationModuleIdDesc** = ``"EVENTS_VARIANCE_POPULATION_MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81065](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81065) + +___ + +### EventsVariancePopulationSpecVersionIdAsc + +• **EventsVariancePopulationSpecVersionIdAsc** = ``"EVENTS_VARIANCE_POPULATION_SPEC_VERSION_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81066](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81066) + +___ + +### EventsVariancePopulationSpecVersionIdDesc + +• **EventsVariancePopulationSpecVersionIdDesc** = ``"EVENTS_VARIANCE_POPULATION_SPEC_VERSION_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81067](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81067) + +___ + +### EventsVariancePopulationTransferToAsc + +• **EventsVariancePopulationTransferToAsc** = ``"EVENTS_VARIANCE_POPULATION_TRANSFER_TO_ASC"`` + +#### Defined in + +[middleware/types.ts:81068](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81068) + +___ + +### EventsVariancePopulationTransferToDesc + +• **EventsVariancePopulationTransferToDesc** = ``"EVENTS_VARIANCE_POPULATION_TRANSFER_TO_DESC"`` + +#### Defined in + +[middleware/types.ts:81069](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81069) + +___ + +### EventsVarianceSampleAttributesAsc + +• **EventsVarianceSampleAttributesAsc** = ``"EVENTS_VARIANCE_SAMPLE_ATTRIBUTES_ASC"`` + +#### Defined in + +[middleware/types.ts:81070](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81070) + +___ + +### EventsVarianceSampleAttributesDesc + +• **EventsVarianceSampleAttributesDesc** = ``"EVENTS_VARIANCE_SAMPLE_ATTRIBUTES_DESC"`` + +#### Defined in + +[middleware/types.ts:81071](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81071) + +___ + +### EventsVarianceSampleAttributesTxtAsc + +• **EventsVarianceSampleAttributesTxtAsc** = ``"EVENTS_VARIANCE_SAMPLE_ATTRIBUTES_TXT_ASC"`` + +#### Defined in + +[middleware/types.ts:81072](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81072) + +___ + +### EventsVarianceSampleAttributesTxtDesc + +• **EventsVarianceSampleAttributesTxtDesc** = ``"EVENTS_VARIANCE_SAMPLE_ATTRIBUTES_TXT_DESC"`` + +#### Defined in + +[middleware/types.ts:81073](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81073) + +___ + +### EventsVarianceSampleBlockIdAsc + +• **EventsVarianceSampleBlockIdAsc** = ``"EVENTS_VARIANCE_SAMPLE_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81074](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81074) + +___ + +### EventsVarianceSampleBlockIdDesc + +• **EventsVarianceSampleBlockIdDesc** = ``"EVENTS_VARIANCE_SAMPLE_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81075](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81075) + +___ + +### EventsVarianceSampleBlockRangeAsc + +• **EventsVarianceSampleBlockRangeAsc** = ``"EVENTS_VARIANCE_SAMPLE_BLOCK_RANGE_ASC"`` + +#### Defined in + +[middleware/types.ts:81076](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81076) + +___ + +### EventsVarianceSampleBlockRangeDesc + +• **EventsVarianceSampleBlockRangeDesc** = ``"EVENTS_VARIANCE_SAMPLE_BLOCK_RANGE_DESC"`` + +#### Defined in + +[middleware/types.ts:81077](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81077) + +___ + +### EventsVarianceSampleClaimExpiryAsc + +• **EventsVarianceSampleClaimExpiryAsc** = ``"EVENTS_VARIANCE_SAMPLE_CLAIM_EXPIRY_ASC"`` + +#### Defined in + +[middleware/types.ts:81078](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81078) + +___ + +### EventsVarianceSampleClaimExpiryDesc + +• **EventsVarianceSampleClaimExpiryDesc** = ``"EVENTS_VARIANCE_SAMPLE_CLAIM_EXPIRY_DESC"`` + +#### Defined in + +[middleware/types.ts:81079](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81079) + +___ + +### EventsVarianceSampleClaimIssuerAsc + +• **EventsVarianceSampleClaimIssuerAsc** = ``"EVENTS_VARIANCE_SAMPLE_CLAIM_ISSUER_ASC"`` + +#### Defined in + +[middleware/types.ts:81080](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81080) + +___ + +### EventsVarianceSampleClaimIssuerDesc + +• **EventsVarianceSampleClaimIssuerDesc** = ``"EVENTS_VARIANCE_SAMPLE_CLAIM_ISSUER_DESC"`` + +#### Defined in + +[middleware/types.ts:81081](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81081) + +___ + +### EventsVarianceSampleClaimScopeAsc + +• **EventsVarianceSampleClaimScopeAsc** = ``"EVENTS_VARIANCE_SAMPLE_CLAIM_SCOPE_ASC"`` + +#### Defined in + +[middleware/types.ts:81082](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81082) + +___ + +### EventsVarianceSampleClaimScopeDesc + +• **EventsVarianceSampleClaimScopeDesc** = ``"EVENTS_VARIANCE_SAMPLE_CLAIM_SCOPE_DESC"`` + +#### Defined in + +[middleware/types.ts:81083](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81083) + +___ + +### EventsVarianceSampleClaimTypeAsc + +• **EventsVarianceSampleClaimTypeAsc** = ``"EVENTS_VARIANCE_SAMPLE_CLAIM_TYPE_ASC"`` + +#### Defined in + +[middleware/types.ts:81084](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81084) + +___ + +### EventsVarianceSampleClaimTypeDesc + +• **EventsVarianceSampleClaimTypeDesc** = ``"EVENTS_VARIANCE_SAMPLE_CLAIM_TYPE_DESC"`` + +#### Defined in + +[middleware/types.ts:81085](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81085) + +___ + +### EventsVarianceSampleCorporateActionTickerAsc + +• **EventsVarianceSampleCorporateActionTickerAsc** = ``"EVENTS_VARIANCE_SAMPLE_CORPORATE_ACTION_TICKER_ASC"`` + +#### Defined in + +[middleware/types.ts:81086](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81086) + +___ + +### EventsVarianceSampleCorporateActionTickerDesc + +• **EventsVarianceSampleCorporateActionTickerDesc** = ``"EVENTS_VARIANCE_SAMPLE_CORPORATE_ACTION_TICKER_DESC"`` + +#### Defined in + +[middleware/types.ts:81087](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81087) + +___ + +### EventsVarianceSampleCreatedAtAsc + +• **EventsVarianceSampleCreatedAtAsc** = ``"EVENTS_VARIANCE_SAMPLE_CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:81088](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81088) + +___ + +### EventsVarianceSampleCreatedAtDesc + +• **EventsVarianceSampleCreatedAtDesc** = ``"EVENTS_VARIANCE_SAMPLE_CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:81089](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81089) + +___ + +### EventsVarianceSampleEventArg\_0Asc + +• **EventsVarianceSampleEventArg\_0Asc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ARG_0_ASC"`` + +#### Defined in + +[middleware/types.ts:81090](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81090) + +___ + +### EventsVarianceSampleEventArg\_0Desc + +• **EventsVarianceSampleEventArg\_0Desc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ARG_0_DESC"`` + +#### Defined in + +[middleware/types.ts:81091](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81091) + +___ + +### EventsVarianceSampleEventArg\_1Asc + +• **EventsVarianceSampleEventArg\_1Asc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ARG_1_ASC"`` + +#### Defined in + +[middleware/types.ts:81092](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81092) + +___ + +### EventsVarianceSampleEventArg\_1Desc + +• **EventsVarianceSampleEventArg\_1Desc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ARG_1_DESC"`` + +#### Defined in + +[middleware/types.ts:81093](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81093) + +___ + +### EventsVarianceSampleEventArg\_2Asc + +• **EventsVarianceSampleEventArg\_2Asc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ARG_2_ASC"`` + +#### Defined in + +[middleware/types.ts:81094](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81094) + +___ + +### EventsVarianceSampleEventArg\_2Desc + +• **EventsVarianceSampleEventArg\_2Desc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ARG_2_DESC"`` + +#### Defined in + +[middleware/types.ts:81095](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81095) + +___ + +### EventsVarianceSampleEventArg\_3Asc + +• **EventsVarianceSampleEventArg\_3Asc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ARG_3_ASC"`` + +#### Defined in + +[middleware/types.ts:81096](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81096) + +___ + +### EventsVarianceSampleEventArg\_3Desc + +• **EventsVarianceSampleEventArg\_3Desc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ARG_3_DESC"`` + +#### Defined in + +[middleware/types.ts:81097](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81097) + +___ + +### EventsVarianceSampleEventIdAsc + +• **EventsVarianceSampleEventIdAsc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81100) + +___ + +### EventsVarianceSampleEventIdDesc + +• **EventsVarianceSampleEventIdDesc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81101) + +___ + +### EventsVarianceSampleEventIdxAsc + +• **EventsVarianceSampleEventIdxAsc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:81098](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81098) + +___ + +### EventsVarianceSampleEventIdxDesc + +• **EventsVarianceSampleEventIdxDesc** = ``"EVENTS_VARIANCE_SAMPLE_EVENT_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:81099](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81099) + +___ + +### EventsVarianceSampleExtrinsicIdAsc + +• **EventsVarianceSampleExtrinsicIdAsc** = ``"EVENTS_VARIANCE_SAMPLE_EXTRINSIC_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81104) + +___ + +### EventsVarianceSampleExtrinsicIdDesc + +• **EventsVarianceSampleExtrinsicIdDesc** = ``"EVENTS_VARIANCE_SAMPLE_EXTRINSIC_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81105) + +___ + +### EventsVarianceSampleExtrinsicIdxAsc + +• **EventsVarianceSampleExtrinsicIdxAsc** = ``"EVENTS_VARIANCE_SAMPLE_EXTRINSIC_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:81102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81102) + +___ + +### EventsVarianceSampleExtrinsicIdxDesc + +• **EventsVarianceSampleExtrinsicIdxDesc** = ``"EVENTS_VARIANCE_SAMPLE_EXTRINSIC_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:81103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81103) + +___ + +### EventsVarianceSampleFundraiserOfferingAssetAsc + +• **EventsVarianceSampleFundraiserOfferingAssetAsc** = ``"EVENTS_VARIANCE_SAMPLE_FUNDRAISER_OFFERING_ASSET_ASC"`` + +#### Defined in + +[middleware/types.ts:81106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81106) + +___ + +### EventsVarianceSampleFundraiserOfferingAssetDesc + +• **EventsVarianceSampleFundraiserOfferingAssetDesc** = ``"EVENTS_VARIANCE_SAMPLE_FUNDRAISER_OFFERING_ASSET_DESC"`` + +#### Defined in + +[middleware/types.ts:81107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81107) + +___ + +### EventsVarianceSampleIdAsc + +• **EventsVarianceSampleIdAsc** = ``"EVENTS_VARIANCE_SAMPLE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81108) + +___ + +### EventsVarianceSampleIdDesc + +• **EventsVarianceSampleIdDesc** = ``"EVENTS_VARIANCE_SAMPLE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81109) + +___ + +### EventsVarianceSampleModuleIdAsc + +• **EventsVarianceSampleModuleIdAsc** = ``"EVENTS_VARIANCE_SAMPLE_MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81110) + +___ + +### EventsVarianceSampleModuleIdDesc + +• **EventsVarianceSampleModuleIdDesc** = ``"EVENTS_VARIANCE_SAMPLE_MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81111](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81111) + +___ + +### EventsVarianceSampleSpecVersionIdAsc + +• **EventsVarianceSampleSpecVersionIdAsc** = ``"EVENTS_VARIANCE_SAMPLE_SPEC_VERSION_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81112](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81112) + +___ + +### EventsVarianceSampleSpecVersionIdDesc + +• **EventsVarianceSampleSpecVersionIdDesc** = ``"EVENTS_VARIANCE_SAMPLE_SPEC_VERSION_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81113](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81113) + +___ + +### EventsVarianceSampleTransferToAsc + +• **EventsVarianceSampleTransferToAsc** = ``"EVENTS_VARIANCE_SAMPLE_TRANSFER_TO_ASC"`` + +#### Defined in + +[middleware/types.ts:81114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81114) + +___ + +### EventsVarianceSampleTransferToDesc + +• **EventsVarianceSampleTransferToDesc** = ``"EVENTS_VARIANCE_SAMPLE_TRANSFER_TO_DESC"`` + +#### Defined in + +[middleware/types.ts:81115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81115) + +___ + +### ExtrinsicHashAsc + +• **ExtrinsicHashAsc** = ``"EXTRINSIC_HASH_ASC"`` + +#### Defined in + +[middleware/types.ts:81116](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81116) + +___ + +### ExtrinsicHashDesc + +• **ExtrinsicHashDesc** = ``"EXTRINSIC_HASH_DESC"`` + +#### Defined in + +[middleware/types.ts:81117](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81117) + +___ + +### ExtrinsicIdxAsc + +• **ExtrinsicIdxAsc** = ``"EXTRINSIC_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:81118](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81118) + +___ + +### ExtrinsicIdxDesc + +• **ExtrinsicIdxDesc** = ``"EXTRINSIC_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:81119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81119) + +___ + +### ExtrinsicLengthAsc + +• **ExtrinsicLengthAsc** = ``"EXTRINSIC_LENGTH_ASC"`` + +#### Defined in + +[middleware/types.ts:81120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81120) + +___ + +### ExtrinsicLengthDesc + +• **ExtrinsicLengthDesc** = ``"EXTRINSIC_LENGTH_DESC"`` + +#### Defined in + +[middleware/types.ts:81121](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81121) + +___ + +### IdAsc + +• **IdAsc** = ``"ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81122) + +___ + +### IdDesc + +• **IdDesc** = ``"ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81123) + +___ + +### ModuleIdAsc + +• **ModuleIdAsc** = ``"MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81124](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81124) + +___ + +### ModuleIdDesc + +• **ModuleIdDesc** = ``"MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81125](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81125) + +___ + +### Natural + +• **Natural** = ``"NATURAL"`` + +#### Defined in + +[middleware/types.ts:81126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81126) + +___ + +### NonceAsc + +• **NonceAsc** = ``"NONCE_ASC"`` + +#### Defined in + +[middleware/types.ts:81127](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81127) + +___ + +### NonceDesc + +• **NonceDesc** = ``"NONCE_DESC"`` + +#### Defined in + +[middleware/types.ts:81128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81128) + +___ + +### ParamsAsc + +• **ParamsAsc** = ``"PARAMS_ASC"`` + +#### Defined in + +[middleware/types.ts:81129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81129) + +___ + +### ParamsDesc + +• **ParamsDesc** = ``"PARAMS_DESC"`` + +#### Defined in + +[middleware/types.ts:81130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81130) + +___ + +### ParamsTxtAsc + +• **ParamsTxtAsc** = ``"PARAMS_TXT_ASC"`` + +#### Defined in + +[middleware/types.ts:81131](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81131) + +___ + +### ParamsTxtDesc + +• **ParamsTxtDesc** = ``"PARAMS_TXT_DESC"`` + +#### Defined in + +[middleware/types.ts:81132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81132) + +___ + +### PolyxTransactionsAverageAddressAsc + +• **PolyxTransactionsAverageAddressAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81133](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81133) + +___ + +### PolyxTransactionsAverageAddressDesc + +• **PolyxTransactionsAverageAddressDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81134) + +___ + +### PolyxTransactionsAverageAmountAsc + +• **PolyxTransactionsAverageAmountAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_AMOUNT_ASC"`` + +#### Defined in + +[middleware/types.ts:81135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81135) + +___ + +### PolyxTransactionsAverageAmountDesc + +• **PolyxTransactionsAverageAmountDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_AMOUNT_DESC"`` + +#### Defined in + +[middleware/types.ts:81136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81136) + +___ + +### PolyxTransactionsAverageBlockRangeAsc + +• **PolyxTransactionsAverageBlockRangeAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_BLOCK_RANGE_ASC"`` + +#### Defined in + +[middleware/types.ts:81137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81137) + +___ + +### PolyxTransactionsAverageBlockRangeDesc + +• **PolyxTransactionsAverageBlockRangeDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_BLOCK_RANGE_DESC"`` + +#### Defined in + +[middleware/types.ts:81138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81138) + +___ + +### PolyxTransactionsAverageCallIdAsc + +• **PolyxTransactionsAverageCallIdAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_CALL_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81139) + +___ + +### PolyxTransactionsAverageCallIdDesc + +• **PolyxTransactionsAverageCallIdDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_CALL_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81140](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81140) + +___ + +### PolyxTransactionsAverageCreatedAtAsc + +• **PolyxTransactionsAverageCreatedAtAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:81141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81141) + +___ + +### PolyxTransactionsAverageCreatedAtDesc + +• **PolyxTransactionsAverageCreatedAtDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:81142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81142) + +___ + +### PolyxTransactionsAverageCreatedBlockIdAsc + +• **PolyxTransactionsAverageCreatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_CREATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81143) + +___ + +### PolyxTransactionsAverageCreatedBlockIdDesc + +• **PolyxTransactionsAverageCreatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_CREATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81144](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81144) + +___ + +### PolyxTransactionsAverageDatetimeAsc + +• **PolyxTransactionsAverageDatetimeAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_DATETIME_ASC"`` + +#### Defined in + +[middleware/types.ts:81145](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81145) + +___ + +### PolyxTransactionsAverageDatetimeDesc + +• **PolyxTransactionsAverageDatetimeDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_DATETIME_DESC"`` + +#### Defined in + +[middleware/types.ts:81146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81146) + +___ + +### PolyxTransactionsAverageEventIdAsc + +• **PolyxTransactionsAverageEventIdAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_EVENT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81149) + +___ + +### PolyxTransactionsAverageEventIdDesc + +• **PolyxTransactionsAverageEventIdDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_EVENT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81150](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81150) + +___ + +### PolyxTransactionsAverageEventIdxAsc + +• **PolyxTransactionsAverageEventIdxAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_EVENT_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:81147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81147) + +___ + +### PolyxTransactionsAverageEventIdxDesc + +• **PolyxTransactionsAverageEventIdxDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_EVENT_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:81148](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81148) + +___ + +### PolyxTransactionsAverageExtrinsicIdAsc + +• **PolyxTransactionsAverageExtrinsicIdAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_EXTRINSIC_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81151](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81151) + +___ + +### PolyxTransactionsAverageExtrinsicIdDesc + +• **PolyxTransactionsAverageExtrinsicIdDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_EXTRINSIC_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81152) + +___ + +### PolyxTransactionsAverageIdAsc + +• **PolyxTransactionsAverageIdAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81155](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81155) + +___ + +### PolyxTransactionsAverageIdDesc + +• **PolyxTransactionsAverageIdDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81156) + +___ + +### PolyxTransactionsAverageIdentityIdAsc + +• **PolyxTransactionsAverageIdentityIdAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_IDENTITY_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81153) + +___ + +### PolyxTransactionsAverageIdentityIdDesc + +• **PolyxTransactionsAverageIdentityIdDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_IDENTITY_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81154) + +___ + +### PolyxTransactionsAverageMemoAsc + +• **PolyxTransactionsAverageMemoAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_MEMO_ASC"`` + +#### Defined in + +[middleware/types.ts:81157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81157) + +___ + +### PolyxTransactionsAverageMemoDesc + +• **PolyxTransactionsAverageMemoDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_MEMO_DESC"`` + +#### Defined in + +[middleware/types.ts:81158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81158) + +___ + +### PolyxTransactionsAverageModuleIdAsc + +• **PolyxTransactionsAverageModuleIdAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81159](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81159) + +___ + +### PolyxTransactionsAverageModuleIdDesc + +• **PolyxTransactionsAverageModuleIdDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81160](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81160) + +___ + +### PolyxTransactionsAverageToAddressAsc + +• **PolyxTransactionsAverageToAddressAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_TO_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81161) + +___ + +### PolyxTransactionsAverageToAddressDesc + +• **PolyxTransactionsAverageToAddressDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_TO_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81162) + +___ + +### PolyxTransactionsAverageToIdAsc + +• **PolyxTransactionsAverageToIdAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_TO_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81163) + +___ + +### PolyxTransactionsAverageToIdDesc + +• **PolyxTransactionsAverageToIdDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_TO_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81164) + +___ + +### PolyxTransactionsAverageTypeAsc + +• **PolyxTransactionsAverageTypeAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_TYPE_ASC"`` + +#### Defined in + +[middleware/types.ts:81165](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81165) + +___ + +### PolyxTransactionsAverageTypeDesc + +• **PolyxTransactionsAverageTypeDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_TYPE_DESC"`` + +#### Defined in + +[middleware/types.ts:81166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81166) + +___ + +### PolyxTransactionsAverageUpdatedBlockIdAsc + +• **PolyxTransactionsAverageUpdatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_AVERAGE_UPDATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81167) + +___ + +### PolyxTransactionsAverageUpdatedBlockIdDesc + +• **PolyxTransactionsAverageUpdatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_AVERAGE_UPDATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81168) + +___ + +### PolyxTransactionsCountAsc + +• **PolyxTransactionsCountAsc** = ``"POLYX_TRANSACTIONS_COUNT_ASC"`` + +#### Defined in + +[middleware/types.ts:81169](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81169) + +___ + +### PolyxTransactionsCountDesc + +• **PolyxTransactionsCountDesc** = ``"POLYX_TRANSACTIONS_COUNT_DESC"`` + +#### Defined in + +[middleware/types.ts:81170](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81170) + +___ + +### PolyxTransactionsDistinctCountAddressAsc + +• **PolyxTransactionsDistinctCountAddressAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81171](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81171) + +___ + +### PolyxTransactionsDistinctCountAddressDesc + +• **PolyxTransactionsDistinctCountAddressDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81172](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81172) + +___ + +### PolyxTransactionsDistinctCountAmountAsc + +• **PolyxTransactionsDistinctCountAmountAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_AMOUNT_ASC"`` + +#### Defined in + +[middleware/types.ts:81173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81173) + +___ + +### PolyxTransactionsDistinctCountAmountDesc + +• **PolyxTransactionsDistinctCountAmountDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_AMOUNT_DESC"`` + +#### Defined in + +[middleware/types.ts:81174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81174) + +___ + +### PolyxTransactionsDistinctCountBlockRangeAsc + +• **PolyxTransactionsDistinctCountBlockRangeAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_BLOCK_RANGE_ASC"`` + +#### Defined in + +[middleware/types.ts:81175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81175) + +___ + +### PolyxTransactionsDistinctCountBlockRangeDesc + +• **PolyxTransactionsDistinctCountBlockRangeDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_BLOCK_RANGE_DESC"`` + +#### Defined in + +[middleware/types.ts:81176](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81176) + +___ + +### PolyxTransactionsDistinctCountCallIdAsc + +• **PolyxTransactionsDistinctCountCallIdAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_CALL_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81177) + +___ + +### PolyxTransactionsDistinctCountCallIdDesc + +• **PolyxTransactionsDistinctCountCallIdDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_CALL_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81178) + +___ + +### PolyxTransactionsDistinctCountCreatedAtAsc + +• **PolyxTransactionsDistinctCountCreatedAtAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:81179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81179) + +___ + +### PolyxTransactionsDistinctCountCreatedAtDesc + +• **PolyxTransactionsDistinctCountCreatedAtDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:81180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81180) + +___ + +### PolyxTransactionsDistinctCountCreatedBlockIdAsc + +• **PolyxTransactionsDistinctCountCreatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81181) + +___ + +### PolyxTransactionsDistinctCountCreatedBlockIdDesc + +• **PolyxTransactionsDistinctCountCreatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81182](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81182) + +___ + +### PolyxTransactionsDistinctCountDatetimeAsc + +• **PolyxTransactionsDistinctCountDatetimeAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_DATETIME_ASC"`` + +#### Defined in + +[middleware/types.ts:81183](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81183) + +___ + +### PolyxTransactionsDistinctCountDatetimeDesc + +• **PolyxTransactionsDistinctCountDatetimeDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_DATETIME_DESC"`` + +#### Defined in + +[middleware/types.ts:81184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81184) + +___ + +### PolyxTransactionsDistinctCountEventIdAsc + +• **PolyxTransactionsDistinctCountEventIdAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_EVENT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81187](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81187) + +___ + +### PolyxTransactionsDistinctCountEventIdDesc + +• **PolyxTransactionsDistinctCountEventIdDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_EVENT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81188) + +___ + +### PolyxTransactionsDistinctCountEventIdxAsc + +• **PolyxTransactionsDistinctCountEventIdxAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_EVENT_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:81185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81185) + +___ + +### PolyxTransactionsDistinctCountEventIdxDesc + +• **PolyxTransactionsDistinctCountEventIdxDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_EVENT_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:81186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81186) + +___ + +### PolyxTransactionsDistinctCountExtrinsicIdAsc + +• **PolyxTransactionsDistinctCountExtrinsicIdAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_EXTRINSIC_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81189) + +___ + +### PolyxTransactionsDistinctCountExtrinsicIdDesc + +• **PolyxTransactionsDistinctCountExtrinsicIdDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_EXTRINSIC_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81190) + +___ + +### PolyxTransactionsDistinctCountIdAsc + +• **PolyxTransactionsDistinctCountIdAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81193) + +___ + +### PolyxTransactionsDistinctCountIdDesc + +• **PolyxTransactionsDistinctCountIdDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81194) + +___ + +### PolyxTransactionsDistinctCountIdentityIdAsc + +• **PolyxTransactionsDistinctCountIdentityIdAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_IDENTITY_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81191](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81191) + +___ + +### PolyxTransactionsDistinctCountIdentityIdDesc + +• **PolyxTransactionsDistinctCountIdentityIdDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_IDENTITY_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81192](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81192) + +___ + +### PolyxTransactionsDistinctCountMemoAsc + +• **PolyxTransactionsDistinctCountMemoAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_MEMO_ASC"`` + +#### Defined in + +[middleware/types.ts:81195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81195) + +___ + +### PolyxTransactionsDistinctCountMemoDesc + +• **PolyxTransactionsDistinctCountMemoDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_MEMO_DESC"`` + +#### Defined in + +[middleware/types.ts:81196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81196) + +___ + +### PolyxTransactionsDistinctCountModuleIdAsc + +• **PolyxTransactionsDistinctCountModuleIdAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81197) + +___ + +### PolyxTransactionsDistinctCountModuleIdDesc + +• **PolyxTransactionsDistinctCountModuleIdDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81198](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81198) + +___ + +### PolyxTransactionsDistinctCountToAddressAsc + +• **PolyxTransactionsDistinctCountToAddressAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_TO_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81199) + +___ + +### PolyxTransactionsDistinctCountToAddressDesc + +• **PolyxTransactionsDistinctCountToAddressDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_TO_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81200) + +___ + +### PolyxTransactionsDistinctCountToIdAsc + +• **PolyxTransactionsDistinctCountToIdAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_TO_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81201) + +___ + +### PolyxTransactionsDistinctCountToIdDesc + +• **PolyxTransactionsDistinctCountToIdDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_TO_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81202](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81202) + +___ + +### PolyxTransactionsDistinctCountTypeAsc + +• **PolyxTransactionsDistinctCountTypeAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_TYPE_ASC"`` + +#### Defined in + +[middleware/types.ts:81203](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81203) + +___ + +### PolyxTransactionsDistinctCountTypeDesc + +• **PolyxTransactionsDistinctCountTypeDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_TYPE_DESC"`` + +#### Defined in + +[middleware/types.ts:81204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81204) + +___ + +### PolyxTransactionsDistinctCountUpdatedBlockIdAsc + +• **PolyxTransactionsDistinctCountUpdatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_UPDATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81205) + +___ + +### PolyxTransactionsDistinctCountUpdatedBlockIdDesc + +• **PolyxTransactionsDistinctCountUpdatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_DISTINCT_COUNT_UPDATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81206) + +___ + +### PolyxTransactionsMaxAddressAsc + +• **PolyxTransactionsMaxAddressAsc** = ``"POLYX_TRANSACTIONS_MAX_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81207) + +___ + +### PolyxTransactionsMaxAddressDesc + +• **PolyxTransactionsMaxAddressDesc** = ``"POLYX_TRANSACTIONS_MAX_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81208](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81208) + +___ + +### PolyxTransactionsMaxAmountAsc + +• **PolyxTransactionsMaxAmountAsc** = ``"POLYX_TRANSACTIONS_MAX_AMOUNT_ASC"`` + +#### Defined in + +[middleware/types.ts:81209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81209) + +___ + +### PolyxTransactionsMaxAmountDesc + +• **PolyxTransactionsMaxAmountDesc** = ``"POLYX_TRANSACTIONS_MAX_AMOUNT_DESC"`` + +#### Defined in + +[middleware/types.ts:81210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81210) + +___ + +### PolyxTransactionsMaxBlockRangeAsc + +• **PolyxTransactionsMaxBlockRangeAsc** = ``"POLYX_TRANSACTIONS_MAX_BLOCK_RANGE_ASC"`` + +#### Defined in + +[middleware/types.ts:81211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81211) + +___ + +### PolyxTransactionsMaxBlockRangeDesc + +• **PolyxTransactionsMaxBlockRangeDesc** = ``"POLYX_TRANSACTIONS_MAX_BLOCK_RANGE_DESC"`` + +#### Defined in + +[middleware/types.ts:81212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81212) + +___ + +### PolyxTransactionsMaxCallIdAsc + +• **PolyxTransactionsMaxCallIdAsc** = ``"POLYX_TRANSACTIONS_MAX_CALL_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81213](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81213) + +___ + +### PolyxTransactionsMaxCallIdDesc + +• **PolyxTransactionsMaxCallIdDesc** = ``"POLYX_TRANSACTIONS_MAX_CALL_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81214) + +___ + +### PolyxTransactionsMaxCreatedAtAsc + +• **PolyxTransactionsMaxCreatedAtAsc** = ``"POLYX_TRANSACTIONS_MAX_CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:81215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81215) + +___ + +### PolyxTransactionsMaxCreatedAtDesc + +• **PolyxTransactionsMaxCreatedAtDesc** = ``"POLYX_TRANSACTIONS_MAX_CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:81216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81216) + +___ + +### PolyxTransactionsMaxCreatedBlockIdAsc + +• **PolyxTransactionsMaxCreatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_MAX_CREATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81217) + +___ + +### PolyxTransactionsMaxCreatedBlockIdDesc + +• **PolyxTransactionsMaxCreatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_MAX_CREATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81218) + +___ + +### PolyxTransactionsMaxDatetimeAsc + +• **PolyxTransactionsMaxDatetimeAsc** = ``"POLYX_TRANSACTIONS_MAX_DATETIME_ASC"`` + +#### Defined in + +[middleware/types.ts:81219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81219) + +___ + +### PolyxTransactionsMaxDatetimeDesc + +• **PolyxTransactionsMaxDatetimeDesc** = ``"POLYX_TRANSACTIONS_MAX_DATETIME_DESC"`` + +#### Defined in + +[middleware/types.ts:81220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81220) + +___ + +### PolyxTransactionsMaxEventIdAsc + +• **PolyxTransactionsMaxEventIdAsc** = ``"POLYX_TRANSACTIONS_MAX_EVENT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81223) + +___ + +### PolyxTransactionsMaxEventIdDesc + +• **PolyxTransactionsMaxEventIdDesc** = ``"POLYX_TRANSACTIONS_MAX_EVENT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81224) + +___ + +### PolyxTransactionsMaxEventIdxAsc + +• **PolyxTransactionsMaxEventIdxAsc** = ``"POLYX_TRANSACTIONS_MAX_EVENT_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:81221](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81221) + +___ + +### PolyxTransactionsMaxEventIdxDesc + +• **PolyxTransactionsMaxEventIdxDesc** = ``"POLYX_TRANSACTIONS_MAX_EVENT_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:81222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81222) + +___ + +### PolyxTransactionsMaxExtrinsicIdAsc + +• **PolyxTransactionsMaxExtrinsicIdAsc** = ``"POLYX_TRANSACTIONS_MAX_EXTRINSIC_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81225) + +___ + +### PolyxTransactionsMaxExtrinsicIdDesc + +• **PolyxTransactionsMaxExtrinsicIdDesc** = ``"POLYX_TRANSACTIONS_MAX_EXTRINSIC_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81226) + +___ + +### PolyxTransactionsMaxIdAsc + +• **PolyxTransactionsMaxIdAsc** = ``"POLYX_TRANSACTIONS_MAX_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81229) + +___ + +### PolyxTransactionsMaxIdDesc + +• **PolyxTransactionsMaxIdDesc** = ``"POLYX_TRANSACTIONS_MAX_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81230](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81230) + +___ + +### PolyxTransactionsMaxIdentityIdAsc + +• **PolyxTransactionsMaxIdentityIdAsc** = ``"POLYX_TRANSACTIONS_MAX_IDENTITY_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81227) + +___ + +### PolyxTransactionsMaxIdentityIdDesc + +• **PolyxTransactionsMaxIdentityIdDesc** = ``"POLYX_TRANSACTIONS_MAX_IDENTITY_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81228](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81228) + +___ + +### PolyxTransactionsMaxMemoAsc + +• **PolyxTransactionsMaxMemoAsc** = ``"POLYX_TRANSACTIONS_MAX_MEMO_ASC"`` + +#### Defined in + +[middleware/types.ts:81231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81231) + +___ + +### PolyxTransactionsMaxMemoDesc + +• **PolyxTransactionsMaxMemoDesc** = ``"POLYX_TRANSACTIONS_MAX_MEMO_DESC"`` + +#### Defined in + +[middleware/types.ts:81232](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81232) + +___ + +### PolyxTransactionsMaxModuleIdAsc + +• **PolyxTransactionsMaxModuleIdAsc** = ``"POLYX_TRANSACTIONS_MAX_MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81233) + +___ + +### PolyxTransactionsMaxModuleIdDesc + +• **PolyxTransactionsMaxModuleIdDesc** = ``"POLYX_TRANSACTIONS_MAX_MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81234](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81234) + +___ + +### PolyxTransactionsMaxToAddressAsc + +• **PolyxTransactionsMaxToAddressAsc** = ``"POLYX_TRANSACTIONS_MAX_TO_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81235) + +___ + +### PolyxTransactionsMaxToAddressDesc + +• **PolyxTransactionsMaxToAddressDesc** = ``"POLYX_TRANSACTIONS_MAX_TO_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81236](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81236) + +___ + +### PolyxTransactionsMaxToIdAsc + +• **PolyxTransactionsMaxToIdAsc** = ``"POLYX_TRANSACTIONS_MAX_TO_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81237) + +___ + +### PolyxTransactionsMaxToIdDesc + +• **PolyxTransactionsMaxToIdDesc** = ``"POLYX_TRANSACTIONS_MAX_TO_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81238) + +___ + +### PolyxTransactionsMaxTypeAsc + +• **PolyxTransactionsMaxTypeAsc** = ``"POLYX_TRANSACTIONS_MAX_TYPE_ASC"`` + +#### Defined in + +[middleware/types.ts:81239](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81239) + +___ + +### PolyxTransactionsMaxTypeDesc + +• **PolyxTransactionsMaxTypeDesc** = ``"POLYX_TRANSACTIONS_MAX_TYPE_DESC"`` + +#### Defined in + +[middleware/types.ts:81240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81240) + +___ + +### PolyxTransactionsMaxUpdatedBlockIdAsc + +• **PolyxTransactionsMaxUpdatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_MAX_UPDATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81241) + +___ + +### PolyxTransactionsMaxUpdatedBlockIdDesc + +• **PolyxTransactionsMaxUpdatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_MAX_UPDATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81242](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81242) + +___ + +### PolyxTransactionsMinAddressAsc + +• **PolyxTransactionsMinAddressAsc** = ``"POLYX_TRANSACTIONS_MIN_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81243) + +___ + +### PolyxTransactionsMinAddressDesc + +• **PolyxTransactionsMinAddressDesc** = ``"POLYX_TRANSACTIONS_MIN_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81244) + +___ + +### PolyxTransactionsMinAmountAsc + +• **PolyxTransactionsMinAmountAsc** = ``"POLYX_TRANSACTIONS_MIN_AMOUNT_ASC"`` + +#### Defined in + +[middleware/types.ts:81245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81245) + +___ + +### PolyxTransactionsMinAmountDesc + +• **PolyxTransactionsMinAmountDesc** = ``"POLYX_TRANSACTIONS_MIN_AMOUNT_DESC"`` + +#### Defined in + +[middleware/types.ts:81246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81246) + +___ + +### PolyxTransactionsMinBlockRangeAsc + +• **PolyxTransactionsMinBlockRangeAsc** = ``"POLYX_TRANSACTIONS_MIN_BLOCK_RANGE_ASC"`` + +#### Defined in + +[middleware/types.ts:81247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81247) + +___ + +### PolyxTransactionsMinBlockRangeDesc + +• **PolyxTransactionsMinBlockRangeDesc** = ``"POLYX_TRANSACTIONS_MIN_BLOCK_RANGE_DESC"`` + +#### Defined in + +[middleware/types.ts:81248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81248) + +___ + +### PolyxTransactionsMinCallIdAsc + +• **PolyxTransactionsMinCallIdAsc** = ``"POLYX_TRANSACTIONS_MIN_CALL_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81249) + +___ + +### PolyxTransactionsMinCallIdDesc + +• **PolyxTransactionsMinCallIdDesc** = ``"POLYX_TRANSACTIONS_MIN_CALL_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81250) + +___ + +### PolyxTransactionsMinCreatedAtAsc + +• **PolyxTransactionsMinCreatedAtAsc** = ``"POLYX_TRANSACTIONS_MIN_CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:81251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81251) + +___ + +### PolyxTransactionsMinCreatedAtDesc + +• **PolyxTransactionsMinCreatedAtDesc** = ``"POLYX_TRANSACTIONS_MIN_CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:81252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81252) + +___ + +### PolyxTransactionsMinCreatedBlockIdAsc + +• **PolyxTransactionsMinCreatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_MIN_CREATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81253) + +___ + +### PolyxTransactionsMinCreatedBlockIdDesc + +• **PolyxTransactionsMinCreatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_MIN_CREATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81254) + +___ + +### PolyxTransactionsMinDatetimeAsc + +• **PolyxTransactionsMinDatetimeAsc** = ``"POLYX_TRANSACTIONS_MIN_DATETIME_ASC"`` + +#### Defined in + +[middleware/types.ts:81255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81255) + +___ + +### PolyxTransactionsMinDatetimeDesc + +• **PolyxTransactionsMinDatetimeDesc** = ``"POLYX_TRANSACTIONS_MIN_DATETIME_DESC"`` + +#### Defined in + +[middleware/types.ts:81256](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81256) + +___ + +### PolyxTransactionsMinEventIdAsc + +• **PolyxTransactionsMinEventIdAsc** = ``"POLYX_TRANSACTIONS_MIN_EVENT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81259) + +___ + +### PolyxTransactionsMinEventIdDesc + +• **PolyxTransactionsMinEventIdDesc** = ``"POLYX_TRANSACTIONS_MIN_EVENT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81260) + +___ + +### PolyxTransactionsMinEventIdxAsc + +• **PolyxTransactionsMinEventIdxAsc** = ``"POLYX_TRANSACTIONS_MIN_EVENT_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:81257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81257) + +___ + +### PolyxTransactionsMinEventIdxDesc + +• **PolyxTransactionsMinEventIdxDesc** = ``"POLYX_TRANSACTIONS_MIN_EVENT_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:81258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81258) + +___ + +### PolyxTransactionsMinExtrinsicIdAsc + +• **PolyxTransactionsMinExtrinsicIdAsc** = ``"POLYX_TRANSACTIONS_MIN_EXTRINSIC_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81261](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81261) + +___ + +### PolyxTransactionsMinExtrinsicIdDesc + +• **PolyxTransactionsMinExtrinsicIdDesc** = ``"POLYX_TRANSACTIONS_MIN_EXTRINSIC_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81262](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81262) + +___ + +### PolyxTransactionsMinIdAsc + +• **PolyxTransactionsMinIdAsc** = ``"POLYX_TRANSACTIONS_MIN_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81265) + +___ + +### PolyxTransactionsMinIdDesc + +• **PolyxTransactionsMinIdDesc** = ``"POLYX_TRANSACTIONS_MIN_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81266) + +___ + +### PolyxTransactionsMinIdentityIdAsc + +• **PolyxTransactionsMinIdentityIdAsc** = ``"POLYX_TRANSACTIONS_MIN_IDENTITY_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81263) + +___ + +### PolyxTransactionsMinIdentityIdDesc + +• **PolyxTransactionsMinIdentityIdDesc** = ``"POLYX_TRANSACTIONS_MIN_IDENTITY_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81264) + +___ + +### PolyxTransactionsMinMemoAsc + +• **PolyxTransactionsMinMemoAsc** = ``"POLYX_TRANSACTIONS_MIN_MEMO_ASC"`` + +#### Defined in + +[middleware/types.ts:81267](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81267) + +___ + +### PolyxTransactionsMinMemoDesc + +• **PolyxTransactionsMinMemoDesc** = ``"POLYX_TRANSACTIONS_MIN_MEMO_DESC"`` + +#### Defined in + +[middleware/types.ts:81268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81268) + +___ + +### PolyxTransactionsMinModuleIdAsc + +• **PolyxTransactionsMinModuleIdAsc** = ``"POLYX_TRANSACTIONS_MIN_MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81269) + +___ + +### PolyxTransactionsMinModuleIdDesc + +• **PolyxTransactionsMinModuleIdDesc** = ``"POLYX_TRANSACTIONS_MIN_MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81270](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81270) + +___ + +### PolyxTransactionsMinToAddressAsc + +• **PolyxTransactionsMinToAddressAsc** = ``"POLYX_TRANSACTIONS_MIN_TO_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81271](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81271) + +___ + +### PolyxTransactionsMinToAddressDesc + +• **PolyxTransactionsMinToAddressDesc** = ``"POLYX_TRANSACTIONS_MIN_TO_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81272](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81272) + +___ + +### PolyxTransactionsMinToIdAsc + +• **PolyxTransactionsMinToIdAsc** = ``"POLYX_TRANSACTIONS_MIN_TO_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81273) + +___ + +### PolyxTransactionsMinToIdDesc + +• **PolyxTransactionsMinToIdDesc** = ``"POLYX_TRANSACTIONS_MIN_TO_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81274) + +___ + +### PolyxTransactionsMinTypeAsc + +• **PolyxTransactionsMinTypeAsc** = ``"POLYX_TRANSACTIONS_MIN_TYPE_ASC"`` + +#### Defined in + +[middleware/types.ts:81275](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81275) + +___ + +### PolyxTransactionsMinTypeDesc + +• **PolyxTransactionsMinTypeDesc** = ``"POLYX_TRANSACTIONS_MIN_TYPE_DESC"`` + +#### Defined in + +[middleware/types.ts:81276](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81276) + +___ + +### PolyxTransactionsMinUpdatedBlockIdAsc + +• **PolyxTransactionsMinUpdatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_MIN_UPDATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81277) + +___ + +### PolyxTransactionsMinUpdatedBlockIdDesc + +• **PolyxTransactionsMinUpdatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_MIN_UPDATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81278) + +___ + +### PolyxTransactionsStddevPopulationAddressAsc + +• **PolyxTransactionsStddevPopulationAddressAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81279](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81279) + +___ + +### PolyxTransactionsStddevPopulationAddressDesc + +• **PolyxTransactionsStddevPopulationAddressDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81280](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81280) + +___ + +### PolyxTransactionsStddevPopulationAmountAsc + +• **PolyxTransactionsStddevPopulationAmountAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_AMOUNT_ASC"`` + +#### Defined in + +[middleware/types.ts:81281](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81281) + +___ + +### PolyxTransactionsStddevPopulationAmountDesc + +• **PolyxTransactionsStddevPopulationAmountDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_AMOUNT_DESC"`` + +#### Defined in + +[middleware/types.ts:81282](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81282) + +___ + +### PolyxTransactionsStddevPopulationBlockRangeAsc + +• **PolyxTransactionsStddevPopulationBlockRangeAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_BLOCK_RANGE_ASC"`` + +#### Defined in + +[middleware/types.ts:81283](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81283) + +___ + +### PolyxTransactionsStddevPopulationBlockRangeDesc + +• **PolyxTransactionsStddevPopulationBlockRangeDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_BLOCK_RANGE_DESC"`` + +#### Defined in + +[middleware/types.ts:81284](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81284) + +___ + +### PolyxTransactionsStddevPopulationCallIdAsc + +• **PolyxTransactionsStddevPopulationCallIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_CALL_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81285) + +___ + +### PolyxTransactionsStddevPopulationCallIdDesc + +• **PolyxTransactionsStddevPopulationCallIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_CALL_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81286](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81286) + +___ + +### PolyxTransactionsStddevPopulationCreatedAtAsc + +• **PolyxTransactionsStddevPopulationCreatedAtAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:81287](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81287) + +___ + +### PolyxTransactionsStddevPopulationCreatedAtDesc + +• **PolyxTransactionsStddevPopulationCreatedAtDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:81288](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81288) + +___ + +### PolyxTransactionsStddevPopulationCreatedBlockIdAsc + +• **PolyxTransactionsStddevPopulationCreatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81289) + +___ + +### PolyxTransactionsStddevPopulationCreatedBlockIdDesc + +• **PolyxTransactionsStddevPopulationCreatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81290](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81290) + +___ + +### PolyxTransactionsStddevPopulationDatetimeAsc + +• **PolyxTransactionsStddevPopulationDatetimeAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_DATETIME_ASC"`` + +#### Defined in + +[middleware/types.ts:81291](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81291) + +___ + +### PolyxTransactionsStddevPopulationDatetimeDesc + +• **PolyxTransactionsStddevPopulationDatetimeDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_DATETIME_DESC"`` + +#### Defined in + +[middleware/types.ts:81292](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81292) + +___ + +### PolyxTransactionsStddevPopulationEventIdAsc + +• **PolyxTransactionsStddevPopulationEventIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_EVENT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81295](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81295) + +___ + +### PolyxTransactionsStddevPopulationEventIdDesc + +• **PolyxTransactionsStddevPopulationEventIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_EVENT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81296) + +___ + +### PolyxTransactionsStddevPopulationEventIdxAsc + +• **PolyxTransactionsStddevPopulationEventIdxAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_EVENT_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:81293](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81293) + +___ + +### PolyxTransactionsStddevPopulationEventIdxDesc + +• **PolyxTransactionsStddevPopulationEventIdxDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_EVENT_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:81294](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81294) + +___ + +### PolyxTransactionsStddevPopulationExtrinsicIdAsc + +• **PolyxTransactionsStddevPopulationExtrinsicIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_EXTRINSIC_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81297](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81297) + +___ + +### PolyxTransactionsStddevPopulationExtrinsicIdDesc + +• **PolyxTransactionsStddevPopulationExtrinsicIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_EXTRINSIC_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81298](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81298) + +___ + +### PolyxTransactionsStddevPopulationIdAsc + +• **PolyxTransactionsStddevPopulationIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81301](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81301) + +___ + +### PolyxTransactionsStddevPopulationIdDesc + +• **PolyxTransactionsStddevPopulationIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81302](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81302) + +___ + +### PolyxTransactionsStddevPopulationIdentityIdAsc + +• **PolyxTransactionsStddevPopulationIdentityIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_IDENTITY_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81299](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81299) + +___ + +### PolyxTransactionsStddevPopulationIdentityIdDesc + +• **PolyxTransactionsStddevPopulationIdentityIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_IDENTITY_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81300) + +___ + +### PolyxTransactionsStddevPopulationMemoAsc + +• **PolyxTransactionsStddevPopulationMemoAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_MEMO_ASC"`` + +#### Defined in + +[middleware/types.ts:81303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81303) + +___ + +### PolyxTransactionsStddevPopulationMemoDesc + +• **PolyxTransactionsStddevPopulationMemoDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_MEMO_DESC"`` + +#### Defined in + +[middleware/types.ts:81304](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81304) + +___ + +### PolyxTransactionsStddevPopulationModuleIdAsc + +• **PolyxTransactionsStddevPopulationModuleIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81305) + +___ + +### PolyxTransactionsStddevPopulationModuleIdDesc + +• **PolyxTransactionsStddevPopulationModuleIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81306) + +___ + +### PolyxTransactionsStddevPopulationToAddressAsc + +• **PolyxTransactionsStddevPopulationToAddressAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_TO_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81307](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81307) + +___ + +### PolyxTransactionsStddevPopulationToAddressDesc + +• **PolyxTransactionsStddevPopulationToAddressDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_TO_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81308](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81308) + +___ + +### PolyxTransactionsStddevPopulationToIdAsc + +• **PolyxTransactionsStddevPopulationToIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_TO_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81309](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81309) + +___ + +### PolyxTransactionsStddevPopulationToIdDesc + +• **PolyxTransactionsStddevPopulationToIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_TO_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81310](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81310) + +___ + +### PolyxTransactionsStddevPopulationTypeAsc + +• **PolyxTransactionsStddevPopulationTypeAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_TYPE_ASC"`` + +#### Defined in + +[middleware/types.ts:81311](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81311) + +___ + +### PolyxTransactionsStddevPopulationTypeDesc + +• **PolyxTransactionsStddevPopulationTypeDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_TYPE_DESC"`` + +#### Defined in + +[middleware/types.ts:81312](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81312) + +___ + +### PolyxTransactionsStddevPopulationUpdatedBlockIdAsc + +• **PolyxTransactionsStddevPopulationUpdatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_UPDATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81313](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81313) + +___ + +### PolyxTransactionsStddevPopulationUpdatedBlockIdDesc + +• **PolyxTransactionsStddevPopulationUpdatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_POPULATION_UPDATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81314) + +___ + +### PolyxTransactionsStddevSampleAddressAsc + +• **PolyxTransactionsStddevSampleAddressAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81315](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81315) + +___ + +### PolyxTransactionsStddevSampleAddressDesc + +• **PolyxTransactionsStddevSampleAddressDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81316](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81316) + +___ + +### PolyxTransactionsStddevSampleAmountAsc + +• **PolyxTransactionsStddevSampleAmountAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_AMOUNT_ASC"`` + +#### Defined in + +[middleware/types.ts:81317](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81317) + +___ + +### PolyxTransactionsStddevSampleAmountDesc + +• **PolyxTransactionsStddevSampleAmountDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_AMOUNT_DESC"`` + +#### Defined in + +[middleware/types.ts:81318](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81318) + +___ + +### PolyxTransactionsStddevSampleBlockRangeAsc + +• **PolyxTransactionsStddevSampleBlockRangeAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_BLOCK_RANGE_ASC"`` + +#### Defined in + +[middleware/types.ts:81319](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81319) + +___ + +### PolyxTransactionsStddevSampleBlockRangeDesc + +• **PolyxTransactionsStddevSampleBlockRangeDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_BLOCK_RANGE_DESC"`` + +#### Defined in + +[middleware/types.ts:81320](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81320) + +___ + +### PolyxTransactionsStddevSampleCallIdAsc + +• **PolyxTransactionsStddevSampleCallIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_CALL_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81321](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81321) + +___ + +### PolyxTransactionsStddevSampleCallIdDesc + +• **PolyxTransactionsStddevSampleCallIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_CALL_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81322](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81322) + +___ + +### PolyxTransactionsStddevSampleCreatedAtAsc + +• **PolyxTransactionsStddevSampleCreatedAtAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:81323](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81323) + +___ + +### PolyxTransactionsStddevSampleCreatedAtDesc + +• **PolyxTransactionsStddevSampleCreatedAtDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:81324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81324) + +___ + +### PolyxTransactionsStddevSampleCreatedBlockIdAsc + +• **PolyxTransactionsStddevSampleCreatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81325) + +___ + +### PolyxTransactionsStddevSampleCreatedBlockIdDesc + +• **PolyxTransactionsStddevSampleCreatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81326](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81326) + +___ + +### PolyxTransactionsStddevSampleDatetimeAsc + +• **PolyxTransactionsStddevSampleDatetimeAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_DATETIME_ASC"`` + +#### Defined in + +[middleware/types.ts:81327](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81327) + +___ + +### PolyxTransactionsStddevSampleDatetimeDesc + +• **PolyxTransactionsStddevSampleDatetimeDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_DATETIME_DESC"`` + +#### Defined in + +[middleware/types.ts:81328](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81328) + +___ + +### PolyxTransactionsStddevSampleEventIdAsc + +• **PolyxTransactionsStddevSampleEventIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_EVENT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81331) + +___ + +### PolyxTransactionsStddevSampleEventIdDesc + +• **PolyxTransactionsStddevSampleEventIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_EVENT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81332](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81332) + +___ + +### PolyxTransactionsStddevSampleEventIdxAsc + +• **PolyxTransactionsStddevSampleEventIdxAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_EVENT_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:81329](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81329) + +___ + +### PolyxTransactionsStddevSampleEventIdxDesc + +• **PolyxTransactionsStddevSampleEventIdxDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_EVENT_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:81330](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81330) + +___ + +### PolyxTransactionsStddevSampleExtrinsicIdAsc + +• **PolyxTransactionsStddevSampleExtrinsicIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_EXTRINSIC_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81333](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81333) + +___ + +### PolyxTransactionsStddevSampleExtrinsicIdDesc + +• **PolyxTransactionsStddevSampleExtrinsicIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_EXTRINSIC_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81334](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81334) + +___ + +### PolyxTransactionsStddevSampleIdAsc + +• **PolyxTransactionsStddevSampleIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81337](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81337) + +___ + +### PolyxTransactionsStddevSampleIdDesc + +• **PolyxTransactionsStddevSampleIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81338](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81338) + +___ + +### PolyxTransactionsStddevSampleIdentityIdAsc + +• **PolyxTransactionsStddevSampleIdentityIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_IDENTITY_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81335) + +___ + +### PolyxTransactionsStddevSampleIdentityIdDesc + +• **PolyxTransactionsStddevSampleIdentityIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_IDENTITY_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81336](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81336) + +___ + +### PolyxTransactionsStddevSampleMemoAsc + +• **PolyxTransactionsStddevSampleMemoAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_MEMO_ASC"`` + +#### Defined in + +[middleware/types.ts:81339](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81339) + +___ + +### PolyxTransactionsStddevSampleMemoDesc + +• **PolyxTransactionsStddevSampleMemoDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_MEMO_DESC"`` + +#### Defined in + +[middleware/types.ts:81340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81340) + +___ + +### PolyxTransactionsStddevSampleModuleIdAsc + +• **PolyxTransactionsStddevSampleModuleIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81341](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81341) + +___ + +### PolyxTransactionsStddevSampleModuleIdDesc + +• **PolyxTransactionsStddevSampleModuleIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81342) + +___ + +### PolyxTransactionsStddevSampleToAddressAsc + +• **PolyxTransactionsStddevSampleToAddressAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_TO_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81343](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81343) + +___ + +### PolyxTransactionsStddevSampleToAddressDesc + +• **PolyxTransactionsStddevSampleToAddressDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_TO_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81344](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81344) + +___ + +### PolyxTransactionsStddevSampleToIdAsc + +• **PolyxTransactionsStddevSampleToIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_TO_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81345) + +___ + +### PolyxTransactionsStddevSampleToIdDesc + +• **PolyxTransactionsStddevSampleToIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_TO_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81346](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81346) + +___ + +### PolyxTransactionsStddevSampleTypeAsc + +• **PolyxTransactionsStddevSampleTypeAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_TYPE_ASC"`` + +#### Defined in + +[middleware/types.ts:81347](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81347) + +___ + +### PolyxTransactionsStddevSampleTypeDesc + +• **PolyxTransactionsStddevSampleTypeDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_TYPE_DESC"`` + +#### Defined in + +[middleware/types.ts:81348](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81348) + +___ + +### PolyxTransactionsStddevSampleUpdatedBlockIdAsc + +• **PolyxTransactionsStddevSampleUpdatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_UPDATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81349) + +___ + +### PolyxTransactionsStddevSampleUpdatedBlockIdDesc + +• **PolyxTransactionsStddevSampleUpdatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_STDDEV_SAMPLE_UPDATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81350](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81350) + +___ + +### PolyxTransactionsSumAddressAsc + +• **PolyxTransactionsSumAddressAsc** = ``"POLYX_TRANSACTIONS_SUM_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81351) + +___ + +### PolyxTransactionsSumAddressDesc + +• **PolyxTransactionsSumAddressDesc** = ``"POLYX_TRANSACTIONS_SUM_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81352](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81352) + +___ + +### PolyxTransactionsSumAmountAsc + +• **PolyxTransactionsSumAmountAsc** = ``"POLYX_TRANSACTIONS_SUM_AMOUNT_ASC"`` + +#### Defined in + +[middleware/types.ts:81353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81353) + +___ + +### PolyxTransactionsSumAmountDesc + +• **PolyxTransactionsSumAmountDesc** = ``"POLYX_TRANSACTIONS_SUM_AMOUNT_DESC"`` + +#### Defined in + +[middleware/types.ts:81354](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81354) + +___ + +### PolyxTransactionsSumBlockRangeAsc + +• **PolyxTransactionsSumBlockRangeAsc** = ``"POLYX_TRANSACTIONS_SUM_BLOCK_RANGE_ASC"`` + +#### Defined in + +[middleware/types.ts:81355](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81355) + +___ + +### PolyxTransactionsSumBlockRangeDesc + +• **PolyxTransactionsSumBlockRangeDesc** = ``"POLYX_TRANSACTIONS_SUM_BLOCK_RANGE_DESC"`` + +#### Defined in + +[middleware/types.ts:81356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81356) + +___ + +### PolyxTransactionsSumCallIdAsc + +• **PolyxTransactionsSumCallIdAsc** = ``"POLYX_TRANSACTIONS_SUM_CALL_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81357) + +___ + +### PolyxTransactionsSumCallIdDesc + +• **PolyxTransactionsSumCallIdDesc** = ``"POLYX_TRANSACTIONS_SUM_CALL_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81358](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81358) + +___ + +### PolyxTransactionsSumCreatedAtAsc + +• **PolyxTransactionsSumCreatedAtAsc** = ``"POLYX_TRANSACTIONS_SUM_CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:81359](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81359) + +___ + +### PolyxTransactionsSumCreatedAtDesc + +• **PolyxTransactionsSumCreatedAtDesc** = ``"POLYX_TRANSACTIONS_SUM_CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:81360](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81360) + +___ + +### PolyxTransactionsSumCreatedBlockIdAsc + +• **PolyxTransactionsSumCreatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_SUM_CREATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81361) + +___ + +### PolyxTransactionsSumCreatedBlockIdDesc + +• **PolyxTransactionsSumCreatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_SUM_CREATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81362) + +___ + +### PolyxTransactionsSumDatetimeAsc + +• **PolyxTransactionsSumDatetimeAsc** = ``"POLYX_TRANSACTIONS_SUM_DATETIME_ASC"`` + +#### Defined in + +[middleware/types.ts:81363](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81363) + +___ + +### PolyxTransactionsSumDatetimeDesc + +• **PolyxTransactionsSumDatetimeDesc** = ``"POLYX_TRANSACTIONS_SUM_DATETIME_DESC"`` + +#### Defined in + +[middleware/types.ts:81364](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81364) + +___ + +### PolyxTransactionsSumEventIdAsc + +• **PolyxTransactionsSumEventIdAsc** = ``"POLYX_TRANSACTIONS_SUM_EVENT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81367) + +___ + +### PolyxTransactionsSumEventIdDesc + +• **PolyxTransactionsSumEventIdDesc** = ``"POLYX_TRANSACTIONS_SUM_EVENT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81368](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81368) + +___ + +### PolyxTransactionsSumEventIdxAsc + +• **PolyxTransactionsSumEventIdxAsc** = ``"POLYX_TRANSACTIONS_SUM_EVENT_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:81365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81365) + +___ + +### PolyxTransactionsSumEventIdxDesc + +• **PolyxTransactionsSumEventIdxDesc** = ``"POLYX_TRANSACTIONS_SUM_EVENT_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:81366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81366) + +___ + +### PolyxTransactionsSumExtrinsicIdAsc + +• **PolyxTransactionsSumExtrinsicIdAsc** = ``"POLYX_TRANSACTIONS_SUM_EXTRINSIC_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81369](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81369) + +___ + +### PolyxTransactionsSumExtrinsicIdDesc + +• **PolyxTransactionsSumExtrinsicIdDesc** = ``"POLYX_TRANSACTIONS_SUM_EXTRINSIC_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81370) + +___ + +### PolyxTransactionsSumIdAsc + +• **PolyxTransactionsSumIdAsc** = ``"POLYX_TRANSACTIONS_SUM_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81373](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81373) + +___ + +### PolyxTransactionsSumIdDesc + +• **PolyxTransactionsSumIdDesc** = ``"POLYX_TRANSACTIONS_SUM_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81374) + +___ + +### PolyxTransactionsSumIdentityIdAsc + +• **PolyxTransactionsSumIdentityIdAsc** = ``"POLYX_TRANSACTIONS_SUM_IDENTITY_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81371](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81371) + +___ + +### PolyxTransactionsSumIdentityIdDesc + +• **PolyxTransactionsSumIdentityIdDesc** = ``"POLYX_TRANSACTIONS_SUM_IDENTITY_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81372](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81372) + +___ + +### PolyxTransactionsSumMemoAsc + +• **PolyxTransactionsSumMemoAsc** = ``"POLYX_TRANSACTIONS_SUM_MEMO_ASC"`` + +#### Defined in + +[middleware/types.ts:81375](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81375) + +___ + +### PolyxTransactionsSumMemoDesc + +• **PolyxTransactionsSumMemoDesc** = ``"POLYX_TRANSACTIONS_SUM_MEMO_DESC"`` + +#### Defined in + +[middleware/types.ts:81376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81376) + +___ + +### PolyxTransactionsSumModuleIdAsc + +• **PolyxTransactionsSumModuleIdAsc** = ``"POLYX_TRANSACTIONS_SUM_MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81377](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81377) + +___ + +### PolyxTransactionsSumModuleIdDesc + +• **PolyxTransactionsSumModuleIdDesc** = ``"POLYX_TRANSACTIONS_SUM_MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81378](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81378) + +___ + +### PolyxTransactionsSumToAddressAsc + +• **PolyxTransactionsSumToAddressAsc** = ``"POLYX_TRANSACTIONS_SUM_TO_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81379](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81379) + +___ + +### PolyxTransactionsSumToAddressDesc + +• **PolyxTransactionsSumToAddressDesc** = ``"POLYX_TRANSACTIONS_SUM_TO_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81380](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81380) + +___ + +### PolyxTransactionsSumToIdAsc + +• **PolyxTransactionsSumToIdAsc** = ``"POLYX_TRANSACTIONS_SUM_TO_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81381](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81381) + +___ + +### PolyxTransactionsSumToIdDesc + +• **PolyxTransactionsSumToIdDesc** = ``"POLYX_TRANSACTIONS_SUM_TO_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81382](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81382) + +___ + +### PolyxTransactionsSumTypeAsc + +• **PolyxTransactionsSumTypeAsc** = ``"POLYX_TRANSACTIONS_SUM_TYPE_ASC"`` + +#### Defined in + +[middleware/types.ts:81383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81383) + +___ + +### PolyxTransactionsSumTypeDesc + +• **PolyxTransactionsSumTypeDesc** = ``"POLYX_TRANSACTIONS_SUM_TYPE_DESC"`` + +#### Defined in + +[middleware/types.ts:81384](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81384) + +___ + +### PolyxTransactionsSumUpdatedBlockIdAsc + +• **PolyxTransactionsSumUpdatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_SUM_UPDATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81385) + +___ + +### PolyxTransactionsSumUpdatedBlockIdDesc + +• **PolyxTransactionsSumUpdatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_SUM_UPDATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81386](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81386) + +___ + +### PolyxTransactionsVariancePopulationAddressAsc + +• **PolyxTransactionsVariancePopulationAddressAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81387](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81387) + +___ + +### PolyxTransactionsVariancePopulationAddressDesc + +• **PolyxTransactionsVariancePopulationAddressDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81388](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81388) + +___ + +### PolyxTransactionsVariancePopulationAmountAsc + +• **PolyxTransactionsVariancePopulationAmountAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_AMOUNT_ASC"`` + +#### Defined in + +[middleware/types.ts:81389](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81389) + +___ + +### PolyxTransactionsVariancePopulationAmountDesc + +• **PolyxTransactionsVariancePopulationAmountDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_AMOUNT_DESC"`` + +#### Defined in + +[middleware/types.ts:81390](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81390) + +___ + +### PolyxTransactionsVariancePopulationBlockRangeAsc + +• **PolyxTransactionsVariancePopulationBlockRangeAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_BLOCK_RANGE_ASC"`` + +#### Defined in + +[middleware/types.ts:81391](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81391) + +___ + +### PolyxTransactionsVariancePopulationBlockRangeDesc + +• **PolyxTransactionsVariancePopulationBlockRangeDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_BLOCK_RANGE_DESC"`` + +#### Defined in + +[middleware/types.ts:81392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81392) + +___ + +### PolyxTransactionsVariancePopulationCallIdAsc + +• **PolyxTransactionsVariancePopulationCallIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_CALL_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81393) + +___ + +### PolyxTransactionsVariancePopulationCallIdDesc + +• **PolyxTransactionsVariancePopulationCallIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_CALL_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81394](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81394) + +___ + +### PolyxTransactionsVariancePopulationCreatedAtAsc + +• **PolyxTransactionsVariancePopulationCreatedAtAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:81395](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81395) + +___ + +### PolyxTransactionsVariancePopulationCreatedAtDesc + +• **PolyxTransactionsVariancePopulationCreatedAtDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:81396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81396) + +___ + +### PolyxTransactionsVariancePopulationCreatedBlockIdAsc + +• **PolyxTransactionsVariancePopulationCreatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81397) + +___ + +### PolyxTransactionsVariancePopulationCreatedBlockIdDesc + +• **PolyxTransactionsVariancePopulationCreatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81398](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81398) + +___ + +### PolyxTransactionsVariancePopulationDatetimeAsc + +• **PolyxTransactionsVariancePopulationDatetimeAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_DATETIME_ASC"`` + +#### Defined in + +[middleware/types.ts:81399](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81399) + +___ + +### PolyxTransactionsVariancePopulationDatetimeDesc + +• **PolyxTransactionsVariancePopulationDatetimeDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_DATETIME_DESC"`` + +#### Defined in + +[middleware/types.ts:81400](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81400) + +___ + +### PolyxTransactionsVariancePopulationEventIdAsc + +• **PolyxTransactionsVariancePopulationEventIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_EVENT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81403) + +___ + +### PolyxTransactionsVariancePopulationEventIdDesc + +• **PolyxTransactionsVariancePopulationEventIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_EVENT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81404](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81404) + +___ + +### PolyxTransactionsVariancePopulationEventIdxAsc + +• **PolyxTransactionsVariancePopulationEventIdxAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_EVENT_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:81401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81401) + +___ + +### PolyxTransactionsVariancePopulationEventIdxDesc + +• **PolyxTransactionsVariancePopulationEventIdxDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_EVENT_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:81402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81402) + +___ + +### PolyxTransactionsVariancePopulationExtrinsicIdAsc + +• **PolyxTransactionsVariancePopulationExtrinsicIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_EXTRINSIC_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81405](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81405) + +___ + +### PolyxTransactionsVariancePopulationExtrinsicIdDesc + +• **PolyxTransactionsVariancePopulationExtrinsicIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_EXTRINSIC_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81406](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81406) + +___ + +### PolyxTransactionsVariancePopulationIdAsc + +• **PolyxTransactionsVariancePopulationIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81409) + +___ + +### PolyxTransactionsVariancePopulationIdDesc + +• **PolyxTransactionsVariancePopulationIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81410](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81410) + +___ + +### PolyxTransactionsVariancePopulationIdentityIdAsc + +• **PolyxTransactionsVariancePopulationIdentityIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_IDENTITY_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81407) + +___ + +### PolyxTransactionsVariancePopulationIdentityIdDesc + +• **PolyxTransactionsVariancePopulationIdentityIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_IDENTITY_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81408](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81408) + +___ + +### PolyxTransactionsVariancePopulationMemoAsc + +• **PolyxTransactionsVariancePopulationMemoAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_MEMO_ASC"`` + +#### Defined in + +[middleware/types.ts:81411](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81411) + +___ + +### PolyxTransactionsVariancePopulationMemoDesc + +• **PolyxTransactionsVariancePopulationMemoDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_MEMO_DESC"`` + +#### Defined in + +[middleware/types.ts:81412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81412) + +___ + +### PolyxTransactionsVariancePopulationModuleIdAsc + +• **PolyxTransactionsVariancePopulationModuleIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81413) + +___ + +### PolyxTransactionsVariancePopulationModuleIdDesc + +• **PolyxTransactionsVariancePopulationModuleIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81414](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81414) + +___ + +### PolyxTransactionsVariancePopulationToAddressAsc + +• **PolyxTransactionsVariancePopulationToAddressAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_TO_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81415](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81415) + +___ + +### PolyxTransactionsVariancePopulationToAddressDesc + +• **PolyxTransactionsVariancePopulationToAddressDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_TO_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81416) + +___ + +### PolyxTransactionsVariancePopulationToIdAsc + +• **PolyxTransactionsVariancePopulationToIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_TO_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81417) + +___ + +### PolyxTransactionsVariancePopulationToIdDesc + +• **PolyxTransactionsVariancePopulationToIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_TO_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81418) + +___ + +### PolyxTransactionsVariancePopulationTypeAsc + +• **PolyxTransactionsVariancePopulationTypeAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_TYPE_ASC"`` + +#### Defined in + +[middleware/types.ts:81419](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81419) + +___ + +### PolyxTransactionsVariancePopulationTypeDesc + +• **PolyxTransactionsVariancePopulationTypeDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_TYPE_DESC"`` + +#### Defined in + +[middleware/types.ts:81420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81420) + +___ + +### PolyxTransactionsVariancePopulationUpdatedBlockIdAsc + +• **PolyxTransactionsVariancePopulationUpdatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_UPDATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81421) + +___ + +### PolyxTransactionsVariancePopulationUpdatedBlockIdDesc + +• **PolyxTransactionsVariancePopulationUpdatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_POPULATION_UPDATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81422) + +___ + +### PolyxTransactionsVarianceSampleAddressAsc + +• **PolyxTransactionsVarianceSampleAddressAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81423](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81423) + +___ + +### PolyxTransactionsVarianceSampleAddressDesc + +• **PolyxTransactionsVarianceSampleAddressDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81424](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81424) + +___ + +### PolyxTransactionsVarianceSampleAmountAsc + +• **PolyxTransactionsVarianceSampleAmountAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_AMOUNT_ASC"`` + +#### Defined in + +[middleware/types.ts:81425](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81425) + +___ + +### PolyxTransactionsVarianceSampleAmountDesc + +• **PolyxTransactionsVarianceSampleAmountDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_AMOUNT_DESC"`` + +#### Defined in + +[middleware/types.ts:81426](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81426) + +___ + +### PolyxTransactionsVarianceSampleBlockRangeAsc + +• **PolyxTransactionsVarianceSampleBlockRangeAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_BLOCK_RANGE_ASC"`` + +#### Defined in + +[middleware/types.ts:81427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81427) + +___ + +### PolyxTransactionsVarianceSampleBlockRangeDesc + +• **PolyxTransactionsVarianceSampleBlockRangeDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_BLOCK_RANGE_DESC"`` + +#### Defined in + +[middleware/types.ts:81428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81428) + +___ + +### PolyxTransactionsVarianceSampleCallIdAsc + +• **PolyxTransactionsVarianceSampleCallIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_CALL_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81429) + +___ + +### PolyxTransactionsVarianceSampleCallIdDesc + +• **PolyxTransactionsVarianceSampleCallIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_CALL_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81430](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81430) + +___ + +### PolyxTransactionsVarianceSampleCreatedAtAsc + +• **PolyxTransactionsVarianceSampleCreatedAtAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:81431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81431) + +___ + +### PolyxTransactionsVarianceSampleCreatedAtDesc + +• **PolyxTransactionsVarianceSampleCreatedAtDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:81432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81432) + +___ + +### PolyxTransactionsVarianceSampleCreatedBlockIdAsc + +• **PolyxTransactionsVarianceSampleCreatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81433](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81433) + +___ + +### PolyxTransactionsVarianceSampleCreatedBlockIdDesc + +• **PolyxTransactionsVarianceSampleCreatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81434](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81434) + +___ + +### PolyxTransactionsVarianceSampleDatetimeAsc + +• **PolyxTransactionsVarianceSampleDatetimeAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_DATETIME_ASC"`` + +#### Defined in + +[middleware/types.ts:81435](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81435) + +___ + +### PolyxTransactionsVarianceSampleDatetimeDesc + +• **PolyxTransactionsVarianceSampleDatetimeDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_DATETIME_DESC"`` + +#### Defined in + +[middleware/types.ts:81436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81436) + +___ + +### PolyxTransactionsVarianceSampleEventIdAsc + +• **PolyxTransactionsVarianceSampleEventIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_EVENT_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81439](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81439) + +___ + +### PolyxTransactionsVarianceSampleEventIdDesc + +• **PolyxTransactionsVarianceSampleEventIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_EVENT_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81440) + +___ + +### PolyxTransactionsVarianceSampleEventIdxAsc + +• **PolyxTransactionsVarianceSampleEventIdxAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_EVENT_IDX_ASC"`` + +#### Defined in + +[middleware/types.ts:81437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81437) + +___ + +### PolyxTransactionsVarianceSampleEventIdxDesc + +• **PolyxTransactionsVarianceSampleEventIdxDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_EVENT_IDX_DESC"`` + +#### Defined in + +[middleware/types.ts:81438](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81438) + +___ + +### PolyxTransactionsVarianceSampleExtrinsicIdAsc + +• **PolyxTransactionsVarianceSampleExtrinsicIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_EXTRINSIC_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81441) + +___ + +### PolyxTransactionsVarianceSampleExtrinsicIdDesc + +• **PolyxTransactionsVarianceSampleExtrinsicIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_EXTRINSIC_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81442](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81442) + +___ + +### PolyxTransactionsVarianceSampleIdAsc + +• **PolyxTransactionsVarianceSampleIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81445](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81445) + +___ + +### PolyxTransactionsVarianceSampleIdDesc + +• **PolyxTransactionsVarianceSampleIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81446) + +___ + +### PolyxTransactionsVarianceSampleIdentityIdAsc + +• **PolyxTransactionsVarianceSampleIdentityIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_IDENTITY_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81443](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81443) + +___ + +### PolyxTransactionsVarianceSampleIdentityIdDesc + +• **PolyxTransactionsVarianceSampleIdentityIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_IDENTITY_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81444](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81444) + +___ + +### PolyxTransactionsVarianceSampleMemoAsc + +• **PolyxTransactionsVarianceSampleMemoAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_MEMO_ASC"`` + +#### Defined in + +[middleware/types.ts:81447](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81447) + +___ + +### PolyxTransactionsVarianceSampleMemoDesc + +• **PolyxTransactionsVarianceSampleMemoDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_MEMO_DESC"`` + +#### Defined in + +[middleware/types.ts:81448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81448) + +___ + +### PolyxTransactionsVarianceSampleModuleIdAsc + +• **PolyxTransactionsVarianceSampleModuleIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_MODULE_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81449](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81449) + +___ + +### PolyxTransactionsVarianceSampleModuleIdDesc + +• **PolyxTransactionsVarianceSampleModuleIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_MODULE_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81450) + +___ + +### PolyxTransactionsVarianceSampleToAddressAsc + +• **PolyxTransactionsVarianceSampleToAddressAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_TO_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81451](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81451) + +___ + +### PolyxTransactionsVarianceSampleToAddressDesc + +• **PolyxTransactionsVarianceSampleToAddressDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_TO_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81452](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81452) + +___ + +### PolyxTransactionsVarianceSampleToIdAsc + +• **PolyxTransactionsVarianceSampleToIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_TO_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81453](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81453) + +___ + +### PolyxTransactionsVarianceSampleToIdDesc + +• **PolyxTransactionsVarianceSampleToIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_TO_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81454](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81454) + +___ + +### PolyxTransactionsVarianceSampleTypeAsc + +• **PolyxTransactionsVarianceSampleTypeAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_TYPE_ASC"`` + +#### Defined in + +[middleware/types.ts:81455](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81455) + +___ + +### PolyxTransactionsVarianceSampleTypeDesc + +• **PolyxTransactionsVarianceSampleTypeDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_TYPE_DESC"`` + +#### Defined in + +[middleware/types.ts:81456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81456) + +___ + +### PolyxTransactionsVarianceSampleUpdatedBlockIdAsc + +• **PolyxTransactionsVarianceSampleUpdatedBlockIdAsc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_UPDATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81457) + +___ + +### PolyxTransactionsVarianceSampleUpdatedBlockIdDesc + +• **PolyxTransactionsVarianceSampleUpdatedBlockIdDesc** = ``"POLYX_TRANSACTIONS_VARIANCE_SAMPLE_UPDATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81458](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81458) + +___ + +### PrimaryKeyAsc + +• **PrimaryKeyAsc** = ``"PRIMARY_KEY_ASC"`` + +#### Defined in + +[middleware/types.ts:81459](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81459) + +___ + +### PrimaryKeyDesc + +• **PrimaryKeyDesc** = ``"PRIMARY_KEY_DESC"`` + +#### Defined in + +[middleware/types.ts:81460](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81460) + +___ + +### SignedAsc + +• **SignedAsc** = ``"SIGNED_ASC"`` + +#### Defined in + +[middleware/types.ts:81463](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81463) + +___ + +### SignedDesc + +• **SignedDesc** = ``"SIGNED_DESC"`` + +#### Defined in + +[middleware/types.ts:81464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81464) + +___ + +### SignedbyAddressAsc + +• **SignedbyAddressAsc** = ``"SIGNEDBY_ADDRESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81461) + +___ + +### SignedbyAddressDesc + +• **SignedbyAddressDesc** = ``"SIGNEDBY_ADDRESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81462](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81462) + +___ + +### SpecVersionIdAsc + +• **SpecVersionIdAsc** = ``"SPEC_VERSION_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:81465](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81465) + +___ + +### SpecVersionIdDesc + +• **SpecVersionIdDesc** = ``"SPEC_VERSION_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:81466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81466) + +___ + +### SuccessAsc + +• **SuccessAsc** = ``"SUCCESS_ASC"`` + +#### Defined in + +[middleware/types.ts:81467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81467) + +___ + +### SuccessDesc + +• **SuccessDesc** = ``"SUCCESS_DESC"`` + +#### Defined in + +[middleware/types.ts:81468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L81468) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Types/ModuleIdEnum/ModuleIdEnum.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/ModuleIdEnum/ModuleIdEnum.md new file mode 100644 index 0000000000..b5e78b36b6 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/ModuleIdEnum/ModuleIdEnum.md @@ -0,0 +1,599 @@ +--- +id: "ModuleIdEnum" +title: "Enumeration: ModuleIdEnum" +sidebar_label: "ModuleIdEnum" +--- + +[types](../../../modules/Types/Types.md).ModuleIdEnum + +Represents all known chain "pallets" + +## Enumeration Members + +### Asset + +• **Asset** = ``"asset"`` + +#### Defined in + +[middleware/types.ts:102731](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102731) + +___ + +### Authoritydiscovery + +• **Authoritydiscovery** = ``"authoritydiscovery"`` + +#### Defined in + +[middleware/types.ts:102732](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102732) + +___ + +### Authorship + +• **Authorship** = ``"authorship"`` + +#### Defined in + +[middleware/types.ts:102733](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102733) + +___ + +### Babe + +• **Babe** = ``"babe"`` + +#### Defined in + +[middleware/types.ts:102734](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102734) + +___ + +### Balances + +• **Balances** = ``"balances"`` + +#### Defined in + +[middleware/types.ts:102735](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102735) + +___ + +### Base + +• **Base** = ``"base"`` + +#### Defined in + +[middleware/types.ts:102736](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102736) + +___ + +### Bridge + +• **Bridge** = ``"bridge"`` + +#### Defined in + +[middleware/types.ts:102737](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102737) + +___ + +### Capitaldistribution + +• **Capitaldistribution** = ``"capitaldistribution"`` + +#### Defined in + +[middleware/types.ts:102738](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102738) + +___ + +### Cddserviceproviders + +• **Cddserviceproviders** = ``"cddserviceproviders"`` + +#### Defined in + +[middleware/types.ts:102739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102739) + +___ + +### Checkpoint + +• **Checkpoint** = ``"checkpoint"`` + +#### Defined in + +[middleware/types.ts:102740](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102740) + +___ + +### Committeemembership + +• **Committeemembership** = ``"committeemembership"`` + +#### Defined in + +[middleware/types.ts:102741](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102741) + +___ + +### Compliancemanager + +• **Compliancemanager** = ``"compliancemanager"`` + +#### Defined in + +[middleware/types.ts:102742](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102742) + +___ + +### Confidential + +• **Confidential** = ``"confidential"`` + +#### Defined in + +[middleware/types.ts:102743](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102743) + +___ + +### Confidentialasset + +• **Confidentialasset** = ``"confidentialasset"`` + +#### Defined in + +[middleware/types.ts:102744](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102744) + +___ + +### Contracts + +• **Contracts** = ``"contracts"`` + +#### Defined in + +[middleware/types.ts:102745](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102745) + +___ + +### Corporateaction + +• **Corporateaction** = ``"corporateaction"`` + +#### Defined in + +[middleware/types.ts:102746](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102746) + +___ + +### Corporateballot + +• **Corporateballot** = ``"corporateballot"`` + +#### Defined in + +[middleware/types.ts:102747](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102747) + +___ + +### Dividend + +• **Dividend** = ``"dividend"`` + +#### Defined in + +[middleware/types.ts:102748](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102748) + +___ + +### Electionprovidermultiphase + +• **Electionprovidermultiphase** = ``"electionprovidermultiphase"`` + +#### Defined in + +[middleware/types.ts:102749](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102749) + +___ + +### Exemption + +• **Exemption** = ``"exemption"`` + +#### Defined in + +[middleware/types.ts:102750](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102750) + +___ + +### Externalagents + +• **Externalagents** = ``"externalagents"`` + +#### Defined in + +[middleware/types.ts:102751](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102751) + +___ + +### Finalitytracker + +• **Finalitytracker** = ``"finalitytracker"`` + +#### Defined in + +[middleware/types.ts:102752](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102752) + +___ + +### Grandpa + +• **Grandpa** = ``"grandpa"`` + +#### Defined in + +[middleware/types.ts:102753](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102753) + +___ + +### Historical + +• **Historical** = ``"historical"`` + +#### Defined in + +[middleware/types.ts:102754](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102754) + +___ + +### Identity + +• **Identity** = ``"identity"`` + +#### Defined in + +[middleware/types.ts:102755](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102755) + +___ + +### Imonline + +• **Imonline** = ``"imonline"`` + +#### Defined in + +[middleware/types.ts:102756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102756) + +___ + +### Indices + +• **Indices** = ``"indices"`` + +#### Defined in + +[middleware/types.ts:102757](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102757) + +___ + +### Multisig + +• **Multisig** = ``"multisig"`` + +#### Defined in + +[middleware/types.ts:102758](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102758) + +___ + +### Nft + +• **Nft** = ``"nft"`` + +#### Defined in + +[middleware/types.ts:102759](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102759) + +___ + +### Offences + +• **Offences** = ``"offences"`` + +#### Defined in + +[middleware/types.ts:102760](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102760) + +___ + +### Permissions + +• **Permissions** = ``"permissions"`` + +#### Defined in + +[middleware/types.ts:102761](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102761) + +___ + +### Pips + +• **Pips** = ``"pips"`` + +#### Defined in + +[middleware/types.ts:102762](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102762) + +___ + +### Polymeshcommittee + +• **Polymeshcommittee** = ``"polymeshcommittee"`` + +#### Defined in + +[middleware/types.ts:102763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102763) + +___ + +### Polymeshcontracts + +• **Polymeshcontracts** = ``"polymeshcontracts"`` + +#### Defined in + +[middleware/types.ts:102764](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102764) + +___ + +### Portfolio + +• **Portfolio** = ``"portfolio"`` + +#### Defined in + +[middleware/types.ts:102765](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102765) + +___ + +### Preimage + +• **Preimage** = ``"preimage"`` + +#### Defined in + +[middleware/types.ts:102766](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102766) + +___ + +### Protocolfee + +• **Protocolfee** = ``"protocolfee"`` + +#### Defined in + +[middleware/types.ts:102767](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102767) + +___ + +### Randomnesscollectiveflip + +• **Randomnesscollectiveflip** = ``"randomnesscollectiveflip"`` + +#### Defined in + +[middleware/types.ts:102768](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102768) + +___ + +### Relayer + +• **Relayer** = ``"relayer"`` + +#### Defined in + +[middleware/types.ts:102769](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102769) + +___ + +### Rewards + +• **Rewards** = ``"rewards"`` + +#### Defined in + +[middleware/types.ts:102770](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102770) + +___ + +### Scheduler + +• **Scheduler** = ``"scheduler"`` + +#### Defined in + +[middleware/types.ts:102771](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102771) + +___ + +### Session + +• **Session** = ``"session"`` + +#### Defined in + +[middleware/types.ts:102772](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102772) + +___ + +### Settlement + +• **Settlement** = ``"settlement"`` + +#### Defined in + +[middleware/types.ts:102773](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102773) + +___ + +### Staking + +• **Staking** = ``"staking"`` + +#### Defined in + +[middleware/types.ts:102774](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102774) + +___ + +### Statetriemigration + +• **Statetriemigration** = ``"statetriemigration"`` + +#### Defined in + +[middleware/types.ts:102775](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102775) + +___ + +### Statistics + +• **Statistics** = ``"statistics"`` + +#### Defined in + +[middleware/types.ts:102776](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102776) + +___ + +### Sto + +• **Sto** = ``"sto"`` + +#### Defined in + +[middleware/types.ts:102777](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102777) + +___ + +### Stocapped + +• **Stocapped** = ``"stocapped"`` + +#### Defined in + +[middleware/types.ts:102778](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102778) + +___ + +### Sudo + +• **Sudo** = ``"sudo"`` + +#### Defined in + +[middleware/types.ts:102779](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102779) + +___ + +### System + +• **System** = ``"system"`` + +#### Defined in + +[middleware/types.ts:102780](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102780) + +___ + +### Technicalcommittee + +• **Technicalcommittee** = ``"technicalcommittee"`` + +#### Defined in + +[middleware/types.ts:102781](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102781) + +___ + +### Technicalcommitteemembership + +• **Technicalcommitteemembership** = ``"technicalcommitteemembership"`` + +#### Defined in + +[middleware/types.ts:102782](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102782) + +___ + +### Testutils + +• **Testutils** = ``"testutils"`` + +#### Defined in + +[middleware/types.ts:102783](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102783) + +___ + +### Timestamp + +• **Timestamp** = ``"timestamp"`` + +#### Defined in + +[middleware/types.ts:102784](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102784) + +___ + +### Transactionpayment + +• **Transactionpayment** = ``"transactionpayment"`` + +#### Defined in + +[middleware/types.ts:102785](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102785) + +___ + +### Treasury + +• **Treasury** = ``"treasury"`` + +#### Defined in + +[middleware/types.ts:102786](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102786) + +___ + +### Upgradecommittee + +• **Upgradecommittee** = ``"upgradecommittee"`` + +#### Defined in + +[middleware/types.ts:102787](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102787) + +___ + +### Upgradecommitteemembership + +• **Upgradecommitteemembership** = ``"upgradecommitteemembership"`` + +#### Defined in + +[middleware/types.ts:102788](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102788) + +___ + +### Utility + +• **Utility** = ``"utility"`` + +#### Defined in + +[middleware/types.ts:102789](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L102789) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md new file mode 100644 index 0000000000..5fbb41b3a7 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md @@ -0,0 +1,29 @@ +--- +id: "MultiSigProposalVoteActionEnum" +title: "Enumeration: MultiSigProposalVoteActionEnum" +sidebar_label: "MultiSigProposalVoteActionEnum" +--- + +[types](../../../modules/Types/Types.md).MultiSigProposalVoteActionEnum + +Represents action performed on MultiSig proposal + +## Enumeration Members + +### Approved + +• **Approved** = ``"Approved"`` + +#### Defined in + +[middleware/types.ts:104350](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L104350) + +___ + +### Rejected + +• **Rejected** = ``"Rejected"`` + +#### Defined in + +[middleware/types.ts:104351](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L104351) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md new file mode 100644 index 0000000000..cf2fddf04a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md @@ -0,0 +1,179 @@ +--- +id: "NftHoldersOrderBy" +title: "Enumeration: NftHoldersOrderBy" +sidebar_label: "NftHoldersOrderBy" +--- + +[types](../../../modules/Types/Types.md).NftHoldersOrderBy + +Methods to use when ordering `NftHolder`. + +## Enumeration Members + +### AssetIdAsc + +• **AssetIdAsc** = ``"ASSET_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:106864](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L106864) + +___ + +### AssetIdDesc + +• **AssetIdDesc** = ``"ASSET_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:106865](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L106865) + +___ + +### CreatedAtAsc + +• **CreatedAtAsc** = ``"CREATED_AT_ASC"`` + +#### Defined in + +[middleware/types.ts:106866](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L106866) + +___ + +### CreatedAtDesc + +• **CreatedAtDesc** = ``"CREATED_AT_DESC"`` + +#### Defined in + +[middleware/types.ts:106867](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L106867) + +___ + +### CreatedBlockIdAsc + +• **CreatedBlockIdAsc** = ``"CREATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:106868](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L106868) + +___ + +### CreatedBlockIdDesc + +• **CreatedBlockIdDesc** = ``"CREATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:106869](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L106869) + +___ + +### IdAsc + +• **IdAsc** = ``"ID_ASC"`` + +#### Defined in + +[middleware/types.ts:106872](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L106872) + +___ + +### IdDesc + +• **IdDesc** = ``"ID_DESC"`` + +#### Defined in + +[middleware/types.ts:106873](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L106873) + +___ + +### IdentityIdAsc + +• **IdentityIdAsc** = ``"IDENTITY_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:106870](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L106870) + +___ + +### IdentityIdDesc + +• **IdentityIdDesc** = ``"IDENTITY_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:106871](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L106871) + +___ + +### Natural + +• **Natural** = ``"NATURAL"`` + +#### Defined in + +[middleware/types.ts:106874](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L106874) + +___ + +### NftIdsAsc + +• **NftIdsAsc** = ``"NFT_IDS_ASC"`` + +#### Defined in + +[middleware/types.ts:106875](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L106875) + +___ + +### NftIdsDesc + +• **NftIdsDesc** = ``"NFT_IDS_DESC"`` + +#### Defined in + +[middleware/types.ts:106876](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L106876) + +___ + +### PrimaryKeyAsc + +• **PrimaryKeyAsc** = ``"PRIMARY_KEY_ASC"`` + +#### Defined in + +[middleware/types.ts:106877](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L106877) + +___ + +### PrimaryKeyDesc + +• **PrimaryKeyDesc** = ``"PRIMARY_KEY_DESC"`` + +#### Defined in + +[middleware/types.ts:106878](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L106878) + +___ + +### UpdatedBlockIdAsc + +• **UpdatedBlockIdAsc** = ``"UPDATED_BLOCK_ID_ASC"`` + +#### Defined in + +[middleware/types.ts:106879](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L106879) + +___ + +### UpdatedBlockIdDesc + +• **UpdatedBlockIdDesc** = ``"UPDATED_BLOCK_ID_DESC"`` + +#### Defined in + +[middleware/types.ts:106880](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L106880) diff --git a/sdk-docs_versioned_docs/version-27.0.x/enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md new file mode 100644 index 0000000000..2f3a4733d4 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md @@ -0,0 +1,37 @@ +--- +id: "SettlementDirectionEnum" +title: "Enumeration: SettlementDirectionEnum" +sidebar_label: "SettlementDirectionEnum" +--- + +[types](../../../modules/Types/Types.md).SettlementDirectionEnum + +## Enumeration Members + +### Incoming + +• **Incoming** = ``"Incoming"`` + +#### Defined in + +[middleware/typesV1.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/typesV1.ts#L13) + +___ + +### None + +• **None** = ``"None"`` + +#### Defined in + +[middleware/typesV1.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/typesV1.ts#L12) + +___ + +### Outgoing + +• **Outgoing** = ``"Outgoing"`` + +#### Defined in + +[middleware/typesV1.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/typesV1.ts#L14) diff --git a/sdk-docs_versioned_docs/version-23.2.x/enums/_category_.yml b/sdk-docs_versioned_docs/version-27.0.x/enums/_category_.yml similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/enums/_category_.yml rename to sdk-docs_versioned_docs/version-27.0.x/enums/_category_.yml diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md new file mode 100644 index 0000000000..b47849df85 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md @@ -0,0 +1,59 @@ +--- +id: "ConnectParams" +title: "Interface: ConnectParams" +sidebar_label: "ConnectParams" +--- + +[api/client/Polymesh](../../../../../modules/API/Client/Polymesh/Polymesh.md).ConnectParams + +## Properties + +### middlewareV2 + +• `Optional` **middlewareV2**: [`MiddlewareConfig`](../../Types/MiddlewareConfig/MiddlewareConfig.md) + +Allows for historical data to be queried. Required for some methods to work + +#### Defined in + +[api/client/Polymesh.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L52) + +___ + +### nodeUrl + +• **nodeUrl**: `string` + +The websocket or http URL for the Polymesh node to connect to + +**`Note`** + +subscription features are not available if an http URL is provided + +#### Defined in + +[api/client/Polymesh.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L44) + +___ + +### polkadot + +• `Optional` **polkadot**: [`PolkadotConfig`](../../Types/PolkadotConfig/PolkadotConfig.md) + +Advanced options that will be used with the underling polkadot.js instance + +#### Defined in + +[api/client/Polymesh.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L56) + +___ + +### signingManager + +• `Optional` **signingManager**: `SigningManager` + +Handles signing of transactions. Required to be set before submitting transactions + +#### Defined in + +[api/client/Polymesh.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/Polymesh.ts#L48) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md new file mode 100644 index 0000000000..a0ac4c149a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md @@ -0,0 +1,55 @@ +--- +id: "EventIdentifier" +title: "Interface: EventIdentifier" +sidebar_label: "EventIdentifier" +--- + +[api/client/types](../../../../../modules/API/Client/Types/Types.md).EventIdentifier + +## Hierarchy + +- **`EventIdentifier`** + + ↳ [`HistoricPolyxTransaction`](../../../Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md) + + ↳ [`BaseHistoricAssetTransaction`](../../../Entities/Asset/Types/BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md) + +## Properties + +### blockDate + +• **blockDate**: `Date` + +#### Defined in + +[api/client/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L179) + +___ + +### blockHash + +• **blockHash**: `string` + +#### Defined in + +[api/client/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L178) + +___ + +### blockNumber + +• **blockNumber**: `BigNumber` + +#### Defined in + +[api/client/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L177) + +___ + +### eventIndex + +• **eventIndex**: `BigNumber` + +#### Defined in + +[api/client/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L180) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md new file mode 100644 index 0000000000..e757e26264 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md @@ -0,0 +1,127 @@ +--- +id: "ExtrinsicData" +title: "Interface: ExtrinsicData" +sidebar_label: "ExtrinsicData" +--- + +[api/client/types](../../../../../modules/API/Client/Types/Types.md).ExtrinsicData + +## Hierarchy + +- **`ExtrinsicData`** + + ↳ [`ExtrinsicDataWithFees`](../ExtrinsicDataWithFees/ExtrinsicDataWithFees.md) + +## Properties + +### address + +• **address**: ``null`` \| `string` + +public key of the signer. Unsigned transactions have no signer, in which case this value is null (example: an enacted governance proposal) + +#### Defined in + +[api/client/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L17) + +___ + +### blockDate + +• **blockDate**: `Date` + +#### Defined in + +[api/client/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L12) + +___ + +### blockHash + +• **blockHash**: `string` + +#### Defined in + +[api/client/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L10) + +___ + +### blockNumber + +• **blockNumber**: `BigNumber` + +#### Defined in + +[api/client/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L11) + +___ + +### extrinsicHash + +• **extrinsicHash**: `string` + +#### Defined in + +[api/client/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L26) + +___ + +### extrinsicIdx + +• **extrinsicIdx**: `BigNumber` + +#### Defined in + +[api/client/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L13) + +___ + +### nonce + +• **nonce**: ``null`` \| `BigNumber` + +nonce of the transaction. Null for unsigned transactions where address is null + +#### Defined in + +[api/client/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L21) + +___ + +### params + +• **params**: `Record`\<`string`, `unknown`\>[] + +#### Defined in + +[api/client/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L23) + +___ + +### specVersionId + +• **specVersionId**: `BigNumber` + +#### Defined in + +[api/client/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L25) + +___ + +### success + +• **success**: `boolean` + +#### Defined in + +[api/client/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L24) + +___ + +### txTag + +• **txTag**: [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag) + +#### Defined in + +[api/client/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L22) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md new file mode 100644 index 0000000000..352412021d --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md @@ -0,0 +1,181 @@ +--- +id: "ExtrinsicDataWithFees" +title: "Interface: ExtrinsicDataWithFees" +sidebar_label: "ExtrinsicDataWithFees" +--- + +[api/client/types](../../../../../modules/API/Client/Types/Types.md).ExtrinsicDataWithFees + +## Hierarchy + +- [`ExtrinsicData`](../ExtrinsicData/ExtrinsicData.md) + + ↳ **`ExtrinsicDataWithFees`** + +## Properties + +### address + +• **address**: ``null`` \| `string` + +public key of the signer. Unsigned transactions have no signer, in which case this value is null (example: an enacted governance proposal) + +#### Inherited from + +[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[address](../ExtrinsicData/ExtrinsicData.md#address) + +#### Defined in + +[api/client/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L17) + +___ + +### blockDate + +• **blockDate**: `Date` + +#### Inherited from + +[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[blockDate](../ExtrinsicData/ExtrinsicData.md#blockdate) + +#### Defined in + +[api/client/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L12) + +___ + +### blockHash + +• **blockHash**: `string` + +#### Inherited from + +[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[blockHash](../ExtrinsicData/ExtrinsicData.md#blockhash) + +#### Defined in + +[api/client/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L10) + +___ + +### blockNumber + +• **blockNumber**: `BigNumber` + +#### Inherited from + +[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[blockNumber](../ExtrinsicData/ExtrinsicData.md#blocknumber) + +#### Defined in + +[api/client/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L11) + +___ + +### extrinsicHash + +• **extrinsicHash**: `string` + +#### Inherited from + +[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[extrinsicHash](../ExtrinsicData/ExtrinsicData.md#extrinsichash) + +#### Defined in + +[api/client/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L26) + +___ + +### extrinsicIdx + +• **extrinsicIdx**: `BigNumber` + +#### Inherited from + +[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[extrinsicIdx](../ExtrinsicData/ExtrinsicData.md#extrinsicidx) + +#### Defined in + +[api/client/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L13) + +___ + +### fee + +• **fee**: [`Fees`](../Fees/Fees.md) + +#### Defined in + +[api/client/types.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L30) + +___ + +### nonce + +• **nonce**: ``null`` \| `BigNumber` + +nonce of the transaction. Null for unsigned transactions where address is null + +#### Inherited from + +[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[nonce](../ExtrinsicData/ExtrinsicData.md#nonce) + +#### Defined in + +[api/client/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L21) + +___ + +### params + +• **params**: `Record`\<`string`, `unknown`\>[] + +#### Inherited from + +[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[params](../ExtrinsicData/ExtrinsicData.md#params) + +#### Defined in + +[api/client/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L23) + +___ + +### specVersionId + +• **specVersionId**: `BigNumber` + +#### Inherited from + +[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[specVersionId](../ExtrinsicData/ExtrinsicData.md#specversionid) + +#### Defined in + +[api/client/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L25) + +___ + +### success + +• **success**: `boolean` + +#### Inherited from + +[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[success](../ExtrinsicData/ExtrinsicData.md#success) + +#### Defined in + +[api/client/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L24) + +___ + +### txTag + +• **txTag**: [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag) + +#### Inherited from + +[ExtrinsicData](../ExtrinsicData/ExtrinsicData.md).[txTag](../ExtrinsicData/ExtrinsicData.md#txtag) + +#### Defined in + +[api/client/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L22) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/Fees/Fees.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/Fees/Fees.md new file mode 100644 index 0000000000..c6f9fb0847 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/Fees/Fees.md @@ -0,0 +1,43 @@ +--- +id: "Fees" +title: "Interface: Fees" +sidebar_label: "Fees" +--- + +[api/client/types](../../../../../modules/API/Client/Types/Types.md).Fees + +## Properties + +### gas + +• **gas**: `BigNumber` + +regular network fee + +#### Defined in + +[api/client/types.ts:197](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L197) + +___ + +### protocol + +• **protocol**: `BigNumber` + +bonus fee charged by certain transactions + +#### Defined in + +[api/client/types.ts:193](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L193) + +___ + +### total + +• **total**: `BigNumber` + +sum of the protocol and gas fees + +#### Defined in + +[api/client/types.ts:201](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L201) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/InstructionPartiesFilters/InstructionPartiesFilters.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/InstructionPartiesFilters/InstructionPartiesFilters.md new file mode 100644 index 0000000000..0250122036 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/InstructionPartiesFilters/InstructionPartiesFilters.md @@ -0,0 +1,117 @@ +--- +id: "InstructionPartiesFilters" +title: "Interface: InstructionPartiesFilters" +sidebar_label: "InstructionPartiesFilters" +--- + +[api/client/types](../../../../../modules/API/Client/Types/Types.md).InstructionPartiesFilters + +Filters for instructions + +## Properties + +### asset + +• `Optional` **asset**: `string` \| [`Asset`](../../../../../modules/API/Entities/Asset/Types/Types.md#asset) + +The asset ID to filter by + +#### Defined in + +[api/client/types.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L229) + +___ + +### identity + +• `Optional` **identity**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +The DID of the identity to filter by + +#### Defined in + +[api/client/types.ts:225](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L225) + +___ + +### mediator + +• `Optional` **mediator**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +The mediator did to filter by + +#### Defined in + +[api/client/types.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L245) + +___ + +### party + +• `Optional` **party**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +The party did to filter by + +#### Defined in + +[api/client/types.ts:249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L249) + +___ + +### receiver + +• `Optional` **receiver**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +The receiver did to filter by + +#### Defined in + +[api/client/types.ts:241](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L241) + +___ + +### sender + +• `Optional` **sender**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +The sender did to filter by + +#### Defined in + +[api/client/types.ts:237](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L237) + +___ + +### size + +• `Optional` **size**: `BigNumber` + +The number of results to return + +#### Defined in + +[api/client/types.ts:253](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L253) + +___ + +### start + +• `Optional` **start**: `BigNumber` + +The number of results to skip + +#### Defined in + +[api/client/types.ts:257](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L257) + +___ + +### status + +• `Optional` **status**: [`InstructionStatusEnum`](../../../../../enums/API/Client/Types/InstructionStatusEnum/InstructionStatusEnum.md) + +The status to filter by + +#### Defined in + +[api/client/types.ts:233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L233) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/MiddlewareConfig/MiddlewareConfig.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/MiddlewareConfig/MiddlewareConfig.md new file mode 100644 index 0000000000..1ef6f3614b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/MiddlewareConfig/MiddlewareConfig.md @@ -0,0 +1,27 @@ +--- +id: "MiddlewareConfig" +title: "Interface: MiddlewareConfig" +sidebar_label: "MiddlewareConfig" +--- + +[api/client/types](../../../../../modules/API/Client/Types/Types.md).MiddlewareConfig + +## Properties + +### key + +• **key**: `string` + +#### Defined in + +[api/client/types.ts:139](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L139) + +___ + +### link + +• **link**: `string` + +#### Defined in + +[api/client/types.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L138) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/MiddlewareMetadata/MiddlewareMetadata.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/MiddlewareMetadata/MiddlewareMetadata.md new file mode 100644 index 0000000000..7975770e0b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/MiddlewareMetadata/MiddlewareMetadata.md @@ -0,0 +1,97 @@ +--- +id: "MiddlewareMetadata" +title: "Interface: MiddlewareMetadata" +sidebar_label: "MiddlewareMetadata" +--- + +[api/client/types](../../../../../modules/API/Client/Types/Types.md).MiddlewareMetadata + +## Properties + +### chain + +• **chain**: `string` + +#### Defined in + +[api/client/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L39) + +___ + +### genesisHash + +• **genesisHash**: `string` + +#### Defined in + +[api/client/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L40) + +___ + +### indexerHealthy + +• **indexerHealthy**: `boolean` + +#### Defined in + +[api/client/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L41) + +___ + +### lastProcessedHeight + +• **lastProcessedHeight**: `BigNumber` + +#### Defined in + +[api/client/types.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L42) + +___ + +### lastProcessedTimestamp + +• **lastProcessedTimestamp**: `Date` + +#### Defined in + +[api/client/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L43) + +___ + +### paddedIds + +• **paddedIds**: `boolean` + +#### Defined in + +[api/client/types.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L47) + +___ + +### specName + +• **specName**: `string` + +#### Defined in + +[api/client/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L44) + +___ + +### sqVersion + +• **sqVersion**: `string` + +#### Defined in + +[api/client/types.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L46) + +___ + +### targetHeight + +• **targetHeight**: `BigNumber` + +#### Defined in + +[api/client/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L45) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/NetworkProperties/NetworkProperties.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/NetworkProperties/NetworkProperties.md new file mode 100644 index 0000000000..fc29c0a44d --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/NetworkProperties/NetworkProperties.md @@ -0,0 +1,37 @@ +--- +id: "NetworkProperties" +title: "Interface: NetworkProperties" +sidebar_label: "NetworkProperties" +--- + +[api/client/types](../../../../../modules/API/Client/Types/Types.md).NetworkProperties + +## Properties + +### genesisHash + +• **genesisHash**: `string` + +#### Defined in + +[api/client/types.ts:186](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L186) + +___ + +### name + +• **name**: `string` + +#### Defined in + +[api/client/types.ts:184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L184) + +___ + +### version + +• **version**: `BigNumber` + +#### Defined in + +[api/client/types.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L185) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/PolkadotConfig/PolkadotConfig.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/PolkadotConfig/PolkadotConfig.md new file mode 100644 index 0000000000..c458cb86a5 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/PolkadotConfig/PolkadotConfig.md @@ -0,0 +1,68 @@ +--- +id: "PolkadotConfig" +title: "Interface: PolkadotConfig" +sidebar_label: "PolkadotConfig" +--- + +[api/client/types](../../../../../modules/API/Client/Types/Types.md).PolkadotConfig + +## Properties + +### metadata + +• `Optional` **metadata**: `Record`\<`string`, \`0x$\{string}\`\> + +provide a locally saved metadata file for a modestly fast startup time (e.g. 1 second when provided, 1.5 seconds without). + +**`Note`** + +if not provided the SDK will read the needed data from chain during startup + +**`Note`** + +format is key as genesis hash and spec version and the value hex encoded chain metadata + +**`Example`** + +creating valid metadata +```ts +const meta = _polkadotApi.runtimeMetadata.toHex(); +const genesisHash = _polkadotApi.genesisHash; +const specVersion = _polkadotApi.runtimeVersion.specVersion; + +const metadata = { + [`${genesisHash}-${specVersion}`]: meta, +}; +``` + +#### Defined in + +[api/client/types.ts:161](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L161) + +___ + +### noInitWarn + +• `Optional` **noInitWarn**: `boolean` + +set to `true` to disable polkadot start up warnings + +#### Defined in + +[api/client/types.ts:166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L166) + +___ + +### typesBundle + +• `Optional` **typesBundle**: `OverrideBundleType` + +allows for types to be provided for multiple chain specs at once + +**`Note`** + +shouldn't be needed for most use cases + +#### Defined in + +[api/client/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L173) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/ProtocolFees/ProtocolFees.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/ProtocolFees/ProtocolFees.md new file mode 100644 index 0000000000..417e11a1e2 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/ProtocolFees/ProtocolFees.md @@ -0,0 +1,27 @@ +--- +id: "ProtocolFees" +title: "Interface: ProtocolFees" +sidebar_label: "ProtocolFees" +--- + +[api/client/types](../../../../../modules/API/Client/Types/Types.md).ProtocolFees + +## Properties + +### fees + +• **fees**: `BigNumber` + +#### Defined in + +[api/client/types.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L35) + +___ + +### tag + +• **tag**: [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag) + +#### Defined in + +[api/client/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L34) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/SubmissionDetails/SubmissionDetails.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/SubmissionDetails/SubmissionDetails.md new file mode 100644 index 0000000000..df8e6ab790 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Client/Types/SubmissionDetails/SubmissionDetails.md @@ -0,0 +1,49 @@ +--- +id: "SubmissionDetails" +title: "Interface: SubmissionDetails" +sidebar_label: "SubmissionDetails" +--- + +[api/client/types](../../../../../modules/API/Client/Types/Types.md).SubmissionDetails + +## Properties + +### blockHash + +• **blockHash**: `string` + +#### Defined in + +[api/client/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L51) + +___ + +### result + +• **result**: `ISubmittableResult` + +The raw result of the transaction. Contains event data for the transaction + +#### Defined in + +[api/client/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L57) + +___ + +### transactionHash + +• **transactionHash**: `string` + +#### Defined in + +[api/client/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L53) + +___ + +### transactionIndex + +• **transactionIndex**: `BigNumber` + +#### Defined in + +[api/client/types.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L52) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Account/MultiSig/Types/HistoricalMultiSigProposal/HistoricalMultiSigProposal.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Account/MultiSig/Types/HistoricalMultiSigProposal/HistoricalMultiSigProposal.md new file mode 100644 index 0000000000..5f83fe1006 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Account/MultiSig/Types/HistoricalMultiSigProposal/HistoricalMultiSigProposal.md @@ -0,0 +1,77 @@ +--- +id: "HistoricalMultiSigProposal" +title: "Interface: HistoricalMultiSigProposal" +sidebar_label: "HistoricalMultiSigProposal" +--- + +[api/entities/Account/MultiSig/types](../../../../../../../modules/API/Entities/Account/MultiSig/Types/Types.md).HistoricalMultiSigProposal + +## Properties + +### approvalAmount + +• **approvalAmount**: `BigNumber` + +#### Defined in + +[api/entities/Account/MultiSig/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/types.ts#L21) + +___ + +### args + +• **args**: [`AnyJson`](../../../../../../../modules/API/Entities/MultiSigProposal/Types/Types.md#anyjson) + +#### Defined in + +[api/entities/Account/MultiSig/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/types.ts#L25) + +___ + +### expiry + +• **expiry**: ``null`` \| `Date` + +#### Defined in + +[api/entities/Account/MultiSig/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/types.ts#L23) + +___ + +### proposal + +• **proposal**: [`MultiSigProposal`](../../../../../../../classes/API/Entities/MultiSigProposal/MultiSigProposal.md) + +#### Defined in + +[api/entities/Account/MultiSig/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/types.ts#L19) + +___ + +### rejectionAmount + +• **rejectionAmount**: `BigNumber` + +#### Defined in + +[api/entities/Account/MultiSig/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/types.ts#L22) + +___ + +### status + +• **status**: [`ProposalStatus`](../../../../../../../enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md) + +#### Defined in + +[api/entities/Account/MultiSig/types.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/types.ts#L20) + +___ + +### txTag + +• **txTag**: [`TxTag`](../../../../../../../modules/Generated/Types/Types.md#txtag) + +#### Defined in + +[api/entities/Account/MultiSig/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/types.ts#L24) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md new file mode 100644 index 0000000000..045b268ee4 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md @@ -0,0 +1,27 @@ +--- +id: "MultiSigDetails" +title: "Interface: MultiSigDetails" +sidebar_label: "MultiSigDetails" +--- + +[api/entities/Account/MultiSig/types](../../../../../../../modules/API/Entities/Account/MultiSig/Types/Types.md).MultiSigDetails + +## Properties + +### requiredSignatures + +• **requiredSignatures**: `BigNumber` + +#### Defined in + +[api/entities/Account/MultiSig/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/types.ts#L8) + +___ + +### signers + +• **signers**: [`Account`](../../../../../../../classes/API/Entities/Account/Account.md)[] + +#### Defined in + +[api/entities/Account/MultiSig/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/types.ts#L7) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md new file mode 100644 index 0000000000..24883f5e15 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md @@ -0,0 +1,47 @@ +--- +id: "MultiSigSigners" +title: "Interface: MultiSigSigners" +sidebar_label: "MultiSigSigners" +--- + +[api/entities/Account/MultiSig/types](../../../../../../../modules/API/Entities/Account/MultiSig/Types/Types.md).MultiSigSigners + +## Properties + +### isAdmin + +• **isAdmin**: `boolean` + +#### Defined in + +[api/entities/Account/MultiSig/types.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/types.ts#L14) + +___ + +### isPayer + +• **isPayer**: `boolean` + +#### Defined in + +[api/entities/Account/MultiSig/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/types.ts#L15) + +___ + +### signerFor + +• **signerFor**: [`MultiSig`](../../../../../../../classes/API/Entities/Account/MultiSig/MultiSig.md) + +#### Defined in + +[api/entities/Account/MultiSig/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/types.ts#L12) + +___ + +### signers + +• **signers**: [`Account`](../../../../../../../classes/API/Entities/Account/Account.md)[] + +#### Defined in + +[api/entities/Account/MultiSig/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/MultiSig/types.ts#L13) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md new file mode 100644 index 0000000000..134ae4d6d9 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md @@ -0,0 +1,33 @@ +--- +id: "AccountTypeInfo" +title: "Interface: AccountTypeInfo" +sidebar_label: "AccountTypeInfo" +--- + +[api/entities/Account/types](../../../../../../modules/API/Entities/Account/Types/Types.md).AccountTypeInfo + +The type of account, and its relation to an Identity + +## Properties + +### keyType + +• **keyType**: [`AccountKeyType`](../../../../../../enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md) + +The type of Account + +#### Defined in + +[api/entities/Account/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L71) + +___ + +### relation + +• **relation**: [`AccountIdentityRelation`](../../../../../../enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md) + +How or if the account is associated to an Identity + +#### Defined in + +[api/entities/Account/types.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L75) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Account/Types/Balance/Balance.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Account/Types/Balance/Balance.md new file mode 100644 index 0000000000..05c828fd05 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Account/Types/Balance/Balance.md @@ -0,0 +1,49 @@ +--- +id: "Balance" +title: "Interface: Balance" +sidebar_label: "Balance" +--- + +[api/entities/Account/types](../../../../../../modules/API/Entities/Account/Types/Types.md).Balance + +## Hierarchy + +- **`Balance`** + + ↳ [`PortfolioBalance`](../../../Portfolio/Types/PortfolioBalance/PortfolioBalance.md) + +## Properties + +### free + +• **free**: `BigNumber` + +balance available for transferring and paying fees + +#### Defined in + +[api/entities/Account/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L11) + +___ + +### locked + +• **locked**: `BigNumber` + +unavailable balance, either bonded for staking or locked for some other purpose + +#### Defined in + +[api/entities/Account/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L15) + +___ + +### total + +• **total**: `BigNumber` + +free + locked + +#### Defined in + +[api/entities/Account/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L19) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md new file mode 100644 index 0000000000..e9bb4d767b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md @@ -0,0 +1,205 @@ +--- +id: "HistoricPolyxTransaction" +title: "Interface: HistoricPolyxTransaction" +sidebar_label: "HistoricPolyxTransaction" +--- + +[api/entities/Account/types](../../../../../../modules/API/Entities/Account/Types/Types.md).HistoricPolyxTransaction + +## Hierarchy + +- [`EventIdentifier`](../../../../Client/Types/EventIdentifier/EventIdentifier.md) + + ↳ **`HistoricPolyxTransaction`** + +## Properties + +### amount + +• **amount**: `BigNumber` + +#### Defined in + +[api/entities/Account/types.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L100) + +___ + +### blockDate + +• **blockDate**: `Date` + +#### Inherited from + +[EventIdentifier](../../../../Client/Types/EventIdentifier/EventIdentifier.md).[blockDate](../../../../Client/Types/EventIdentifier/EventIdentifier.md#blockdate) + +#### Defined in + +[api/client/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L179) + +___ + +### blockHash + +• **blockHash**: `string` + +#### Inherited from + +[EventIdentifier](../../../../Client/Types/EventIdentifier/EventIdentifier.md).[blockHash](../../../../Client/Types/EventIdentifier/EventIdentifier.md#blockhash) + +#### Defined in + +[api/client/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L178) + +___ + +### blockNumber + +• **blockNumber**: `BigNumber` + +#### Inherited from + +[EventIdentifier](../../../../Client/Types/EventIdentifier/EventIdentifier.md).[blockNumber](../../../../Client/Types/EventIdentifier/EventIdentifier.md#blocknumber) + +#### Defined in + +[api/client/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L177) + +___ + +### callId + +• `Optional` **callId**: [`CallIdEnum`](../../../../../../enums/Types/CallIdEnum/CallIdEnum.md) + +#### Defined in + +[api/entities/Account/types.ts:108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L108) + +___ + +### eventId + +• **eventId**: [`EventIdEnum`](../../../../../../enums/Types/EventIdEnum/EventIdEnum.md) + +#### Defined in + +[api/entities/Account/types.ts:110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L110) + +___ + +### eventIndex + +• **eventIndex**: `BigNumber` + +#### Inherited from + +[EventIdentifier](../../../../Client/Types/EventIdentifier/EventIdentifier.md).[eventIndex](../../../../Client/Types/EventIdentifier/EventIdentifier.md#eventindex) + +#### Defined in + +[api/client/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L180) + +___ + +### extrinsicIdx + +• `Optional` **extrinsicIdx**: `BigNumber` + +#### Defined in + +[api/entities/Account/types.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L106) + +___ + +### fromAccount + +• `Optional` **fromAccount**: [`Account`](../../../../../../classes/API/Entities/Account/Account.md) + +Account from which the POLYX transaction has been initiated/deducted in case of a transfer. + +**`Note`** + +this can be null in cases where some balance are endowed/transferred from treasury + +#### Defined in + +[api/entities/Account/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L88) + +___ + +### fromIdentity + +• `Optional` **fromIdentity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) + +Identity from which the POLYX transaction has been initiated/deducted in case of a transfer. + +**`Note`** + +this can be null in cases where some balance are endowed/transferred from treasury + +#### Defined in + +[api/entities/Account/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L83) + +___ + +### memo + +• `Optional` **memo**: `string` + +identifier string to help differentiate transfers + +#### Defined in + +[api/entities/Account/types.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L105) + +___ + +### moduleId + +• **moduleId**: [`ModuleIdEnum`](../../../../../../enums/Types/ModuleIdEnum/ModuleIdEnum.md) + +#### Defined in + +[api/entities/Account/types.ts:109](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L109) + +___ + +### toAccount + +• `Optional` **toAccount**: [`Account`](../../../../../../classes/API/Entities/Account/Account.md) + +Account in which the POLYX amount was deposited. + +**`Note`** + +this can be null in case when account balance was burned + +#### Defined in + +[api/entities/Account/types.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L98) + +___ + +### toIdentity + +• `Optional` **toIdentity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) + +Identity in which the POLYX amount was deposited. + +**`Note`** + +this can be null in case when account balance was burned + +#### Defined in + +[api/entities/Account/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L93) + +___ + +### type + +• **type**: [`BalanceTypeEnum`](../../../../../../enums/Types/BalanceTypeEnum/BalanceTypeEnum.md) + +#### Defined in + +[api/entities/Account/types.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L101) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md new file mode 100644 index 0000000000..d37d00c547 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md @@ -0,0 +1,37 @@ +--- +id: "CorporateActionDefaultConfig" +title: "Interface: CorporateActionDefaultConfig" +sidebar_label: "CorporateActionDefaultConfig" +--- + +[api/entities/Asset/Fungible/CorporateActions/types](../../../../../../../../modules/API/Entities/Asset/Fungible/CorporateActions/Types/Types.md).CorporateActionDefaultConfig + +## Properties + +### defaultTaxWithholding + +• **defaultTaxWithholding**: `BigNumber` + +#### Defined in + +[api/entities/Asset/Fungible/CorporateActions/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/CorporateActions/types.ts#L7) + +___ + +### targets + +• **targets**: [`CorporateActionTargets`](../../../../../CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) + +#### Defined in + +[api/entities/Asset/Fungible/CorporateActions/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/CorporateActions/types.ts#L6) + +___ + +### taxWithholdings + +• **taxWithholdings**: [`TaxWithholding`](../../../../../CorporateActionBase/Types/TaxWithholding/TaxWithholding.md)[] + +#### Defined in + +[api/entities/Asset/Fungible/CorporateActions/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/CorporateActions/types.ts#L8) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md new file mode 100644 index 0000000000..ccb7be2848 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md @@ -0,0 +1,27 @@ +--- +id: "HumanReadable" +title: "Interface: HumanReadable" +sidebar_label: "HumanReadable" +--- + +[api/entities/Asset/NonFungible/Nft](../../../../../../../modules/API/Entities/Asset/NonFungible/Nft/Nft.md).HumanReadable + +## Properties + +### collection + +• **collection**: `string` + +#### Defined in + +[api/entities/Asset/NonFungible/Nft.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/Nft.ts#L38) + +___ + +### id + +• **id**: `string` + +#### Defined in + +[api/entities/Asset/NonFungible/Nft.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/Nft.ts#L37) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md new file mode 100644 index 0000000000..1ab2b493e5 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md @@ -0,0 +1,27 @@ +--- +id: "AgentWithGroup" +title: "Interface: AgentWithGroup" +sidebar_label: "AgentWithGroup" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).AgentWithGroup + +## Properties + +### agent + +• **agent**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/Asset/types.ts:146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L146) + +___ + +### group + +• **group**: [`CustomPermissionGroup`](../../../../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../../../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md) + +#### Defined in + +[api/entities/Asset/types.ts:147](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L147) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md new file mode 100644 index 0000000000..b4312ad911 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md @@ -0,0 +1,87 @@ +--- +id: "AssetDetails" +title: "Interface: AssetDetails" +sidebar_label: "AssetDetails" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).AssetDetails + +## Properties + +### assetType + +• **assetType**: `string` + +#### Defined in + +[api/entities/Asset/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L92) + +___ + +### fullAgents + +• **fullAgents**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md)[] + +#### Defined in + +[api/entities/Asset/types.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L98) + +___ + +### isDivisible + +• **isDivisible**: `boolean` + +#### Defined in + +[api/entities/Asset/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L94) + +___ + +### name + +• **name**: `string` + +#### Defined in + +[api/entities/Asset/types.ts:95](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L95) + +___ + +### nonFungible + +• **nonFungible**: `boolean` + +#### Defined in + +[api/entities/Asset/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L93) + +___ + +### owner + +• **owner**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/Asset/types.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L96) + +___ + +### ticker + +• `Optional` **ticker**: `string` + +#### Defined in + +[api/entities/Asset/types.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L99) + +___ + +### totalSupply + +• **totalSupply**: `BigNumber` + +#### Defined in + +[api/entities/Asset/types.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L97) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md new file mode 100644 index 0000000000..e58afc7c56 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md @@ -0,0 +1,61 @@ +--- +id: "AssetDocument" +title: "Interface: AssetDocument" +sidebar_label: "AssetDocument" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).AssetDocument + +Document attached to a token + +## Properties + +### contentHash + +• `Optional` **contentHash**: `string` + +hex representation of the document (must be prefixed by "0x") + +#### Defined in + +[api/entities/Asset/types.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L76) + +___ + +### filedAt + +• `Optional` **filedAt**: `Date` + +#### Defined in + +[api/entities/Asset/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L78) + +___ + +### name + +• **name**: `string` + +#### Defined in + +[api/entities/Asset/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L71) + +___ + +### type + +• `Optional` **type**: `string` + +#### Defined in + +[api/entities/Asset/types.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L77) + +___ + +### uri + +• **uri**: `string` + +#### Defined in + +[api/entities/Asset/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L72) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md new file mode 100644 index 0000000000..ab9303b0e1 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md @@ -0,0 +1,27 @@ +--- +id: "AssetWithGroup" +title: "Interface: AssetWithGroup" +sidebar_label: "AssetWithGroup" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).AssetWithGroup + +## Properties + +### asset + +• **asset**: [`FungibleAsset`](../../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) + +#### Defined in + +[api/entities/Asset/types.ts:367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L367) + +___ + +### group + +• **group**: [`CustomPermissionGroup`](../../../../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../../../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md) + +#### Defined in + +[api/entities/Asset/types.ts:368](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L368) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md new file mode 100644 index 0000000000..73bb9ac56f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md @@ -0,0 +1,157 @@ +--- +id: "BaseHistoricAssetTransaction" +title: "Interface: BaseHistoricAssetTransaction" +sidebar_label: "BaseHistoricAssetTransaction" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).BaseHistoricAssetTransaction + +## Hierarchy + +- [`EventIdentifier`](../../../../Client/Types/EventIdentifier/EventIdentifier.md) + + ↳ **`BaseHistoricAssetTransaction`** + + ↳↳ [`HistoricAssetTransaction`](../HistoricAssetTransaction/HistoricAssetTransaction.md) + + ↳↳ [`HistoricNftTransaction`](../HistoricNftTransaction/HistoricNftTransaction.md) + +## Properties + +### blockDate + +• **blockDate**: `Date` + +#### Inherited from + +[EventIdentifier](../../../../Client/Types/EventIdentifier/EventIdentifier.md).[blockDate](../../../../Client/Types/EventIdentifier/EventIdentifier.md#blockdate) + +#### Defined in + +[api/client/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L179) + +___ + +### blockHash + +• **blockHash**: `string` + +#### Inherited from + +[EventIdentifier](../../../../Client/Types/EventIdentifier/EventIdentifier.md).[blockHash](../../../../Client/Types/EventIdentifier/EventIdentifier.md#blockhash) + +#### Defined in + +[api/client/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L178) + +___ + +### blockNumber + +• **blockNumber**: `BigNumber` + +#### Inherited from + +[EventIdentifier](../../../../Client/Types/EventIdentifier/EventIdentifier.md).[blockNumber](../../../../Client/Types/EventIdentifier/EventIdentifier.md#blocknumber) + +#### Defined in + +[api/client/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L177) + +___ + +### event + +• **event**: [`EventIdEnum`](../../../../../../enums/Types/EventIdEnum/EventIdEnum.md) + +Event identifying the type of transaction + +#### Defined in + +[api/entities/Asset/types.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L163) + +___ + +### eventIndex + +• **eventIndex**: `BigNumber` + +#### Inherited from + +[EventIdentifier](../../../../Client/Types/EventIdentifier/EventIdentifier.md).[eventIndex](../../../../Client/Types/EventIdentifier/EventIdentifier.md#eventindex) + +#### Defined in + +[api/client/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L180) + +___ + +### extrinsicIndex + +• **extrinsicIndex**: `BigNumber` + +Index value of the extrinsic which led to the Asset transaction within the `blockNumber` block + +#### Defined in + +[api/entities/Asset/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L168) + +___ + +### from + +• **from**: ``null`` \| [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) + +Origin portfolio involved in the transaction. This value will be null when the `event` value is `Issued` + +#### Defined in + +[api/entities/Asset/types.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L154) + +___ + +### fundingRound + +• `Optional` **fundingRound**: `string` + +Name of the funding round (if provided while issuing the Asset). This value is present only when the value of `event` is `Issued` + +#### Defined in + +[api/entities/Asset/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L173) + +___ + +### instructionId + +• `Optional` **instructionId**: `BigNumber` + +ID of the instruction being executed. This value is present only when the value of `event` is `Transfer` + +#### Defined in + +[api/entities/Asset/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L177) + +___ + +### instructionMemo + +• `Optional` **instructionMemo**: `string` + +Memo provided against the executed instruction. This value is present only when the value of `event` is `Transfer` + +#### Defined in + +[api/entities/Asset/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L181) + +___ + +### to + +• **to**: ``null`` \| [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) + +Destination portfolio involved in the transaction . This value will be null when the `event` value is `Redeemed` + +#### Defined in + +[api/entities/Asset/types.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L158) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md new file mode 100644 index 0000000000..f528863749 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md @@ -0,0 +1,29 @@ +--- +id: "HeldNfts" +title: "Interface: HeldNfts" +sidebar_label: "HeldNfts" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).HeldNfts + +An nft collection, along with a subset of its NFTs + +## Properties + +### collection + +• **collection**: [`NftCollection`](../../../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) + +#### Defined in + +[api/entities/Asset/types.ts:392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L392) + +___ + +### nfts + +• **nfts**: [`Nft`](../../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md)[] + +#### Defined in + +[api/entities/Asset/types.ts:393](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L393) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md new file mode 100644 index 0000000000..bea5310de0 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md @@ -0,0 +1,36 @@ +--- +id: "HistoricAgentOperation" +title: "Interface: HistoricAgentOperation" +sidebar_label: "HistoricAgentOperation" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).HistoricAgentOperation + +Events triggered by transactions performed by an Agent Identity, related to the Token's configuration + For example: changing compliance requirements, inviting/removing agent Identities, freezing/unfreezing transfers + +Token transfers (settlements or movements between Portfolios) do not count as Operations + +## Properties + +### history + +• **history**: [`EventIdentifier`](../../../../Client/Types/EventIdentifier/EventIdentifier.md)[] + +list of Token Operation Events that were triggered by the Agent Identity + +#### Defined in + +[api/entities/Asset/types.ts:385](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L385) + +___ + +### identity + +• **identity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) + +Agent Identity that performed the operations + +#### Defined in + +[api/entities/Asset/types.ts:381](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L381) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md new file mode 100644 index 0000000000..2d7e98f1bc --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md @@ -0,0 +1,203 @@ +--- +id: "HistoricAssetTransaction" +title: "Interface: HistoricAssetTransaction" +sidebar_label: "HistoricAssetTransaction" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).HistoricAssetTransaction + +## Hierarchy + +- [`BaseHistoricAssetTransaction`](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md) + + ↳ **`HistoricAssetTransaction`** + +## Properties + +### amount + +• **amount**: `BigNumber` + +Amount of the fungible tokens involved in the transaction + +#### Defined in + +[api/entities/Asset/types.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L190) + +___ + +### asset + +• **asset**: [`FungibleAsset`](../../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) + +#### Defined in + +[api/entities/Asset/types.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L185) + +___ + +### blockDate + +• **blockDate**: `Date` + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[blockDate](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#blockdate) + +#### Defined in + +[api/client/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L179) + +___ + +### blockHash + +• **blockHash**: `string` + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[blockHash](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#blockhash) + +#### Defined in + +[api/client/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L178) + +___ + +### blockNumber + +• **blockNumber**: `BigNumber` + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[blockNumber](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#blocknumber) + +#### Defined in + +[api/client/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L177) + +___ + +### event + +• **event**: [`EventIdEnum`](../../../../../../enums/Types/EventIdEnum/EventIdEnum.md) + +Event identifying the type of transaction + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[event](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#event) + +#### Defined in + +[api/entities/Asset/types.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L163) + +___ + +### eventIndex + +• **eventIndex**: `BigNumber` + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[eventIndex](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#eventindex) + +#### Defined in + +[api/client/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L180) + +___ + +### extrinsicIndex + +• **extrinsicIndex**: `BigNumber` + +Index value of the extrinsic which led to the Asset transaction within the `blockNumber` block + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[extrinsicIndex](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#extrinsicindex) + +#### Defined in + +[api/entities/Asset/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L168) + +___ + +### from + +• **from**: ``null`` \| [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) + +Origin portfolio involved in the transaction. This value will be null when the `event` value is `Issued` + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[from](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#from) + +#### Defined in + +[api/entities/Asset/types.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L154) + +___ + +### fundingRound + +• `Optional` **fundingRound**: `string` + +Name of the funding round (if provided while issuing the Asset). This value is present only when the value of `event` is `Issued` + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[fundingRound](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#fundinground) + +#### Defined in + +[api/entities/Asset/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L173) + +___ + +### instructionId + +• `Optional` **instructionId**: `BigNumber` + +ID of the instruction being executed. This value is present only when the value of `event` is `Transfer` + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[instructionId](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#instructionid) + +#### Defined in + +[api/entities/Asset/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L177) + +___ + +### instructionMemo + +• `Optional` **instructionMemo**: `string` + +Memo provided against the executed instruction. This value is present only when the value of `event` is `Transfer` + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[instructionMemo](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#instructionmemo) + +#### Defined in + +[api/entities/Asset/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L181) + +___ + +### to + +• **to**: ``null`` \| [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) + +Destination portfolio involved in the transaction . This value will be null when the `event` value is `Redeemed` + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[to](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#to) + +#### Defined in + +[api/entities/Asset/types.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L158) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md new file mode 100644 index 0000000000..8a78e94170 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md @@ -0,0 +1,203 @@ +--- +id: "HistoricNftTransaction" +title: "Interface: HistoricNftTransaction" +sidebar_label: "HistoricNftTransaction" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).HistoricNftTransaction + +## Hierarchy + +- [`BaseHistoricAssetTransaction`](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md) + + ↳ **`HistoricNftTransaction`** + +## Properties + +### asset + +• **asset**: [`NftCollection`](../../../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) + +#### Defined in + +[api/entities/Asset/types.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L194) + +___ + +### blockDate + +• **blockDate**: `Date` + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[blockDate](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#blockdate) + +#### Defined in + +[api/client/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L179) + +___ + +### blockHash + +• **blockHash**: `string` + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[blockHash](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#blockhash) + +#### Defined in + +[api/client/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L178) + +___ + +### blockNumber + +• **blockNumber**: `BigNumber` + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[blockNumber](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#blocknumber) + +#### Defined in + +[api/client/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L177) + +___ + +### event + +• **event**: [`EventIdEnum`](../../../../../../enums/Types/EventIdEnum/EventIdEnum.md) + +Event identifying the type of transaction + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[event](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#event) + +#### Defined in + +[api/entities/Asset/types.ts:163](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L163) + +___ + +### eventIndex + +• **eventIndex**: `BigNumber` + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[eventIndex](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#eventindex) + +#### Defined in + +[api/client/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L180) + +___ + +### extrinsicIndex + +• **extrinsicIndex**: `BigNumber` + +Index value of the extrinsic which led to the Asset transaction within the `blockNumber` block + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[extrinsicIndex](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#extrinsicindex) + +#### Defined in + +[api/entities/Asset/types.ts:168](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L168) + +___ + +### from + +• **from**: ``null`` \| [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) + +Origin portfolio involved in the transaction. This value will be null when the `event` value is `Issued` + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[from](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#from) + +#### Defined in + +[api/entities/Asset/types.ts:154](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L154) + +___ + +### fundingRound + +• `Optional` **fundingRound**: `string` + +Name of the funding round (if provided while issuing the Asset). This value is present only when the value of `event` is `Issued` + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[fundingRound](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#fundinground) + +#### Defined in + +[api/entities/Asset/types.ts:173](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L173) + +___ + +### instructionId + +• `Optional` **instructionId**: `BigNumber` + +ID of the instruction being executed. This value is present only when the value of `event` is `Transfer` + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[instructionId](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#instructionid) + +#### Defined in + +[api/entities/Asset/types.ts:177](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L177) + +___ + +### instructionMemo + +• `Optional` **instructionMemo**: `string` + +Memo provided against the executed instruction. This value is present only when the value of `event` is `Transfer` + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[instructionMemo](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#instructionmemo) + +#### Defined in + +[api/entities/Asset/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L181) + +___ + +### nfts + +• **nfts**: [`Nft`](../../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md)[] + +The specific NFTs involved in the transaction + +#### Defined in + +[api/entities/Asset/types.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L199) + +___ + +### to + +• **to**: ``null`` \| [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) + +Destination portfolio involved in the transaction . This value will be null when the `event` value is `Redeemed` + +#### Inherited from + +[BaseHistoricAssetTransaction](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md).[to](../BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md#to) + +#### Defined in + +[api/entities/Asset/types.ts:158](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L158) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md new file mode 100644 index 0000000000..e9a020a500 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md @@ -0,0 +1,29 @@ +--- +id: "IdentityBalance" +title: "Interface: IdentityBalance" +sidebar_label: "IdentityBalance" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).IdentityBalance + +Represents the balance of an Asset Holder + +## Properties + +### balance + +• **balance**: `BigNumber` + +#### Defined in + +[api/entities/Asset/types.ts:107](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L107) + +___ + +### identity + +• **identity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/Asset/types.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L106) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md new file mode 100644 index 0000000000..30bc1912ee --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md @@ -0,0 +1,29 @@ +--- +id: "IdentityHeldNfts" +title: "Interface: IdentityHeldNfts" +sidebar_label: "IdentityHeldNfts" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).IdentityHeldNfts + +Represents the holdings of an NFT holder + +## Properties + +### identity + +• **identity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/Asset/types.ts:114](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L114) + +___ + +### nfts + +• **nfts**: [`Nft`](../../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md)[] + +#### Defined in + +[api/entities/Asset/types.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L115) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md new file mode 100644 index 0000000000..4f4bf7b0af --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md @@ -0,0 +1,31 @@ +--- +id: "NftMetadata" +title: "Interface: NftMetadata" +sidebar_label: "NftMetadata" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).NftMetadata + +## Properties + +### key + +• **key**: [`MetadataKeyId`](../../../../../../modules/API/Entities/Asset/Types/Types.md#metadatakeyid) + +The metadata key this value is intended for + +#### Defined in + +[api/entities/Asset/types.ts:220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L220) + +___ + +### value + +• **value**: `string` + +The value the particular NFT has for the metadata + +#### Defined in + +[api/entities/Asset/types.ts:224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L224) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md new file mode 100644 index 0000000000..b5948a1be7 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md @@ -0,0 +1,29 @@ +--- +id: "SecurityIdentifier" +title: "Interface: SecurityIdentifier" +sidebar_label: "SecurityIdentifier" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).SecurityIdentifier + +Alphanumeric standardized security identifier + +## Properties + +### type + +• **type**: [`SecurityIdentifierType`](../../../../../../enums/API/Entities/Asset/Types/SecurityIdentifierType/SecurityIdentifierType.md) + +#### Defined in + +[api/entities/Asset/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L63) + +___ + +### value + +• **value**: `string` + +#### Defined in + +[api/entities/Asset/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L64) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md new file mode 100644 index 0000000000..2d2b6f9591 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md @@ -0,0 +1,57 @@ +--- +id: "TransferBreakdown" +title: "Interface: TransferBreakdown" +sidebar_label: "TransferBreakdown" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).TransferBreakdown + +Object containing every reason why a specific Asset transfer would fail + +## Properties + +### compliance + +• **compliance**: [`Compliance`](../../../Types/Compliance/Compliance.md) + +how the transfer adheres to the asset's compliance rules + +#### Defined in + +[api/entities/Asset/types.ts:134](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L134) + +___ + +### general + +• **general**: [`TransferError`](../../../../../../enums/API/Entities/Asset/Types/TransferError/TransferError.md)[] + +list of general transfer errors + +#### Defined in + +[api/entities/Asset/types.ts:130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L130) + +___ + +### restrictions + +• **restrictions**: [`TransferRestrictionResult`](../TransferRestrictionResult/TransferRestrictionResult.md)[] + +list of transfer restrictions and whether the transfer satisfies each one + +#### Defined in + +[api/entities/Asset/types.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L138) + +___ + +### result + +• **result**: `boolean` + +true if the transfer is possible + +#### Defined in + +[api/entities/Asset/types.ts:142](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L142) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md new file mode 100644 index 0000000000..9c43dcd0f2 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md @@ -0,0 +1,27 @@ +--- +id: "TransferRestrictionResult" +title: "Interface: TransferRestrictionResult" +sidebar_label: "TransferRestrictionResult" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).TransferRestrictionResult + +## Properties + +### restriction + +• **restriction**: [`TransferRestriction`](../../../../../../modules/API/Procedures/Types/Types.md#transferrestriction) + +#### Defined in + +[api/entities/Asset/types.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L119) + +___ + +### result + +• **result**: `boolean` + +#### Defined in + +[api/entities/Asset/types.ts:120](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L120) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..fc0028e4b5 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,21 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).UniqueIdentifiers + +Properties that uniquely identify an Asset + +## Properties + +### assetId + +• **assetId**: `string` + +id of the Asset + +#### Defined in + +[api/entities/Asset/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L88) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md new file mode 100644 index 0000000000..bbfd2c0a8c --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md @@ -0,0 +1,31 @@ +--- +id: "VenueFilteringDetails" +title: "Interface: VenueFilteringDetails" +sidebar_label: "VenueFilteringDetails" +--- + +[api/entities/Asset/types](../../../../../../modules/API/Entities/Asset/Types/Types.md).VenueFilteringDetails + +## Properties + +### allowedVenues + +• **allowedVenues**: [`Venue`](../../../../../../classes/API/Entities/Venue/Venue.md)[] + +If `isEnabled` is true, then only these venues are allowed to create instructions involving the asset + +#### Defined in + +[api/entities/Asset/types.ts:235](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L235) + +___ + +### isEnabled + +• **isEnabled**: `boolean` + +Whether or not Venue filtering is enabled. If enabled then only allowed the Venues are able to create instructions to trade the asset + +#### Defined in + +[api/entities/Asset/types.ts:231](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L231) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md new file mode 100644 index 0000000000..b8db9704c3 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/AuthorizationRequest/HumanReadable/HumanReadable.md @@ -0,0 +1,57 @@ +--- +id: "HumanReadable" +title: "Interface: HumanReadable" +sidebar_label: "HumanReadable" +--- + +[api/entities/AuthorizationRequest](../../../../../modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md).HumanReadable + +## Properties + +### data + +• **data**: \{ `type`: [`AttestPrimaryKeyRotation`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#attestprimarykeyrotation) ; `value`: `string` } \| \{ `type`: [`RotatePrimaryKey`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#rotateprimarykey) } \| \{ `type`: [`JoinIdentity`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#joinidentity) ; `value`: \{ assets: \{ values: string[]; type: PermissionType; } \| null; transactions: \{ exceptions?: TxTag[] \| undefined; values: (TxTag \| ModuleName)[]; type: PermissionType; } \| null; transactionGroups: TxGroup[]; portfolios: \{ ...; } \| null; } } \| \{ `type`: [`PortfolioCustody`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#portfoliocustody) ; `value`: \{ did: string; id?: string \| undefined; } } \| \{ `type`: [`BecomeAgent`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#becomeagent) ; `value`: \{ id: string; assetId: string; } \| \{ type: PermissionGroupType; assetId: string; } } \| \{ `type`: [`AddRelayerPayingKey`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#addrelayerpayingkey) ; `value`: \{ beneficiary: string; subsidizer: string; allowance: string; } } \| \{ `type`: [`RotatePrimaryKeyToSecondary`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#rotateprimarykeytosecondary) ; `value`: \{ assets: \{ values: string[]; type: PermissionType; } \| null; transactions: \{ exceptions?: TxTag[] \| undefined; values: (TxTag \| ModuleName)[]; type: PermissionType; } \| null; transactionGroups: TxGroup[]; portfolios: \{ ...; } \| null; } } \| \{ `type`: [`TransferTicker`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#transferticker) \| [`AddMultiSigSigner`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#addmultisigsigner) \| [`TransferAssetOwnership`](../../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#transferassetownership) ; `value`: `string` } + +#### Defined in + +[api/entities/AuthorizationRequest.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L36) + +___ + +### expiry + +• **expiry**: ``null`` \| `string` + +#### Defined in + +[api/entities/AuthorizationRequest.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L34) + +___ + +### id + +• **id**: `string` + +#### Defined in + +[api/entities/AuthorizationRequest.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L37) + +___ + +### issuer + +• **issuer**: `string` + +#### Defined in + +[api/entities/AuthorizationRequest.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L33) + +___ + +### target + +• **target**: [`SignerValue`](../../Types/SignerValue/SignerValue.md) + +#### Defined in + +[api/entities/AuthorizationRequest.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L35) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/AuthorizationRequest/Params/Params.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/AuthorizationRequest/Params/Params.md new file mode 100644 index 0000000000..afefcf99dc --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/AuthorizationRequest/Params/Params.md @@ -0,0 +1,47 @@ +--- +id: "Params" +title: "Interface: Params" +sidebar_label: "Params" +--- + +[api/entities/AuthorizationRequest](../../../../../modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md).Params + +## Properties + +### data + +• **data**: [`Authorization`](../../../../../modules/API/Entities/Types/Types.md#authorization) + +#### Defined in + +[api/entities/AuthorizationRequest.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L44) + +___ + +### expiry + +• **expiry**: ``null`` \| `Date` + +#### Defined in + +[api/entities/AuthorizationRequest.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L43) + +___ + +### issuer + +• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/AuthorizationRequest.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L42) + +___ + +### target + +• **target**: [`Signer`](../../../../../modules/API/Entities/Types/Types.md#signer) + +#### Defined in + +[api/entities/AuthorizationRequest.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L41) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/AuthorizationRequest/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/AuthorizationRequest/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..7976c13ac5 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/AuthorizationRequest/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,17 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/AuthorizationRequest](../../../../../modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md).UniqueIdentifiers + +## Properties + +### authId + +• **authId**: `BigNumber` + +#### Defined in + +[api/entities/AuthorizationRequest.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/AuthorizationRequest.ts#L29) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md new file mode 100644 index 0000000000..d94a08afa8 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Checkpoint/HumanReadable/HumanReadable.md @@ -0,0 +1,27 @@ +--- +id: "HumanReadable" +title: "Interface: HumanReadable" +sidebar_label: "HumanReadable" +--- + +[api/entities/Checkpoint](../../../../../modules/API/Entities/Checkpoint/Checkpoint.md).HumanReadable + +## Properties + +### assetId + +• **assetId**: `string` + +#### Defined in + +[api/entities/Checkpoint.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Checkpoint.ts#L29) + +___ + +### id + +• **id**: `string` + +#### Defined in + +[api/entities/Checkpoint.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Checkpoint.ts#L28) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Checkpoint/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Checkpoint/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..6f42f15586 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Checkpoint/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,27 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/Checkpoint](../../../../../modules/API/Entities/Checkpoint/Checkpoint.md).UniqueIdentifiers + +## Properties + +### assetId + +• **assetId**: `string` + +#### Defined in + +[api/entities/Checkpoint.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Checkpoint.ts#L24) + +___ + +### id + +• **id**: `BigNumber` + +#### Defined in + +[api/entities/Checkpoint.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Checkpoint.ts#L23) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md new file mode 100644 index 0000000000..d633d490a0 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CheckpointSchedule/HumanReadable/HumanReadable.md @@ -0,0 +1,47 @@ +--- +id: "HumanReadable" +title: "Interface: HumanReadable" +sidebar_label: "HumanReadable" +--- + +[api/entities/CheckpointSchedule](../../../../../modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md).HumanReadable + +## Properties + +### assetId + +• **assetId**: `string` + +#### Defined in + +[api/entities/CheckpointSchedule/index.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CheckpointSchedule/index.ts#L20) + +___ + +### expiryDate + +• **expiryDate**: ``null`` \| `string` + +#### Defined in + +[api/entities/CheckpointSchedule/index.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CheckpointSchedule/index.ts#L22) + +___ + +### id + +• **id**: `string` + +#### Defined in + +[api/entities/CheckpointSchedule/index.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CheckpointSchedule/index.ts#L19) + +___ + +### pendingPoints + +• **pendingPoints**: `string`[] + +#### Defined in + +[api/entities/CheckpointSchedule/index.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CheckpointSchedule/index.ts#L21) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CheckpointSchedule/Params/Params.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CheckpointSchedule/Params/Params.md new file mode 100644 index 0000000000..25aef09e4c --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CheckpointSchedule/Params/Params.md @@ -0,0 +1,17 @@ +--- +id: "Params" +title: "Interface: Params" +sidebar_label: "Params" +--- + +[api/entities/CheckpointSchedule](../../../../../modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md).Params + +## Properties + +### pendingPoints + +• **pendingPoints**: `Date`[] + +#### Defined in + +[api/entities/CheckpointSchedule/index.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CheckpointSchedule/index.ts#L26) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md new file mode 100644 index 0000000000..16e2fa19a6 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md @@ -0,0 +1,27 @@ +--- +id: "ScheduleDetails" +title: "Interface: ScheduleDetails" +sidebar_label: "ScheduleDetails" +--- + +[api/entities/CheckpointSchedule/types](../../../../../../modules/API/Entities/CheckpointSchedule/Types/Types.md).ScheduleDetails + +## Properties + +### nextCheckpointDate + +• **nextCheckpointDate**: `Date` + +#### Defined in + +[api/entities/CheckpointSchedule/types.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CheckpointSchedule/types.ts#L7) + +___ + +### remainingCheckpoints + +• **remainingCheckpoints**: `BigNumber` + +#### Defined in + +[api/entities/CheckpointSchedule/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CheckpointSchedule/types.ts#L6) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..e730936833 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,27 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/CheckpointSchedule](../../../../../modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md).UniqueIdentifiers + +## Properties + +### assetId + +• **assetId**: `string` + +#### Defined in + +[api/entities/CheckpointSchedule/index.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CheckpointSchedule/index.ts#L15) + +___ + +### id + +• **id**: `BigNumber` + +#### Defined in + +[api/entities/CheckpointSchedule/index.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CheckpointSchedule/index.ts#L14) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateAction/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateAction/HumanReadable/HumanReadable.md new file mode 100644 index 0000000000..49fc8e4ef9 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateAction/HumanReadable/HumanReadable.md @@ -0,0 +1,90 @@ +--- +id: "HumanReadable" +title: "Interface: HumanReadable" +sidebar_label: "HumanReadable" +--- + +[api/entities/CorporateAction](../../../../../modules/API/Entities/CorporateAction/CorporateAction.md).HumanReadable + +## Hierarchy + +- **`HumanReadable`** + + ↳ [`HumanReadable`](../../DividendDistribution/HumanReadable/HumanReadable.md) + +## Properties + +### assetId + +• **assetId**: `string` + +#### Defined in + +[api/entities/CorporateAction.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L22) + +___ + +### declarationDate + +• **declarationDate**: `string` + +#### Defined in + +[api/entities/CorporateAction.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L23) + +___ + +### defaultTaxWithholding + +• **defaultTaxWithholding**: `string` + +#### Defined in + +[api/entities/CorporateAction.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L26) + +___ + +### description + +• **description**: `string` + +#### Defined in + +[api/entities/CorporateAction.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L24) + +___ + +### id + +• **id**: `string` + +#### Defined in + +[api/entities/CorporateAction.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L21) + +___ + +### targets + +• **targets**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `identities` | `string`[] | +| `treatment` | [`TargetTreatment`](../../../../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) | + +#### Defined in + +[api/entities/CorporateAction.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L25) + +___ + +### taxWithholdings + +• **taxWithholdings**: \{ `identity`: `string` ; `percentage`: `string` }[] + +#### Defined in + +[api/entities/CorporateAction.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L27) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateAction/Params/Params.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateAction/Params/Params.md new file mode 100644 index 0000000000..218ca9cd60 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateAction/Params/Params.md @@ -0,0 +1,67 @@ +--- +id: "Params" +title: "Interface: Params" +sidebar_label: "Params" +--- + +[api/entities/CorporateAction](../../../../../modules/API/Entities/CorporateAction/CorporateAction.md).Params + +## Properties + +### declarationDate + +• **declarationDate**: `Date` + +#### Defined in + +[api/entities/CorporateAction.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L32) + +___ + +### defaultTaxWithholding + +• **defaultTaxWithholding**: `BigNumber` + +#### Defined in + +[api/entities/CorporateAction.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L35) + +___ + +### description + +• **description**: `string` + +#### Defined in + +[api/entities/CorporateAction.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L33) + +___ + +### kind + +• **kind**: [`CorporateActionKind`](../../../../../enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md) + +#### Defined in + +[api/entities/CorporateAction.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L31) + +___ + +### targets + +• **targets**: [`CorporateActionTargets`](../../CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) + +#### Defined in + +[api/entities/CorporateAction.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L34) + +___ + +### taxWithholdings + +• **taxWithholdings**: [`TaxWithholding`](../../CorporateActionBase/Types/TaxWithholding/TaxWithholding.md)[] + +#### Defined in + +[api/entities/CorporateAction.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L36) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateAction/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateAction/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..d46690fb54 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateAction/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,27 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/CorporateAction](../../../../../modules/API/Entities/CorporateAction/CorporateAction.md).UniqueIdentifiers + +## Properties + +### assetId + +• **assetId**: `string` + +#### Defined in + +[api/entities/CorporateAction.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L17) + +___ + +### id + +• **id**: `BigNumber` + +#### Defined in + +[api/entities/CorporateAction.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L16) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md new file mode 100644 index 0000000000..168d7ce573 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateActionBase/HumanReadable/HumanReadable.md @@ -0,0 +1,84 @@ +--- +id: "HumanReadable" +title: "Interface: HumanReadable" +sidebar_label: "HumanReadable" +--- + +[api/entities/CorporateActionBase](../../../../../modules/API/Entities/CorporateActionBase/CorporateActionBase.md).HumanReadable + +## Properties + +### assetId + +• **assetId**: `string` + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L40) + +___ + +### declarationDate + +• **declarationDate**: `string` + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L41) + +___ + +### defaultTaxWithholding + +• **defaultTaxWithholding**: `string` + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L44) + +___ + +### description + +• **description**: `string` + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:42](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L42) + +___ + +### id + +• **id**: `string` + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L39) + +___ + +### targets + +• **targets**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `identities` | `string`[] | +| `treatment` | [`TargetTreatment`](../../../../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) | + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L43) + +___ + +### taxWithholdings + +• **taxWithholdings**: \{ `identity`: `string` ; `percentage`: `string` }[] + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L45) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateActionBase/Params/Params.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateActionBase/Params/Params.md new file mode 100644 index 0000000000..35fb64485a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateActionBase/Params/Params.md @@ -0,0 +1,67 @@ +--- +id: "Params" +title: "Interface: Params" +sidebar_label: "Params" +--- + +[api/entities/CorporateActionBase](../../../../../modules/API/Entities/CorporateActionBase/CorporateActionBase.md).Params + +## Properties + +### declarationDate + +• **declarationDate**: `Date` + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L50) + +___ + +### defaultTaxWithholding + +• **defaultTaxWithholding**: `BigNumber` + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L53) + +___ + +### description + +• **description**: `string` + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L51) + +___ + +### kind + +• **kind**: [`CorporateActionKind`](../../../../../enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L49) + +___ + +### targets + +• **targets**: [`CorporateActionTargets`](../Types/CorporateActionTargets/CorporateActionTargets.md) + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L52) + +___ + +### taxWithholdings + +• **taxWithholdings**: [`TaxWithholding`](../Types/TaxWithholding/TaxWithholding.md)[] + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L54) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md new file mode 100644 index 0000000000..68feaa7fe6 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md @@ -0,0 +1,27 @@ +--- +id: "CorporateActionTargets" +title: "Interface: CorporateActionTargets" +sidebar_label: "CorporateActionTargets" +--- + +[api/entities/CorporateActionBase/types](../../../../../../modules/API/Entities/CorporateActionBase/Types/Types.md).CorporateActionTargets + +## Properties + +### identities + +• **identities**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md)[] + +#### Defined in + +[api/entities/CorporateActionBase/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/types.ts#L12) + +___ + +### treatment + +• **treatment**: [`TargetTreatment`](../../../../../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) + +#### Defined in + +[api/entities/CorporateActionBase/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/types.ts#L13) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md new file mode 100644 index 0000000000..5b3264a8e8 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md @@ -0,0 +1,27 @@ +--- +id: "TaxWithholding" +title: "Interface: TaxWithholding" +sidebar_label: "TaxWithholding" +--- + +[api/entities/CorporateActionBase/types](../../../../../../modules/API/Entities/CorporateActionBase/Types/Types.md).TaxWithholding + +## Properties + +### identity + +• **identity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/CorporateActionBase/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/types.ts#L17) + +___ + +### percentage + +• **percentage**: `BigNumber` + +#### Defined in + +[api/entities/CorporateActionBase/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/types.ts#L18) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateActionBase/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateActionBase/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..54a00c3b5c --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CorporateActionBase/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,27 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/CorporateActionBase](../../../../../modules/API/Entities/CorporateActionBase/CorporateActionBase.md).UniqueIdentifiers + +## Properties + +### assetId + +• **assetId**: `string` + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L35) + +___ + +### id + +• **id**: `BigNumber` + +#### Defined in + +[api/entities/CorporateActionBase/index.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/index.ts#L34) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md new file mode 100644 index 0000000000..2c59a08de2 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CustomPermissionGroup/HumanReadable/HumanReadable.md @@ -0,0 +1,27 @@ +--- +id: "HumanReadable" +title: "Interface: HumanReadable" +sidebar_label: "HumanReadable" +--- + +[api/entities/CustomPermissionGroup](../../../../../modules/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md).HumanReadable + +## Properties + +### assetId + +• **assetId**: `string` + +#### Defined in + +[api/entities/CustomPermissionGroup.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CustomPermissionGroup.ts#L17) + +___ + +### id + +• **id**: `string` + +#### Defined in + +[api/entities/CustomPermissionGroup.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CustomPermissionGroup.ts#L16) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CustomPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CustomPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..4d49beebcb --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/CustomPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,27 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/CustomPermissionGroup](../../../../../modules/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md).UniqueIdentifiers + +## Properties + +### assetId + +• **assetId**: `string` + +#### Defined in + +[api/entities/CustomPermissionGroup.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CustomPermissionGroup.ts#L22) + +___ + +### id + +• **id**: `BigNumber` + +#### Defined in + +[api/entities/CustomPermissionGroup.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CustomPermissionGroup.ts#L21) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/DefaultPortfolio/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/DefaultPortfolio/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..14cc68a640 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/DefaultPortfolio/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,17 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/DefaultPortfolio](../../../../../modules/API/Entities/DefaultPortfolio/DefaultPortfolio.md).UniqueIdentifiers + +## Properties + +### did + +• **did**: `string` + +#### Defined in + +[api/entities/DefaultPortfolio.ts:4](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DefaultPortfolio.ts#L4) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/DefaultTrustedClaimIssuer/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/DefaultTrustedClaimIssuer/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..1f350c670c --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/DefaultTrustedClaimIssuer/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,27 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/DefaultTrustedClaimIssuer](../../../../../modules/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md).UniqueIdentifiers + +## Properties + +### assetId + +• **assetId**: `string` + +#### Defined in + +[api/entities/DefaultTrustedClaimIssuer.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DefaultTrustedClaimIssuer.ts#L15) + +___ + +### did + +• **did**: `string` + +#### Defined in + +[api/entities/DefaultTrustedClaimIssuer.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DefaultTrustedClaimIssuer.ts#L14) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md new file mode 100644 index 0000000000..30744d620f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md @@ -0,0 +1,67 @@ +--- +id: "DividendDistributionParams" +title: "Interface: DividendDistributionParams" +sidebar_label: "DividendDistributionParams" +--- + +[api/entities/DividendDistribution](../../../../../modules/API/Entities/DividendDistribution/DividendDistribution.md).DividendDistributionParams + +## Properties + +### currency + +• **currency**: `string` + +#### Defined in + +[api/entities/DividendDistribution/index.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L74) + +___ + +### expiryDate + +• **expiryDate**: ``null`` \| `Date` + +#### Defined in + +[api/entities/DividendDistribution/index.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L77) + +___ + +### maxAmount + +• **maxAmount**: `BigNumber` + +#### Defined in + +[api/entities/DividendDistribution/index.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L76) + +___ + +### origin + +• **origin**: [`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) + +#### Defined in + +[api/entities/DividendDistribution/index.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L73) + +___ + +### paymentDate + +• **paymentDate**: `Date` + +#### Defined in + +[api/entities/DividendDistribution/index.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L78) + +___ + +### perShare + +• **perShare**: `BigNumber` + +#### Defined in + +[api/entities/DividendDistribution/index.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L75) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md new file mode 100644 index 0000000000..e60b5882c2 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md @@ -0,0 +1,185 @@ +--- +id: "HumanReadable" +title: "Interface: HumanReadable" +sidebar_label: "HumanReadable" +--- + +[api/entities/DividendDistribution](../../../../../modules/API/Entities/DividendDistribution/DividendDistribution.md).HumanReadable + +## Hierarchy + +- [`HumanReadable`](../../CorporateAction/HumanReadable/HumanReadable.md) + + ↳ **`HumanReadable`** + +## Properties + +### assetId + +• **assetId**: `string` + +#### Inherited from + +[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[assetId](../../CorporateAction/HumanReadable/HumanReadable.md#assetid) + +#### Defined in + +[api/entities/CorporateAction.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L22) + +___ + +### currency + +• **currency**: `string` + +#### Defined in + +[api/entities/DividendDistribution/index.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L65) + +___ + +### declarationDate + +• **declarationDate**: `string` + +#### Inherited from + +[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[declarationDate](../../CorporateAction/HumanReadable/HumanReadable.md#declarationdate) + +#### Defined in + +[api/entities/CorporateAction.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L23) + +___ + +### defaultTaxWithholding + +• **defaultTaxWithholding**: `string` + +#### Inherited from + +[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[defaultTaxWithholding](../../CorporateAction/HumanReadable/HumanReadable.md#defaulttaxwithholding) + +#### Defined in + +[api/entities/CorporateAction.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L26) + +___ + +### description + +• **description**: `string` + +#### Inherited from + +[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[description](../../CorporateAction/HumanReadable/HumanReadable.md#description) + +#### Defined in + +[api/entities/CorporateAction.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L24) + +___ + +### expiryDate + +• **expiryDate**: ``null`` \| `string` + +#### Defined in + +[api/entities/DividendDistribution/index.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L68) + +___ + +### id + +• **id**: `string` + +#### Inherited from + +[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[id](../../CorporateAction/HumanReadable/HumanReadable.md#id) + +#### Defined in + +[api/entities/CorporateAction.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L21) + +___ + +### maxAmount + +• **maxAmount**: `string` + +#### Defined in + +[api/entities/DividendDistribution/index.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L67) + +___ + +### origin + +• **origin**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `did` | `string` | +| `id?` | `string` | + +#### Defined in + +[api/entities/DividendDistribution/index.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L64) + +___ + +### paymentDate + +• **paymentDate**: `string` + +#### Defined in + +[api/entities/DividendDistribution/index.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L69) + +___ + +### perShare + +• **perShare**: `string` + +#### Defined in + +[api/entities/DividendDistribution/index.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L66) + +___ + +### targets + +• **targets**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `identities` | `string`[] | +| `treatment` | [`TargetTreatment`](../../../../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) | + +#### Inherited from + +[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[targets](../../CorporateAction/HumanReadable/HumanReadable.md#targets) + +#### Defined in + +[api/entities/CorporateAction.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L25) + +___ + +### taxWithholdings + +• **taxWithholdings**: \{ `identity`: `string` ; `percentage`: `string` }[] + +#### Inherited from + +[HumanReadable](../../CorporateAction/HumanReadable/HumanReadable.md).[taxWithholdings](../../CorporateAction/HumanReadable/HumanReadable.md#taxwithholdings) + +#### Defined in + +[api/entities/CorporateAction.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateAction.ts#L27) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md new file mode 100644 index 0000000000..1cfdfadb97 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md @@ -0,0 +1,61 @@ +--- +id: "DistributionParticipant" +title: "Interface: DistributionParticipant" +sidebar_label: "DistributionParticipant" +--- + +[api/entities/DividendDistribution/types](../../../../../../modules/API/Entities/DividendDistribution/Types/Types.md).DistributionParticipant + +## Properties + +### amount + +• **amount**: `BigNumber` + +#### Defined in + +[api/entities/DividendDistribution/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/types.ts#L15) + +___ + +### amountAfterTax + +• **amountAfterTax**: `BigNumber` + +amount to be paid to the participant after tax deductions + +#### Defined in + +[api/entities/DividendDistribution/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/types.ts#L23) + +___ + +### identity + +• **identity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/DividendDistribution/types.ts:14](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/types.ts#L14) + +___ + +### paid + +• **paid**: `boolean` + +#### Defined in + +[api/entities/DividendDistribution/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/types.ts#L24) + +___ + +### taxWithholdingPercentage + +• **taxWithholdingPercentage**: `BigNumber` + +percentage (0-100) of tax withholding for this participant + +#### Defined in + +[api/entities/DividendDistribution/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/types.ts#L19) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md new file mode 100644 index 0000000000..5856c3cd79 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md @@ -0,0 +1,29 @@ +--- +id: "DividendDistributionDetails" +title: "Interface: DividendDistributionDetails" +sidebar_label: "DividendDistributionDetails" +--- + +[api/entities/DividendDistribution/types](../../../../../../modules/API/Entities/DividendDistribution/Types/Types.md).DividendDistributionDetails + +## Properties + +### fundsReclaimed + +• **fundsReclaimed**: `boolean` + +whether the unclaimed funds have been reclaimed + +#### Defined in + +[api/entities/DividendDistribution/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/types.ts#L10) + +___ + +### remainingFunds + +• **remainingFunds**: `BigNumber` + +#### Defined in + +[api/entities/DividendDistribution/types.ts:6](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/types.ts#L6) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Identity/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Identity/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..6dad4f7c46 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Identity/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,19 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/Identity](../../../../../modules/API/Entities/Identity/Identity.md).UniqueIdentifiers + +Properties that uniquely identify an Identity + +## Properties + +### did + +• **did**: `string` + +#### Defined in + +[api/entities/Identity/index.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Identity/index.ts#L103) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md new file mode 100644 index 0000000000..3a26a9e505 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md @@ -0,0 +1,47 @@ +--- +id: "FungibleLeg" +title: "Interface: FungibleLeg" +sidebar_label: "FungibleLeg" +--- + +[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).FungibleLeg + +## Properties + +### amount + +• **amount**: `BigNumber` + +#### Defined in + +[api/entities/Instruction/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L66) + +___ + +### asset + +• **asset**: [`FungibleAsset`](../../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) + +#### Defined in + +[api/entities/Instruction/types.ts:67](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L67) + +___ + +### from + +• **from**: [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) + +#### Defined in + +[api/entities/Instruction/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L64) + +___ + +### to + +• **to**: [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) + +#### Defined in + +[api/entities/Instruction/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L65) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md new file mode 100644 index 0000000000..ae51b7ca09 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md @@ -0,0 +1,45 @@ +--- +id: "GroupedInstructions" +title: "Interface: GroupedInstructions" +sidebar_label: "GroupedInstructions" +--- + +[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).GroupedInstructions + +## Properties + +### affirmed + +• **affirmed**: [`Instruction`](../../../../../../classes/API/Entities/Instruction/Instruction.md)[] + +Instructions that have already been affirmed by the Identity + +#### Defined in + +[api/entities/Instruction/types.ts:128](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L128) + +___ + +### failed + +• **failed**: [`Instruction`](../../../../../../classes/API/Entities/Instruction/Instruction.md)[] + +Instructions that failed in their execution (can be rescheduled). + This group supersedes the other three, so for example, a failed Instruction + might also belong in the `affirmed` group, but it will only be included in this one + +#### Defined in + +[api/entities/Instruction/types.ts:138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L138) + +___ + +### pending + +• **pending**: [`Instruction`](../../../../../../classes/API/Entities/Instruction/Instruction.md)[] + +Instructions that still need to be affirmed/rejected by the Identity + +#### Defined in + +[api/entities/Instruction/types.ts:132](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L132) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md new file mode 100644 index 0000000000..d2b7f22e20 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md @@ -0,0 +1,31 @@ +--- +id: "GroupedInvolvedInstructions" +title: "Interface: GroupedInvolvedInstructions" +sidebar_label: "GroupedInvolvedInstructions" +--- + +[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).GroupedInvolvedInstructions + +## Properties + +### custodied + +• **custodied**: [`GroupedInstructions`](../GroupedInstructions/GroupedInstructions.md) + +Instructions where the Identity is the custodian of the leg portfolios + +#### Defined in + +[api/entities/Instruction/types.ts:152](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L152) + +___ + +### owned + +• **owned**: `Omit`\<[`GroupedInstructions`](../GroupedInstructions/GroupedInstructions.md), ``"affirmed"``\> + +Instructions where the Identity is the owner of the leg portfolios + +#### Defined in + +[api/entities/Instruction/types.ts:156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L156) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md new file mode 100644 index 0000000000..048539c2f0 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md @@ -0,0 +1,27 @@ +--- +id: "InstructionAffirmation" +title: "Interface: InstructionAffirmation" +sidebar_label: "InstructionAffirmation" +--- + +[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).InstructionAffirmation + +## Properties + +### identity + +• **identity**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/Instruction/types.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L97) + +___ + +### status + +• **status**: [`AffirmationStatus`](../../../../../../enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md) + +#### Defined in + +[api/entities/Instruction/types.ts:98](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L98) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md new file mode 100644 index 0000000000..da34370870 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md @@ -0,0 +1,47 @@ +--- +id: "NftLeg" +title: "Interface: NftLeg" +sidebar_label: "NftLeg" +--- + +[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).NftLeg + +## Properties + +### asset + +• **asset**: [`NftCollection`](../../../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) + +#### Defined in + +[api/entities/Instruction/types.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L74) + +___ + +### from + +• **from**: [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) + +#### Defined in + +[api/entities/Instruction/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L71) + +___ + +### nfts + +• **nfts**: [`Nft`](../../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md)[] + +#### Defined in + +[api/entities/Instruction/types.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L73) + +___ + +### to + +• **to**: [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) + +#### Defined in + +[api/entities/Instruction/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L72) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/OffChainAffirmation/OffChainAffirmation.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/OffChainAffirmation/OffChainAffirmation.md new file mode 100644 index 0000000000..95cd38cbfc --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/OffChainAffirmation/OffChainAffirmation.md @@ -0,0 +1,27 @@ +--- +id: "OffChainAffirmation" +title: "Interface: OffChainAffirmation" +sidebar_label: "OffChainAffirmation" +--- + +[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).OffChainAffirmation + +## Properties + +### legId + +• **legId**: `BigNumber` + +#### Defined in + +[api/entities/Instruction/types.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L102) + +___ + +### status + +• **status**: [`AffirmationStatus`](../../../../../../enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md) + +#### Defined in + +[api/entities/Instruction/types.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L103) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/OffChainLeg/OffChainLeg.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/OffChainLeg/OffChainLeg.md new file mode 100644 index 0000000000..c9a1accd60 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/Types/OffChainLeg/OffChainLeg.md @@ -0,0 +1,49 @@ +--- +id: "OffChainLeg" +title: "Interface: OffChainLeg" +sidebar_label: "OffChainLeg" +--- + +[api/entities/Instruction/types](../../../../../../modules/API/Entities/Instruction/Types/Types.md).OffChainLeg + +## Properties + +### asset + +• **asset**: `string` + +the ticker of the off chain asset + +#### Defined in + +[api/entities/Instruction/types.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L84) + +___ + +### from + +• **from**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/Instruction/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L78) + +___ + +### offChainAmount + +• **offChainAmount**: `BigNumber` + +#### Defined in + +[api/entities/Instruction/types.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L80) + +___ + +### to + +• **to**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/Instruction/types.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L79) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..e2c6cb1bec --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Instruction/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,17 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/Instruction](../../../../../modules/API/Entities/Instruction/Instruction.md).UniqueIdentifiers + +## Properties + +### id + +• **id**: `BigNumber` + +#### Defined in + +[api/entities/Instruction/index.ts:102](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/index.ts#L102) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md new file mode 100644 index 0000000000..1eac776174 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/KnownPermissionGroup/HumanReadable/HumanReadable.md @@ -0,0 +1,27 @@ +--- +id: "HumanReadable" +title: "Interface: HumanReadable" +sidebar_label: "HumanReadable" +--- + +[api/entities/KnownPermissionGroup](../../../../../modules/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md).HumanReadable + +## Properties + +### assetId + +• **assetId**: `string` + +#### Defined in + +[api/entities/KnownPermissionGroup.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/KnownPermissionGroup.ts#L8) + +___ + +### type + +• **type**: [`PermissionGroupType`](../../../../../enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md) + +#### Defined in + +[api/entities/KnownPermissionGroup.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/KnownPermissionGroup.ts#L7) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/KnownPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/KnownPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..3415ada91b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/KnownPermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,27 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/KnownPermissionGroup](../../../../../modules/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md).UniqueIdentifiers + +## Properties + +### assetId + +• **assetId**: `string` + +#### Defined in + +[api/entities/KnownPermissionGroup.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/KnownPermissionGroup.ts#L13) + +___ + +### type + +• **type**: [`PermissionGroupType`](../../../../../enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md) + +#### Defined in + +[api/entities/KnownPermissionGroup.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/KnownPermissionGroup.ts#L12) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md new file mode 100644 index 0000000000..f617f7c12a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/MetadataEntry/HumanReadable/HumanReadable.md @@ -0,0 +1,37 @@ +--- +id: "HumanReadable" +title: "Interface: HumanReadable" +sidebar_label: "HumanReadable" +--- + +[api/entities/MetadataEntry](../../../../../modules/API/Entities/MetadataEntry/MetadataEntry.md).HumanReadable + +## Properties + +### assetId + +• **assetId**: `string` + +#### Defined in + +[api/entities/MetadataEntry/index.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/index.ts#L35) + +___ + +### id + +• **id**: `string` + +#### Defined in + +[api/entities/MetadataEntry/index.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/index.ts#L34) + +___ + +### type + +• **type**: [`MetadataType`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) + +#### Defined in + +[api/entities/MetadataEntry/index.ts:36](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/index.ts#L36) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md new file mode 100644 index 0000000000..3e43233468 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md @@ -0,0 +1,27 @@ +--- +id: "MetadataDetails" +title: "Interface: MetadataDetails" +sidebar_label: "MetadataDetails" +--- + +[api/entities/MetadataEntry/types](../../../../../../modules/API/Entities/MetadataEntry/Types/Types.md).MetadataDetails + +## Properties + +### name + +• **name**: `string` + +#### Defined in + +[api/entities/MetadataEntry/types.ts:23](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/types.ts#L23) + +___ + +### specs + +• **specs**: [`MetadataSpec`](../MetadataSpec/MetadataSpec.md) + +#### Defined in + +[api/entities/MetadataEntry/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/types.ts#L24) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md new file mode 100644 index 0000000000..dd710d6c8a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md @@ -0,0 +1,37 @@ +--- +id: "MetadataSpec" +title: "Interface: MetadataSpec" +sidebar_label: "MetadataSpec" +--- + +[api/entities/MetadataEntry/types](../../../../../../modules/API/Entities/MetadataEntry/Types/Types.md).MetadataSpec + +## Properties + +### description + +• `Optional` **description**: `string` + +#### Defined in + +[api/entities/MetadataEntry/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/types.ts#L18) + +___ + +### typeDef + +• `Optional` **typeDef**: `string` + +#### Defined in + +[api/entities/MetadataEntry/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/types.ts#L19) + +___ + +### url + +• `Optional` **url**: `string` + +#### Defined in + +[api/entities/MetadataEntry/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/types.ts#L17) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/MetadataEntry/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/MetadataEntry/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..87ba651881 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/MetadataEntry/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,37 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/MetadataEntry](../../../../../modules/API/Entities/MetadataEntry/MetadataEntry.md).UniqueIdentifiers + +## Properties + +### assetId + +• **assetId**: `string` + +#### Defined in + +[api/entities/MetadataEntry/index.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/index.ts#L30) + +___ + +### id + +• **id**: `BigNumber` + +#### Defined in + +[api/entities/MetadataEntry/index.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/index.ts#L29) + +___ + +### type + +• **type**: [`MetadataType`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) + +#### Defined in + +[api/entities/MetadataEntry/index.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/index.ts#L28) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md new file mode 100644 index 0000000000..243614f717 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/MultiSigProposal/HumanReadable/HumanReadable.md @@ -0,0 +1,27 @@ +--- +id: "HumanReadable" +title: "Interface: HumanReadable" +sidebar_label: "HumanReadable" +--- + +[api/entities/MultiSigProposal](../../../../../modules/API/Entities/MultiSigProposal/MultiSigProposal.md).HumanReadable + +## Properties + +### id + +• **id**: `string` + +#### Defined in + +[api/entities/MultiSigProposal/index.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/index.ts#L44) + +___ + +### multiSigAddress + +• **multiSigAddress**: `string` + +#### Defined in + +[api/entities/MultiSigProposal/index.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/index.ts#L43) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md new file mode 100644 index 0000000000..e85b410c5a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md @@ -0,0 +1,103 @@ +--- +id: "MultiSigProposalDetails" +title: "Interface: MultiSigProposalDetails" +sidebar_label: "MultiSigProposalDetails" +--- + +[api/entities/MultiSigProposal/types](../../../../../../modules/API/Entities/MultiSigProposal/Types/Types.md).MultiSigProposalDetails + +## Properties + +### approvalAmount + +• **approvalAmount**: `BigNumber` + +The number of approvals this proposal has received + +#### Defined in + +[api/entities/MultiSigProposal/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/types.ts#L33) + +___ + +### args + +• **args**: [`AnyJson`](../../../../../../modules/API/Entities/MultiSigProposal/Types/Types.md#anyjson) + +The arguments to be passed to the transaction for this proposal + +#### Defined in + +[api/entities/MultiSigProposal/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/types.ts#L57) + +___ + +### autoClose + +• **autoClose**: `boolean` + +Determines if the proposal will automatically be closed once a threshold of reject votes has been reached + +#### Defined in + +[api/entities/MultiSigProposal/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/types.ts#L49) + +___ + +### expiry + +• **expiry**: ``null`` \| `Date` + +An optional time in which this proposal will expire if a decision isn't reached by then + +#### Defined in + +[api/entities/MultiSigProposal/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/types.ts#L45) + +___ + +### rejectionAmount + +• **rejectionAmount**: `BigNumber` + +The number of rejections this proposal has received + +#### Defined in + +[api/entities/MultiSigProposal/types.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/types.ts#L37) + +___ + +### status + +• **status**: [`ProposalStatus`](../../../../../../enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md) + +The current status of the proposal + +#### Defined in + +[api/entities/MultiSigProposal/types.ts:41](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/types.ts#L41) + +___ + +### txTag + +• **txTag**: [`TxTag`](../../../../../../modules/Generated/Types/Types.md#txtag) + +The tag for the transaction being proposed for the MultiSig to execute + +#### Defined in + +[api/entities/MultiSigProposal/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/types.ts#L53) + +___ + +### voted + +• **voted**: [`Account`](../../../../../../classes/API/Entities/Account/Account.md)[] + +Accounts of signing keys that have already voted on this proposal + +#### Defined in + +[api/entities/MultiSigProposal/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/types.ts#L61) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/NumberedPortfolio/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/NumberedPortfolio/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..5b632e5855 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/NumberedPortfolio/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,27 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/NumberedPortfolio](../../../../../modules/API/Entities/NumberedPortfolio/NumberedPortfolio.md).UniqueIdentifiers + +## Properties + +### did + +• **did**: `string` + +#### Defined in + +[api/entities/NumberedPortfolio.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/NumberedPortfolio.ts#L18) + +___ + +### id + +• **id**: `BigNumber` + +#### Defined in + +[api/entities/NumberedPortfolio.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/NumberedPortfolio.ts#L19) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md new file mode 100644 index 0000000000..087c225115 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/HumanReadable/HumanReadable.md @@ -0,0 +1,27 @@ +--- +id: "HumanReadable" +title: "Interface: HumanReadable" +sidebar_label: "HumanReadable" +--- + +[api/entities/Offering](../../../../../modules/API/Entities/Offering/Offering.md).HumanReadable + +## Properties + +### assetId + +• **assetId**: `string` + +#### Defined in + +[api/entities/Offering/index.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/index.ts#L49) + +___ + +### id + +• **id**: `string` + +#### Defined in + +[api/entities/Offering/index.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/index.ts#L48) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/Types/Investment/Investment.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/Types/Investment/Investment.md new file mode 100644 index 0000000000..3314888ac0 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/Types/Investment/Investment.md @@ -0,0 +1,37 @@ +--- +id: "Investment" +title: "Interface: Investment" +sidebar_label: "Investment" +--- + +[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).Investment + +## Properties + +### investedAmount + +• **investedAmount**: `BigNumber` + +#### Defined in + +[api/entities/Offering/types.ts:90](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L90) + +___ + +### investor + +• **investor**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/Offering/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L88) + +___ + +### soldAmount + +• **soldAmount**: `BigNumber` + +#### Defined in + +[api/entities/Offering/types.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L89) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md new file mode 100644 index 0000000000..0b722aabda --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md @@ -0,0 +1,137 @@ +--- +id: "OfferingDetails" +title: "Interface: OfferingDetails" +sidebar_label: "OfferingDetails" +--- + +[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).OfferingDetails + +## Properties + +### creator + +• **creator**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/Offering/types.ts:72](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L72) + +___ + +### end + +• **end**: ``null`` \| `Date` + +#### Defined in + +[api/entities/Offering/types.ts:80](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L80) + +___ + +### minInvestment + +• **minInvestment**: `BigNumber` + +#### Defined in + +[api/entities/Offering/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L82) + +___ + +### name + +• **name**: `string` + +#### Defined in + +[api/entities/Offering/types.ts:73](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L73) + +___ + +### offeringPortfolio + +• **offeringPortfolio**: [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) + +#### Defined in + +[api/entities/Offering/types.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L74) + +___ + +### raisingCurrency + +• **raisingCurrency**: `string` + +#### Defined in + +[api/entities/Offering/types.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L76) + +___ + +### raisingPortfolio + +• **raisingPortfolio**: [`NumberedPortfolio`](../../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) + +#### Defined in + +[api/entities/Offering/types.ts:75](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L75) + +___ + +### start + +• **start**: `Date` + +#### Defined in + +[api/entities/Offering/types.ts:79](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L79) + +___ + +### status + +• **status**: [`OfferingStatus`](../OfferingStatus/OfferingStatus.md) + +#### Defined in + +[api/entities/Offering/types.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L81) + +___ + +### tiers + +• **tiers**: [`Tier`](../Tier/Tier.md)[] + +#### Defined in + +[api/entities/Offering/types.ts:77](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L77) + +___ + +### totalAmount + +• **totalAmount**: `BigNumber` + +#### Defined in + +[api/entities/Offering/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L83) + +___ + +### totalRemaining + +• **totalRemaining**: `BigNumber` + +#### Defined in + +[api/entities/Offering/types.ts:84](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L84) + +___ + +### venue + +• **venue**: [`Venue`](../../../../../../classes/API/Entities/Venue/Venue.md) + +#### Defined in + +[api/entities/Offering/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L78) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md new file mode 100644 index 0000000000..71c1c0d872 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md @@ -0,0 +1,37 @@ +--- +id: "OfferingStatus" +title: "Interface: OfferingStatus" +sidebar_label: "OfferingStatus" +--- + +[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).OfferingStatus + +## Properties + +### balance + +• **balance**: [`OfferingBalanceStatus`](../../../../../../enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md) + +#### Defined in + +[api/entities/Offering/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L58) + +___ + +### sale + +• **sale**: [`OfferingSaleStatus`](../../../../../../enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md) + +#### Defined in + +[api/entities/Offering/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L59) + +___ + +### timing + +• **timing**: [`OfferingTimingStatus`](../../../../../../enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md) + +#### Defined in + +[api/entities/Offering/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L57) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md new file mode 100644 index 0000000000..a66eaae50e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md @@ -0,0 +1,33 @@ +--- +id: "OfferingTier" +title: "Interface: OfferingTier" +sidebar_label: "OfferingTier" +--- + +[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).OfferingTier + +## Hierarchy + +- **`OfferingTier`** + + ↳ [`Tier`](../Tier/Tier.md) + +## Properties + +### amount + +• **amount**: `BigNumber` + +#### Defined in + +[api/entities/Offering/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L63) + +___ + +### price + +• **price**: `BigNumber` + +#### Defined in + +[api/entities/Offering/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L64) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/Types/Tier/Tier.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/Types/Tier/Tier.md new file mode 100644 index 0000000000..166c40ace9 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/Types/Tier/Tier.md @@ -0,0 +1,51 @@ +--- +id: "Tier" +title: "Interface: Tier" +sidebar_label: "Tier" +--- + +[api/entities/Offering/types](../../../../../../modules/API/Entities/Offering/Types/Types.md).Tier + +## Hierarchy + +- [`OfferingTier`](../OfferingTier/OfferingTier.md) + + ↳ **`Tier`** + +## Properties + +### amount + +• **amount**: `BigNumber` + +#### Inherited from + +[OfferingTier](../OfferingTier/OfferingTier.md).[amount](../OfferingTier/OfferingTier.md#amount) + +#### Defined in + +[api/entities/Offering/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L63) + +___ + +### price + +• **price**: `BigNumber` + +#### Inherited from + +[OfferingTier](../OfferingTier/OfferingTier.md).[price](../OfferingTier/OfferingTier.md#price) + +#### Defined in + +[api/entities/Offering/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L64) + +___ + +### remaining + +• **remaining**: `BigNumber` + +#### Defined in + +[api/entities/Offering/types.ts:68](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/types.ts#L68) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..cd30da155f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Offering/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,27 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/Offering](../../../../../modules/API/Entities/Offering/Offering.md).UniqueIdentifiers + +## Properties + +### assetId + +• **assetId**: `string` + +#### Defined in + +[api/entities/Offering/index.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/index.ts#L44) + +___ + +### id + +• **id**: `BigNumber` + +#### Defined in + +[api/entities/Offering/index.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Offering/index.ts#L43) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/PermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/PermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..08ae7ba079 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/PermissionGroup/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,37 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/PermissionGroup](../../../../../modules/API/Entities/PermissionGroup/PermissionGroup.md).UniqueIdentifiers + +## Properties + +### assetId + +• **assetId**: `string` + +#### Defined in + +[api/entities/PermissionGroup.ts:7](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/PermissionGroup.ts#L7) + +___ + +### id + +• `Optional` **id**: `BigNumber` + +#### Defined in + +[api/entities/PermissionGroup.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/PermissionGroup.ts#L8) + +___ + +### type + +• `Optional` **type**: [`PermissionGroupType`](../../../../../enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md) + +#### Defined in + +[api/entities/PermissionGroup.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/PermissionGroup.ts#L9) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md new file mode 100644 index 0000000000..16a5583a8d --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Portfolio/HumanReadable/HumanReadable.md @@ -0,0 +1,27 @@ +--- +id: "HumanReadable" +title: "Interface: HumanReadable" +sidebar_label: "HumanReadable" +--- + +[api/entities/Portfolio](../../../../../modules/API/Entities/Portfolio/Portfolio.md).HumanReadable + +## Properties + +### did + +• **did**: `string` + +#### Defined in + +[api/entities/Portfolio/index.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L54) + +___ + +### id + +• `Optional` **id**: `string` + +#### Defined in + +[api/entities/Portfolio/index.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L55) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md new file mode 100644 index 0000000000..170fbdfdce --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md @@ -0,0 +1,71 @@ +--- +id: "HistoricSettlement" +title: "Interface: HistoricSettlement" +sidebar_label: "HistoricSettlement" +--- + +[api/entities/Portfolio/types](../../../../../../modules/API/Entities/Portfolio/Types/Types.md).HistoricSettlement + +## Properties + +### accounts + +• **accounts**: [`Account`](../../../../../../classes/API/Entities/Account/Account.md)[] + +Array of Accounts that participated by affirming the settlement + +#### Defined in + +[api/entities/Portfolio/types.ts:38](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/types.ts#L38) + +___ + +### blockHash + +• **blockHash**: `string` + +#### Defined in + +[api/entities/Portfolio/types.ts:33](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/types.ts#L33) + +___ + +### blockNumber + +• **blockNumber**: `BigNumber` + +#### Defined in + +[api/entities/Portfolio/types.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/types.ts#L32) + +___ + +### instruction + +• `Optional` **instruction**: [`Instruction`](../../../../../../classes/API/Entities/Instruction/Instruction.md) + +This value is null when depicting portfolio movements + +#### Defined in + +[api/entities/Portfolio/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/types.ts#L43) + +___ + +### legs + +• **legs**: [`SettlementLeg`](../../../../../../modules/API/Entities/Portfolio/Types/Types.md#settlementleg)[] + +#### Defined in + +[api/entities/Portfolio/types.ts:39](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/types.ts#L39) + +___ + +### status + +• **status**: [`InstructionStatusEnum`](../../../../../../enums/API/Client/Types/InstructionStatusEnum/InstructionStatusEnum.md) + +#### Defined in + +[api/entities/Portfolio/types.ts:34](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/types.ts#L34) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md new file mode 100644 index 0000000000..f7706561bd --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md @@ -0,0 +1,71 @@ +--- +id: "PortfolioBalance" +title: "Interface: PortfolioBalance" +sidebar_label: "PortfolioBalance" +--- + +[api/entities/Portfolio/types](../../../../../../modules/API/Entities/Portfolio/Types/Types.md).PortfolioBalance + +## Hierarchy + +- [`Balance`](../../../Account/Types/Balance/Balance.md) + + ↳ **`PortfolioBalance`** + +## Properties + +### asset + +• **asset**: [`FungibleAsset`](../../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) + +#### Defined in + +[api/entities/Portfolio/types.ts:8](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/types.ts#L8) + +___ + +### free + +• **free**: `BigNumber` + +balance available for transferring and paying fees + +#### Inherited from + +[Balance](../../../Account/Types/Balance/Balance.md).[free](../../../Account/Types/Balance/Balance.md#free) + +#### Defined in + +[api/entities/Account/types.ts:11](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L11) + +___ + +### locked + +• **locked**: `BigNumber` + +unavailable balance, either bonded for staking or locked for some other purpose + +#### Inherited from + +[Balance](../../../Account/Types/Balance/Balance.md).[locked](../../../Account/Types/Balance/Balance.md#locked) + +#### Defined in + +[api/entities/Account/types.ts:15](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L15) + +___ + +### total + +• **total**: `BigNumber` + +free + locked + +#### Inherited from + +[Balance](../../../Account/Types/Balance/Balance.md).[total](../../../Account/Types/Balance/Balance.md#total) + +#### Defined in + +[api/entities/Account/types.ts:19](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L19) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md new file mode 100644 index 0000000000..83409c3200 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md @@ -0,0 +1,53 @@ +--- +id: "PortfolioCollection" +title: "Interface: PortfolioCollection" +sidebar_label: "PortfolioCollection" +--- + +[api/entities/Portfolio/types](../../../../../../modules/API/Entities/Portfolio/Types/Types.md).PortfolioCollection + +## Properties + +### collection + +• **collection**: [`NftCollection`](../../../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) + +#### Defined in + +[api/entities/Portfolio/types.ts:12](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/types.ts#L12) + +___ + +### free + +• **free**: [`Nft`](../../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md)[] + +NFTs available for transferring + +#### Defined in + +[api/entities/Portfolio/types.ts:16](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/types.ts#L16) + +___ + +### locked + +• **locked**: [`Nft`](../../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md)[] + +NFTs that are locked, such as being involved in a pending instruction + +#### Defined in + +[api/entities/Portfolio/types.ts:20](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/types.ts#L20) + +___ + +### total + +• **total**: `BigNumber` + +Total number of NFTs held for a collection + +#### Defined in + +[api/entities/Portfolio/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/types.ts#L24) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Portfolio/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Portfolio/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..7969bd2cc7 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Portfolio/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,27 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/Portfolio](../../../../../modules/API/Entities/Portfolio/Portfolio.md).UniqueIdentifiers + +## Properties + +### did + +• **did**: `string` + +#### Defined in + +[api/entities/Portfolio/index.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L49) + +___ + +### id + +• `Optional` **id**: `BigNumber` + +#### Defined in + +[api/entities/Portfolio/index.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/index.ts#L50) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md new file mode 100644 index 0000000000..602a97ef7d --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md @@ -0,0 +1,43 @@ +--- +id: "SubsidyData" +title: "Interface: SubsidyData" +sidebar_label: "SubsidyData" +--- + +[api/entities/Subsidy/types](../../../../../../modules/API/Entities/Subsidy/Types/Types.md).SubsidyData + +## Properties + +### allowance + +• **allowance**: `BigNumber` + +amount of POLYX to be subsidized. This can be increased/decreased later on + +#### Defined in + +[api/entities/Subsidy/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidy/types.ts#L17) + +___ + +### beneficiary + +• **beneficiary**: [`Account`](../../../../../../classes/API/Entities/Account/Account.md) + +Account whose transactions are being paid for + +#### Defined in + +[api/entities/Subsidy/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidy/types.ts#L9) + +___ + +### subsidizer + +• **subsidizer**: [`Account`](../../../../../../classes/API/Entities/Account/Account.md) + +Account that is paying for the transactions + +#### Defined in + +[api/entities/Subsidy/types.ts:13](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidy/types.ts#L13) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md new file mode 100644 index 0000000000..abbe80ea1f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md @@ -0,0 +1,27 @@ +--- +id: "SubsidyWithAllowance" +title: "Interface: SubsidyWithAllowance" +sidebar_label: "SubsidyWithAllowance" +--- + +[api/entities/Subsidy/types](../../../../../../modules/API/Entities/Subsidy/Types/Types.md).SubsidyWithAllowance + +## Properties + +### allowance + +• **allowance**: `BigNumber` + +#### Defined in + +[api/entities/Subsidy/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidy/types.ts#L22) + +___ + +### subsidy + +• **subsidy**: [`Subsidy`](../../../../../../classes/API/Entities/Subsidy/Subsidy.md) + +#### Defined in + +[api/entities/Subsidy/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidy/types.ts#L21) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..c06705be98 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Subsidy/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,31 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/Subsidy](../../../../../modules/API/Entities/Subsidy/Subsidy.md).UniqueIdentifiers + +## Properties + +### beneficiary + +• **beneficiary**: `string` + +beneficiary address + +#### Defined in + +[api/entities/Subsidy/index.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidy/index.ts#L28) + +___ + +### subsidizer + +• **subsidizer**: `string` + +subsidizer address + +#### Defined in + +[api/entities/Subsidy/index.ts:32](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Subsidy/index.ts#L32) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/TickerReservation/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/TickerReservation/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..8df6cbcf7e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/TickerReservation/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,19 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/TickerReservation](../../../../../modules/API/Entities/TickerReservation/TickerReservation.md).UniqueIdentifiers + +Properties that uniquely identify a TickerReservation + +## Properties + +### ticker + +• **ticker**: `string` + +#### Defined in + +[api/entities/TickerReservation/index.ts:37](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/TickerReservation/index.ts#L37) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/AccreditedClaim/AccreditedClaim.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/AccreditedClaim/AccreditedClaim.md new file mode 100644 index 0000000000..6fafb36d18 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/AccreditedClaim/AccreditedClaim.md @@ -0,0 +1,27 @@ +--- +id: "AccreditedClaim" +title: "Interface: AccreditedClaim" +sidebar_label: "AccreditedClaim" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).AccreditedClaim + +## Properties + +### scope + +• **scope**: [`Scope`](../Scope/Scope.md) + +#### Defined in + +[api/entities/types.ts:175](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L175) + +___ + +### type + +• **type**: [`Accredited`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#accredited) + +#### Defined in + +[api/entities/types.ts:174](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L174) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md new file mode 100644 index 0000000000..c378e66d59 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md @@ -0,0 +1,35 @@ +--- +id: "ActiveTransferRestrictions" +title: "Interface: ActiveTransferRestrictions" +sidebar_label: "ActiveTransferRestrictions" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ActiveTransferRestrictions + +## Type parameters + +| Name | Type | +| :------ | :------ | +| `Restriction` | extends [`CountTransferRestriction`](../CountTransferRestriction/CountTransferRestriction.md) \| [`PercentageTransferRestriction`](../PercentageTransferRestriction/PercentageTransferRestriction.md) \| [`ClaimCountTransferRestriction`](../ClaimCountTransferRestriction/ClaimCountTransferRestriction.md) \| [`ClaimPercentageTransferRestriction`](../ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md) | + +## Properties + +### availableSlots + +• **availableSlots**: `BigNumber` + +amount of restrictions that can be added before reaching the shared limit + +#### Defined in + +[api/entities/types.ts:553](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L553) + +___ + +### restrictions + +• **restrictions**: `Restriction`[] + +#### Defined in + +[api/entities/types.ts:549](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L549) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/AddCountStatInput/AddCountStatInput.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/AddCountStatInput/AddCountStatInput.md new file mode 100644 index 0000000000..8843d6184c --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/AddCountStatInput/AddCountStatInput.md @@ -0,0 +1,17 @@ +--- +id: "AddCountStatInput" +title: "Interface: AddCountStatInput" +sidebar_label: "AddCountStatInput" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).AddCountStatInput + +## Properties + +### count + +• **count**: `BigNumber` + +#### Defined in + +[api/entities/types.ts:557](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L557) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/AffiliateClaim/AffiliateClaim.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/AffiliateClaim/AffiliateClaim.md new file mode 100644 index 0000000000..7ebe5ed3f0 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/AffiliateClaim/AffiliateClaim.md @@ -0,0 +1,27 @@ +--- +id: "AffiliateClaim" +title: "Interface: AffiliateClaim" +sidebar_label: "AffiliateClaim" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).AffiliateClaim + +## Properties + +### scope + +• **scope**: [`Scope`](../Scope/Scope.md) + +#### Defined in + +[api/entities/types.ts:180](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L180) + +___ + +### type + +• **type**: [`Affiliate`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#affiliate) + +#### Defined in + +[api/entities/types.ts:179](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L179) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/BlockedClaim/BlockedClaim.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/BlockedClaim/BlockedClaim.md new file mode 100644 index 0000000000..f7e81a3c5f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/BlockedClaim/BlockedClaim.md @@ -0,0 +1,27 @@ +--- +id: "BlockedClaim" +title: "Interface: BlockedClaim" +sidebar_label: "BlockedClaim" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).BlockedClaim + +## Properties + +### scope + +• **scope**: [`Scope`](../Scope/Scope.md) + +#### Defined in + +[api/entities/types.ts:224](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L224) + +___ + +### type + +• **type**: [`Blocked`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#blocked) + +#### Defined in + +[api/entities/types.ts:223](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L223) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/BuyLockupClaim/BuyLockupClaim.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/BuyLockupClaim/BuyLockupClaim.md new file mode 100644 index 0000000000..36e5a0e6ae --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/BuyLockupClaim/BuyLockupClaim.md @@ -0,0 +1,27 @@ +--- +id: "BuyLockupClaim" +title: "Interface: BuyLockupClaim" +sidebar_label: "BuyLockupClaim" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).BuyLockupClaim + +## Properties + +### scope + +• **scope**: [`Scope`](../Scope/Scope.md) + +#### Defined in + +[api/entities/types.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L185) + +___ + +### type + +• **type**: [`BuyLockup`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#buylockup) + +#### Defined in + +[api/entities/types.ts:184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L184) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/CddClaim/CddClaim.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/CddClaim/CddClaim.md new file mode 100644 index 0000000000..689c86384f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/CddClaim/CddClaim.md @@ -0,0 +1,27 @@ +--- +id: "CddClaim" +title: "Interface: CddClaim" +sidebar_label: "CddClaim" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).CddClaim + +## Properties + +### id + +• **id**: `string` + +#### Defined in + +[api/entities/types.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L195) + +___ + +### type + +• **type**: [`CustomerDueDiligence`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#customerduediligence) + +#### Defined in + +[api/entities/types.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L194) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md new file mode 100644 index 0000000000..188f3f7756 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md @@ -0,0 +1,53 @@ +--- +id: "CheckPermissionsResult" +title: "Interface: CheckPermissionsResult" +sidebar_label: "CheckPermissionsResult" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).CheckPermissionsResult + +Result of a `checkPermissions` call. If `Type` is `Account`, represents whether the Account + has all the necessary secondary key Permissions. If `Type` is `Identity`, represents whether the + Identity has all the necessary external agent Permissions + +## Type parameters + +| Name | Type | +| :------ | :------ | +| `Type` | extends [`SignerType`](../../../../../enums/API/Entities/Types/SignerType/SignerType.md) | + +## Properties + +### message + +• `Optional` **message**: `string` + +optional message explaining the reason for failure in special cases + +#### Defined in + +[api/entities/types.ts:730](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L730) + +___ + +### missingPermissions + +• `Optional` **missingPermissions**: `Type` extends [`Account`](../../../../../enums/API/Entities/Types/SignerType/SignerType.md#account) ? [`SimplePermissions`](../SimplePermissions/SimplePermissions.md) : ``null`` \| [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag)[] + +required permissions which the signer *DOESN'T* have. Only present if `result` is `false` + +#### Defined in + +[api/entities/types.ts:722](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L722) + +___ + +### result + +• **result**: `boolean` + +whether the signer complies with the required permissions or not + +#### Defined in + +[api/entities/types.ts:726](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L726) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md new file mode 100644 index 0000000000..5966d2acdb --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md @@ -0,0 +1,45 @@ +--- +id: "CheckRolesResult" +title: "Interface: CheckRolesResult" +sidebar_label: "CheckRolesResult" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).CheckRolesResult + +Result of a `checkRoles` call + +## Properties + +### message + +• `Optional` **message**: `string` + +optional message explaining the reason for failure in special cases + +#### Defined in + +[api/entities/types.ts:710](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L710) + +___ + +### missingRoles + +• `Optional` **missingRoles**: [`Role`](../../../../../modules/API/Procedures/Types/Types.md#role)[] + +required roles which the Identity *DOESN'T* have. Only present if `result` is `false` + +#### Defined in + +[api/entities/types.ts:702](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L702) + +___ + +### result + +• **result**: `boolean` + +whether the signer possesses all the required roles or not + +#### Defined in + +[api/entities/types.ts:706](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L706) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/CheckpointWithData/CheckpointWithData.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/CheckpointWithData/CheckpointWithData.md new file mode 100644 index 0000000000..049b01bf98 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/CheckpointWithData/CheckpointWithData.md @@ -0,0 +1,37 @@ +--- +id: "CheckpointWithData" +title: "Interface: CheckpointWithData" +sidebar_label: "CheckpointWithData" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).CheckpointWithData + +## Properties + +### checkpoint + +• **checkpoint**: [`Checkpoint`](../../../../../classes/API/Entities/Checkpoint/Checkpoint.md) + +#### Defined in + +[api/entities/types.ts:768](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L768) + +___ + +### createdAt + +• **createdAt**: `Date` + +#### Defined in + +[api/entities/types.ts:769](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L769) + +___ + +### totalSupply + +• **totalSupply**: `BigNumber` + +#### Defined in + +[api/entities/types.ts:770](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L770) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md new file mode 100644 index 0000000000..72cbfa34c0 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md @@ -0,0 +1,75 @@ +--- +id: "ClaimCountTransferRestriction" +title: "Interface: ClaimCountTransferRestriction" +sidebar_label: "ClaimCountTransferRestriction" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ClaimCountTransferRestriction + +## Hierarchy + +- `TransferRestrictionBase` + + ↳ **`ClaimCountTransferRestriction`** + +## Properties + +### claim + +• **claim**: [`InputStatClaim`](../../../../../modules/API/Entities/Types/Types.md#inputstatclaim) + +The type of investors this restriction applies to. e.g. non-accredited + +#### Defined in + +[api/entities/types.ts:513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L513) + +___ + +### exemptedIds + +• `Optional` **exemptedIds**: `string`[] + +array of Identity IDs that are exempted from the Restriction + +#### Inherited from + +TransferRestrictionBase.exemptedIds + +#### Defined in + +[api/entities/types.ts:496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L496) + +___ + +### issuer + +• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/types.ts:523](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L523) + +___ + +### max + +• `Optional` **max**: `BigNumber` + +The maximum amount of investors that must meet the Claim criteria + +#### Defined in + +[api/entities/types.ts:521](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L521) + +___ + +### min + +• **min**: `BigNumber` + +The minimum amount of investors the must meet the Claim criteria + +#### Defined in + +[api/entities/types.ts:517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L517) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ClaimData/ClaimData.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ClaimData/ClaimData.md new file mode 100644 index 0000000000..b6054e793f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ClaimData/ClaimData.md @@ -0,0 +1,73 @@ +--- +id: "ClaimData" +title: "Interface: ClaimData" +sidebar_label: "ClaimData" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ClaimData + +## Type parameters + +| Name | Type | +| :------ | :------ | +| `ClaimType` | [`Claim`](../../../../../modules/API/Entities/Types/Types.md#claim) | + +## Properties + +### claim + +• **claim**: `ClaimType` + +#### Defined in + +[api/entities/types.ts:248](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L248) + +___ + +### expiry + +• **expiry**: ``null`` \| `Date` + +#### Defined in + +[api/entities/types.ts:247](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L247) + +___ + +### issuedAt + +• **issuedAt**: `Date` + +#### Defined in + +[api/entities/types.ts:245](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L245) + +___ + +### issuer + +• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/types.ts:244](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L244) + +___ + +### lastUpdatedAt + +• **lastUpdatedAt**: `Date` + +#### Defined in + +[api/entities/types.ts:246](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L246) + +___ + +### target + +• **target**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/types.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L243) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md new file mode 100644 index 0000000000..0398d6bc97 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md @@ -0,0 +1,75 @@ +--- +id: "ClaimPercentageTransferRestriction" +title: "Interface: ClaimPercentageTransferRestriction" +sidebar_label: "ClaimPercentageTransferRestriction" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ClaimPercentageTransferRestriction + +## Hierarchy + +- `TransferRestrictionBase` + + ↳ **`ClaimPercentageTransferRestriction`** + +## Properties + +### claim + +• **claim**: [`InputStatClaim`](../../../../../modules/API/Entities/Types/Types.md#inputstatclaim) + +The type of investors this restriction applies to. e.g. Canadian investor + +#### Defined in + +[api/entities/types.ts:529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L529) + +___ + +### exemptedIds + +• `Optional` **exemptedIds**: `string`[] + +array of Identity IDs that are exempted from the Restriction + +#### Inherited from + +TransferRestrictionBase.exemptedIds + +#### Defined in + +[api/entities/types.ts:496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L496) + +___ + +### issuer + +• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/types.ts:539](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L539) + +___ + +### max + +• **max**: `BigNumber` + +The maximum percentage of the total supply that investors meeting the Claim criteria must hold + +#### Defined in + +[api/entities/types.ts:537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L537) + +___ + +### min + +• **min**: `BigNumber` + +The minimum percentage of the total supply that investors meeting the Claim criteria must hold + +#### Defined in + +[api/entities/types.ts:533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L533) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ClaimScope/ClaimScope.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ClaimScope/ClaimScope.md new file mode 100644 index 0000000000..8cf2fd8258 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ClaimScope/ClaimScope.md @@ -0,0 +1,27 @@ +--- +id: "ClaimScope" +title: "Interface: ClaimScope" +sidebar_label: "ClaimScope" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ClaimScope + +## Properties + +### assetId + +• `Optional` **assetId**: `string` + +#### Defined in + +[api/entities/types.ts:306](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L306) + +___ + +### scope + +• **scope**: ``null`` \| [`Scope`](../Scope/Scope.md) + +#### Defined in + +[api/entities/types.ts:305](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L305) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ClaimTarget/ClaimTarget.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ClaimTarget/ClaimTarget.md new file mode 100644 index 0000000000..15bcd23429 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ClaimTarget/ClaimTarget.md @@ -0,0 +1,37 @@ +--- +id: "ClaimTarget" +title: "Interface: ClaimTarget" +sidebar_label: "ClaimTarget" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ClaimTarget + +## Properties + +### claim + +• **claim**: [`Claim`](../../../../../modules/API/Entities/Types/Types.md#claim) + +#### Defined in + +[api/entities/types.ts:428](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L428) + +___ + +### expiry + +• `Optional` **expiry**: `Date` + +#### Defined in + +[api/entities/types.ts:429](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L429) + +___ + +### target + +• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/types.ts:427](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L427) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/Compliance/Compliance.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/Compliance/Compliance.md new file mode 100644 index 0000000000..b5313d2838 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/Compliance/Compliance.md @@ -0,0 +1,27 @@ +--- +id: "Compliance" +title: "Interface: Compliance" +sidebar_label: "Compliance" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).Compliance + +## Properties + +### complies + +• **complies**: `boolean` + +#### Defined in + +[api/entities/types.ts:423](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L423) + +___ + +### requirements + +• **requirements**: [`RequirementCompliance`](../RequirementCompliance/RequirementCompliance.md)[] + +#### Defined in + +[api/entities/types.ts:422](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L422) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md new file mode 100644 index 0000000000..9560ae1fb0 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md @@ -0,0 +1,29 @@ +--- +id: "ComplianceRequirements" +title: "Interface: ComplianceRequirements" +sidebar_label: "ComplianceRequirements" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ComplianceRequirements + +## Properties + +### defaultTrustedClaimIssuers + +• **defaultTrustedClaimIssuers**: [`TrustedClaimIssuer`](../TrustedClaimIssuer/TrustedClaimIssuer.md)\<``false``\>[] + +used for conditions where no trusted claim issuers were specified + +#### Defined in + +[api/entities/types.ts:405](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L405) + +___ + +### requirements + +• **requirements**: [`Requirement`](../Requirement/Requirement.md)[] + +#### Defined in + +[api/entities/types.ts:401](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L401) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ConditionBase/ConditionBase.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ConditionBase/ConditionBase.md new file mode 100644 index 0000000000..3de0c39ad4 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ConditionBase/ConditionBase.md @@ -0,0 +1,29 @@ +--- +id: "ConditionBase" +title: "Interface: ConditionBase" +sidebar_label: "ConditionBase" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ConditionBase + +## Properties + +### target + +• **target**: [`ConditionTarget`](../../../../../enums/API/Entities/Types/ConditionTarget/ConditionTarget.md) + +#### Defined in + +[api/entities/types.ts:338](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L338) + +___ + +### trustedClaimIssuers + +• `Optional` **trustedClaimIssuers**: [`TrustedClaimIssuer`](../TrustedClaimIssuer/TrustedClaimIssuer.md)\<``false``\>[] + +if undefined, the default trusted claim issuers for the Asset are used + +#### Defined in + +[api/entities/types.ts:342](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L342) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ConditionCompliance/ConditionCompliance.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ConditionCompliance/ConditionCompliance.md new file mode 100644 index 0000000000..a9e58b0292 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ConditionCompliance/ConditionCompliance.md @@ -0,0 +1,27 @@ +--- +id: "ConditionCompliance" +title: "Interface: ConditionCompliance" +sidebar_label: "ConditionCompliance" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ConditionCompliance + +## Properties + +### complies + +• **complies**: `boolean` + +#### Defined in + +[api/entities/types.ts:412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L412) + +___ + +### condition + +• **condition**: [`Condition`](../../../../../modules/API/Entities/Types/Types.md#condition) + +#### Defined in + +[api/entities/types.ts:411](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L411) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md new file mode 100644 index 0000000000..b52fb3cdec --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md @@ -0,0 +1,39 @@ +--- +id: "CountTransferRestriction" +title: "Interface: CountTransferRestriction" +sidebar_label: "CountTransferRestriction" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).CountTransferRestriction + +## Hierarchy + +- `TransferRestrictionBase` + + ↳ **`CountTransferRestriction`** + +## Properties + +### count + +• **count**: `BigNumber` + +#### Defined in + +[api/entities/types.ts:500](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L500) + +___ + +### exemptedIds + +• `Optional` **exemptedIds**: `string`[] + +array of Identity IDs that are exempted from the Restriction + +#### Inherited from + +TransferRestrictionBase.exemptedIds + +#### Defined in + +[api/entities/types.ts:496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L496) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/CustomClaim/CustomClaim.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/CustomClaim/CustomClaim.md new file mode 100644 index 0000000000..953e3ff261 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/CustomClaim/CustomClaim.md @@ -0,0 +1,37 @@ +--- +id: "CustomClaim" +title: "Interface: CustomClaim" +sidebar_label: "CustomClaim" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).CustomClaim + +## Properties + +### customClaimTypeId + +• **customClaimTypeId**: `BigNumber` + +#### Defined in + +[api/entities/types.ts:217](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L217) + +___ + +### scope + +• **scope**: [`Scope`](../Scope/Scope.md) + +#### Defined in + +[api/entities/types.ts:216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L216) + +___ + +### type + +• **type**: [`Custom`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#custom) + +#### Defined in + +[api/entities/types.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L215) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/DistributionPayment/DistributionPayment.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/DistributionPayment/DistributionPayment.md new file mode 100644 index 0000000000..bf01378b02 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/DistributionPayment/DistributionPayment.md @@ -0,0 +1,69 @@ +--- +id: "DistributionPayment" +title: "Interface: DistributionPayment" +sidebar_label: "DistributionPayment" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).DistributionPayment + +## Properties + +### amount + +• **amount**: `BigNumber` + +#### Defined in + +[api/entities/types.ts:597](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L597) + +___ + +### blockHash + +• **blockHash**: `string` + +#### Defined in + +[api/entities/types.ts:594](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L594) + +___ + +### blockNumber + +• **blockNumber**: `BigNumber` + +#### Defined in + +[api/entities/types.ts:593](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L593) + +___ + +### date + +• **date**: `Date` + +#### Defined in + +[api/entities/types.ts:595](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L595) + +___ + +### target + +• **target**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/types.ts:596](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L596) + +___ + +### withheldTax + +• **withheldTax**: `BigNumber` + +percentage (0-100) of tax withholding for the `target` identity + +#### Defined in + +[api/entities/types.ts:601](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L601) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md new file mode 100644 index 0000000000..3a85f9cc23 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md @@ -0,0 +1,27 @@ +--- +id: "DistributionWithDetails" +title: "Interface: DistributionWithDetails" +sidebar_label: "DistributionWithDetails" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).DistributionWithDetails + +## Properties + +### details + +• **details**: [`DividendDistributionDetails`](../../DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md) + +#### Defined in + +[api/entities/types.ts:589](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L589) + +___ + +### distribution + +• **distribution**: [`DividendDistribution`](../../../../../classes/API/Entities/DividendDistribution/DividendDistribution.md) + +#### Defined in + +[api/entities/types.ts:588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L588) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ExemptedClaim/ExemptedClaim.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ExemptedClaim/ExemptedClaim.md new file mode 100644 index 0000000000..3cd4b8bcc0 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ExemptedClaim/ExemptedClaim.md @@ -0,0 +1,27 @@ +--- +id: "ExemptedClaim" +title: "Interface: ExemptedClaim" +sidebar_label: "ExemptedClaim" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ExemptedClaim + +## Properties + +### scope + +• **scope**: [`Scope`](../Scope/Scope.md) + +#### Defined in + +[api/entities/types.ts:211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L211) + +___ + +### type + +• **type**: [`Exempted`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#exempted) + +#### Defined in + +[api/entities/types.ts:210](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L210) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ExternalAgentCondition/ExternalAgentCondition.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ExternalAgentCondition/ExternalAgentCondition.md new file mode 100644 index 0000000000..31ff64aa33 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ExternalAgentCondition/ExternalAgentCondition.md @@ -0,0 +1,17 @@ +--- +id: "ExternalAgentCondition" +title: "Interface: ExternalAgentCondition" +sidebar_label: "ExternalAgentCondition" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ExternalAgentCondition + +## Properties + +### type + +• **type**: [`IsExternalAgent`](../../../../../enums/API/Entities/Types/ConditionType/ConditionType.md#isexternalagent) + +#### Defined in + +[api/entities/types.ts:371](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L371) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md new file mode 100644 index 0000000000..121a0d5466 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md @@ -0,0 +1,39 @@ +--- +id: "FungiblePortfolioMovement" +title: "Interface: FungiblePortfolioMovement" +sidebar_label: "FungiblePortfolioMovement" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).FungiblePortfolioMovement + +## Properties + +### amount + +• **amount**: `BigNumber` + +#### Defined in + +[api/entities/types.ts:815](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L815) + +___ + +### asset + +• **asset**: `string` \| [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) + +#### Defined in + +[api/entities/types.ts:814](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L814) + +___ + +### memo + +• `Optional` **memo**: `string` + +identifier string to help differentiate transfers + +#### Defined in + +[api/entities/types.ts:819](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L819) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/IdentityCondition/IdentityCondition.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/IdentityCondition/IdentityCondition.md new file mode 100644 index 0000000000..611b537605 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/IdentityCondition/IdentityCondition.md @@ -0,0 +1,27 @@ +--- +id: "IdentityCondition" +title: "Interface: IdentityCondition" +sidebar_label: "IdentityCondition" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).IdentityCondition + +## Properties + +### identity + +• **identity**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/types.ts:367](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L367) + +___ + +### type + +• **type**: [`IsIdentity`](../../../../../enums/API/Entities/Types/ConditionType/ConditionType.md#isidentity) + +#### Defined in + +[api/entities/types.ts:366](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L366) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md new file mode 100644 index 0000000000..2efeaf5768 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md @@ -0,0 +1,27 @@ +--- +id: "IdentityWithClaims" +title: "Interface: IdentityWithClaims" +sidebar_label: "IdentityWithClaims" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).IdentityWithClaims + +## Properties + +### claims + +• **claims**: [`ClaimData`](../ClaimData/ClaimData.md)\<[`Claim`](../../../../../modules/API/Entities/Types/Types.md#claim)\>[] + +#### Defined in + +[api/entities/types.ts:301](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L301) + +___ + +### identity + +• **identity**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/types.ts:300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L300) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/JurisdictionClaim/JurisdictionClaim.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/JurisdictionClaim/JurisdictionClaim.md new file mode 100644 index 0000000000..91ec8b4879 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/JurisdictionClaim/JurisdictionClaim.md @@ -0,0 +1,37 @@ +--- +id: "JurisdictionClaim" +title: "Interface: JurisdictionClaim" +sidebar_label: "JurisdictionClaim" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).JurisdictionClaim + +## Properties + +### code + +• **code**: [`CountryCode`](../../../../../enums/Generated/Types/CountryCode/CountryCode.md) + +#### Defined in + +[api/entities/types.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L205) + +___ + +### scope + +• **scope**: [`Scope`](../Scope/Scope.md) + +#### Defined in + +[api/entities/types.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L206) + +___ + +### type + +• **type**: [`Jurisdiction`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#jurisdiction) + +#### Defined in + +[api/entities/types.ts:204](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L204) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/KycClaim/KycClaim.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/KycClaim/KycClaim.md new file mode 100644 index 0000000000..e4c07f731e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/KycClaim/KycClaim.md @@ -0,0 +1,27 @@ +--- +id: "KycClaim" +title: "Interface: KycClaim" +sidebar_label: "KycClaim" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).KycClaim + +## Properties + +### scope + +• **scope**: [`Scope`](../Scope/Scope.md) + +#### Defined in + +[api/entities/types.ts:200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L200) + +___ + +### type + +• **type**: [`KnowYourCustomer`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#knowyourcustomer) + +#### Defined in + +[api/entities/types.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L199) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/MiddlewarePaginationOptions/MiddlewarePaginationOptions.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/MiddlewarePaginationOptions/MiddlewarePaginationOptions.md new file mode 100644 index 0000000000..5f81d5a903 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/MiddlewarePaginationOptions/MiddlewarePaginationOptions.md @@ -0,0 +1,27 @@ +--- +id: "MiddlewarePaginationOptions" +title: "Interface: MiddlewarePaginationOptions" +sidebar_label: "MiddlewarePaginationOptions" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).MiddlewarePaginationOptions + +## Properties + +### size + +• **size**: `BigNumber` + +#### Defined in + +[api/entities/types.ts:93](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L93) + +___ + +### start + +• `Optional` **start**: `BigNumber` + +#### Defined in + +[api/entities/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L94) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/MultiClaimCondition/MultiClaimCondition.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/MultiClaimCondition/MultiClaimCondition.md new file mode 100644 index 0000000000..8920637510 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/MultiClaimCondition/MultiClaimCondition.md @@ -0,0 +1,27 @@ +--- +id: "MultiClaimCondition" +title: "Interface: MultiClaimCondition" +sidebar_label: "MultiClaimCondition" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).MultiClaimCondition + +## Properties + +### claims + +• **claims**: [`Claim`](../../../../../modules/API/Entities/Types/Types.md#claim)[] + +#### Defined in + +[api/entities/types.ts:362](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L362) + +___ + +### type + +• **type**: [`IsAnyOf`](../../../../../enums/API/Entities/Types/ConditionType/ConditionType.md#isanyof) \| [`IsNoneOf`](../../../../../enums/API/Entities/Types/ConditionType/ConditionType.md#isnoneof) + +#### Defined in + +[api/entities/types.ts:361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L361) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/OfferingWithDetails/OfferingWithDetails.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/OfferingWithDetails/OfferingWithDetails.md new file mode 100644 index 0000000000..319208278e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/OfferingWithDetails/OfferingWithDetails.md @@ -0,0 +1,27 @@ +--- +id: "OfferingWithDetails" +title: "Interface: OfferingWithDetails" +sidebar_label: "OfferingWithDetails" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).OfferingWithDetails + +## Properties + +### details + +• **details**: [`OfferingDetails`](../../Offering/Types/OfferingDetails/OfferingDetails.md) + +#### Defined in + +[api/entities/types.ts:764](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L764) + +___ + +### offering + +• **offering**: [`Offering`](../../../../../classes/API/Entities/Offering/Offering.md) + +#### Defined in + +[api/entities/types.ts:763](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L763) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md new file mode 100644 index 0000000000..a1c5ad838d --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md @@ -0,0 +1,27 @@ +--- +id: "PaginationOptions" +title: "Interface: PaginationOptions" +sidebar_label: "PaginationOptions" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).PaginationOptions + +## Properties + +### size + +• **size**: `BigNumber` + +#### Defined in + +[api/entities/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L88) + +___ + +### start + +• `Optional` **start**: `string` + +#### Defined in + +[api/entities/types.ts:89](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L89) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md new file mode 100644 index 0000000000..3ba84e4b7d --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md @@ -0,0 +1,41 @@ +--- +id: "PercentageTransferRestriction" +title: "Interface: PercentageTransferRestriction" +sidebar_label: "PercentageTransferRestriction" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).PercentageTransferRestriction + +## Hierarchy + +- `TransferRestrictionBase` + + ↳ **`PercentageTransferRestriction`** + +## Properties + +### exemptedIds + +• `Optional` **exemptedIds**: `string`[] + +array of Identity IDs that are exempted from the Restriction + +#### Inherited from + +TransferRestrictionBase.exemptedIds + +#### Defined in + +[api/entities/types.ts:496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L496) + +___ + +### percentage + +• **percentage**: `BigNumber` + +maximum percentage (0-100) of the total supply of the Asset that can be held by a single investor at once + +#### Defined in + +[api/entities/types.ts:507](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L507) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/PermissionGroups/PermissionGroups.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/PermissionGroups/PermissionGroups.md new file mode 100644 index 0000000000..42ffcffd77 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/PermissionGroups/PermissionGroups.md @@ -0,0 +1,29 @@ +--- +id: "PermissionGroups" +title: "Interface: PermissionGroups" +sidebar_label: "PermissionGroups" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).PermissionGroups + +All Permission Groups of a specific Asset, separated by `known` and `custom` + +## Properties + +### custom + +• **custom**: [`CustomPermissionGroup`](../../../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md)[] + +#### Defined in + +[api/entities/types.ts:674](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L674) + +___ + +### known + +• **known**: [`KnownPermissionGroup`](../../../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md)[] + +#### Defined in + +[api/entities/types.ts:673](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L673) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md new file mode 100644 index 0000000000..81683f949d --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md @@ -0,0 +1,27 @@ +--- +id: "PermissionedAccount" +title: "Interface: PermissionedAccount" +sidebar_label: "PermissionedAccount" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).PermissionedAccount + +## Properties + +### account + +• **account**: [`Account`](../../../../../classes/API/Entities/Account/Account.md) \| [`MultiSig`](../../../../../classes/API/Entities/Account/MultiSig/MultiSig.md) + +#### Defined in + +[api/entities/types.ts:774](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L774) + +___ + +### permissions + +• **permissions**: [`Permissions`](../Permissions/Permissions.md) + +#### Defined in + +[api/entities/types.ts:775](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L775) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/Permissions/Permissions.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/Permissions/Permissions.md new file mode 100644 index 0000000000..33034766d9 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/Permissions/Permissions.md @@ -0,0 +1,61 @@ +--- +id: "Permissions" +title: "Interface: Permissions" +sidebar_label: "Permissions" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).Permissions + +Permissions a Secondary Key has over the Identity. A null value means the key has + all permissions of that type (e.g. if `assets` is null, the key has permissions over all + of the Identity's Assets) + +## Properties + +### assets + +• **assets**: ``null`` \| [`SectionPermissions`](../SectionPermissions/SectionPermissions.md)\<[`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md)\> + +Assets over which this key has permissions + +#### Defined in + +[api/entities/types.ts:647](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L647) + +___ + +### portfolios + +• **portfolios**: ``null`` \| [`SectionPermissions`](../SectionPermissions/SectionPermissions.md)\<[`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md)\> + +#### Defined in + +[api/entities/types.ts:661](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L661) + +___ + +### transactionGroups + +• **transactionGroups**: [`TxGroup`](../../../../../enums/API/Procedures/Types/TxGroup/TxGroup.md)[] + +list of Transaction Groups this key can execute. Having permissions over a TxGroup + means having permissions over every TxTag in said group. Partial group permissions are not + covered by this value. For a full picture of transaction permissions, see the `transactions` property + +NOTE: If transactions is null, ignore this value + +#### Defined in + +[api/entities/types.ts:659](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L659) + +___ + +### transactions + +• **transactions**: ``null`` \| [`TransactionPermissions`](../TransactionPermissions/TransactionPermissions.md) + +Transactions this key can execute + +#### Defined in + +[api/entities/types.ts:651](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L651) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/Requirement/Requirement.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/Requirement/Requirement.md new file mode 100644 index 0000000000..fc09dbf7a1 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/Requirement/Requirement.md @@ -0,0 +1,27 @@ +--- +id: "Requirement" +title: "Interface: Requirement" +sidebar_label: "Requirement" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).Requirement + +## Properties + +### conditions + +• **conditions**: [`Condition`](../../../../../modules/API/Entities/Types/Types.md#condition)[] + +#### Defined in + +[api/entities/types.ts:397](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L397) + +___ + +### id + +• **id**: `BigNumber` + +#### Defined in + +[api/entities/types.ts:396](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L396) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/RequirementCompliance/RequirementCompliance.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/RequirementCompliance/RequirementCompliance.md new file mode 100644 index 0000000000..8cc474d1c6 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/RequirementCompliance/RequirementCompliance.md @@ -0,0 +1,37 @@ +--- +id: "RequirementCompliance" +title: "Interface: RequirementCompliance" +sidebar_label: "RequirementCompliance" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).RequirementCompliance + +## Properties + +### complies + +• **complies**: `boolean` + +#### Defined in + +[api/entities/types.ts:418](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L418) + +___ + +### conditions + +• **conditions**: [`ConditionCompliance`](../ConditionCompliance/ConditionCompliance.md)[] + +#### Defined in + +[api/entities/types.ts:417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L417) + +___ + +### id + +• **id**: `BigNumber` + +#### Defined in + +[api/entities/types.ts:416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L416) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ResultSet/ResultSet.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ResultSet/ResultSet.md new file mode 100644 index 0000000000..2acf15a1c7 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ResultSet/ResultSet.md @@ -0,0 +1,47 @@ +--- +id: "ResultSet" +title: "Interface: ResultSet" +sidebar_label: "ResultSet" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ResultSet + +## Type parameters + +| Name | +| :------ | +| `T` | + +## Properties + +### count + +• `Optional` **count**: `BigNumber` + +**`Note`** + +methods will have `count` defined when middleware is configured, but be undefined otherwise. This happens when the chain node is queried directly + +#### Defined in + +[api/entities/types.ts:105](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L105) + +___ + +### data + +• **data**: `T`[] + +#### Defined in + +[api/entities/types.ts:100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L100) + +___ + +### next + +• **next**: [`NextKey`](../../../../../modules/API/Entities/Types/Types.md#nextkey) + +#### Defined in + +[api/entities/types.ts:101](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L101) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md new file mode 100644 index 0000000000..573af7c65a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md @@ -0,0 +1,27 @@ +--- +id: "ScheduleWithDetails" +title: "Interface: ScheduleWithDetails" +sidebar_label: "ScheduleWithDetails" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).ScheduleWithDetails + +## Properties + +### details + +• **details**: [`ScheduleDetails`](../../CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md) + +#### Defined in + +[api/entities/types.ts:584](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L584) + +___ + +### schedule + +• **schedule**: [`CheckpointSchedule`](../../../../../classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md) + +#### Defined in + +[api/entities/types.ts:583](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L583) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/Scope/Scope.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/Scope/Scope.md new file mode 100644 index 0000000000..ce80f81bd6 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/Scope/Scope.md @@ -0,0 +1,27 @@ +--- +id: "Scope" +title: "Interface: Scope" +sidebar_label: "Scope" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).Scope + +## Properties + +### type + +• **type**: [`ScopeType`](../../../../../enums/API/Entities/Types/ScopeType/ScopeType.md) + +#### Defined in + +[api/entities/types.ts:156](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L156) + +___ + +### value + +• **value**: `string` + +#### Defined in + +[api/entities/types.ts:157](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L157) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md new file mode 100644 index 0000000000..32020be671 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md @@ -0,0 +1,45 @@ +--- +id: "SectionPermissions" +title: "Interface: SectionPermissions" +sidebar_label: "SectionPermissions" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).SectionPermissions + +Signer/agent permissions for a specific type + +## Type parameters + +| Name | Description | +| :------ | :------ | +| `T` | type of Permissions (Asset, Transaction, Portfolio, etc) | + +## Hierarchy + +- **`SectionPermissions`** + + ↳ [`TransactionPermissions`](../TransactionPermissions/TransactionPermissions.md) + +## Properties + +### type + +• **type**: [`PermissionType`](../../../../../enums/API/Entities/Types/PermissionType/PermissionType.md) + +Whether the permissions are inclusive or exclusive + +#### Defined in + +[api/entities/types.ts:622](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L622) + +___ + +### values + +• **values**: `T`[] + +Values to be included/excluded + +#### Defined in + +[api/entities/types.ts:618](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L618) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/SellLockupClaim/SellLockupClaim.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/SellLockupClaim/SellLockupClaim.md new file mode 100644 index 0000000000..6b8c437b80 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/SellLockupClaim/SellLockupClaim.md @@ -0,0 +1,27 @@ +--- +id: "SellLockupClaim" +title: "Interface: SellLockupClaim" +sidebar_label: "SellLockupClaim" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).SellLockupClaim + +## Properties + +### scope + +• **scope**: [`Scope`](../Scope/Scope.md) + +#### Defined in + +[api/entities/types.ts:190](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L190) + +___ + +### type + +• **type**: [`SellLockup`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#selllockup) + +#### Defined in + +[api/entities/types.ts:189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L189) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/SignerValue/SignerValue.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/SignerValue/SignerValue.md new file mode 100644 index 0000000000..ffe7dc20c1 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/SignerValue/SignerValue.md @@ -0,0 +1,31 @@ +--- +id: "SignerValue" +title: "Interface: SignerValue" +sidebar_label: "SignerValue" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).SignerValue + +## Properties + +### type + +• **type**: [`SignerType`](../../../../../enums/API/Entities/Types/SignerType/SignerType.md) + +whether the signer is an Account or Identity + +#### Defined in + +[api/entities/types.ts:119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L119) + +___ + +### value + +• **value**: `string` + +address or DID (depending on whether the signer is an Account or Identity) + +#### Defined in + +[api/entities/types.ts:123](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L123) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md new file mode 100644 index 0000000000..2bbc6322a9 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md @@ -0,0 +1,45 @@ +--- +id: "SimplePermissions" +title: "Interface: SimplePermissions" +sidebar_label: "SimplePermissions" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).SimplePermissions + +This represents positive permissions (i.e. only "includes"). It is used + for specifying procedure requirements and querying if an Account has certain + permissions. Null values represent full permissions in that category + +## Properties + +### assets + +• `Optional` **assets**: ``null`` \| [`BaseAsset`](../../../../../classes/API/Entities/Asset/Base/BaseAsset/BaseAsset.md)[] + +list of required Asset permissions + +#### Defined in + +[api/entities/types.ts:686](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L686) + +___ + +### portfolios + +• `Optional` **portfolios**: ``null`` \| ([`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md))[] + +#### Defined in + +[api/entities/types.ts:692](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L692) + +___ + +### transactions + +• `Optional` **transactions**: ``null`` \| [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag)[] + +list of required Transaction permissions + +#### Defined in + +[api/entities/types.ts:690](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L690) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/SingleClaimCondition/SingleClaimCondition.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/SingleClaimCondition/SingleClaimCondition.md new file mode 100644 index 0000000000..584a0132e0 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/SingleClaimCondition/SingleClaimCondition.md @@ -0,0 +1,27 @@ +--- +id: "SingleClaimCondition" +title: "Interface: SingleClaimCondition" +sidebar_label: "SingleClaimCondition" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).SingleClaimCondition + +## Properties + +### claim + +• **claim**: [`Claim`](../../../../../modules/API/Entities/Types/Types.md#claim) + +#### Defined in + +[api/entities/types.ts:357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L357) + +___ + +### type + +• **type**: [`IsPresent`](../../../../../enums/API/Entities/Types/ConditionType/ConditionType.md#ispresent) \| [`IsAbsent`](../../../../../enums/API/Entities/Types/ConditionType/ConditionType.md#isabsent) + +#### Defined in + +[api/entities/types.ts:356](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L356) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md new file mode 100644 index 0000000000..81bb979534 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md @@ -0,0 +1,27 @@ +--- +id: "StatAccreditedClaimInput" +title: "Interface: StatAccreditedClaimInput" +sidebar_label: "StatAccreditedClaimInput" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).StatAccreditedClaimInput + +## Properties + +### accredited + +• **accredited**: `boolean` + +#### Defined in + +[api/entities/types.ts:260](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L260) + +___ + +### type + +• **type**: [`Accredited`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#accredited) + +#### Defined in + +[api/entities/types.ts:259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L259) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md new file mode 100644 index 0000000000..5769574e74 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md @@ -0,0 +1,27 @@ +--- +id: "StatAffiliateClaimInput" +title: "Interface: StatAffiliateClaimInput" +sidebar_label: "StatAffiliateClaimInput" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).StatAffiliateClaimInput + +## Properties + +### affiliate + +• **affiliate**: `boolean` + +#### Defined in + +[api/entities/types.ts:265](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L265) + +___ + +### type + +• **type**: [`Affiliate`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#affiliate) + +#### Defined in + +[api/entities/types.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L264) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md new file mode 100644 index 0000000000..27ae9ca818 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md @@ -0,0 +1,27 @@ +--- +id: "StatClaimIssuer" +title: "Interface: StatClaimIssuer" +sidebar_label: "StatClaimIssuer" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).StatClaimIssuer + +## Properties + +### claimType + +• **claimType**: [`StatClaimType`](../../../../../modules/API/Entities/Types/Types.md#statclaimtype) + +#### Defined in + +[api/entities/types.ts:562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L562) + +___ + +### issuer + +• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/types.ts:561](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L561) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md new file mode 100644 index 0000000000..8063aae745 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md @@ -0,0 +1,27 @@ +--- +id: "StatJurisdictionClaimInput" +title: "Interface: StatJurisdictionClaimInput" +sidebar_label: "StatJurisdictionClaimInput" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).StatJurisdictionClaimInput + +## Properties + +### countryCode + +• `Optional` **countryCode**: [`CountryCode`](../../../../../enums/Generated/Types/CountryCode/CountryCode.md) + +#### Defined in + +[api/entities/types.ts:255](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L255) + +___ + +### type + +• **type**: [`Jurisdiction`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#jurisdiction) + +#### Defined in + +[api/entities/types.ts:254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L254) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/TransactionPermissions/TransactionPermissions.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/TransactionPermissions/TransactionPermissions.md new file mode 100644 index 0000000000..eb9afb1cdd --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/TransactionPermissions/TransactionPermissions.md @@ -0,0 +1,62 @@ +--- +id: "TransactionPermissions" +title: "Interface: TransactionPermissions" +sidebar_label: "TransactionPermissions" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).TransactionPermissions + +Permissions related to Transactions. Can include/exclude individual transactions or entire modules + +## Hierarchy + +- [`SectionPermissions`](../SectionPermissions/SectionPermissions.md)\<[`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag) \| [`ModuleName`](../../../../../enums/Generated/Types/ModuleName/ModuleName.md)\> + + ↳ **`TransactionPermissions`** + +## Properties + +### exceptions + +• `Optional` **exceptions**: [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag)[] + +Transactions to be exempted from inclusion/exclusion. This allows more granularity when + setting permissions. For example, let's say we want to include only the `asset` and `staking` modules, + but exclude the `asset.registerTicker` transaction. We could add both modules to `values`, and add + `TxTags.asset.registerTicker` to `exceptions` + +#### Defined in + +[api/entities/types.ts:635](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L635) + +___ + +### type + +• **type**: [`PermissionType`](../../../../../enums/API/Entities/Types/PermissionType/PermissionType.md) + +Whether the permissions are inclusive or exclusive + +#### Inherited from + +[SectionPermissions](../SectionPermissions/SectionPermissions.md).[type](../SectionPermissions/SectionPermissions.md#type) + +#### Defined in + +[api/entities/types.ts:622](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L622) + +___ + +### values + +• **values**: ([`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag) \| [`ModuleName`](../../../../../enums/Generated/Types/ModuleName/ModuleName.md))[] + +Values to be included/excluded + +#### Inherited from + +[SectionPermissions](../SectionPermissions/SectionPermissions.md).[values](../SectionPermissions/SectionPermissions.md#values) + +#### Defined in + +[api/entities/types.ts:618](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L618) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md new file mode 100644 index 0000000000..1f3aac0396 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md @@ -0,0 +1,35 @@ +--- +id: "TrustedClaimIssuer" +title: "Interface: TrustedClaimIssuer" +sidebar_label: "TrustedClaimIssuer" +--- + +[api/entities/types](../../../../../modules/API/Entities/Types/Types.md).TrustedClaimIssuer + +## Type parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `IsDefault` | extends `boolean` = ``false`` | whether the Identity is a default trusted claim issuer for an asset or just for a specific compliance condition. Defaults to false | + +## Properties + +### identity + +• **identity**: `IsDefault` extends ``true`` ? [`DefaultTrustedClaimIssuer`](../../../../../classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md) : [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/types.ts:314](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L314) + +___ + +### trustedFor + +• **trustedFor**: ``null`` \| [`ClaimType`](../../../../../enums/API/Entities/Types/ClaimType/ClaimType.md)[] + +a null value means that the issuer is trusted for all claim types + +#### Defined in + +[api/entities/types.ts:318](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L318) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md new file mode 100644 index 0000000000..822664ba01 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md @@ -0,0 +1,37 @@ +--- +id: "VenueDetails" +title: "Interface: VenueDetails" +sidebar_label: "VenueDetails" +--- + +[api/entities/Venue/types](../../../../../../modules/API/Entities/Venue/Types/Types.md).VenueDetails + +## Properties + +### description + +• **description**: `string` + +#### Defined in + +[api/entities/Venue/types.ts:26](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/types.ts#L26) + +___ + +### owner + +• **owner**: [`Identity`](../../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/Venue/types.ts:25](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/types.ts#L25) + +___ + +### type + +• **type**: [`VenueType`](../../../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) + +#### Defined in + +[api/entities/Venue/types.ts:24](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/types.ts#L24) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Venue/UniqueIdentifiers/UniqueIdentifiers.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Venue/UniqueIdentifiers/UniqueIdentifiers.md new file mode 100644 index 0000000000..d23aef38e7 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Entities/Venue/UniqueIdentifiers/UniqueIdentifiers.md @@ -0,0 +1,17 @@ +--- +id: "UniqueIdentifiers" +title: "Interface: UniqueIdentifiers" +sidebar_label: "UniqueIdentifiers" +--- + +[api/entities/Venue](../../../../../modules/API/Entities/Venue/Venue.md).UniqueIdentifiers + +## Properties + +### id + +• **id**: `BigNumber` + +#### Defined in + +[api/entities/Venue/index.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/index.ts#L43) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md new file mode 100644 index 0000000000..874cbb44d5 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md @@ -0,0 +1,31 @@ +--- +id: "AcceptPrimaryKeyRotationParams" +title: "Interface: AcceptPrimaryKeyRotationParams" +sidebar_label: "AcceptPrimaryKeyRotationParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AcceptPrimaryKeyRotationParams + +## Properties + +### cddAuth + +• `Optional` **cddAuth**: [`AuthorizationRequest`](../../../../../classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md) \| `BigNumber` + +(optional) Authorization from a CDD service provider attesting the rotation of primary key + +#### Defined in + +[api/procedures/types.ts:586](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L586) + +___ + +### ownerAuth + +• **ownerAuth**: [`AuthorizationRequest`](../../../../../classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md) \| `BigNumber` + +Authorization from the owner who initiated the change + +#### Defined in + +[api/procedures/types.ts:582](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L582) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AccountWithSignature/AccountWithSignature.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AccountWithSignature/AccountWithSignature.md new file mode 100644 index 0000000000..eb26756994 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AccountWithSignature/AccountWithSignature.md @@ -0,0 +1,44 @@ +--- +id: "AccountWithSignature" +title: "Interface: AccountWithSignature" +sidebar_label: "AccountWithSignature" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AccountWithSignature + +## Properties + +### authSignature + +• **authSignature**: `string` + +Off-chain authorization signature generated by `secondaryAccount` signing of the target Id authorization + +Target Id authorization consists of the target Identity (to which the secondary account will be added), +off chain authorization nonce of the target Identity and expiry date (same as `expiresAt` value) until which the off chain authorization will be valid. +Signature has to be generated encoding the target Id authorization value in the specified order. + +**`Note`** + +Nonce value can be fetched using [Identity.getOffChainAuthorizationNonce](../../../../../classes/API/Entities/Identity/Identity.md#getoffchainauthorizationnonce) +Signature can also be generated using the method [accountManagement.generateOffChainAuthSignature](../../../../../classes/API/Client/AccountManagement/AccountManagement.md#generateoffchainauthsignature) + +#### Defined in + +[api/procedures/types.ts:623](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L623) + +___ + +### secondaryAccount + +• **secondaryAccount**: [`Modify`](../../../../../modules/Types/Utils/Utils.md#modify)\<[`PermissionedAccount`](../../../Entities/Types/PermissionedAccount/PermissionedAccount.md), \{ `account`: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) ; `permissions`: [`PermissionsLike`](../../../../../modules/API/Entities/Types/Types.md#permissionslike) }\> + +The secondary Account along with its permissions to be added + +**`Note`** + +This account should not be linked to any other Identity + +#### Defined in + +[api/procedures/types.ts:609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L609) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md new file mode 100644 index 0000000000..fafd8f39a9 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md @@ -0,0 +1,21 @@ +--- +id: "AddAssetRequirementParams" +title: "Interface: AddAssetRequirementParams" +sidebar_label: "AddAssetRequirementParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AddAssetRequirementParams + +## Properties + +### conditions + +• **conditions**: [`InputCondition`](../../../../../modules/API/Entities/Types/Types.md#inputcondition)[] + +array of conditions that form the requirement that must be added. + Conditions within a requirement are *AND* between them. This means that in order + for a transfer to comply with this requirement, it must fulfill *ALL* conditions + +#### Defined in + +[api/procedures/types.ts:1249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1249) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md new file mode 100644 index 0000000000..c90a33fedf --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md @@ -0,0 +1,29 @@ +--- +id: "AddClaimsParams" +title: "Interface: AddClaimsParams" +sidebar_label: "AddClaimsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AddClaimsParams + +## Properties + +### claims + +• **claims**: [`ClaimTarget`](../../../Entities/Types/ClaimTarget/ClaimTarget.md)[] + +array of claims to be added + +#### Defined in + +[api/procedures/types.ts:797](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L797) + +___ + +### operation + +• **operation**: [`Add`](../../../../../enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md#add) + +#### Defined in + +[api/procedures/types.ts:798](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L798) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md new file mode 100644 index 0000000000..0a965441b9 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md @@ -0,0 +1,19 @@ +--- +id: "AddInstructionsParams" +title: "Interface: AddInstructionsParams" +sidebar_label: "AddInstructionsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AddInstructionsParams + +## Properties + +### instructions + +• **instructions**: [`AddInstructionParams`](../../../../../modules/API/Procedures/Types/Types.md#addinstructionparams)[] + +array of Instructions to be added in the Venue + +#### Defined in + +[api/procedures/types.ts:978](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L978) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md new file mode 100644 index 0000000000..9d67f513d5 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md @@ -0,0 +1,57 @@ +--- +id: "AddInvestorUniquenessClaimParams" +title: "Interface: AddInvestorUniquenessClaimParams" +sidebar_label: "AddInvestorUniquenessClaimParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AddInvestorUniquenessClaimParams + +## Properties + +### cddId + +• **cddId**: `string` + +#### Defined in + +[api/procedures/types.ts:830](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L830) + +___ + +### expiry + +• `Optional` **expiry**: `Date` + +#### Defined in + +[api/procedures/types.ts:833](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L833) + +___ + +### proof + +• **proof**: `string` \| [`ScopeClaimProof`](../ScopeClaimProof/ScopeClaimProof.md) + +#### Defined in + +[api/procedures/types.ts:831](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L831) + +___ + +### scope + +• **scope**: [`Scope`](../../../Entities/Types/Scope/Scope.md) + +#### Defined in + +[api/procedures/types.ts:829](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L829) + +___ + +### scopeId + +• **scopeId**: `string` + +#### Defined in + +[api/procedures/types.ts:832](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L832) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AddSecondaryAccountsParams/AddSecondaryAccountsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AddSecondaryAccountsParams/AddSecondaryAccountsParams.md new file mode 100644 index 0000000000..7d454de585 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AddSecondaryAccountsParams/AddSecondaryAccountsParams.md @@ -0,0 +1,31 @@ +--- +id: "AddSecondaryAccountsParams" +title: "Interface: AddSecondaryAccountsParams" +sidebar_label: "AddSecondaryAccountsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AddSecondaryAccountsParams + +## Properties + +### accounts + +• **accounts**: [`AccountWithSignature`](../AccountWithSignature/AccountWithSignature.md)[] + +List of accounts to be added as secondary accounts along with their off chain authorization signatures + +#### Defined in + +[api/procedures/types.ts:635](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L635) + +___ + +### expiresAt + +• **expiresAt**: `Date` + +Expiry date until which all the off chain authorizations received from each account is valid + +#### Defined in + +[api/procedures/types.ts:630](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L630) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AssetBase/AssetBase.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AssetBase/AssetBase.md new file mode 100644 index 0000000000..cf29be4120 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AssetBase/AssetBase.md @@ -0,0 +1,27 @@ +--- +id: "AssetBase" +title: "Interface: AssetBase" +sidebar_label: "AssetBase" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AssetBase + +## Hierarchy + +- **`AssetBase`** + + ↳ [`TransactionsParams`](../TransactionsParams/TransactionsParams.md) + + ↳ [`TxGroupParams`](../TxGroupParams/TxGroupParams.md) + +## Properties + +### asset + +• **asset**: `string` \| [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) + +Asset over which the Identity will be granted permissions + +#### Defined in + +[api/procedures/types.ts:1581](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1581) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md new file mode 100644 index 0000000000..2b63fc0aa1 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md @@ -0,0 +1,17 @@ +--- +id: "AssetMediatorParams" +title: "Interface: AssetMediatorParams" +sidebar_label: "AssetMediatorParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AssetMediatorParams + +## Properties + +### mediators + +• **mediators**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] + +#### Defined in + +[api/procedures/types.ts:1736](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1736) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md new file mode 100644 index 0000000000..1ce43177dd --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md @@ -0,0 +1,43 @@ +--- +id: "AttestPrimaryKeyRotationParams" +title: "Interface: AttestPrimaryKeyRotationParams" +sidebar_label: "AttestPrimaryKeyRotationParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).AttestPrimaryKeyRotationParams + +## Properties + +### expiry + +• `Optional` **expiry**: `Date` + +(optional) when the generated authorization should expire + +#### Defined in + +[api/procedures/types.ts:870](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L870) + +___ + +### identity + +• **identity**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +Identity or the DID of the Identity that is to be rotated + +#### Defined in + +[api/procedures/types.ts:865](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L865) + +___ + +### targetAccount + +• **targetAccount**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) + +The Account that will be attested to become the primary key of the `identity`. Can be ss58 encoded address or an instance of Account + +#### Defined in + +[api/procedures/types.ts:860](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L860) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CddProviderRole/CddProviderRole.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CddProviderRole/CddProviderRole.md new file mode 100644 index 0000000000..d793d0be05 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CddProviderRole/CddProviderRole.md @@ -0,0 +1,17 @@ +--- +id: "CddProviderRole" +title: "Interface: CddProviderRole" +sidebar_label: "CddProviderRole" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CddProviderRole + +## Properties + +### type + +• **type**: [`CddProvider`](../../../../../enums/API/Procedures/Types/RoleType/RoleType.md#cddprovider) + +#### Defined in + +[api/procedures/types.ts:254](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L254) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ChildKeyWithAuth/ChildKeyWithAuth.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ChildKeyWithAuth/ChildKeyWithAuth.md new file mode 100644 index 0000000000..2319d0faf1 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ChildKeyWithAuth/ChildKeyWithAuth.md @@ -0,0 +1,44 @@ +--- +id: "ChildKeyWithAuth" +title: "Interface: ChildKeyWithAuth" +sidebar_label: "ChildKeyWithAuth" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ChildKeyWithAuth + +## Properties + +### authSignature + +• **authSignature**: \`0x$\{string}\` + +Off-chain authorization signature generated by `key` signing of the target Id authorization + +Target Id authorization consists of the target Identity (which will become the parent of the child Identity), +off chain authorization nonce of the target Identity and expiry date (same as `expiresAt` value) until which the off chain authorization will be valid. +Signature has to be generated encoding the target Id authorization value in the specified order. + +**`Note`** + +Nonce value can be fetched using [Identity.getOffChainAuthorizationNonce](../../../../../classes/API/Entities/Identity/Identity.md#getoffchainauthorizationnonce) +Signature can also be generated using the method [accountManagement.generateOffChainAuthSignature](../../../../../classes/API/Client/AccountManagement/AccountManagement.md#generateoffchainauthsignature) + +#### Defined in + +[api/procedures/types.ts:1712](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1712) + +___ + +### key + +• **key**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) + +The key that will become the primary key of the new child Identity + +**`Note`** + +This key should not be linked to any other Identity + +#### Defined in + +[api/procedures/types.ts:1701](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1701) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md new file mode 100644 index 0000000000..65d5e7a3da --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md @@ -0,0 +1,47 @@ +--- +id: "ClaimCountRestrictionValue" +title: "Interface: ClaimCountRestrictionValue" +sidebar_label: "ClaimCountRestrictionValue" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ClaimCountRestrictionValue + +## Properties + +### claim + +• **claim**: [`InputStatClaim`](../../../../../modules/API/Entities/Types/Types.md#inputstatclaim) + +#### Defined in + +[api/procedures/types.ts:470](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L470) + +___ + +### issuer + +• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/procedures/types.ts:469](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L469) + +___ + +### max + +• `Optional` **max**: `BigNumber` + +#### Defined in + +[api/procedures/types.ts:468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L468) + +___ + +### min + +• **min**: `BigNumber` + +#### Defined in + +[api/procedures/types.ts:467](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L467) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md new file mode 100644 index 0000000000..c13d79cb2d --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md @@ -0,0 +1,69 @@ +--- +id: "ClaimCountTransferRestrictionInput" +title: "Interface: ClaimCountTransferRestrictionInput" +sidebar_label: "ClaimCountTransferRestrictionInput" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ClaimCountTransferRestrictionInput + +## Hierarchy + +- `TransferRestrictionInputBase` + + ↳ **`ClaimCountTransferRestrictionInput`** + +## Properties + +### claim + +• **claim**: [`InputStatClaim`](../../../../../modules/API/Entities/Types/Types.md#inputstatclaim) + +#### Defined in + +[api/procedures/types.ts:520](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L520) + +___ + +### exemptedIdentities + +• `Optional` **exemptedIdentities**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] + +array of Identities (or DIDs) that are exempted from the Restriction + +#### Inherited from + +TransferRestrictionInputBase.exemptedIdentities + +#### Defined in + +[api/procedures/types.ts:499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L499) + +___ + +### issuer + +• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/procedures/types.ts:519](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L519) + +___ + +### max + +• `Optional` **max**: `BigNumber` + +#### Defined in + +[api/procedures/types.ts:518](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L518) + +___ + +### min + +• **min**: `BigNumber` + +#### Defined in + +[api/procedures/types.ts:517](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L517) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md new file mode 100644 index 0000000000..ea7b0a1937 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md @@ -0,0 +1,47 @@ +--- +id: "ClaimPercentageRestrictionValue" +title: "Interface: ClaimPercentageRestrictionValue" +sidebar_label: "ClaimPercentageRestrictionValue" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ClaimPercentageRestrictionValue + +## Properties + +### claim + +• **claim**: [`InputStatClaim`](../../../../../modules/API/Entities/Types/Types.md#inputstatclaim) + +#### Defined in + +[api/procedures/types.ts:477](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L477) + +___ + +### issuer + +• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/procedures/types.ts:476](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L476) + +___ + +### max + +• **max**: `BigNumber` + +#### Defined in + +[api/procedures/types.ts:475](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L475) + +___ + +### min + +• **min**: `BigNumber` + +#### Defined in + +[api/procedures/types.ts:474](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L474) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md new file mode 100644 index 0000000000..704b9bcdf2 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md @@ -0,0 +1,69 @@ +--- +id: "ClaimPercentageTransferRestrictionInput" +title: "Interface: ClaimPercentageTransferRestrictionInput" +sidebar_label: "ClaimPercentageTransferRestrictionInput" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ClaimPercentageTransferRestrictionInput + +## Hierarchy + +- `TransferRestrictionInputBase` + + ↳ **`ClaimPercentageTransferRestrictionInput`** + +## Properties + +### claim + +• **claim**: [`InputStatClaim`](../../../../../modules/API/Entities/Types/Types.md#inputstatclaim) + +#### Defined in + +[api/procedures/types.ts:526](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L526) + +___ + +### exemptedIdentities + +• `Optional` **exemptedIdentities**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] + +array of Identities (or DIDs) that are exempted from the Restriction + +#### Inherited from + +TransferRestrictionInputBase.exemptedIdentities + +#### Defined in + +[api/procedures/types.ts:499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L499) + +___ + +### issuer + +• **issuer**: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/procedures/types.ts:525](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L525) + +___ + +### max + +• **max**: `BigNumber` + +#### Defined in + +[api/procedures/types.ts:524](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L524) + +___ + +### min + +• **min**: `BigNumber` + +#### Defined in + +[api/procedures/types.ts:523](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L523) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md new file mode 100644 index 0000000000..3cc3abf415 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md @@ -0,0 +1,153 @@ +--- +id: "ConfigureDividendDistributionParams" +title: "Interface: ConfigureDividendDistributionParams" +sidebar_label: "ConfigureDividendDistributionParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ConfigureDividendDistributionParams + +## Properties + +### checkpoint + +• **checkpoint**: [`InputCaCheckpoint`](../../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) + +checkpoint to be used to calculate Dividends. If a Schedule is passed, the next Checkpoint it creates will be used. + If a Date is passed, a Checkpoint will be created at that date and used + +#### Defined in + +[api/procedures/types.ts:1345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1345) + +___ + +### currency + +• **currency**: `string` + +ticker of the currency in which Dividends will be distributed + +#### Defined in + +[api/procedures/types.ts:1353](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1353) + +___ + +### declarationDate + +• `Optional` **declarationDate**: `Date` + +date at which the issuer publicly declared the Dividend Distribution. Optional, defaults to the current date + +#### Defined in + +[api/procedures/types.ts:1324](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1324) + +___ + +### defaultTaxWithholding + +• `Optional` **defaultTaxWithholding**: `BigNumber` + +default percentage (0-100) of the Benefits to be held for tax purposes + +#### Defined in + +[api/procedures/types.ts:1335](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1335) + +___ + +### description + +• **description**: `string` + +#### Defined in + +[api/procedures/types.ts:1325](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1325) + +___ + +### expiryDate + +• `Optional` **expiryDate**: `Date` + +optional, defaults to never expiring + +#### Defined in + +[api/procedures/types.ts:1369](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1369) + +___ + +### maxAmount + +• **maxAmount**: `BigNumber` + +maximum amount of `currency` to distribute in total + +#### Defined in + +[api/procedures/types.ts:1361](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1361) + +___ + +### originPortfolio + +• `Optional` **originPortfolio**: `BigNumber` \| [`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) + +portfolio from which the Dividends will be distributed. Optional, defaults to the Dividend Distributions Agent's Default Portfolio + +#### Defined in + +[api/procedures/types.ts:1349](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1349) + +___ + +### paymentDate + +• **paymentDate**: `Date` + +date from which Asset Holders can claim their Dividends + +#### Defined in + +[api/procedures/types.ts:1365](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1365) + +___ + +### perShare + +• **perShare**: `BigNumber` + +amount of `currency` to distribute per each share of the Asset that a target holds + +#### Defined in + +[api/procedures/types.ts:1357](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1357) + +___ + +### targets + +• `Optional` **targets**: [`InputCorporateActionTargets`](../../../../../modules/API/Procedures/Types/Types.md#inputcorporateactiontargets) + +Asset Holder Identities to be included (or excluded) from the Dividend Distribution. Inclusion/exclusion is controlled by the `treatment` + property. When the value is `Include`, all Asset Holders not present in the array are excluded, and vice-versa. If no value is passed, + the default value for the Asset is used. If there is no default value, all Asset Holders will be part of the Dividend Distribution + +#### Defined in + +[api/procedures/types.ts:1331](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1331) + +___ + +### taxWithholdings + +• `Optional` **taxWithholdings**: [`InputCorporateActionTaxWithholdings`](../../../../../modules/API/Procedures/Types/Types.md#inputcorporateactiontaxwithholdings) + +percentage (0-100) of the Benefits to be held for tax purposes from individual Asset Holder Identities. + This overrides the value of `defaultTaxWithholding` + +#### Defined in + +[api/procedures/types.ts:1340](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1340) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md new file mode 100644 index 0000000000..c9b0df75a5 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md @@ -0,0 +1,31 @@ +--- +id: "ControllerTransferParams" +title: "Interface: ControllerTransferParams" +sidebar_label: "ControllerTransferParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ControllerTransferParams + +## Properties + +### amount + +• **amount**: `BigNumber` + +amount of Asset tokens to transfer + +#### Defined in + +[api/procedures/types.ts:1119](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1119) + +___ + +### originPortfolio + +• **originPortfolio**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) + +portfolio (or portfolio ID) from which Assets will be transferred + +#### Defined in + +[api/procedures/types.ts:1115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1115) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md new file mode 100644 index 0000000000..9f589a6873 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md @@ -0,0 +1,41 @@ +--- +id: "CountTransferRestrictionInput" +title: "Interface: CountTransferRestrictionInput" +sidebar_label: "CountTransferRestrictionInput" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CountTransferRestrictionInput + +## Hierarchy + +- `TransferRestrictionInputBase` + + ↳ **`CountTransferRestrictionInput`** + +## Properties + +### count + +• **count**: `BigNumber` + +limit on the amount of different (unique) investors that can hold the Asset at once + +#### Defined in + +[api/procedures/types.ts:506](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L506) + +___ + +### exemptedIdentities + +• `Optional` **exemptedIdentities**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] + +array of Identities (or DIDs) that are exempted from the Restriction + +#### Inherited from + +TransferRestrictionInputBase.exemptedIdentities + +#### Defined in + +[api/procedures/types.ts:499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L499) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md new file mode 100644 index 0000000000..5954cb2e50 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md @@ -0,0 +1,129 @@ +--- +id: "CreateAssetParams" +title: "Interface: CreateAssetParams" +sidebar_label: "CreateAssetParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateAssetParams + +## Hierarchy + +- **`CreateAssetParams`** + + ↳ [`CreateAssetWithTickerParams`](../CreateAssetWithTickerParams/CreateAssetWithTickerParams.md) + +## Properties + +### assetType + +• **assetType**: `string` \| `BigNumber` + +type of security that the Asset represents (e.g. Equity, Debt, Commodity). Common values are included in the + [KnownAssetType](../../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) enum, but custom values can be used as well. Custom values must be registered on-chain the first time + they're used, requiring an additional transaction. They aren't tied to a specific Asset + if using a custom type, it can be provided as a string (representing name) or a BigNumber (representing the custom type ID) + +#### Defined in + +[api/procedures/types.ts:669](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L669) + +___ + +### documents + +• `Optional` **documents**: [`AssetDocument`](../../../Entities/Asset/Types/AssetDocument/AssetDocument.md)[] + +#### Defined in + +[api/procedures/types.ts:678](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L678) + +___ + +### fundingRound + +• `Optional` **fundingRound**: `string` + +(optional) funding round in which the Asset currently is (e.g. Series A, Series B) + +#### Defined in + +[api/procedures/types.ts:677](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L677) + +___ + +### initialStatistics + +• `Optional` **initialStatistics**: [`InputStatType`](../../../../../modules/API/Entities/Types/Types.md#inputstattype)[] + +(optional) type of statistics that should be enabled for the Asset + +Enabling statistics allows for TransferRestrictions to be made. For example the SEC requires registration for a company that +has either more than 2000 investors, or more than 500 non accredited investors. To prevent crossing this limit two restrictions are +needed, a `Count` of 2000, and a `ScopedCount` of non accredited with a maximum of 500. [source](https://www.sec.gov/info/smallbus/secg/jobs-act-section-12g-small-business-compliance-guide.htm) + +These restrictions require a `Count` and `ScopedCount` statistic to be created. Although they an be created after the Asset is made, it is recommended to create statistics +before the Asset is circulated. Count statistics made after Asset creation need their initial value set, so it is simpler to create them before investors hold the Asset. +If you do need to create a stat for an Asset after creation, you can use the [enableStat](../../../../../classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md#enablestat) method in +the appropriate namespace + +#### Defined in + +[api/procedures/types.ts:692](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L692) + +___ + +### initialSupply + +• `Optional` **initialSupply**: `BigNumber` + +amount of Asset tokens that will be minted on creation (optional, default doesn't mint) + +#### Defined in + +[api/procedures/types.ts:654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L654) + +___ + +### isDivisible + +• **isDivisible**: `boolean` + +whether a single Asset token can be divided into decimal parts + +#### Defined in + +[api/procedures/types.ts:662](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L662) + +___ + +### name + +• **name**: `string` + +#### Defined in + +[api/procedures/types.ts:650](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L650) + +___ + +### portfolioId + +• `Optional` **portfolioId**: `BigNumber` + +portfolio to which the Asset tokens will be issued on creation (optional, default is the default portfolio) + +#### Defined in + +[api/procedures/types.ts:658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L658) + +___ + +### securityIdentifiers + +• `Optional` **securityIdentifiers**: [`SecurityIdentifier`](../../../Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] + +array of domestic or international alphanumeric security identifiers for the Asset (e.g. ISIN, CUSIP, FIGI) + +#### Defined in + +[api/procedures/types.ts:673](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L673) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md new file mode 100644 index 0000000000..7f6bb05a51 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md @@ -0,0 +1,181 @@ +--- +id: "CreateAssetWithTickerParams" +title: "Interface: CreateAssetWithTickerParams" +sidebar_label: "CreateAssetWithTickerParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateAssetWithTickerParams + +## Hierarchy + +- [`CreateAssetParams`](../CreateAssetParams/CreateAssetParams.md) + + ↳ **`CreateAssetWithTickerParams`** + +## Properties + +### assetType + +• **assetType**: `string` \| `BigNumber` + +type of security that the Asset represents (e.g. Equity, Debt, Commodity). Common values are included in the + [KnownAssetType](../../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) enum, but custom values can be used as well. Custom values must be registered on-chain the first time + they're used, requiring an additional transaction. They aren't tied to a specific Asset + if using a custom type, it can be provided as a string (representing name) or a BigNumber (representing the custom type ID) + +#### Inherited from + +[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[assetType](../CreateAssetParams/CreateAssetParams.md#assettype) + +#### Defined in + +[api/procedures/types.ts:669](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L669) + +___ + +### documents + +• `Optional` **documents**: [`AssetDocument`](../../../Entities/Asset/Types/AssetDocument/AssetDocument.md)[] + +#### Inherited from + +[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[documents](../CreateAssetParams/CreateAssetParams.md#documents) + +#### Defined in + +[api/procedures/types.ts:678](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L678) + +___ + +### fundingRound + +• `Optional` **fundingRound**: `string` + +(optional) funding round in which the Asset currently is (e.g. Series A, Series B) + +#### Inherited from + +[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[fundingRound](../CreateAssetParams/CreateAssetParams.md#fundinground) + +#### Defined in + +[api/procedures/types.ts:677](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L677) + +___ + +### initialStatistics + +• `Optional` **initialStatistics**: [`InputStatType`](../../../../../modules/API/Entities/Types/Types.md#inputstattype)[] + +(optional) type of statistics that should be enabled for the Asset + +Enabling statistics allows for TransferRestrictions to be made. For example the SEC requires registration for a company that +has either more than 2000 investors, or more than 500 non accredited investors. To prevent crossing this limit two restrictions are +needed, a `Count` of 2000, and a `ScopedCount` of non accredited with a maximum of 500. [source](https://www.sec.gov/info/smallbus/secg/jobs-act-section-12g-small-business-compliance-guide.htm) + +These restrictions require a `Count` and `ScopedCount` statistic to be created. Although they an be created after the Asset is made, it is recommended to create statistics +before the Asset is circulated. Count statistics made after Asset creation need their initial value set, so it is simpler to create them before investors hold the Asset. +If you do need to create a stat for an Asset after creation, you can use the [enableStat](../../../../../classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md#enablestat) method in +the appropriate namespace + +#### Inherited from + +[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[initialStatistics](../CreateAssetParams/CreateAssetParams.md#initialstatistics) + +#### Defined in + +[api/procedures/types.ts:692](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L692) + +___ + +### initialSupply + +• `Optional` **initialSupply**: `BigNumber` + +amount of Asset tokens that will be minted on creation (optional, default doesn't mint) + +#### Inherited from + +[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[initialSupply](../CreateAssetParams/CreateAssetParams.md#initialsupply) + +#### Defined in + +[api/procedures/types.ts:654](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L654) + +___ + +### isDivisible + +• **isDivisible**: `boolean` + +whether a single Asset token can be divided into decimal parts + +#### Inherited from + +[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[isDivisible](../CreateAssetParams/CreateAssetParams.md#isdivisible) + +#### Defined in + +[api/procedures/types.ts:662](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L662) + +___ + +### name + +• **name**: `string` + +#### Inherited from + +[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[name](../CreateAssetParams/CreateAssetParams.md#name) + +#### Defined in + +[api/procedures/types.ts:650](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L650) + +___ + +### portfolioId + +• `Optional` **portfolioId**: `BigNumber` + +portfolio to which the Asset tokens will be issued on creation (optional, default is the default portfolio) + +#### Inherited from + +[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[portfolioId](../CreateAssetParams/CreateAssetParams.md#portfolioid) + +#### Defined in + +[api/procedures/types.ts:658](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L658) + +___ + +### securityIdentifiers + +• `Optional` **securityIdentifiers**: [`SecurityIdentifier`](../../../Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] + +array of domestic or international alphanumeric security identifiers for the Asset (e.g. ISIN, CUSIP, FIGI) + +#### Inherited from + +[CreateAssetParams](../CreateAssetParams/CreateAssetParams.md).[securityIdentifiers](../CreateAssetParams/CreateAssetParams.md#securityidentifiers) + +#### Defined in + +[api/procedures/types.ts:673](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L673) + +___ + +### ticker + +• `Optional` **ticker**: `string` + +(optional) ticker to be linked with the Asset + +**`Note`** + +from 7.x chain, ticker has been made optional. For 6.x chain, it is still mandatory. + +#### Defined in + +[api/procedures/types.ts:712](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L712) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md new file mode 100644 index 0000000000..9cfd1b8c85 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md @@ -0,0 +1,19 @@ +--- +id: "CreateCheckpointScheduleParams" +title: "Interface: CreateCheckpointScheduleParams" +sidebar_label: "CreateCheckpointScheduleParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateCheckpointScheduleParams + +## Properties + +### points + +• **points**: `Date`[] + +The points in time in the future for which to create checkpoints for + +#### Defined in + +[api/procedures/types.ts:1233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1233) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md new file mode 100644 index 0000000000..4e99d71ff0 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md @@ -0,0 +1,31 @@ +--- +id: "CreateChildIdentitiesParams" +title: "Interface: CreateChildIdentitiesParams" +sidebar_label: "CreateChildIdentitiesParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateChildIdentitiesParams + +## Properties + +### childKeyAuths + +• **childKeyAuths**: [`ChildKeyWithAuth`](../ChildKeyWithAuth/ChildKeyWithAuth.md)[] + +List of child keys along with their off chain authorization signatures + +#### Defined in + +[api/procedures/types.ts:1724](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1724) + +___ + +### expiresAt + +• **expiresAt**: `Date` + +Expiry date until which all the off chain authorizations received from each key will be valid + +#### Defined in + +[api/procedures/types.ts:1719](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1719) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md new file mode 100644 index 0000000000..7d14ba5607 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md @@ -0,0 +1,19 @@ +--- +id: "CreateChildIdentityParams" +title: "Interface: CreateChildIdentityParams" +sidebar_label: "CreateChildIdentityParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateChildIdentityParams + +## Properties + +### secondaryKey + +• **secondaryKey**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) + +The secondary key that will become the primary key of the new child Identity + +#### Defined in + +[api/procedures/types.ts:1692](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1692) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md new file mode 100644 index 0000000000..819cb14bc3 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md @@ -0,0 +1,17 @@ +--- +id: "CreateGroupParams" +title: "Interface: CreateGroupParams" +sidebar_label: "CreateGroupParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateGroupParams + +## Properties + +### permissions + +• **permissions**: \{ `transactions`: [`TransactionPermissions`](../../../Entities/Types/TransactionPermissions/TransactionPermissions.md) } \| \{ `transactionGroups`: [`TxGroup`](../../../../../enums/API/Procedures/Types/TxGroup/TxGroup.md)[] } + +#### Defined in + +[api/procedures/types.ts:1420](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1420) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md new file mode 100644 index 0000000000..1a70cf6a4b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md @@ -0,0 +1,43 @@ +--- +id: "CreateMultiSigParams" +title: "Interface: CreateMultiSigParams" +sidebar_label: "CreateMultiSigParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateMultiSigParams + +## Properties + +### permissions + +• `Optional` **permissions**: [`PermissionsLike`](../../../../../modules/API/Entities/Types/Types.md#permissionslike) + +Grants permissions to the MultiSig upon creation. The caller must be the primary key of the Identity for these to work + +#### Defined in + +[api/procedures/types.ts:1641](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1641) + +___ + +### requiredSignatures + +• **requiredSignatures**: `BigNumber` + +#### Defined in + +[api/procedures/types.ts:1637](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1637) + +___ + +### signers + +• **signers**: [`Signer`](../../../../../modules/API/Entities/Types/Types.md#signer)[] + +**`Note`** + +Signer must be an Account as of v7 + +#### Defined in + +[api/procedures/types.ts:1636](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1636) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md new file mode 100644 index 0000000000..23f8ce0c33 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md @@ -0,0 +1,126 @@ +--- +id: "CreateNftCollectionParams" +title: "Interface: CreateNftCollectionParams" +sidebar_label: "CreateNftCollectionParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateNftCollectionParams + +## Properties + +### assetId + +• `Optional` **assetId**: `string` + +The ID of the asset to be used to create the collection. +If no assetId is provided, a new asset with `NonFungible` asset type will be created + +**`Note`** + +for spec version before 7.x, this value is overwritten by `ticker` value + +#### Defined in + +[api/procedures/types.ts:738](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L738) + +___ + +### collectionKeys + +• **collectionKeys**: [`CollectionKeyInput`](../../../../../modules/API/Procedures/Types/Types.md#collectionkeyinput)[] + +The required metadata values each NFT in the collection will have + +**`Note`** + +Images — Most Polymesh networks (mainnet, testnet, etc.) have global metadata keys registered to help standardize displaying images +If `imageUri` is specified as a collection key, then each token will need to be issued with an image URI. + +#### Defined in + +[api/procedures/types.ts:767](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L767) + +___ + +### documents + +• `Optional` **documents**: [`AssetDocument`](../../../Entities/Asset/Types/AssetDocument/AssetDocument.md)[] + +Links to off chain documents related to the NftCollection + +#### Defined in + +[api/procedures/types.ts:771](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L771) + +___ + +### fundingRound + +• `Optional` **fundingRound**: `string` + +A optional field that can be used to provide information about the funding state of the asset + +#### Defined in + +[api/procedures/types.ts:776](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L776) + +___ + +### name + +• `Optional` **name**: `string` + +The collection name. defaults to `ticker` + +#### Defined in + +[api/procedures/types.ts:751](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L751) + +___ + +### nftType + +• **nftType**: `string` \| `BigNumber` + +**`Throws`** + +if provided string that does not have a custom type + +**`Throws`** + +if provided a BigNumber that does not correspond to a custom type + +#### Defined in + +[api/procedures/types.ts:756](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L756) + +___ + +### securityIdentifiers + +• `Optional` **securityIdentifiers**: [`SecurityIdentifier`](../../../Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] + +array of domestic or international alphanumeric security identifiers for the Asset (e.g. ISIN, CUSIP, FIGI) + +#### Defined in + +[api/procedures/types.ts:760](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L760) + +___ + +### ticker + +• `Optional` **ticker**: `string` + +The primary identifier for the collection. +The ticker must either be free, or the signer has appropriate permissions if reserved. + +Since spec version 7.x, this value (if provided) is then linked to `assetId` asset + +**`Note`** + +This value is mandatory for spec version before 7.x + +#### Defined in + +[api/procedures/types.ts:747](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L747) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md new file mode 100644 index 0000000000..76e59b30b3 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md @@ -0,0 +1,23 @@ +--- +id: "CreateTransactionBatchParams" +title: "Interface: CreateTransactionBatchParams" +sidebar_label: "CreateTransactionBatchParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateTransactionBatchParams + +## Type parameters + +| Name | Type | +| :------ | :------ | +| `ReturnValues` | extends readonly [...unknown[]] | + +## Properties + +### transactions + +• **transactions**: `Readonly`\<[`TransactionArray`](../../../../../modules/API/Procedures/Types/Types.md#transactionarray)\<`ReturnValues`\>\> + +#### Defined in + +[api/procedures/types.ts:1629](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1629) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md new file mode 100644 index 0000000000..794ccf7c22 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md @@ -0,0 +1,65 @@ +--- +id: "CreateTransactionBatchProcedureMethod" +title: "Interface: CreateTransactionBatchProcedureMethod" +sidebar_label: "CreateTransactionBatchProcedureMethod" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateTransactionBatchProcedureMethod + +## Callable + +### CreateTransactionBatchProcedureMethod + +▸ **CreateTransactionBatchProcedureMethod**\<`ReturnValues`\>(`args`, `opts?`): `Promise`\<[`PolymeshTransactionBatch`](../../../../../classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md)\<`ReturnValues`, `ReturnValues`, `unknown`[][]\>\> + +#### Type parameters + +| Name | Type | +| :------ | :------ | +| `ReturnValues` | extends readonly `unknown`[] | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`CreateTransactionBatchParams`](../CreateTransactionBatchParams/CreateTransactionBatchParams.md)\<`ReturnValues`\> | +| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`PolymeshTransactionBatch`](../../../../../classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md)\<`ReturnValues`, `ReturnValues`, `unknown`[][]\>\> + +#### Defined in + +[api/procedures/types.ts:149](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L149) + +## Properties + +### checkAuthorization + +• **checkAuthorization**: \(`args`: [`CreateTransactionBatchParams`](../CreateTransactionBatchParams/CreateTransactionBatchParams.md)\<`ReturnValues`\>, `opts?`: [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md)) => `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> + +#### Type declaration + +▸ \<`ReturnValues`\>(`args`, `opts?`): `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> + +##### Type parameters + +| Name | Type | +| :------ | :------ | +| `ReturnValues` | extends `unknown`[] | + +##### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | [`CreateTransactionBatchParams`](../CreateTransactionBatchParams/CreateTransactionBatchParams.md)\<`ReturnValues`\> | +| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | + +##### Returns + +`Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> + +#### Defined in + +[api/procedures/types.ts:153](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L153) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md new file mode 100644 index 0000000000..b0fc0eb81b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md @@ -0,0 +1,39 @@ +--- +id: "CreateVenueParams" +title: "Interface: CreateVenueParams" +sidebar_label: "CreateVenueParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).CreateVenueParams + +## Properties + +### description + +• **description**: `string` + +#### Defined in + +[api/procedures/types.ts:1099](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1099) + +___ + +### signers + +• `Optional` **signers**: (`string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md))[] + +(optional) list of signers that are allowed to sign receipts for this venue + +#### Defined in + +[api/procedures/types.ts:1104](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1104) + +___ + +### type + +• **type**: [`VenueType`](../../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) + +#### Defined in + +[api/procedures/types.ts:1100](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1100) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md new file mode 100644 index 0000000000..90d3d5d005 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md @@ -0,0 +1,29 @@ +--- +id: "DecreaseAllowanceParams" +title: "Interface: DecreaseAllowanceParams" +sidebar_label: "DecreaseAllowanceParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).DecreaseAllowanceParams + +## Properties + +### allowance + +• **allowance**: `BigNumber` + +amount of POLYX to decrease the allowance by + +#### Defined in + +[api/procedures/types.ts:1521](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1521) + +___ + +### operation + +• **operation**: [`Decrease`](../../../../../enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md#decrease) + +#### Defined in + +[api/procedures/types.ts:1522](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1522) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md new file mode 100644 index 0000000000..4bdebcd6c6 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md @@ -0,0 +1,29 @@ +--- +id: "EditClaimsParams" +title: "Interface: EditClaimsParams" +sidebar_label: "EditClaimsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).EditClaimsParams + +## Properties + +### claims + +• **claims**: [`ClaimTarget`](../../../Entities/Types/ClaimTarget/ClaimTarget.md)[] + +array of claims to be edited + +#### Defined in + +[api/procedures/types.ts:805](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L805) + +___ + +### operation + +• **operation**: [`Edit`](../../../../../enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md#edit) + +#### Defined in + +[api/procedures/types.ts:806](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L806) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md new file mode 100644 index 0000000000..eaa5630f5f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md @@ -0,0 +1,19 @@ +--- +id: "ExecuteManualInstructionParams" +title: "Interface: ExecuteManualInstructionParams" +sidebar_label: "ExecuteManualInstructionParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ExecuteManualInstructionParams + +## Properties + +### skipAffirmationCheck + +• `Optional` **skipAffirmationCheck**: `boolean` + +(optional) Set to `true` to skip affirmation check, useful for batch transactions + +#### Defined in + +[api/procedures/types.ts:1095](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1095) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md new file mode 100644 index 0000000000..92fd6d2d37 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md @@ -0,0 +1,27 @@ +--- +id: "GlobalCollectionKeyInput" +title: "Interface: GlobalCollectionKeyInput" +sidebar_label: "GlobalCollectionKeyInput" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).GlobalCollectionKeyInput + +## Properties + +### id + +• **id**: `BigNumber` + +#### Defined in + +[api/procedures/types.ts:717](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L717) + +___ + +### type + +• **type**: [`Global`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md#global) + +#### Defined in + +[api/procedures/types.ts:716](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L716) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/IdentityRole/IdentityRole.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/IdentityRole/IdentityRole.md new file mode 100644 index 0000000000..d27df6baf2 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/IdentityRole/IdentityRole.md @@ -0,0 +1,27 @@ +--- +id: "IdentityRole" +title: "Interface: IdentityRole" +sidebar_label: "IdentityRole" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).IdentityRole + +## Properties + +### did + +• **did**: `string` + +#### Defined in + +[api/procedures/types.ts:274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L274) + +___ + +### type + +• **type**: [`Identity`](../../../../../enums/API/Procedures/Types/RoleType/RoleType.md#identity) + +#### Defined in + +[api/procedures/types.ts:273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L273) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md new file mode 100644 index 0000000000..3e733f8769 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md @@ -0,0 +1,19 @@ +--- +id: "ImmortalProcedureOptValue" +title: "Interface: ImmortalProcedureOptValue" +sidebar_label: "ImmortalProcedureOptValue" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ImmortalProcedureOptValue + +This transaction will never expire + +## Properties + +### immortal + +• `Readonly` **immortal**: ``true`` + +#### Defined in + +[api/procedures/types.ts:122](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L122) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md new file mode 100644 index 0000000000..4b0d0968a9 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md @@ -0,0 +1,29 @@ +--- +id: "IncreaseAllowanceParams" +title: "Interface: IncreaseAllowanceParams" +sidebar_label: "IncreaseAllowanceParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).IncreaseAllowanceParams + +## Properties + +### allowance + +• **allowance**: `BigNumber` + +amount of POLYX to increase the allowance by + +#### Defined in + +[api/procedures/types.ts:1513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1513) + +___ + +### operation + +• **operation**: [`Increase`](../../../../../enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md#increase) + +#### Defined in + +[api/procedures/types.ts:1514](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1514) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md new file mode 100644 index 0000000000..74c239e7ec --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md @@ -0,0 +1,47 @@ +--- +id: "InstructionFungibleLeg" +title: "Interface: InstructionFungibleLeg" +sidebar_label: "InstructionFungibleLeg" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InstructionFungibleLeg + +## Properties + +### amount + +• **amount**: `BigNumber` + +#### Defined in + +[api/procedures/types.ts:913](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L913) + +___ + +### asset + +• **asset**: `string` \| [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) + +#### Defined in + +[api/procedures/types.ts:916](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L916) + +___ + +### from + +• **from**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) + +#### Defined in + +[api/procedures/types.ts:914](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L914) + +___ + +### to + +• **to**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) + +#### Defined in + +[api/procedures/types.ts:915](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L915) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md new file mode 100644 index 0000000000..a36d4292c2 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md @@ -0,0 +1,17 @@ +--- +id: "InstructionIdParams" +title: "Interface: InstructionIdParams" +sidebar_label: "InstructionIdParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InstructionIdParams + +## Properties + +### id + +• **id**: `BigNumber` + +#### Defined in + +[api/procedures/types.ts:986](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L986) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md new file mode 100644 index 0000000000..33fe8fbde9 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md @@ -0,0 +1,47 @@ +--- +id: "InstructionNftLeg" +title: "Interface: InstructionNftLeg" +sidebar_label: "InstructionNftLeg" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InstructionNftLeg + +## Properties + +### asset + +• **asset**: `string` \| [`NftCollection`](../../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) + +#### Defined in + +[api/procedures/types.ts:923](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L923) + +___ + +### from + +• **from**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) + +#### Defined in + +[api/procedures/types.ts:921](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L921) + +___ + +### nfts + +• **nfts**: (`BigNumber` \| [`Nft`](../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md))[] + +#### Defined in + +[api/procedures/types.ts:920](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L920) + +___ + +### to + +• **to**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) + +#### Defined in + +[api/procedures/types.ts:922](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L922) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InstructionOffChainLeg/InstructionOffChainLeg.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InstructionOffChainLeg/InstructionOffChainLeg.md new file mode 100644 index 0000000000..b21b2e7765 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InstructionOffChainLeg/InstructionOffChainLeg.md @@ -0,0 +1,49 @@ +--- +id: "InstructionOffChainLeg" +title: "Interface: InstructionOffChainLeg" +sidebar_label: "InstructionOffChainLeg" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InstructionOffChainLeg + +## Properties + +### asset + +• **asset**: `string` + +the ticker of the off chain asset + +#### Defined in + +[api/procedures/types.ts:932](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L932) + +___ + +### from + +• **from**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/procedures/types.ts:927](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L927) + +___ + +### offChainAmount + +• **offChainAmount**: `BigNumber` + +#### Defined in + +[api/procedures/types.ts:933](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L933) + +___ + +### to + +• **to**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/procedures/types.ts:928](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L928) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md new file mode 100644 index 0000000000..809d216259 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md @@ -0,0 +1,55 @@ +--- +id: "InvestInOfferingParams" +title: "Interface: InvestInOfferingParams" +sidebar_label: "InvestInOfferingParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InvestInOfferingParams + +## Properties + +### fundingPortfolio + +• **fundingPortfolio**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) + +portfolio from which funds will be withdrawn to pay for the Asset tokens + +#### Defined in + +[api/procedures/types.ts:1558](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1558) + +___ + +### maxPrice + +• `Optional` **maxPrice**: `BigNumber` + +maximum average price to pay per Asset token (optional) + +#### Defined in + +[api/procedures/types.ts:1566](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1566) + +___ + +### purchaseAmount + +• **purchaseAmount**: `BigNumber` + +amount of Asset tokens to purchase + +#### Defined in + +[api/procedures/types.ts:1562](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1562) + +___ + +### purchasePortfolio + +• **purchasePortfolio**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) + +portfolio in which the purchased Asset tokens will be stored + +#### Defined in + +[api/procedures/types.ts:1554](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1554) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md new file mode 100644 index 0000000000..15733a1cd3 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md @@ -0,0 +1,37 @@ +--- +id: "InviteAccountParams" +title: "Interface: InviteAccountParams" +sidebar_label: "InviteAccountParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InviteAccountParams + +## Properties + +### expiry + +• `Optional` **expiry**: `Date` + +#### Defined in + +[api/procedures/types.ts:575](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L575) + +___ + +### permissions + +• `Optional` **permissions**: [`PermissionsLike`](../../../../../modules/API/Entities/Types/Types.md#permissionslike) + +#### Defined in + +[api/procedures/types.ts:574](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L574) + +___ + +### targetAccount + +• **targetAccount**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) + +#### Defined in + +[api/procedures/types.ts:573](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L573) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md new file mode 100644 index 0000000000..0b32b63493 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md @@ -0,0 +1,47 @@ +--- +id: "InviteExternalAgentParams" +title: "Interface: InviteExternalAgentParams" +sidebar_label: "InviteExternalAgentParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).InviteExternalAgentParams + +## Properties + +### expiry + +• `Optional` **expiry**: `Date` + +date at which the authorization request for invitation expires (optional) + +**`Note`** + +if expiry date is not set, the invitation will never expire + +**`Note`** + +due to chain limitations, the expiry will be ignored if the passed `permissions` don't correspond to an existing Permission Group + +#### Defined in + +[api/procedures/types.ts:1446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1446) + +___ + +### permissions + +• **permissions**: [`CustomPermissionGroup`](../../../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md) \| \{ `transactions`: ``null`` \| [`TransactionPermissions`](../../../Entities/Types/TransactionPermissions/TransactionPermissions.md) } \| \{ `transactionGroups`: [`TxGroup`](../../../../../enums/API/Procedures/Types/TxGroup/TxGroup.md)[] } + +#### Defined in + +[api/procedures/types.ts:1431](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1431) + +___ + +### target + +• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/procedures/types.ts:1430](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1430) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md new file mode 100644 index 0000000000..1c454f0e3b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md @@ -0,0 +1,31 @@ +--- +id: "IssueTokensParams" +title: "Interface: IssueTokensParams" +sidebar_label: "IssueTokensParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).IssueTokensParams + +## Properties + +### amount + +• **amount**: `BigNumber` + +amount of Asset tokens to be issued + +#### Defined in + +[api/procedures/types.ts:699](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L699) + +___ + +### portfolioId + +• `Optional` **portfolioId**: `BigNumber` + +portfolio to which the Asset tokens will be issued (optional, default is the default portfolio) + +#### Defined in + +[api/procedures/types.ts:703](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L703) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md new file mode 100644 index 0000000000..ca77c8985e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md @@ -0,0 +1,117 @@ +--- +id: "LaunchOfferingParams" +title: "Interface: LaunchOfferingParams" +sidebar_label: "LaunchOfferingParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).LaunchOfferingParams + +## Properties + +### end + +• `Optional` **end**: `Date` + +end date of the Offering (optional, defaults to never) + +#### Defined in + +[api/procedures/types.ts:1407](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1407) + +___ + +### minInvestment + +• **minInvestment**: `BigNumber` + +minimum amount that can be spent on this offering + +#### Defined in + +[api/procedures/types.ts:1416](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1416) + +___ + +### name + +• **name**: `string` + +#### Defined in + +[api/procedures/types.ts:1399](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1399) + +___ + +### offeringPortfolio + +• **offeringPortfolio**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) + +portfolio in which the Asset tokens to be sold are stored + +#### Defined in + +[api/procedures/types.ts:1383](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1383) + +___ + +### raisingCurrency + +• **raisingCurrency**: `string` + +ticker symbol of the currency in which the funds are being raised (e.g. 'USD' or 'CAD'). + Other Assets can be used as currency as well + +#### Defined in + +[api/procedures/types.ts:1392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1392) + +___ + +### raisingPortfolio + +• **raisingPortfolio**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) + +portfolio in which the raised funds will be stored + +#### Defined in + +[api/procedures/types.ts:1387](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1387) + +___ + +### start + +• `Optional` **start**: `Date` + +start date of the Offering (optional, defaults to right now) + +#### Defined in + +[api/procedures/types.ts:1403](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1403) + +___ + +### tiers + +• **tiers**: [`OfferingTier`](../../../Entities/Offering/Types/OfferingTier/OfferingTier.md)[] + +array of sale tiers. Each tier consists of an amount of Assets to be sold at a certain price. + Tokens in a tier can only be bought when all tokens in previous tiers have been bought + +#### Defined in + +[api/procedures/types.ts:1412](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1412) + +___ + +### venue + +• `Optional` **venue**: [`Venue`](../../../../../classes/API/Entities/Venue/Venue.md) + +venue through which all offering related trades will be settled + (optional, defaults to the first `Sto` type Venue owned by the owner of the Offering Portfolio. + If passed, it must be of type `Sto`) + +#### Defined in + +[api/procedures/types.ts:1398](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1398) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md new file mode 100644 index 0000000000..cca1e1d148 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md @@ -0,0 +1,19 @@ +--- +id: "LinkCaDocsParams" +title: "Interface: LinkCaDocsParams" +sidebar_label: "LinkCaDocsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).LinkCaDocsParams + +## Properties + +### documents + +• **documents**: [`AssetDocument`](../../../Entities/Asset/Types/AssetDocument/AssetDocument.md)[] + +list of documents + +#### Defined in + +[api/procedures/types.ts:1457](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1457) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/LinkTickerToAssetParams/LinkTickerToAssetParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/LinkTickerToAssetParams/LinkTickerToAssetParams.md new file mode 100644 index 0000000000..aeef9d506d --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/LinkTickerToAssetParams/LinkTickerToAssetParams.md @@ -0,0 +1,19 @@ +--- +id: "LinkTickerToAssetParams" +title: "Interface: LinkTickerToAssetParams" +sidebar_label: "LinkTickerToAssetParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).LinkTickerToAssetParams + +## Properties + +### ticker + +• **ticker**: `string` + +The ticker to attach + +#### Defined in + +[api/procedures/types.ts:1464](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1464) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md new file mode 100644 index 0000000000..2ce56621dc --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md @@ -0,0 +1,37 @@ +--- +id: "LocalCollectionKeyInput" +title: "Interface: LocalCollectionKeyInput" +sidebar_label: "LocalCollectionKeyInput" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).LocalCollectionKeyInput + +## Properties + +### name + +• **name**: `string` + +#### Defined in + +[api/procedures/types.ts:722](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L722) + +___ + +### spec + +• **spec**: [`MetadataSpec`](../../../Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md) + +#### Defined in + +[api/procedures/types.ts:723](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L723) + +___ + +### type + +• **type**: [`Local`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md#local) + +#### Defined in + +[api/procedures/types.ts:721](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L721) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md new file mode 100644 index 0000000000..53f8137cbe --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md @@ -0,0 +1,17 @@ +--- +id: "ModifyAssetTrustedClaimIssuersAddSetParams" +title: "Interface: ModifyAssetTrustedClaimIssuersAddSetParams" +sidebar_label: "ModifyAssetTrustedClaimIssuersAddSetParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifyAssetTrustedClaimIssuersAddSetParams + +## Properties + +### claimIssuers + +• **claimIssuers**: [`InputTrustedClaimIssuer`](../../../../../modules/API/Entities/Types/Types.md#inputtrustedclaimissuer)[] + +#### Defined in + +[api/procedures/types.ts:1278](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1278) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md new file mode 100644 index 0000000000..a2e18eb23b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md @@ -0,0 +1,19 @@ +--- +id: "ModifyAssetTrustedClaimIssuersRemoveParams" +title: "Interface: ModifyAssetTrustedClaimIssuersRemoveParams" +sidebar_label: "ModifyAssetTrustedClaimIssuersRemoveParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifyAssetTrustedClaimIssuersRemoveParams + +## Properties + +### claimIssuers + +• **claimIssuers**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] + +array of Identities (or DIDs) of the default claim issuers + +#### Defined in + +[api/procedures/types.ts:1285](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1285) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md new file mode 100644 index 0000000000..cdc4fc262e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md @@ -0,0 +1,17 @@ +--- +id: "ModifyCaCheckpointParams" +title: "Interface: ModifyCaCheckpointParams" +sidebar_label: "ModifyCaCheckpointParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifyCaCheckpointParams + +## Properties + +### checkpoint + +• **checkpoint**: ``null`` \| [`InputCaCheckpoint`](../../../../../modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) + +#### Defined in + +[api/procedures/types.ts:1468](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1468) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md new file mode 100644 index 0000000000..de7130f3c0 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md @@ -0,0 +1,31 @@ +--- +id: "ModifyCorporateActionsAgentParams" +title: "Interface: ModifyCorporateActionsAgentParams" +sidebar_label: "ModifyCorporateActionsAgentParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifyCorporateActionsAgentParams + +## Properties + +### requestExpiry + +• `Optional` **requestExpiry**: `Date` + +date at which the authorization request to modify the Corporate Actions Agent expires (optional, never expires if a date is not provided) + +#### Defined in + +[api/procedures/types.ts:1300](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1300) + +___ + +### target + +• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +Identity to be set as Corporate Actions Agent + +#### Defined in + +[api/procedures/types.ts:1296](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1296) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md new file mode 100644 index 0000000000..f26df69844 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md @@ -0,0 +1,43 @@ +--- +id: "ModifyMultiSigParams" +title: "Interface: ModifyMultiSigParams" +sidebar_label: "ModifyMultiSigParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifyMultiSigParams + +## Properties + +### multiSig + +• **multiSig**: [`MultiSig`](../../../../../classes/API/Entities/Account/MultiSig/MultiSig.md) + +The MultiSig to be modified + +#### Defined in + +[api/procedures/types.ts:1648](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1648) + +___ + +### requiredSignatures + +• `Optional` **requiredSignatures**: `BigNumber` + +The required number of signatures for the MultiSig + +#### Defined in + +[api/procedures/types.ts:1656](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1656) + +___ + +### signers + +• `Optional` **signers**: [`Account`](../../../../../classes/API/Entities/Account/Account.md)[] + +The signer accounts to set for the MultiSig + +#### Defined in + +[api/procedures/types.ts:1652](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1652) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md new file mode 100644 index 0000000000..86ce20ba99 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md @@ -0,0 +1,31 @@ +--- +id: "ModifyPrimaryIssuanceAgentParams" +title: "Interface: ModifyPrimaryIssuanceAgentParams" +sidebar_label: "ModifyPrimaryIssuanceAgentParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifyPrimaryIssuanceAgentParams + +## Properties + +### requestExpiry + +• `Optional` **requestExpiry**: `Date` + +date at which the authorization request to modify the primary issuance agent expires (optional, never expires if a date is not provided) + +#### Defined in + +[api/procedures/types.ts:1200](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1200) + +___ + +### target + +• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +Identity to be set as primary issuance agent + +#### Defined in + +[api/procedures/types.ts:1196](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1196) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md new file mode 100644 index 0000000000..86724484df --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md @@ -0,0 +1,19 @@ +--- +id: "ModifySignerPermissionsParams" +title: "Interface: ModifySignerPermissionsParams" +sidebar_label: "ModifySignerPermissionsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ModifySignerPermissionsParams + +## Properties + +### secondaryAccounts + +• **secondaryAccounts**: [`Modify`](../../../../../modules/Types/Utils/Utils.md#modify)\<[`PermissionedAccount`](../../../Entities/Types/PermissionedAccount/PermissionedAccount.md), \{ `account`: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) ; `permissions`: [`PermissionsLike`](../../../../../modules/API/Entities/Types/Types.md#permissionslike) }\>[] + +list of secondary Accounts + +#### Defined in + +[api/procedures/types.ts:593](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L593) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/MortalProcedureOptValue/MortalProcedureOptValue.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/MortalProcedureOptValue/MortalProcedureOptValue.md new file mode 100644 index 0000000000..0d23826f79 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/MortalProcedureOptValue/MortalProcedureOptValue.md @@ -0,0 +1,39 @@ +--- +id: "MortalProcedureOptValue" +title: "Interface: MortalProcedureOptValue" +sidebar_label: "MortalProcedureOptValue" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).MortalProcedureOptValue + +This transaction will be rejected if not included in a block after a while (default: ~5 minutes) + +## Properties + +### immortal + +• `Readonly` **immortal**: ``false`` + +#### Defined in + +[api/procedures/types.ts:129](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L129) + +___ + +### lifetime + +• `Optional` `Readonly` **lifetime**: `BigNumber` + +The number of blocks the for which the transaction remains valid. Target block time is 6 seconds. The default should suffice for most use cases + +**`Note`** + +this value will get rounded up to the closest power of 2, e.g. `65` rounds up to `128` + +**`Note`** + +this value should not exceed 4096, which is the chain's `BlockHashCount` as the lesser of the two will be used. + +#### Defined in + +[api/procedures/types.ts:136](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L136) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md new file mode 100644 index 0000000000..fb32872b7a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md @@ -0,0 +1,31 @@ +--- +id: "MoveFundsParams" +title: "Interface: MoveFundsParams" +sidebar_label: "MoveFundsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).MoveFundsParams + +## Properties + +### items + +• **items**: [`PortfolioMovement`](../../../../../modules/API/Entities/Types/Types.md#portfoliomovement)[] + +list of Assets (and the corresponding token amounts) that will be moved + +#### Defined in + +[api/procedures/types.ts:1625](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1625) + +___ + +### to + +• `Optional` **to**: `BigNumber` \| [`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) + +portfolio (or portfolio ID) that will receive the funds. Optional, if no value is passed, the funds will be moved to the default Portfolio of this Portfolio's owner + +#### Defined in + +[api/procedures/types.ts:1621](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1621) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/MultiSigProcedureOpt/MultiSigProcedureOpt.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/MultiSigProcedureOpt/MultiSigProcedureOpt.md new file mode 100644 index 0000000000..82c94a8396 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/MultiSigProcedureOpt/MultiSigProcedureOpt.md @@ -0,0 +1,19 @@ +--- +id: "MultiSigProcedureOpt" +title: "Interface: MultiSigProcedureOpt" +sidebar_label: "MultiSigProcedureOpt" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).MultiSigProcedureOpt + +## Properties + +### expiry + +• `Optional` **expiry**: `Date` + +The block number for which the proposal expires + +#### Defined in + +[api/procedures/types.ts:143](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L143) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/NftControllerTransferParams/NftControllerTransferParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/NftControllerTransferParams/NftControllerTransferParams.md new file mode 100644 index 0000000000..73685dbb5f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/NftControllerTransferParams/NftControllerTransferParams.md @@ -0,0 +1,43 @@ +--- +id: "NftControllerTransferParams" +title: "Interface: NftControllerTransferParams" +sidebar_label: "NftControllerTransferParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).NftControllerTransferParams + +## Properties + +### destinationPortfolio + +• `Optional` **destinationPortfolio**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) + +Optional portfolio (or portfolio ID) to which NFTs will be transferred to. Defaults to default. If specified it must be one of the callers own portfolios + +#### Defined in + +[api/procedures/types.ts:1135](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1135) + +___ + +### nfts + +• **nfts**: (`BigNumber` \| [`Nft`](../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md))[] + +The NFTs to transfer + +#### Defined in + +[api/procedures/types.ts:1130](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1130) + +___ + +### originPortfolio + +• **originPortfolio**: [`PortfolioLike`](../../../../../modules/API/Entities/Types/Types.md#portfoliolike) + +portfolio (or portfolio ID) from which NFTs will be transferred from + +#### Defined in + +[api/procedures/types.ts:1126](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1126) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md new file mode 100644 index 0000000000..f2881b752f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md @@ -0,0 +1,58 @@ +--- +id: "NoArgsProcedureMethod" +title: "Interface: NoArgsProcedureMethod" +sidebar_label: "NoArgsProcedureMethod" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).NoArgsProcedureMethod + +## Type parameters + +| Name | Type | +| :------ | :------ | +| `ProcedureReturnValue` | `ProcedureReturnValue` | +| `ReturnValue` | `ProcedureReturnValue` | + +## Callable + +### NoArgsProcedureMethod + +▸ **NoArgsProcedureMethod**(`opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ProcedureReturnValue`, `ReturnValue`\>\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ProcedureReturnValue`, `ReturnValue`\>\> + +#### Defined in + +[api/procedures/types.ts:188](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L188) + +## Properties + +### checkAuthorization + +• **checkAuthorization**: (`opts?`: [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md)) => `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> + +#### Type declaration + +▸ (`opts?`): `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> + +##### Parameters + +| Name | Type | +| :------ | :------ | +| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | + +##### Returns + +`Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> + +#### Defined in + +[api/procedures/types.ts:189](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L189) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/OffChainAffirmationReceipt/OffChainAffirmationReceipt.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/OffChainAffirmationReceipt/OffChainAffirmationReceipt.md new file mode 100644 index 0000000000..f151606f00 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/OffChainAffirmationReceipt/OffChainAffirmationReceipt.md @@ -0,0 +1,67 @@ +--- +id: "OffChainAffirmationReceipt" +title: "Interface: OffChainAffirmationReceipt" +sidebar_label: "OffChainAffirmationReceipt" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).OffChainAffirmationReceipt + +## Properties + +### legId + +• **legId**: `BigNumber` + +Index of the off chain leg within the instruction to be affirmed + +#### Defined in + +[api/procedures/types.ts:1033](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1033) + +___ + +### metadata + +• `Optional` **metadata**: `string` + +(optional) Metadata value that can be used to attach messages to the receipt + +#### Defined in + +[api/procedures/types.ts:1045](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1045) + +___ + +### signature + +• **signature**: [`OffChainSignature`](../OffChainSignature/OffChainSignature.md) + +Signature confirming the receipt details + +#### Defined in + +[api/procedures/types.ts:1041](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1041) + +___ + +### signer + +• **signer**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) + +Signer of this receipt + +#### Defined in + +[api/procedures/types.ts:1037](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1037) + +___ + +### uid + +• **uid**: `BigNumber` + +Unique receipt number set by the signer for their receipts + +#### Defined in + +[api/procedures/types.ts:1029](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1029) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/OffChainSignature/OffChainSignature.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/OffChainSignature/OffChainSignature.md new file mode 100644 index 0000000000..df5acd0444 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/OffChainSignature/OffChainSignature.md @@ -0,0 +1,27 @@ +--- +id: "OffChainSignature" +title: "Interface: OffChainSignature" +sidebar_label: "OffChainSignature" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).OffChainSignature + +## Properties + +### type + +• **type**: [`SignerKeyRingType`](../../../../../enums/API/Procedures/Types/SignerKeyRingType/SignerKeyRingType.md) + +#### Defined in + +[api/procedures/types.ts:1021](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1021) + +___ + +### value + +• **value**: \`0x$\{string}\` + +#### Defined in + +[api/procedures/types.ts:1022](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1022) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md new file mode 100644 index 0000000000..c097d11c86 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md @@ -0,0 +1,61 @@ +--- +id: "OptionalArgsProcedureMethod" +title: "Interface: OptionalArgsProcedureMethod" +sidebar_label: "OptionalArgsProcedureMethod" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).OptionalArgsProcedureMethod + +## Type parameters + +| Name | Type | +| :------ | :------ | +| `MethodArgs` | `MethodArgs` | +| `ProcedureReturnValue` | `ProcedureReturnValue` | +| `ReturnValue` | `ProcedureReturnValue` | + +## Callable + +### OptionalArgsProcedureMethod + +▸ **OptionalArgsProcedureMethod**(`args?`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ProcedureReturnValue`, `ReturnValue`\>\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args?` | `MethodArgs` | +| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ProcedureReturnValue`, `ReturnValue`\>\> + +#### Defined in + +[api/procedures/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L178) + +## Properties + +### checkAuthorization + +• **checkAuthorization**: (`args?`: `MethodArgs`, `opts?`: [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md)) => `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> + +#### Type declaration + +▸ (`args?`, `opts?`): `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> + +##### Parameters + +| Name | Type | +| :------ | :------ | +| `args?` | `MethodArgs` | +| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | + +##### Returns + +`Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> + +#### Defined in + +[api/procedures/types.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L181) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md new file mode 100644 index 0000000000..0904dfa4b3 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md @@ -0,0 +1,17 @@ +--- +id: "PayDividendsParams" +title: "Interface: PayDividendsParams" +sidebar_label: "PayDividendsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).PayDividendsParams + +## Properties + +### targets + +• **targets**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] + +#### Defined in + +[api/procedures/types.ts:1609](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1609) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md new file mode 100644 index 0000000000..29d5727763 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md @@ -0,0 +1,41 @@ +--- +id: "PercentageTransferRestrictionInput" +title: "Interface: PercentageTransferRestrictionInput" +sidebar_label: "PercentageTransferRestrictionInput" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).PercentageTransferRestrictionInput + +## Hierarchy + +- `TransferRestrictionInputBase` + + ↳ **`PercentageTransferRestrictionInput`** + +## Properties + +### exemptedIdentities + +• `Optional` **exemptedIdentities**: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] + +array of Identities (or DIDs) that are exempted from the Restriction + +#### Inherited from + +TransferRestrictionInputBase.exemptedIdentities + +#### Defined in + +[api/procedures/types.ts:499](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L499) + +___ + +### percentage + +• **percentage**: `BigNumber` + +maximum percentage (0-100) of the total supply of the Asset that can be held by a single investor at once + +#### Defined in + +[api/procedures/types.ts:513](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L513) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/PortfolioCustodianRole/PortfolioCustodianRole.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/PortfolioCustodianRole/PortfolioCustodianRole.md new file mode 100644 index 0000000000..cbaa1b0be9 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/PortfolioCustodianRole/PortfolioCustodianRole.md @@ -0,0 +1,27 @@ +--- +id: "PortfolioCustodianRole" +title: "Interface: PortfolioCustodianRole" +sidebar_label: "PortfolioCustodianRole" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).PortfolioCustodianRole + +## Properties + +### portfolioId + +• **portfolioId**: [`PortfolioId`](../PortfolioId/PortfolioId.md) + +#### Defined in + +[api/procedures/types.ts:269](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L269) + +___ + +### type + +• **type**: [`PortfolioCustodian`](../../../../../enums/API/Procedures/Types/RoleType/RoleType.md#portfoliocustodian) + +#### Defined in + +[api/procedures/types.ts:268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L268) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/PortfolioId/PortfolioId.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/PortfolioId/PortfolioId.md new file mode 100644 index 0000000000..6f3b07148b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/PortfolioId/PortfolioId.md @@ -0,0 +1,27 @@ +--- +id: "PortfolioId" +title: "Interface: PortfolioId" +sidebar_label: "PortfolioId" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).PortfolioId + +## Properties + +### did + +• **did**: `string` + +#### Defined in + +[api/procedures/types.ts:263](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L263) + +___ + +### number + +• `Optional` **number**: `BigNumber` + +#### Defined in + +[api/procedures/types.ts:264](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L264) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md new file mode 100644 index 0000000000..fd98f35a9e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md @@ -0,0 +1,68 @@ +--- +id: "ProcedureAuthorizationStatus" +title: "Interface: ProcedureAuthorizationStatus" +sidebar_label: "ProcedureAuthorizationStatus" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ProcedureAuthorizationStatus + +## Properties + +### accountFrozen + +• **accountFrozen**: `boolean` + +whether the Account is frozen (i.e. can't perform any transactions) + +#### Defined in + +[api/procedures/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L82) + +___ + +### agentPermissions + +• **agentPermissions**: [`CheckPermissionsResult`](../../../Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Identity`](../../../../../enums/API/Entities/Types/SignerType/SignerType.md#identity)\> + +whether the Identity complies with all required Agent permissions + +#### Defined in + +[api/procedures/types.ts:70](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L70) + +___ + +### noIdentity + +• **noIdentity**: `boolean` + +true only if the Procedure requires an Identity but the signing Account + doesn't have one associated + +#### Defined in + +[api/procedures/types.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L87) + +___ + +### roles + +• **roles**: [`CheckRolesResult`](../../../Entities/Types/CheckRolesResult/CheckRolesResult.md) + +whether the Identity complies with all required Roles + +#### Defined in + +[api/procedures/types.ts:78](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L78) + +___ + +### signerPermissions + +• **signerPermissions**: [`CheckPermissionsResult`](../../../Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md)\<[`Account`](../../../../../enums/API/Entities/Types/SignerType/SignerType.md#account)\> + +whether the Account complies with all required Signer permissions + +#### Defined in + +[api/procedures/types.ts:74](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L74) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md new file mode 100644 index 0000000000..17c10dff10 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md @@ -0,0 +1,61 @@ +--- +id: "ProcedureMethod" +title: "Interface: ProcedureMethod" +sidebar_label: "ProcedureMethod" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ProcedureMethod + +## Type parameters + +| Name | Type | +| :------ | :------ | +| `MethodArgs` | `MethodArgs` | +| `ProcedureReturnValue` | `ProcedureReturnValue` | +| `ReturnValue` | `ProcedureReturnValue` | + +## Callable + +### ProcedureMethod + +▸ **ProcedureMethod**(`args`, `opts?`): `Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ProcedureReturnValue`, `ReturnValue`\>\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `MethodArgs` | +| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | + +#### Returns + +`Promise`\<[`GenericPolymeshTransaction`](../../../../../modules/API/Procedures/Types/Types.md#genericpolymeshtransaction)\<`ProcedureReturnValue`, `ReturnValue`\>\> + +#### Defined in + +[api/procedures/types.ts:164](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L164) + +## Properties + +### checkAuthorization + +• **checkAuthorization**: (`args`: `MethodArgs`, `opts?`: [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md)) => `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> + +#### Type declaration + +▸ (`args`, `opts?`): `Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> + +##### Parameters + +| Name | Type | +| :------ | :------ | +| `args` | `MethodArgs` | +| `opts?` | [`ProcedureOpts`](../ProcedureOpts/ProcedureOpts.md) | + +##### Returns + +`Promise`\<[`ProcedureAuthorizationStatus`](../ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md)\> + +#### Defined in + +[api/procedures/types.ts:167](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L167) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md new file mode 100644 index 0000000000..8272e52b1b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md @@ -0,0 +1,63 @@ +--- +id: "ProcedureOpts" +title: "Interface: ProcedureOpts" +sidebar_label: "ProcedureOpts" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ProcedureOpts + +## Properties + +### mortality + +• `Optional` **mortality**: [`MortalityProcedureOpt`](../../../../../modules/API/Procedures/Types/Types.md#mortalityprocedureopt) + +This option allows for transactions that never expire, aka "immortal". By default, a transaction is only valid for approximately 5 minutes (250 blocks) after its construction. Allows for transaction construction to be decoupled from its submission, such as requiring manual approval for the signing or providing "at least once" guarantees. + +More information can be found [here](https://wiki.polkadot.network/docs/build-protocol-info#transaction-mortality). Note the Polymesh chain will **never** reap Accounts, so the risk of a replay attack is mitigated. + +#### Defined in + +[api/procedures/types.ts:110](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L110) + +___ + +### multiSigOpts + +• `Optional` **multiSigOpts**: [`MultiSigProcedureOpt`](../MultiSigProcedureOpt/MultiSigProcedureOpt.md) + +These options will only apply when the `signingAccount` is a MultiSig signer and the transaction is being wrapped as a proposal + +#### Defined in + +[api/procedures/types.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L115) + +___ + +### nonce + +• `Optional` **nonce**: `BigNumber` \| `Promise`\<`BigNumber`\> \| () => `BigNumber` \| `Promise`\<`BigNumber`\> + +nonce value for signing the transaction + +An [Account](../../../../../classes/API/Entities/Account/Account.md) can directly fetch its current nonce by calling [account.getCurrentNonce](../../../../../classes/API/Entities/Account/Account.md#getcurrentnonce). More information can be found at: https://polkadot.js.org/docs/api/cookbook/tx/#how-do-i-take-the-pending-tx-pool-into-account-in-my-nonce + +**`Note`** + +the passed value can be either the nonce itself or a function that returns the nonce. This allows, for example, passing a closure that increases the returned value every time it's called, or a function that fetches the nonce from the chain or a different source + +#### Defined in + +[api/procedures/types.ts:103](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L103) + +___ + +### signingAccount + +• `Optional` **signingAccount**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) + +Account or address of a signing key to replace the current one (for this procedure only) + +#### Defined in + +[api/procedures/types.ts:94](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L94) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md new file mode 100644 index 0000000000..08ea8c9672 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md @@ -0,0 +1,19 @@ +--- +id: "RedeemNftParams" +title: "Interface: RedeemNftParams" +sidebar_label: "RedeemNftParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RedeemNftParams + +## Properties + +### from + +• `Optional` **from**: `BigNumber` \| [`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) + +portfolio (or portfolio ID) from which Assets will be redeemed (optional, defaults to the default Portfolio) + +#### Defined in + +[api/procedures/types.ts:1218](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1218) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md new file mode 100644 index 0000000000..bc11921a95 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md @@ -0,0 +1,31 @@ +--- +id: "RedeemTokensParams" +title: "Interface: RedeemTokensParams" +sidebar_label: "RedeemTokensParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RedeemTokensParams + +## Properties + +### amount + +• **amount**: `BigNumber` + +amount of Asset tokens to be redeemed + +#### Defined in + +[api/procedures/types.ts:1207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1207) + +___ + +### from + +• `Optional` **from**: `BigNumber` \| [`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) + +portfolio (or portfolio ID) from which Assets will be redeemed (optional, defaults to the default Portfolio) + +#### Defined in + +[api/procedures/types.ts:1211](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1211) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RegisterCustomAssetTypeParams/RegisterCustomAssetTypeParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RegisterCustomAssetTypeParams/RegisterCustomAssetTypeParams.md new file mode 100644 index 0000000000..06ce580ed7 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RegisterCustomAssetTypeParams/RegisterCustomAssetTypeParams.md @@ -0,0 +1,17 @@ +--- +id: "RegisterCustomAssetTypeParams" +title: "Interface: RegisterCustomAssetTypeParams" +sidebar_label: "RegisterCustomAssetTypeParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RegisterCustomAssetTypeParams + +## Properties + +### name + +• **name**: `string` + +#### Defined in + +[api/procedures/types.ts:1748](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1748) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md new file mode 100644 index 0000000000..c7011003c2 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md @@ -0,0 +1,17 @@ +--- +id: "RegisterCustomClaimTypeParams" +title: "Interface: RegisterCustomClaimTypeParams" +sidebar_label: "RegisterCustomClaimTypeParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RegisterCustomClaimTypeParams + +## Properties + +### name + +• **name**: `string` + +#### Defined in + +[api/procedures/types.ts:1732](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1732) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md new file mode 100644 index 0000000000..6931c16194 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md @@ -0,0 +1,59 @@ +--- +id: "RegisterIdentityParams" +title: "Interface: RegisterIdentityParams" +sidebar_label: "RegisterIdentityParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RegisterIdentityParams + +## Properties + +### createCdd + +• `Optional` **createCdd**: `boolean` + +(optional) also issue a CDD claim for the created DID, completing the onboarding process for the Account + +#### Defined in + +[api/procedures/types.ts:849](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L849) + +___ + +### expiry + +• `Optional` **expiry**: `Date` + +(optional) when the generated CDD claim should expire, `createCdd` must be true if specified + +#### Defined in + +[api/procedures/types.ts:853](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L853) + +___ + +### secondaryAccounts + +• `Optional` **secondaryAccounts**: [`Modify`](../../../../../modules/Types/Utils/Utils.md#modify)\<[`PermissionedAccount`](../../../Entities/Types/PermissionedAccount/PermissionedAccount.md), \{ `permissions`: [`PermissionsLike`](../../../../../modules/API/Entities/Types/Types.md#permissionslike) }\>[] + +(optional) secondary accounts for the new Identity with their corresponding permissions. + +**`Note`** + +Each Account will need to accept the generated authorizations before being linked to the Identity + +#### Defined in + +[api/procedures/types.ts:845](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L845) + +___ + +### targetAccount + +• **targetAccount**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) + +The Account that should function as the primary key of the newly created Identity. Can be ss58 encoded address or an instance of Account + +#### Defined in + +[api/procedures/types.ts:840](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L840) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md new file mode 100644 index 0000000000..a212eb9d3f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md @@ -0,0 +1,17 @@ +--- +id: "RemoveAssetRequirementParams" +title: "Interface: RemoveAssetRequirementParams" +sidebar_label: "RemoveAssetRequirementParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RemoveAssetRequirementParams + +## Properties + +### requirement + +• **requirement**: `BigNumber` \| [`Requirement`](../../../Entities/Types/Requirement/Requirement.md) + +#### Defined in + +[api/procedures/types.ts:1266](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1266) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md new file mode 100644 index 0000000000..021da56d73 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md @@ -0,0 +1,19 @@ +--- +id: "RemoveCheckpointScheduleParams" +title: "Interface: RemoveCheckpointScheduleParams" +sidebar_label: "RemoveCheckpointScheduleParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RemoveCheckpointScheduleParams + +## Properties + +### schedule + +• **schedule**: `BigNumber` \| [`CheckpointSchedule`](../../../../../classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md) + +schedule (or ID) of the schedule to be removed + +#### Defined in + +[api/procedures/types.ts:1240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1240) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md new file mode 100644 index 0000000000..7c0edfd57f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md @@ -0,0 +1,17 @@ +--- +id: "RemoveCorporateActionParams" +title: "Interface: RemoveCorporateActionParams" +sidebar_label: "RemoveCorporateActionParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RemoveCorporateActionParams + +## Properties + +### corporateAction + +• **corporateAction**: `BigNumber` \| [`CorporateActionBase`](../../../../../classes/API/Entities/CorporateActionBase/CorporateActionBase.md) + +#### Defined in + +[api/procedures/types.ts:1289](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1289) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md new file mode 100644 index 0000000000..3ccdd46f57 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md @@ -0,0 +1,17 @@ +--- +id: "RemoveExternalAgentParams" +title: "Interface: RemoveExternalAgentParams" +sidebar_label: "RemoveExternalAgentParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RemoveExternalAgentParams + +## Properties + +### target + +• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/procedures/types.ts:1450](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1450) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md new file mode 100644 index 0000000000..ee842164fe --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md @@ -0,0 +1,17 @@ +--- +id: "RemoveSecondaryAccountsParams" +title: "Interface: RemoveSecondaryAccountsParams" +sidebar_label: "RemoveSecondaryAccountsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RemoveSecondaryAccountsParams + +## Properties + +### accounts + +• **accounts**: [`Account`](../../../../../classes/API/Entities/Account/Account.md)[] + +#### Defined in + +[api/procedures/types.ts:600](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L600) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md new file mode 100644 index 0000000000..6188297cdc --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md @@ -0,0 +1,17 @@ +--- +id: "RenamePortfolioParams" +title: "Interface: RenamePortfolioParams" +sidebar_label: "RenamePortfolioParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RenamePortfolioParams + +## Properties + +### name + +• **name**: `string` + +#### Defined in + +[api/procedures/types.ts:1570](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1570) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md new file mode 100644 index 0000000000..bf707659a1 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md @@ -0,0 +1,29 @@ +--- +id: "ReserveTickerParams" +title: "Interface: ReserveTickerParams" +sidebar_label: "ReserveTickerParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ReserveTickerParams + +## Properties + +### extendPeriod + +• `Optional` **extendPeriod**: `boolean` + +#### Defined in + +[api/procedures/types.ts:784](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L784) + +___ + +### ticker + +• **ticker**: `string` + +ticker symbol to reserve + +#### Defined in + +[api/procedures/types.ts:783](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L783) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md new file mode 100644 index 0000000000..3246652891 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md @@ -0,0 +1,29 @@ +--- +id: "RevokeClaimsParams" +title: "Interface: RevokeClaimsParams" +sidebar_label: "RevokeClaimsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RevokeClaimsParams + +## Properties + +### claims + +• **claims**: `Omit`\<[`ClaimTarget`](../../../Entities/Types/ClaimTarget/ClaimTarget.md), ``"expiry"``\>[] + +array of claims to be revoked + +#### Defined in + +[api/procedures/types.ts:813](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L813) + +___ + +### operation + +• **operation**: [`Revoke`](../../../../../enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md#revoke) + +#### Defined in + +[api/procedures/types.ts:814](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L814) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md new file mode 100644 index 0000000000..56d684eef7 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md @@ -0,0 +1,31 @@ +--- +id: "RotatePrimaryKeyParams" +title: "Interface: RotatePrimaryKeyParams" +sidebar_label: "RotatePrimaryKeyParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).RotatePrimaryKeyParams + +## Properties + +### expiry + +• `Optional` **expiry**: `Date` + +(optional) when the generated authorization should expire + +#### Defined in + +[api/procedures/types.ts:882](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L882) + +___ + +### targetAccount + +• **targetAccount**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) + +The Account that should function as the primary key of the newly created Identity. Can be ss58 encoded address or an instance of Account + +#### Defined in + +[api/procedures/types.ts:877](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L877) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md new file mode 100644 index 0000000000..bbf55a23f1 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md @@ -0,0 +1,35 @@ +--- +id: "ScopeClaimProof" +title: "Interface: ScopeClaimProof" +sidebar_label: "ScopeClaimProof" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).ScopeClaimProof + +## Properties + +### proofScopeIdCddIdMatch + +• **proofScopeIdCddIdMatch**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `blindedScopeDidHash` | `string` | +| `challengeResponses` | [`string`, `string`] | +| `subtractExpressionsRes` | `string` | + +#### Defined in + +[api/procedures/types.ts:821](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L821) + +___ + +### proofScopeIdWellFormed + +• **proofScopeIdWellFormed**: `string` + +#### Defined in + +[api/procedures/types.ts:820](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L820) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md new file mode 100644 index 0000000000..bf485e8cb4 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md @@ -0,0 +1,29 @@ +--- +id: "SetAllowanceParams" +title: "Interface: SetAllowanceParams" +sidebar_label: "SetAllowanceParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetAllowanceParams + +## Properties + +### allowance + +• **allowance**: `BigNumber` + +amount of POLYX to set the allowance to + +#### Defined in + +[api/procedures/types.ts:1529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1529) + +___ + +### operation + +• **operation**: [`Set`](../../../../../enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md#set) + +#### Defined in + +[api/procedures/types.ts:1530](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1530) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md new file mode 100644 index 0000000000..7854e430f0 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md @@ -0,0 +1,19 @@ +--- +id: "SetAssetDocumentsParams" +title: "Interface: SetAssetDocumentsParams" +sidebar_label: "SetAssetDocumentsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetAssetDocumentsParams + +## Properties + +### documents + +• **documents**: [`AssetDocument`](../../../Entities/Asset/Types/AssetDocument/AssetDocument.md)[] + +list of documents + +#### Defined in + +[api/procedures/types.ts:1376](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1376) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md new file mode 100644 index 0000000000..bd64d505ff --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md @@ -0,0 +1,20 @@ +--- +id: "SetAssetRequirementsParams" +title: "Interface: SetAssetRequirementsParams" +sidebar_label: "SetAssetRequirementsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetAssetRequirementsParams + +## Properties + +### requirements + +• **requirements**: [`InputCondition`](../../../../../modules/API/Entities/Types/Types.md#inputcondition)[][] + +array of array of conditions. For a transfer to be successful, it must comply with all the conditions of at least one of the arrays. + In other words, higher level arrays are *OR* between them, while conditions inside each array are *AND* between them + +#### Defined in + +[api/procedures/types.ts:1274](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1274) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md new file mode 100644 index 0000000000..8003aa8c91 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md @@ -0,0 +1,27 @@ +--- +id: "SetClaimCountTransferRestrictionsParams" +title: "Interface: SetClaimCountTransferRestrictionsParams" +sidebar_label: "SetClaimCountTransferRestrictionsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetClaimCountTransferRestrictionsParams + +## Properties + +### restrictions + +• **restrictions**: [`ClaimCountTransferRestrictionInput`](../ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md)[] + +#### Defined in + +[api/procedures/types.ts:563](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L563) + +___ + +### type + +• **type**: [`ClaimCount`](../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) + +#### Defined in + +[api/procedures/types.ts:564](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L564) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md new file mode 100644 index 0000000000..2758621731 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md @@ -0,0 +1,27 @@ +--- +id: "SetClaimPercentageTransferRestrictionsParams" +title: "Interface: SetClaimPercentageTransferRestrictionsParams" +sidebar_label: "SetClaimPercentageTransferRestrictionsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetClaimPercentageTransferRestrictionsParams + +## Properties + +### restrictions + +• **restrictions**: [`ClaimPercentageTransferRestrictionInput`](../ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md)[] + +#### Defined in + +[api/procedures/types.ts:568](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L568) + +___ + +### type + +• **type**: [`ClaimPercentage`](../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimpercentage) + +#### Defined in + +[api/procedures/types.ts:569](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L569) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md new file mode 100644 index 0000000000..fcaaed2881 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md @@ -0,0 +1,29 @@ +--- +id: "SetCountTransferRestrictionsParams" +title: "Interface: SetCountTransferRestrictionsParams" +sidebar_label: "SetCountTransferRestrictionsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetCountTransferRestrictionsParams + +## Properties + +### restrictions + +• **restrictions**: [`CountTransferRestrictionInput`](../CountTransferRestrictionInput/CountTransferRestrictionInput.md)[] + +array of Count Transfer Restrictions with their corresponding exemptions (if applicable) + +#### Defined in + +[api/procedures/types.ts:550](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L550) + +___ + +### type + +• **type**: [`Count`](../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) + +#### Defined in + +[api/procedures/types.ts:551](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L551) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md new file mode 100644 index 0000000000..d691be6ca7 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md @@ -0,0 +1,27 @@ +--- +id: "SetCustodianParams" +title: "Interface: SetCustodianParams" +sidebar_label: "SetCustodianParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetCustodianParams + +## Properties + +### expiry + +• `Optional` **expiry**: `Date` + +#### Defined in + +[api/procedures/types.ts:1614](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1614) + +___ + +### targetIdentity + +• **targetIdentity**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/procedures/types.ts:1613](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1613) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md new file mode 100644 index 0000000000..860998f22d --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md @@ -0,0 +1,17 @@ +--- +id: "SetGroupPermissionsParams" +title: "Interface: SetGroupPermissionsParams" +sidebar_label: "SetGroupPermissionsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetGroupPermissionsParams + +## Properties + +### permissions + +• **permissions**: \{ `transactions`: [`TransactionPermissions`](../../../Entities/Types/TransactionPermissions/TransactionPermissions.md) } \| \{ `transactionGroups`: [`TxGroup`](../../../../../enums/API/Procedures/Types/TxGroup/TxGroup.md)[] } + +#### Defined in + +[api/procedures/types.ts:1472](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1472) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetMultiSigAdminParams/SetMultiSigAdminParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetMultiSigAdminParams/SetMultiSigAdminParams.md new file mode 100644 index 0000000000..2217a99c97 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetMultiSigAdminParams/SetMultiSigAdminParams.md @@ -0,0 +1,19 @@ +--- +id: "SetMultiSigAdminParams" +title: "Interface: SetMultiSigAdminParams" +sidebar_label: "SetMultiSigAdminParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetMultiSigAdminParams + +## Properties + +### admin + +• **admin**: ``null`` \| `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +The identity to become an admin for the MultiSig. `null` will remove the current admin + +#### Defined in + +[api/procedures/types.ts:1663](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1663) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md new file mode 100644 index 0000000000..c98470a90e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md @@ -0,0 +1,29 @@ +--- +id: "SetPercentageTransferRestrictionsParams" +title: "Interface: SetPercentageTransferRestrictionsParams" +sidebar_label: "SetPercentageTransferRestrictionsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetPercentageTransferRestrictionsParams + +## Properties + +### restrictions + +• **restrictions**: [`PercentageTransferRestrictionInput`](../PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md)[] + +array of Percentage Transfer Restrictions with their corresponding exemptions (if applicable) + +#### Defined in + +[api/procedures/types.ts:558](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L558) + +___ + +### type + +• **type**: [`Percentage`](../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) + +#### Defined in + +[api/procedures/types.ts:559](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L559) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md new file mode 100644 index 0000000000..ac029e499c --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md @@ -0,0 +1,25 @@ +--- +id: "SetPermissionGroupParams" +title: "Interface: SetPermissionGroupParams" +sidebar_label: "SetPermissionGroupParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SetPermissionGroupParams + +This procedure can be called with: + - An Asset's existing Custom Permission Group. The Identity will be assigned as an Agent of that Group for that Asset + - A Known Permission Group and an Asset. The Identity will be assigned as an Agent of that Group for that Asset + - A set of Transaction Permissions and an Asset. If there is no Custom Permission Group with those permissions, a Custom Permission Group will be created for that Asset with those permissions, and + the Identity will be assigned as an Agent of that Group for that Asset. Otherwise, the existing Group will be used + - An array of [Transaction Groups](../../../../../enums/API/Procedures/Types/TxGroup/TxGroup.md) that represent a set of permissions. If there is no Custom Permission Group with those permissions, a Custom Permission Group will be created with those permissions, and + the Identity will be assigned as an Agent of that Group for that Asset. Otherwise, the existing Group will be used + +## Properties + +### group + +• **group**: [`CustomPermissionGroup`](../../../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md) \| [`KnownPermissionGroup`](../../../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md) \| [`TransactionsParams`](../TransactionsParams/TransactionsParams.md) \| [`TxGroupParams`](../TxGroupParams/TxGroupParams.md) + +#### Defined in + +[api/procedures/types.ts:1605](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1605) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md new file mode 100644 index 0000000000..5fb771166e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md @@ -0,0 +1,31 @@ +--- +id: "SubsidizeAccountParams" +title: "Interface: SubsidizeAccountParams" +sidebar_label: "SubsidizeAccountParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).SubsidizeAccountParams + +## Properties + +### allowance + +• **allowance**: `BigNumber` + +amount of POLYX to be subsidized. This can be increased/decreased later on + +#### Defined in + +[api/procedures/types.ts:646](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L646) + +___ + +### beneficiary + +• **beneficiary**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) + +Account to subsidize + +#### Defined in + +[api/procedures/types.ts:642](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L642) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TickerOwnerRole/TickerOwnerRole.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TickerOwnerRole/TickerOwnerRole.md new file mode 100644 index 0000000000..b7449be012 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TickerOwnerRole/TickerOwnerRole.md @@ -0,0 +1,27 @@ +--- +id: "TickerOwnerRole" +title: "Interface: TickerOwnerRole" +sidebar_label: "TickerOwnerRole" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TickerOwnerRole + +## Properties + +### ticker + +• **ticker**: `string` + +#### Defined in + +[api/procedures/types.ts:250](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L250) + +___ + +### type + +• **type**: [`TickerOwner`](../../../../../enums/API/Procedures/Types/RoleType/RoleType.md#tickerowner) + +#### Defined in + +[api/procedures/types.ts:249](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L249) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md new file mode 100644 index 0000000000..557a450be6 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md @@ -0,0 +1,41 @@ +--- +id: "TransactionsParams" +title: "Interface: TransactionsParams" +sidebar_label: "TransactionsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TransactionsParams + +## Hierarchy + +- [`AssetBase`](../AssetBase/AssetBase.md) + + ↳ **`TransactionsParams`** + +## Properties + +### asset + +• **asset**: `string` \| [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) + +Asset over which the Identity will be granted permissions + +#### Inherited from + +[AssetBase](../AssetBase/AssetBase.md).[asset](../AssetBase/AssetBase.md#asset) + +#### Defined in + +[api/procedures/types.ts:1581](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1581) + +___ + +### transactions + +• **transactions**: ``null`` \| [`TransactionPermissions`](../../../Entities/Types/TransactionPermissions/TransactionPermissions.md) + +a null value means full permissions + +#### Defined in + +[api/procedures/types.ts:1588](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1588) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md new file mode 100644 index 0000000000..bfe864a33e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md @@ -0,0 +1,29 @@ +--- +id: "TransferAssetOwnershipParams" +title: "Interface: TransferAssetOwnershipParams" +sidebar_label: "TransferAssetOwnershipParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TransferAssetOwnershipParams + +## Properties + +### expiry + +• `Optional` **expiry**: `Date` + +date at which the authorization request for transfer expires (optional) + +#### Defined in + +[api/procedures/types.ts:1226](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1226) + +___ + +### target + +• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/procedures/types.ts:1222](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1222) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md new file mode 100644 index 0000000000..5ae2f00b09 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md @@ -0,0 +1,43 @@ +--- +id: "TransferPolyxParams" +title: "Interface: TransferPolyxParams" +sidebar_label: "TransferPolyxParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TransferPolyxParams + +## Properties + +### amount + +• **amount**: `BigNumber` + +amount of POLYX to be transferred + +#### Defined in + +[api/procedures/types.ts:905](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L905) + +___ + +### memo + +• `Optional` **memo**: `string` + +identifier string to help differentiate transfers + +#### Defined in + +[api/procedures/types.ts:909](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L909) + +___ + +### to + +• **to**: `string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md) + +Account that will receive the POLYX + +#### Defined in + +[api/procedures/types.ts:901](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L901) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md new file mode 100644 index 0000000000..48f1e6daca --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md @@ -0,0 +1,29 @@ +--- +id: "TransferTickerOwnershipParams" +title: "Interface: TransferTickerOwnershipParams" +sidebar_label: "TransferTickerOwnershipParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TransferTickerOwnershipParams + +## Properties + +### expiry + +• `Optional` **expiry**: `Date` + +date at which the authorization request for transfer expires (optional) + +#### Defined in + +[api/procedures/types.ts:1500](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1500) + +___ + +### target + +• **target**: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/procedures/types.ts:1496](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1496) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TxData/TxData.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TxData/TxData.md new file mode 100644 index 0000000000..68fae723ff --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TxData/TxData.md @@ -0,0 +1,39 @@ +--- +id: "TxData" +title: "Interface: TxData" +sidebar_label: "TxData" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TxData + +Transaction data for display purposes + +## Type parameters + +| Name | Type | +| :------ | :------ | +| `Args` | extends `unknown`[] = `unknown`[] | + +## Properties + +### args + +• **args**: `Args` + +arguments with which the transaction will be called + +#### Defined in + +[api/procedures/types.ts:233](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L233) + +___ + +### tag + +• **tag**: [`TxTag`](../../../../../modules/Generated/Types/Types.md#txtag) + +transaction string identifier + +#### Defined in + +[api/procedures/types.ts:229](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L229) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md new file mode 100644 index 0000000000..c32f9148f7 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md @@ -0,0 +1,39 @@ +--- +id: "TxGroupParams" +title: "Interface: TxGroupParams" +sidebar_label: "TxGroupParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).TxGroupParams + +## Hierarchy + +- [`AssetBase`](../AssetBase/AssetBase.md) + + ↳ **`TxGroupParams`** + +## Properties + +### asset + +• **asset**: `string` \| [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) + +Asset over which the Identity will be granted permissions + +#### Inherited from + +[AssetBase](../AssetBase/AssetBase.md).[asset](../AssetBase/AssetBase.md#asset) + +#### Defined in + +[api/procedures/types.ts:1581](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1581) + +___ + +### transactionGroups + +• **transactionGroups**: [`TxGroup`](../../../../../enums/API/Procedures/Types/TxGroup/TxGroup.md)[] + +#### Defined in + +[api/procedures/types.ts:1592](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1592) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md new file mode 100644 index 0000000000..f2f4ec4433 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md @@ -0,0 +1,17 @@ +--- +id: "UnlinkChildParams" +title: "Interface: UnlinkChildParams" +sidebar_label: "UnlinkChildParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).UnlinkChildParams + +## Properties + +### child + +• **child**: `string` \| [`ChildIdentity`](../../../../../classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md) + +#### Defined in + +[api/procedures/types.ts:1728](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1728) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/UpdateVenueSignersParams/UpdateVenueSignersParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/UpdateVenueSignersParams/UpdateVenueSignersParams.md new file mode 100644 index 0000000000..e21460f205 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/UpdateVenueSignersParams/UpdateVenueSignersParams.md @@ -0,0 +1,17 @@ +--- +id: "UpdateVenueSignersParams" +title: "Interface: UpdateVenueSignersParams" +sidebar_label: "UpdateVenueSignersParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).UpdateVenueSignersParams + +## Properties + +### signers + +• **signers**: (`string` \| [`Account`](../../../../../classes/API/Entities/Account/Account.md))[] + +#### Defined in + +[api/procedures/types.ts:1108](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1108) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/VenueOwnerRole/VenueOwnerRole.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/VenueOwnerRole/VenueOwnerRole.md new file mode 100644 index 0000000000..3c65bce828 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/VenueOwnerRole/VenueOwnerRole.md @@ -0,0 +1,27 @@ +--- +id: "VenueOwnerRole" +title: "Interface: VenueOwnerRole" +sidebar_label: "VenueOwnerRole" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).VenueOwnerRole + +## Properties + +### type + +• **type**: [`VenueOwner`](../../../../../enums/API/Procedures/Types/RoleType/RoleType.md#venueowner) + +#### Defined in + +[api/procedures/types.ts:258](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L258) + +___ + +### venueId + +• **venueId**: `BigNumber` + +#### Defined in + +[api/procedures/types.ts:259](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L259) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md new file mode 100644 index 0000000000..9b036f0c7a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md @@ -0,0 +1,17 @@ +--- +id: "WaivePermissionsParams" +title: "Interface: WaivePermissionsParams" +sidebar_label: "WaivePermissionsParams" +--- + +[api/procedures/types](../../../../../modules/API/Procedures/Types/Types.md).WaivePermissionsParams + +## Properties + +### asset + +• **asset**: `string` \| [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) + +#### Defined in + +[api/procedures/types.ts:1574](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1574) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/Base/Types/ArrayTransactionArgument/ArrayTransactionArgument.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/Base/Types/ArrayTransactionArgument/ArrayTransactionArgument.md new file mode 100644 index 0000000000..a63f48dd8e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/Base/Types/ArrayTransactionArgument/ArrayTransactionArgument.md @@ -0,0 +1,27 @@ +--- +id: "ArrayTransactionArgument" +title: "Interface: ArrayTransactionArgument" +sidebar_label: "ArrayTransactionArgument" +--- + +[base/types](../../../../modules/Base/Types/Types.md).ArrayTransactionArgument + +## Properties + +### internal + +• **internal**: [`TransactionArgument`](../../../../modules/Base/Types/Types.md#transactionargument) + +#### Defined in + +[base/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L83) + +___ + +### type + +• **type**: [`Array`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#array) + +#### Defined in + +[base/types.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L82) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/Base/Types/ComplexTransactionArgument/ComplexTransactionArgument.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/Base/Types/ComplexTransactionArgument/ComplexTransactionArgument.md new file mode 100644 index 0000000000..e88d2a9782 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/Base/Types/ComplexTransactionArgument/ComplexTransactionArgument.md @@ -0,0 +1,27 @@ +--- +id: "ComplexTransactionArgument" +title: "Interface: ComplexTransactionArgument" +sidebar_label: "ComplexTransactionArgument" +--- + +[base/types](../../../../modules/Base/Types/Types.md).ComplexTransactionArgument + +## Properties + +### internal + +• **internal**: [`TransactionArgument`](../../../../modules/Base/Types/Types.md#transactionargument)[] + +#### Defined in + +[base/types.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L96) + +___ + +### type + +• **type**: [`Tuple`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#tuple) \| [`RichEnum`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#richenum) \| [`Object`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#object) + +#### Defined in + +[base/types.ts:92](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L92) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md new file mode 100644 index 0000000000..a79cb9a13c --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md @@ -0,0 +1,34 @@ +--- +id: "PayingAccountFees" +title: "Interface: PayingAccountFees" +sidebar_label: "PayingAccountFees" +--- + +[base/types](../../../../modules/Base/Types/Types.md).PayingAccountFees + +Breakdown of the fees that will be paid by a specific Account for a transaction, along + with data associated to the Paying account + +## Properties + +### fees + +• **fees**: [`Fees`](../../../API/Client/Types/Fees/Fees.md) + +fees that will be paid by the Account + +#### Defined in + +[base/types.ts:162](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L162) + +___ + +### payingAccountData + +• **payingAccountData**: `Object` + +data related to the Account responsible of paying for the transaction + +#### Defined in + +[base/types.ts:166](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L166) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/Base/Types/PlainTransactionArgument/PlainTransactionArgument.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/Base/Types/PlainTransactionArgument/PlainTransactionArgument.md new file mode 100644 index 0000000000..82c12a51f1 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/Base/Types/PlainTransactionArgument/PlainTransactionArgument.md @@ -0,0 +1,17 @@ +--- +id: "PlainTransactionArgument" +title: "Interface: PlainTransactionArgument" +sidebar_label: "PlainTransactionArgument" +--- + +[base/types](../../../../modules/Base/Types/Types.md).PlainTransactionArgument + +## Properties + +### type + +• **type**: [`Did`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#did) \| [`Address`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#address) \| [`Text`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#text) \| [`Boolean`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#boolean) \| [`Number`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#number) \| [`Balance`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#balance) \| [`Date`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#date) \| [`Unknown`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#unknown) \| [`Null`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#null) + +#### Defined in + +[base/types.ts:71](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L71) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/Base/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/Base/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md new file mode 100644 index 0000000000..901bdea507 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/Base/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md @@ -0,0 +1,27 @@ +--- +id: "SimpleEnumTransactionArgument" +title: "Interface: SimpleEnumTransactionArgument" +sidebar_label: "SimpleEnumTransactionArgument" +--- + +[base/types](../../../../modules/Base/Types/Types.md).SimpleEnumTransactionArgument + +## Properties + +### internal + +• **internal**: `string`[] + +#### Defined in + +[base/types.ts:88](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L88) + +___ + +### type + +• **type**: [`SimpleEnum`](../../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md#simpleenum) + +#### Defined in + +[base/types.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L87) diff --git a/sdk-docs_versioned_docs/version-27.0.x/interfaces/Base/Types/TransactionPayload/TransactionPayload.md b/sdk-docs_versioned_docs/version-27.0.x/interfaces/Base/Types/TransactionPayload/TransactionPayload.md new file mode 100644 index 0000000000..5ec8681879 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/interfaces/Base/Types/TransactionPayload/TransactionPayload.md @@ -0,0 +1,76 @@ +--- +id: "TransactionPayload" +title: "Interface: TransactionPayload" +sidebar_label: "TransactionPayload" +--- + +[base/types](../../../../modules/Base/Types/Types.md).TransactionPayload + +## Properties + +### metadata + +• `Readonly` **metadata**: `Record`\<`string`, `string`\> + +Additional information attached to the payload, such as IDs or memos about the transaction + +#### Defined in + +[base/types.ts:199](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L199) + +___ + +### method + +• `Readonly` **method**: \`0x$\{string}\` + +A hex representation of the core extrinsic information. i.e. the extrinsic and args, but does not contain information about who is to sign the transaction. + +When submitting the transaction this will be used to construct the extrinsic, to which +the signer payload and signature will be attached to. + +#### Defined in + +[base/types.ts:194](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L194) + +___ + +### multiSig + +• `Readonly` **multiSig**: ``null`` \| `string` + +The address of the MultiSig if the transaction is a proposal. + +Will be set only if the signing account is a MultiSig signer and the transaction is not approving or rejecting an existing proposal + +#### Defined in + +[base/types.ts:206](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L206) + +___ + +### payload + +• `Readonly` **payload**: `SignerPayloadJSON` + +This is what a Polkadot signer ".signPayload" method expects + +#### Defined in + +[base/types.ts:178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L178) + +___ + +### rawPayload + +• `Readonly` **rawPayload**: `SignerPayloadRaw` + +An alternative representation of the payload for which Polkadot signers providing ".signRaw" expect. + +**`Note`** + +the signature should be prefixed with a single byte to indicate its type. Prepend a zero byte (`0x00`) for ed25519 or a `0x01` byte to indicate sr25519 if the signer implementation does not already do so. + +#### Defined in + +[base/types.ts:185](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L185) diff --git a/sdk-docs_versioned_docs/version-23.2.x/interfaces/_category_.yml b/sdk-docs_versioned_docs/version-27.0.x/interfaces/_category_.yml similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/interfaces/_category_.yml rename to sdk-docs_versioned_docs/version-27.0.x/interfaces/_category_.yml diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules.md b/sdk-docs_versioned_docs/version-27.0.x/modules.md similarity index 100% rename from sdk-docs_versioned_docs/version-24.7.x/modules.md rename to sdk-docs_versioned_docs/version-27.0.x/modules.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Client/AccountManagement/AccountManagement.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Client/AccountManagement/AccountManagement.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Client/AccountManagement/AccountManagement.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Client/AccountManagement/AccountManagement.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Client/Assets/Assets.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Client/Assets/Assets.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Client/Assets/Assets.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Client/Assets/Assets.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Client/Claims/Claims.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Client/Claims/Claims.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Client/Claims/Claims.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Client/Claims/Claims.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Client/Identities/Identities.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Client/Identities/Identities.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Client/Identities/Identities.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Client/Identities/Identities.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Client/Network/Network.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Client/Network/Network.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Client/Network/Network.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Client/Network/Network.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Client/Polymesh/Polymesh.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Client/Polymesh/Polymesh.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Client/Polymesh/Polymesh.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Client/Polymesh/Polymesh.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Client/Settlements/Settlements.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Client/Settlements/Settlements.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Client/Settlements/Settlements.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Client/Settlements/Settlements.md diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Client/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Client/Types/Types.md new file mode 100644 index 0000000000..f4c5a9f741 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Client/Types/Types.md @@ -0,0 +1,55 @@ +--- +id: "Types" +title: "Module: Client Types" +sidebar_label: "Types" +--- + +## Enumerations + +- [ErrorCode](../../../../enums/API/Client/Types/ErrorCode/ErrorCode.md) +- [InstructionStatusEnum](../../../../enums/API/Client/Types/InstructionStatusEnum/InstructionStatusEnum.md) + +## Interfaces + +- [EventIdentifier](../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md) +- [ExtrinsicData](../../../../interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md) +- [ExtrinsicDataWithFees](../../../../interfaces/API/Client/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md) +- [Fees](../../../../interfaces/API/Client/Types/Fees/Fees.md) +- [InstructionPartiesFilters](../../../../interfaces/API/Client/Types/InstructionPartiesFilters/InstructionPartiesFilters.md) +- [MiddlewareConfig](../../../../interfaces/API/Client/Types/MiddlewareConfig/MiddlewareConfig.md) +- [MiddlewareMetadata](../../../../interfaces/API/Client/Types/MiddlewareMetadata/MiddlewareMetadata.md) +- [NetworkProperties](../../../../interfaces/API/Client/Types/NetworkProperties/NetworkProperties.md) +- [PolkadotConfig](../../../../interfaces/API/Client/Types/PolkadotConfig/PolkadotConfig.md) +- [ProtocolFees](../../../../interfaces/API/Client/Types/ProtocolFees/ProtocolFees.md) +- [SubmissionDetails](../../../../interfaces/API/Client/Types/SubmissionDetails/SubmissionDetails.md) + +## Type Aliases + +### CustomClaimType + +Ƭ **CustomClaimType**: `Object` + +CustomClaimType + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `id` | `BigNumber` | +| `name` | `string` | + +#### Defined in + +[api/client/types.ts:207](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L207) + +___ + +### CustomClaimTypeWithDid + +Ƭ **CustomClaimTypeWithDid**: [`CustomClaimType`](Types.md#customclaimtype) & \{ `did?`: `string` } + +CustomClaimType with DID that registered the CustomClaimType + +#### Defined in + +[api/client/types.ts:215](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/client/types.ts#L215) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Account/Account.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Account/Account.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Account/Account.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Account/Account.md diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Account/Helpers/Helpers.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Account/Helpers/Helpers.md new file mode 100644 index 0000000000..a00f1328da --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Account/Helpers/Helpers.md @@ -0,0 +1,28 @@ +--- +id: "Helpers" +title: "Module: helpers" +sidebar_label: "Helpers" +--- + +## Functions + +### getMissingPortfolioPermissions + +▸ **getMissingPortfolioPermissions**(`requiredPermissions`, `currentPermissions`): [`SimplePermissions`](../../../../../interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md)[``"portfolios"``] + +Calculate the difference between the required Transaction permissions and the current ones + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `requiredPermissions` | `undefined` \| ``null`` \| ([`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md))[] | +| `currentPermissions` | ``null`` \| [`SectionPermissions`](../../../../../interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md)\<[`NumberedPortfolio`](../../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) \| [`DefaultPortfolio`](../../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md)\> | + +#### Returns + +[`SimplePermissions`](../../../../../interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md)[``"portfolios"``] + +#### Defined in + +[api/entities/Account/helpers.ts:30](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/helpers.ts#L30) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Account/MultiSig/MultiSig.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Account/MultiSig/MultiSig.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Account/MultiSig/MultiSig.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Account/MultiSig/MultiSig.md diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Account/MultiSig/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Account/MultiSig/Types/Types.md new file mode 100644 index 0000000000..0c340359a1 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Account/MultiSig/Types/Types.md @@ -0,0 +1,11 @@ +--- +id: "Types" +title: "Module: MultiSig Types" +sidebar_label: "Types" +--- + +## Interfaces + +- [HistoricalMultiSigProposal](../../../../../../interfaces/API/Entities/Account/MultiSig/Types/HistoricalMultiSigProposal/HistoricalMultiSigProposal.md) +- [MultiSigDetails](../../../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md) +- [MultiSigSigners](../../../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md) diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Account/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Account/Types/Types.md new file mode 100644 index 0000000000..f1428cdcbe --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Account/Types/Types.md @@ -0,0 +1,26 @@ +--- +id: "Types" +title: "Module: Account Types" +sidebar_label: "Types" +--- + +## Enumerations + +- [AccountIdentityRelation](../../../../../enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md) +- [AccountKeyType](../../../../../enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md) + +## Interfaces + +- [AccountTypeInfo](../../../../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md) +- [Balance](../../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md) +- [HistoricPolyxTransaction](../../../../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md) + +## Type Aliases + +### AccountBalance + +Ƭ **AccountBalance**: [`Balance`](../../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md) + +#### Defined in + +[api/entities/Account/types.ts:22](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Account/types.ts#L22) diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Asset.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Asset.md similarity index 100% rename from sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/Asset.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Asset.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Base/Base.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Base/Base.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Base/Base.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Base/Base.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Base/BaseAsset/BaseAsset.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Base/BaseAsset/BaseAsset.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Base/BaseAsset/BaseAsset.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Base/BaseAsset/BaseAsset.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Base/Compliance/Compliance.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Base/Compliance/Compliance.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Base/Compliance/Compliance.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Base/Compliance/Compliance.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Base/Compliance/Requirements/Requirements.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Base/Compliance/TrustedClaimIssuers/TrustedClaimIssuers.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Base/Documents/Documents.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Base/Documents/Documents.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Base/Documents/Documents.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Base/Documents/Documents.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Base/Metadata/Metadata.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Base/Metadata/Metadata.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Base/Metadata/Metadata.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Base/Metadata/Metadata.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Base/Permissions/Permissions.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Base/Permissions/Permissions.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Base/Permissions/Permissions.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Base/Permissions/Permissions.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Base/Settlements/Settlements.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Base/Settlements/Settlements.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Base/Settlements/Settlements.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Base/Settlements/Settlements.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/AssetHolders/AssetHolders.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/Checkpoints/Checkpoints.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/Checkpoints/Schedules/Schedules.md diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md new file mode 100644 index 0000000000..edbbedbbc7 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/Checkpoints/Types/Types.md @@ -0,0 +1,19 @@ +--- +id: "Types" +title: "Module: Checkpoints Types" +sidebar_label: "Types" +--- + +## Enumerations + +- [CaCheckpointType](../../../../../../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md) + +## Type Aliases + +### InputCaCheckpoint + +Ƭ **InputCaCheckpoint**: [`Checkpoint`](../../../../../../../classes/API/Entities/Checkpoint/Checkpoint.md) \| [`CheckpointSchedule`](../../../../../../../classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md) \| `Date` \| \{ `id`: `BigNumber` ; `type`: [`Existing`](../../../../../../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md#existing) } \| \{ `id`: `BigNumber` ; `type`: [`Schedule`](../../../../../../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md#schedule) } + +#### Defined in + +[api/entities/Asset/Fungible/Checkpoints/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/Checkpoints/types.ts#L10) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/CorporateActions/CorporateActions.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/CorporateActions/Distributions/Distributions.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/CorporateActions/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/CorporateActions/Types/Types.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/CorporateActions/Types/Types.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/CorporateActions/Types/Types.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/Fungible.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/Fungible.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/Fungible.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/Fungible.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/Issuance/Issuance.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/Issuance/Issuance.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/Issuance/Issuance.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/Issuance/Issuance.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/Offerings/Offerings.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/Offerings/Offerings.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/Offerings/Offerings.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/Offerings/Offerings.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimCount/ClaimCount.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/ClaimPercentage/ClaimPercentage.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/Count/Count.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/Percentage/Percentage.md diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md new file mode 100644 index 0000000000..bff77dfb60 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md @@ -0,0 +1,35 @@ +--- +id: "TransferRestrictionBase" +title: "Module: TransferRestrictionBase" +sidebar_label: "TransferRestrictionBase" +--- + +## Classes + +- [TransferRestrictionBase](../../../../../../../classes/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase/TransferRestrictionBase.md) + +## Type Aliases + +### RemoveAssetStatParamsBase + +Ƭ **RemoveAssetStatParamsBase**\<`T`\>: `Omit`\<`T` extends [`Count`](../../../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) ? [`RemoveCountStatParams`](../../../../../Procedures/Types/Types.md#removecountstatparams) : `T` extends [`Percentage`](../../../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) ? [`RemoveBalanceStatParams`](../../../../../Procedures/Types/Types.md#removebalancestatparams) : `T` extends [`ClaimCount`](../../../../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) ? [`RemoveScopedCountParams`](../../../../../Procedures/Types/Types.md#removescopedcountparams) : [`RemoveScopedBalanceParams`](../../../../../Procedures/Types/Types.md#removescopedbalanceparams), ``"type"``\> + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L59) + +___ + +### SetTransferRestrictionsParams + +Ƭ **SetTransferRestrictionsParams**: \{ `asset`: [`FungibleAsset`](../../../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) } & [`SetCountTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md) \| [`SetPercentageTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md) \| [`SetClaimCountTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md) \| [`SetClaimPercentageTransferRestrictionsParams`](../../../../../../../interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md) + +#### Defined in + +[api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.ts#L52) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Fungible/TransferRestrictions/TransferRestrictions.md diff --git a/sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/NonFungible/AssetHolders/AssetHolders.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/NonFungible/AssetHolders/AssetHolders.md similarity index 100% rename from sdk-docs_versioned_docs/version-24.7.x/modules/API/Entities/Asset/NonFungible/AssetHolders/AssetHolders.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/NonFungible/AssetHolders/AssetHolders.md diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/NonFungible/Nft/Nft.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/NonFungible/Nft/Nft.md new file mode 100644 index 0000000000..c3b52f1a93 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/NonFungible/Nft/Nft.md @@ -0,0 +1,30 @@ +--- +id: "Nft" +title: "Module: Nft" +sidebar_label: "Nft" +--- + +## Classes + +- [Nft](../../../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md) + +## Interfaces + +- [HumanReadable](../../../../../../interfaces/API/Entities/Asset/NonFungible/Nft/HumanReadable/HumanReadable.md) + +## Type Aliases + +### NftUniqueIdentifiers + +Ƭ **NftUniqueIdentifiers**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `assetId` | `string` | +| `id` | `BigNumber` | + +#### Defined in + +[api/entities/Asset/NonFungible/Nft.ts:31](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/NonFungible/Nft.ts#L31) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/NonFungible/NonFungible.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/NonFungible/NonFungible.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Asset/NonFungible/NonFungible.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/NonFungible/NonFungible.md diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Types/Types.md new file mode 100644 index 0000000000..d9c38ab263 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Asset/Types/Types.md @@ -0,0 +1,92 @@ +--- +id: "Types" +title: "Module: Asset Types" +sidebar_label: "Types" +--- + +## Enumerations + +- [KnownAssetType](../../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) +- [KnownNftType](../../../../../enums/API/Entities/Asset/Types/KnownNftType/KnownNftType.md) +- [SecurityIdentifierType](../../../../../enums/API/Entities/Asset/Types/SecurityIdentifierType/SecurityIdentifierType.md) +- [TransferError](../../../../../enums/API/Entities/Asset/Types/TransferError/TransferError.md) +- [TransferStatus](../../../../../enums/API/Entities/Asset/Types/TransferStatus/TransferStatus.md) + +## Interfaces + +- [AgentWithGroup](../../../../../interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md) +- [AssetDetails](../../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md) +- [AssetDocument](../../../../../interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md) +- [AssetWithGroup](../../../../../interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md) +- [BaseHistoricAssetTransaction](../../../../../interfaces/API/Entities/Asset/Types/BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md) +- [HeldNfts](../../../../../interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md) +- [HistoricAgentOperation](../../../../../interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md) +- [HistoricAssetTransaction](../../../../../interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md) +- [HistoricNftTransaction](../../../../../interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md) +- [IdentityBalance](../../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md) +- [IdentityHeldNfts](../../../../../interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md) +- [NftMetadata](../../../../../interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md) +- [SecurityIdentifier](../../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md) +- [TransferBreakdown](../../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md) +- [TransferRestrictionResult](../../../../../interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md) +- [UniqueIdentifiers](../../../../../interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md) +- [VenueFilteringDetails](../../../../../interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md) + +## References + +### CaCheckpointType + +Re-exports [CaCheckpointType](../../../../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md) + +___ + +### CorporateActionDefaultConfig + +Re-exports [CorporateActionDefaultConfig](../../../../../interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md) + +___ + +### InputCaCheckpoint + +Re-exports [InputCaCheckpoint](../Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) + +## Type Aliases + +### Asset + +Ƭ **Asset**: [`FungibleAsset`](../../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) \| [`NftCollection`](../../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) + +Represents a generic asset on chain. Common functionality (e.g. documents) can be interacted with directly. For type specific functionality (e.g. issue) the type can +be narrowed via `instanceof` operator, or by using a more specific getter + +#### Defined in + +[api/entities/Asset/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L27) + +___ + +### CollectionKey + +Ƭ **CollectionKey**: [`MetadataKeyId`](Types.md#metadatakeyid) & [`MetadataDetails`](../../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md) + +A metadata entry for which each NFT in the collection must have an entry for + +**`Note`** + +each NFT **must** have an entry for each metadata value, the entry **should** comply with the relevant spec + +#### Defined in + +[api/entities/Asset/types.ts:243](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L243) + +___ + +### MetadataKeyId + +Ƭ **MetadataKeyId**: \{ `id`: `BigNumber` ; `type`: [`Global`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md#global) } \| \{ `assetId`: `string` ; `id`: `BigNumber` ; `type`: [`Local`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md#local) } + +The data needed to uniquely identify a metadata specification + +#### Defined in + +[api/entities/Asset/types.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Asset/types.ts#L205) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/AuthorizationRequest/AuthorizationRequest.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Checkpoint/Checkpoint.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Checkpoint/Checkpoint.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Checkpoint/Checkpoint.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Checkpoint/Checkpoint.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/CheckpointSchedule/CheckpointSchedule.md diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/CheckpointSchedule/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/CheckpointSchedule/Types/Types.md new file mode 100644 index 0000000000..1737a6428b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/CheckpointSchedule/Types/Types.md @@ -0,0 +1,19 @@ +--- +id: "Types" +title: "Module: CheckpointSchedule Types" +sidebar_label: "Types" +--- + +## Interfaces + +- [ScheduleDetails](../../../../../interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md) + +## Type Aliases + +### CheckpointScheduleParams + +Ƭ **CheckpointScheduleParams**: `Omit`\<[`UniqueIdentifiers`](../../../../../interfaces/API/Entities/CheckpointSchedule/UniqueIdentifiers/UniqueIdentifiers.md) & [`Params`](../../../../../interfaces/API/Entities/CheckpointSchedule/Params/Params.md), ``"ticker"``\> + +#### Defined in + +[api/entities/CheckpointSchedule/types.ts:10](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CheckpointSchedule/types.ts#L10) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Common/Namespaces/Authorizations/Authorizations.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Common/Namespaces/Authorizations/Authorizations.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Common/Namespaces/Authorizations/Authorizations.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Common/Namespaces/Authorizations/Authorizations.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/CorporateAction/CorporateAction.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/CorporateAction/CorporateAction.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/CorporateAction/CorporateAction.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/CorporateAction/CorporateAction.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/CorporateActionBase/CorporateActionBase.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/CorporateActionBase/CorporateActionBase.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/CorporateActionBase/CorporateActionBase.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/CorporateActionBase/CorporateActionBase.md diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/CorporateActionBase/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/CorporateActionBase/Types/Types.md new file mode 100644 index 0000000000..2e21eec641 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/CorporateActionBase/Types/Types.md @@ -0,0 +1,41 @@ +--- +id: "Types" +title: "Module: CorporateActionBase Types" +sidebar_label: "Types" +--- + +## Enumerations + +- [CorporateActionKind](../../../../../enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md) +- [TargetTreatment](../../../../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) + +## Interfaces + +- [CorporateActionTargets](../../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) +- [TaxWithholding](../../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md) + +## References + +### CorporateActionParams + +Renames and re-exports [Params](../../../../../interfaces/API/Entities/CorporateActionBase/Params/Params.md) + +## Type Aliases + +### InputTargets + +Ƭ **InputTargets**: [`Modify`](../../../../Types/Utils/Utils.md#modify)\<[`CorporateActionTargets`](../../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md), \{ `identities`: (`string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md))[] }\> + +#### Defined in + +[api/entities/CorporateActionBase/types.ts:21](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/types.ts#L21) + +___ + +### InputTaxWithholding + +Ƭ **InputTaxWithholding**: [`Modify`](../../../../Types/Utils/Utils.md#modify)\<[`TaxWithholding`](../../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md), \{ `identity`: `string` \| [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) }\> + +#### Defined in + +[api/entities/CorporateActionBase/types.ts:28](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/CorporateActionBase/types.ts#L28) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/DefaultPortfolio/DefaultPortfolio.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/DefaultPortfolio/DefaultPortfolio.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/DefaultPortfolio/DefaultPortfolio.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/DefaultPortfolio/DefaultPortfolio.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/DividendDistribution/DividendDistribution.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/DividendDistribution/DividendDistribution.md new file mode 100644 index 0000000000..cfd991eee0 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/DividendDistribution/DividendDistribution.md @@ -0,0 +1,24 @@ +--- +id: "DividendDistribution" +title: "Module: DividendDistribution" +sidebar_label: "DividendDistribution" +--- + +## Classes + +- [DividendDistribution](../../../../classes/API/Entities/DividendDistribution/DividendDistribution.md) + +## Interfaces + +- [DividendDistributionParams](../../../../interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md) +- [HumanReadable](../../../../interfaces/API/Entities/DividendDistribution/HumanReadable/HumanReadable.md) + +## Type Aliases + +### Params + +Ƭ **Params**: [`Params`](../../../../interfaces/API/Entities/CorporateAction/Params/Params.md) & [`DividendDistributionParams`](../../../../interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md) + +#### Defined in + +[api/entities/DividendDistribution/index.ts:81](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/DividendDistribution/index.ts#L81) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/DividendDistribution/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/DividendDistribution/Types/Types.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/DividendDistribution/Types/Types.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/DividendDistribution/Types/Types.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Entity/Entity.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Entity/Entity.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Entity/Entity.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Entity/Entity.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Identity/AssetPermissions/AssetPermissions.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Identity/AssetPermissions/AssetPermissions.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Identity/AssetPermissions/AssetPermissions.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Identity/AssetPermissions/AssetPermissions.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Identity/ChildIdentity/ChildIdentity.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Identity/ChildIdentity/ChildIdentity.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Identity/ChildIdentity/ChildIdentity.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Identity/ChildIdentity/ChildIdentity.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Identity/Identity.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Identity/Identity.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Identity/Identity.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Identity/Identity.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Identity/IdentityAuthorizations/IdentityAuthorizations.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Identity/Portfolios/Portfolios.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Identity/Portfolios/Portfolios.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Identity/Portfolios/Portfolios.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Identity/Portfolios/Portfolios.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Instruction/Instruction.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Instruction/Instruction.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Instruction/Instruction.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Instruction/Instruction.md diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Instruction/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Instruction/Types/Types.md new file mode 100644 index 0000000000..ee43192c0e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Instruction/Types/Types.md @@ -0,0 +1,89 @@ +--- +id: "Types" +title: "Module: Instruction Types" +sidebar_label: "Types" +--- + +## Enumerations + +- [AffirmationStatus](../../../../../enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md) +- [InstructionStatus](../../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md) +- [InstructionType](../../../../../enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md) + +## Interfaces + +- [FungibleLeg](../../../../../interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md) +- [GroupedInstructions](../../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md) +- [GroupedInvolvedInstructions](../../../../../interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md) +- [InstructionAffirmation](../../../../../interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md) +- [NftLeg](../../../../../interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md) +- [OffChainAffirmation](../../../../../interfaces/API/Entities/Instruction/Types/OffChainAffirmation/OffChainAffirmation.md) +- [OffChainLeg](../../../../../interfaces/API/Entities/Instruction/Types/OffChainLeg/OffChainLeg.md) + +## Type Aliases + +### InstructionDetails + +Ƭ **InstructionDetails**: \{ `createdAt`: `Date` \| ``null`` ; `memo`: `string` \| ``null`` ; `status`: [`InstructionStatus`](../../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md) ; `tradeDate`: `Date` \| ``null`` ; `valueDate`: `Date` \| ``null`` ; `venue`: [`Venue`](../../../../../classes/API/Entities/Venue/Venue.md) \| ``null`` } & [`InstructionEndCondition`](Types.md#instructionendcondition) + +#### Defined in + +[api/entities/Instruction/types.ts:40](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L40) + +___ + +### InstructionEndCondition + +Ƭ **InstructionEndCondition**: \{ `type`: [`SettleOnAffirmation`](../../../../../enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md#settleonaffirmation) } \| \{ `endBlock`: `BigNumber` ; `type`: [`SettleOnBlock`](../../../../../enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md#settleonblock) } \| \{ `endAfterBlock`: `BigNumber` ; `type`: [`SettleManual`](../../../../../enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md#settlemanual) } + +#### Defined in + +[api/entities/Instruction/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L27) + +___ + +### InstructionStatusResult + +Ƭ **InstructionStatusResult**: \{ `status`: [`Pending`](../../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md#pending) } \| \{ `eventIdentifier`: [`EventIdentifier`](../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md) ; `status`: `Exclude`\<[`InstructionStatus`](../../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md), [`Pending`](../../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md#pending)\> } + +#### Defined in + +[api/entities/Instruction/types.ts:106](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L106) + +___ + +### InstructionsByStatus + +Ƭ **InstructionsByStatus**: [`GroupedInstructions`](../../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md) & \{ `partiallyAffirmed`: [`Instruction`](../../../../../classes/API/Entities/Instruction/Instruction.md)[] } + +#### Defined in + +[api/entities/Instruction/types.ts:141](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L141) + +___ + +### Leg + +Ƭ **Leg**: [`FungibleLeg`](../../../../../interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md) \| [`NftLeg`](../../../../../interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md) \| [`OffChainLeg`](../../../../../interfaces/API/Entities/Instruction/Types/OffChainLeg/OffChainLeg.md) + +#### Defined in + +[api/entities/Instruction/types.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L87) + +___ + +### MediatorAffirmation + +Ƭ **MediatorAffirmation**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `expiry?` | `Date` | Affirmations may have an expiration time | +| `identity` | [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) | - | +| `status` | [`AffirmationStatus`](../../../../../enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md) | - | + +#### Defined in + +[api/entities/Instruction/types.ts:115](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Instruction/types.ts#L115) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/MetadataEntry/MetadataEntry.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/MetadataEntry/MetadataEntry.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/MetadataEntry/MetadataEntry.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/MetadataEntry/MetadataEntry.md diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/MetadataEntry/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/MetadataEntry/Types/Types.md new file mode 100644 index 0000000000..5bdd55e446 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/MetadataEntry/Types/Types.md @@ -0,0 +1,55 @@ +--- +id: "Types" +title: "Module: MetadataEntry Types" +sidebar_label: "Types" +--- + +## Enumerations + +- [MetadataLockStatus](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md) +- [MetadataType](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) + +## Interfaces + +- [MetadataDetails](../../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md) +- [MetadataSpec](../../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md) + +## Type Aliases + +### GlobalMetadataKey + +Ƭ **GlobalMetadataKey**: [`MetadataDetails`](../../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md) & \{ `id`: `BigNumber` } + +#### Defined in + +[api/entities/MetadataEntry/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/types.ts#L55) + +___ + +### MetadataValue + +Ƭ **MetadataValue**: \{ `value`: `string` } & [`MetadataValueDetails`](Types.md#metadatavaluedetails) + +#### Defined in + +[api/entities/MetadataEntry/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/types.ts#L51) + +___ + +### MetadataValueDetails + +Ƭ **MetadataValueDetails**: \{ `expiry`: `Date` \| ``null`` } & \{ `lockStatus`: `Exclude`\<[`MetadataLockStatus`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md), [`LockedUntil`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md#lockeduntil)\> } \| \{ `lockStatus`: [`LockedUntil`](../../../../../enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md#lockeduntil) ; `lockedUntil`: `Date` } + +#### Defined in + +[api/entities/MetadataEntry/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/types.ts#L27) + +___ + +### MetadataWithValue + +Ƭ **MetadataWithValue**: \{ `metadataEntry`: [`MetadataEntry`](../../../../../classes/API/Entities/MetadataEntry/MetadataEntry.md) } & [`MetadataDetails`](../../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md) & [`MetadataValue`](Types.md#metadatavalue) + +#### Defined in + +[api/entities/MetadataEntry/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MetadataEntry/types.ts#L59) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/MultiSigProposal/MultiSigProposal.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/MultiSigProposal/MultiSigProposal.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/MultiSigProposal/MultiSigProposal.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/MultiSigProposal/MultiSigProposal.md diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/MultiSigProposal/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/MultiSigProposal/Types/Types.md new file mode 100644 index 0000000000..3e449d17e5 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/MultiSigProposal/Types/Types.md @@ -0,0 +1,36 @@ +--- +id: "Types" +title: "Module: MultiSigProposal Types" +sidebar_label: "Types" +--- + +## Enumerations + +- [MultiSigProposalAction](../../../../../enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md) +- [ProposalStatus](../../../../../enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md) + +## Interfaces + +- [MultiSigProposalDetails](../../../../../interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md) + +## Type Aliases + +### AnyJson + +Ƭ **AnyJson**: `string` \| `number` \| `boolean` \| ``null`` \| `undefined` \| [`AnyJson`](Types.md#anyjson)[] \| \{ `[index: string]`: [`AnyJson`](Types.md#anyjson); } + +Represents JSON serializable data. Used for cases when the value can take on many types, like args for a MultiSig proposal. + +#### Defined in + +[api/entities/MultiSigProposal/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/types.ts#L18) + +___ + +### MultiSigProposalVote + +Ƭ **MultiSigProposalVote**: [`EventIdentifier`](../../../../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md) & \{ `action`: [`MultiSigProposalVoteActionEnum`](../../../../../enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md) ; `signer`: [`Signer`](../../Types/Types.md#signer) } + +#### Defined in + +[api/entities/MultiSigProposal/types.ts:69](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/MultiSigProposal/types.ts#L69) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/NumberedPortfolio/NumberedPortfolio.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/NumberedPortfolio/NumberedPortfolio.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/NumberedPortfolio/NumberedPortfolio.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/NumberedPortfolio/NumberedPortfolio.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Offering/Offering.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Offering/Offering.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Offering/Offering.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Offering/Offering.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Offering/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Offering/Types/Types.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Offering/Types/Types.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Offering/Types/Types.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/PermissionGroup/PermissionGroup.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/PermissionGroup/PermissionGroup.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/PermissionGroup/PermissionGroup.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/PermissionGroup/PermissionGroup.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Portfolio/Portfolio.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Portfolio/Portfolio.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Portfolio/Portfolio.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Portfolio/Portfolio.md diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Portfolio/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Portfolio/Types/Types.md new file mode 100644 index 0000000000..3b9cd8d9f1 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Portfolio/Types/Types.md @@ -0,0 +1,21 @@ +--- +id: "Types" +title: "Module: Portfolio Types" +sidebar_label: "Types" +--- + +## Interfaces + +- [HistoricSettlement](../../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md) +- [PortfolioBalance](../../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md) +- [PortfolioCollection](../../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md) + +## Type Aliases + +### SettlementLeg + +Ƭ **SettlementLeg**: [`Leg`](../../Instruction/Types/Types.md#leg) & \{ `direction`: [`SettlementDirectionEnum`](../../../../../enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md) } + +#### Defined in + +[api/entities/Portfolio/types.ts:27](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Portfolio/types.ts#L27) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Subsidies/Subsidies.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Subsidies/Subsidies.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Subsidies/Subsidies.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Subsidies/Subsidies.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Subsidy/Subsidy.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Subsidy/Subsidy.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Subsidy/Subsidy.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Subsidy/Subsidy.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Subsidy/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Subsidy/Types/Types.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Subsidy/Types/Types.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Subsidy/Types/Types.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/TickerReservation/TickerReservation.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/TickerReservation/TickerReservation.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/TickerReservation/TickerReservation.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/TickerReservation/TickerReservation.md diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/TickerReservation/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/TickerReservation/Types/Types.md new file mode 100644 index 0000000000..5b698f6f2a --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/TickerReservation/Types/Types.md @@ -0,0 +1,19 @@ +--- +id: "Types" +title: "Module: TickerReservation Types" +sidebar_label: "Types" +--- + +## Enumerations + +- [TickerReservationStatus](../../../../../enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md) + +## Type Aliases + +### TickerReservationDetails + +Ƭ **TickerReservationDetails**: \{ `expiryDate`: `Date` \| ``null`` ; `owner`: [`Identity`](../../../../../classes/API/Entities/Identity/Identity.md) \| ``null`` } & \{ `status`: [`Free`](../../../../../enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md#free) \| [`Reserved`](../../../../../enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md#reserved) } \| \{ `assetId`: `string` ; `status`: [`AssetCreated`](../../../../../enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md#assetcreated) } + +#### Defined in + +[api/entities/TickerReservation/types.ts:18](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/TickerReservation/types.ts#L18) diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Types/Types.md new file mode 100644 index 0000000000..870c030d0d --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Types/Types.md @@ -0,0 +1,1326 @@ +--- +id: "Types" +title: "Module: Entities Types" +sidebar_label: "Types" +--- + +## Enumerations + +- [AuthorizationType](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md) +- [ClaimType](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md) +- [ConditionTarget](../../../../enums/API/Entities/Types/ConditionTarget/ConditionTarget.md) +- [ConditionType](../../../../enums/API/Entities/Types/ConditionType/ConditionType.md) +- [PermissionGroupType](../../../../enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md) +- [PermissionType](../../../../enums/API/Entities/Types/PermissionType/PermissionType.md) +- [ScopeType](../../../../enums/API/Entities/Types/ScopeType/ScopeType.md) +- [SignerType](../../../../enums/API/Entities/Types/SignerType/SignerType.md) +- [StatType](../../../../enums/API/Entities/Types/StatType/StatType.md) + +## Interfaces + +- [AccreditedClaim](../../../../interfaces/API/Entities/Types/AccreditedClaim/AccreditedClaim.md) +- [ActiveTransferRestrictions](../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md) +- [AddCountStatInput](../../../../interfaces/API/Entities/Types/AddCountStatInput/AddCountStatInput.md) +- [AffiliateClaim](../../../../interfaces/API/Entities/Types/AffiliateClaim/AffiliateClaim.md) +- [BlockedClaim](../../../../interfaces/API/Entities/Types/BlockedClaim/BlockedClaim.md) +- [BuyLockupClaim](../../../../interfaces/API/Entities/Types/BuyLockupClaim/BuyLockupClaim.md) +- [CddClaim](../../../../interfaces/API/Entities/Types/CddClaim/CddClaim.md) +- [CheckPermissionsResult](../../../../interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md) +- [CheckRolesResult](../../../../interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md) +- [CheckpointWithData](../../../../interfaces/API/Entities/Types/CheckpointWithData/CheckpointWithData.md) +- [ClaimCountTransferRestriction](../../../../interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md) +- [ClaimData](../../../../interfaces/API/Entities/Types/ClaimData/ClaimData.md) +- [ClaimPercentageTransferRestriction](../../../../interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md) +- [ClaimScope](../../../../interfaces/API/Entities/Types/ClaimScope/ClaimScope.md) +- [ClaimTarget](../../../../interfaces/API/Entities/Types/ClaimTarget/ClaimTarget.md) +- [Compliance](../../../../interfaces/API/Entities/Types/Compliance/Compliance.md) +- [ComplianceRequirements](../../../../interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md) +- [ConditionBase](../../../../interfaces/API/Entities/Types/ConditionBase/ConditionBase.md) +- [ConditionCompliance](../../../../interfaces/API/Entities/Types/ConditionCompliance/ConditionCompliance.md) +- [CountTransferRestriction](../../../../interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md) +- [CustomClaim](../../../../interfaces/API/Entities/Types/CustomClaim/CustomClaim.md) +- [DistributionPayment](../../../../interfaces/API/Entities/Types/DistributionPayment/DistributionPayment.md) +- [DistributionWithDetails](../../../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md) +- [ExemptedClaim](../../../../interfaces/API/Entities/Types/ExemptedClaim/ExemptedClaim.md) +- [ExternalAgentCondition](../../../../interfaces/API/Entities/Types/ExternalAgentCondition/ExternalAgentCondition.md) +- [FungiblePortfolioMovement](../../../../interfaces/API/Entities/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md) +- [IdentityCondition](../../../../interfaces/API/Entities/Types/IdentityCondition/IdentityCondition.md) +- [IdentityWithClaims](../../../../interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md) +- [JurisdictionClaim](../../../../interfaces/API/Entities/Types/JurisdictionClaim/JurisdictionClaim.md) +- [KycClaim](../../../../interfaces/API/Entities/Types/KycClaim/KycClaim.md) +- [MiddlewarePaginationOptions](../../../../interfaces/API/Entities/Types/MiddlewarePaginationOptions/MiddlewarePaginationOptions.md) +- [MultiClaimCondition](../../../../interfaces/API/Entities/Types/MultiClaimCondition/MultiClaimCondition.md) +- [OfferingWithDetails](../../../../interfaces/API/Entities/Types/OfferingWithDetails/OfferingWithDetails.md) +- [PaginationOptions](../../../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) +- [PercentageTransferRestriction](../../../../interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md) +- [PermissionGroups](../../../../interfaces/API/Entities/Types/PermissionGroups/PermissionGroups.md) +- [PermissionedAccount](../../../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md) +- [Permissions](../../../../interfaces/API/Entities/Types/Permissions/Permissions.md) +- [Requirement](../../../../interfaces/API/Entities/Types/Requirement/Requirement.md) +- [RequirementCompliance](../../../../interfaces/API/Entities/Types/RequirementCompliance/RequirementCompliance.md) +- [ResultSet](../../../../interfaces/API/Entities/Types/ResultSet/ResultSet.md) +- [ScheduleWithDetails](../../../../interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md) +- [Scope](../../../../interfaces/API/Entities/Types/Scope/Scope.md) +- [SectionPermissions](../../../../interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md) +- [SellLockupClaim](../../../../interfaces/API/Entities/Types/SellLockupClaim/SellLockupClaim.md) +- [SignerValue](../../../../interfaces/API/Entities/Types/SignerValue/SignerValue.md) +- [SimplePermissions](../../../../interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md) +- [SingleClaimCondition](../../../../interfaces/API/Entities/Types/SingleClaimCondition/SingleClaimCondition.md) +- [StatAccreditedClaimInput](../../../../interfaces/API/Entities/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md) +- [StatAffiliateClaimInput](../../../../interfaces/API/Entities/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md) +- [StatClaimIssuer](../../../../interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md) +- [StatJurisdictionClaimInput](../../../../interfaces/API/Entities/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md) +- [TransactionPermissions](../../../../interfaces/API/Entities/Types/TransactionPermissions/TransactionPermissions.md) +- [TrustedClaimIssuer](../../../../interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md) + +## References + +### AccountBalance + +Re-exports [AccountBalance](../Account/Types/Types.md#accountbalance) + +___ + +### AccountIdentityRelation + +Re-exports [AccountIdentityRelation](../../../../enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md) + +___ + +### AccountKeyType + +Re-exports [AccountKeyType](../../../../enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md) + +___ + +### AccountTypeInfo + +Re-exports [AccountTypeInfo](../../../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md) + +___ + +### AffirmationStatus + +Re-exports [AffirmationStatus](../../../../enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md) + +___ + +### AgentWithGroup + +Re-exports [AgentWithGroup](../../../../interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md) + +___ + +### AnyJson + +Re-exports [AnyJson](../MultiSigProposal/Types/Types.md#anyjson) + +___ + +### Asset + +Re-exports [Asset](../Asset/Types/Types.md#asset) + +___ + +### AssetDetails + +Re-exports [AssetDetails](../../../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md) + +___ + +### AssetDocument + +Re-exports [AssetDocument](../../../../interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md) + +___ + +### AssetWithGroup + +Re-exports [AssetWithGroup](../../../../interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md) + +___ + +### Balance + +Re-exports [Balance](../../../../interfaces/API/Entities/Account/Types/Balance/Balance.md) + +___ + +### BaseHistoricAssetTransaction + +Re-exports [BaseHistoricAssetTransaction](../../../../interfaces/API/Entities/Asset/Types/BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md) + +___ + +### CaCheckpointType + +Re-exports [CaCheckpointType](../../../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md) + +___ + +### CheckpointScheduleParams + +Re-exports [CheckpointScheduleParams](../CheckpointSchedule/Types/Types.md#checkpointscheduleparams) + +___ + +### CollectionKey + +Re-exports [CollectionKey](../Asset/Types/Types.md#collectionkey) + +___ + +### CorporateActionDefaultConfig + +Re-exports [CorporateActionDefaultConfig](../../../../interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md) + +___ + +### CorporateActionKind + +Re-exports [CorporateActionKind](../../../../enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md) + +___ + +### CorporateActionParams + +Renames and re-exports [Params](../../../../interfaces/API/Entities/CorporateActionBase/Params/Params.md) + +___ + +### CorporateActionTargets + +Re-exports [CorporateActionTargets](../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) + +___ + +### DistributionParticipant + +Re-exports [DistributionParticipant](../../../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md) + +___ + +### DividendDistributionDetails + +Re-exports [DividendDistributionDetails](../../../../interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md) + +___ + +### DividendDistributionParams + +Re-exports [DividendDistributionParams](../../../../interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md) + +___ + +### FungibleLeg + +Re-exports [FungibleLeg](../../../../interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md) + +___ + +### GlobalMetadataKey + +Re-exports [GlobalMetadataKey](../MetadataEntry/Types/Types.md#globalmetadatakey) + +___ + +### GroupedInstructions + +Re-exports [GroupedInstructions](../../../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md) + +___ + +### GroupedInvolvedInstructions + +Re-exports [GroupedInvolvedInstructions](../../../../interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md) + +___ + +### HeldNfts + +Re-exports [HeldNfts](../../../../interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md) + +___ + +### HistoricAgentOperation + +Re-exports [HistoricAgentOperation](../../../../interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md) + +___ + +### HistoricAssetTransaction + +Re-exports [HistoricAssetTransaction](../../../../interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md) + +___ + +### HistoricInstruction + +Re-exports [HistoricInstruction](../Venue/Types/Types.md#historicinstruction) + +___ + +### HistoricNftTransaction + +Re-exports [HistoricNftTransaction](../../../../interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md) + +___ + +### HistoricPolyxTransaction + +Re-exports [HistoricPolyxTransaction](../../../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md) + +___ + +### HistoricSettlement + +Re-exports [HistoricSettlement](../../../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md) + +___ + +### HistoricalMultiSigProposal + +Re-exports [HistoricalMultiSigProposal](../../../../interfaces/API/Entities/Account/MultiSig/Types/HistoricalMultiSigProposal/HistoricalMultiSigProposal.md) + +___ + +### IdentityBalance + +Re-exports [IdentityBalance](../../../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md) + +___ + +### IdentityHeldNfts + +Re-exports [IdentityHeldNfts](../../../../interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md) + +___ + +### InputCaCheckpoint + +Re-exports [InputCaCheckpoint](../Asset/Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) + +___ + +### InputTargets + +Re-exports [InputTargets](../CorporateActionBase/Types/Types.md#inputtargets) + +___ + +### InputTaxWithholding + +Re-exports [InputTaxWithholding](../CorporateActionBase/Types/Types.md#inputtaxwithholding) + +___ + +### InstructionAffirmation + +Re-exports [InstructionAffirmation](../../../../interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md) + +___ + +### InstructionDetails + +Re-exports [InstructionDetails](../Instruction/Types/Types.md#instructiondetails) + +___ + +### InstructionEndCondition + +Re-exports [InstructionEndCondition](../Instruction/Types/Types.md#instructionendcondition) + +___ + +### InstructionStatus + +Re-exports [InstructionStatus](../../../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md) + +___ + +### InstructionStatusResult + +Re-exports [InstructionStatusResult](../Instruction/Types/Types.md#instructionstatusresult) + +___ + +### InstructionType + +Re-exports [InstructionType](../../../../enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md) + +___ + +### InstructionsByStatus + +Re-exports [InstructionsByStatus](../Instruction/Types/Types.md#instructionsbystatus) + +___ + +### Investment + +Re-exports [Investment](../../../../interfaces/API/Entities/Offering/Types/Investment/Investment.md) + +___ + +### KnownAssetType + +Re-exports [KnownAssetType](../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) + +___ + +### KnownNftType + +Re-exports [KnownNftType](../../../../enums/API/Entities/Asset/Types/KnownNftType/KnownNftType.md) + +___ + +### Leg + +Re-exports [Leg](../Instruction/Types/Types.md#leg) + +___ + +### MediatorAffirmation + +Re-exports [MediatorAffirmation](../Instruction/Types/Types.md#mediatoraffirmation) + +___ + +### MetadataDetails + +Re-exports [MetadataDetails](../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md) + +___ + +### MetadataKeyId + +Re-exports [MetadataKeyId](../Asset/Types/Types.md#metadatakeyid) + +___ + +### MetadataLockStatus + +Re-exports [MetadataLockStatus](../../../../enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md) + +___ + +### MetadataSpec + +Re-exports [MetadataSpec](../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md) + +___ + +### MetadataType + +Re-exports [MetadataType](../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) + +___ + +### MetadataValue + +Re-exports [MetadataValue](../MetadataEntry/Types/Types.md#metadatavalue) + +___ + +### MetadataValueDetails + +Re-exports [MetadataValueDetails](../MetadataEntry/Types/Types.md#metadatavaluedetails) + +___ + +### MetadataWithValue + +Re-exports [MetadataWithValue](../MetadataEntry/Types/Types.md#metadatawithvalue) + +___ + +### MultiSigDetails + +Re-exports [MultiSigDetails](../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md) + +___ + +### MultiSigProposalAction + +Re-exports [MultiSigProposalAction](../../../../enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md) + +___ + +### MultiSigProposalDetails + +Re-exports [MultiSigProposalDetails](../../../../interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md) + +___ + +### MultiSigProposalVote + +Re-exports [MultiSigProposalVote](../MultiSigProposal/Types/Types.md#multisigproposalvote) + +___ + +### MultiSigSigners + +Re-exports [MultiSigSigners](../../../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md) + +___ + +### NftLeg + +Re-exports [NftLeg](../../../../interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md) + +___ + +### NftMetadata + +Re-exports [NftMetadata](../../../../interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md) + +___ + +### OffChainAffirmation + +Re-exports [OffChainAffirmation](../../../../interfaces/API/Entities/Instruction/Types/OffChainAffirmation/OffChainAffirmation.md) + +___ + +### OffChainLeg + +Re-exports [OffChainLeg](../../../../interfaces/API/Entities/Instruction/Types/OffChainLeg/OffChainLeg.md) + +___ + +### OfferingBalanceStatus + +Re-exports [OfferingBalanceStatus](../../../../enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md) + +___ + +### OfferingDetails + +Re-exports [OfferingDetails](../../../../interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md) + +___ + +### OfferingSaleStatus + +Re-exports [OfferingSaleStatus](../../../../enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md) + +___ + +### OfferingStatus + +Re-exports [OfferingStatus](../../../../interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md) + +___ + +### OfferingTier + +Re-exports [OfferingTier](../../../../interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md) + +___ + +### OfferingTimingStatus + +Re-exports [OfferingTimingStatus](../../../../enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md) + +___ + +### PortfolioBalance + +Re-exports [PortfolioBalance](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md) + +___ + +### PortfolioCollection + +Re-exports [PortfolioCollection](../../../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md) + +___ + +### ProposalStatus + +Re-exports [ProposalStatus](../../../../enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md) + +___ + +### ScheduleDetails + +Re-exports [ScheduleDetails](../../../../interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md) + +___ + +### SecurityIdentifier + +Re-exports [SecurityIdentifier](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md) + +___ + +### SecurityIdentifierType + +Re-exports [SecurityIdentifierType](../../../../enums/API/Entities/Asset/Types/SecurityIdentifierType/SecurityIdentifierType.md) + +___ + +### SettlementLeg + +Re-exports [SettlementLeg](../Portfolio/Types/Types.md#settlementleg) + +___ + +### SubsidyData + +Re-exports [SubsidyData](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md) + +___ + +### SubsidyWithAllowance + +Re-exports [SubsidyWithAllowance](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md) + +___ + +### TargetTreatment + +Re-exports [TargetTreatment](../../../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) + +___ + +### TaxWithholding + +Re-exports [TaxWithholding](../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md) + +___ + +### TickerReservationDetails + +Re-exports [TickerReservationDetails](../TickerReservation/Types/Types.md#tickerreservationdetails) + +___ + +### TickerReservationStatus + +Re-exports [TickerReservationStatus](../../../../enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md) + +___ + +### Tier + +Re-exports [Tier](../../../../interfaces/API/Entities/Offering/Types/Tier/Tier.md) + +___ + +### TransferBreakdown + +Re-exports [TransferBreakdown](../../../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md) + +___ + +### TransferError + +Re-exports [TransferError](../../../../enums/API/Entities/Asset/Types/TransferError/TransferError.md) + +___ + +### TransferRestrictionResult + +Re-exports [TransferRestrictionResult](../../../../interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md) + +___ + +### TransferStatus + +Re-exports [TransferStatus](../../../../enums/API/Entities/Asset/Types/TransferStatus/TransferStatus.md) + +___ + +### UniqueIdentifiers + +Re-exports [UniqueIdentifiers](../../../../interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md) + +___ + +### VenueDetails + +Re-exports [VenueDetails](../../../../interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md) + +___ + +### VenueFilteringDetails + +Re-exports [VenueFilteringDetails](../../../../interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md) + +___ + +### VenueType + +Re-exports [VenueType](../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) + +## Type Aliases + +### Account + +Ƭ **Account**: [`Account`](../../../../classes/API/Entities/Account/Account.md) + +#### Defined in + +[api/entities/types.ts:43](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L43) + +___ + +### ActiveStats + +Ƭ **ActiveStats**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `claims?` | \{ `claimType`: [`ClaimType`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md) ; `issuer`: [`Identity`](Types.md#identity) }[] | +| `isSet` | `boolean` | + +#### Defined in + +[api/entities/types.ts:833](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L833) + +___ + +### AddRelayerPayingKeyAuthorizationData + +Ƭ **AddRelayerPayingKeyAuthorizationData**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `type` | [`AddRelayerPayingKey`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#addrelayerpayingkey) | +| `value` | [`SubsidyData`](../../../../interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md) | + +#### Defined in + +[api/entities/types.ts:461](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L461) + +___ + +### AttestPrimaryKeyRotationAuthorizationData + +Ƭ **AttestPrimaryKeyRotationAuthorizationData**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `type` | [`AttestPrimaryKeyRotation`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#attestprimarykeyrotation) | +| `value` | [`Identity`](Types.md#identity) | + +#### Defined in + +[api/entities/types.ts:432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L432) + +___ + +### Authorization + +Ƭ **Authorization**: [`AttestPrimaryKeyRotationAuthorizationData`](Types.md#attestprimarykeyrotationauthorizationdata) \| [`RotatePrimaryKeyAuthorizationData`](Types.md#rotateprimarykeyauthorizationdata) \| [`JoinIdentityAuthorizationData`](Types.md#joinidentityauthorizationdata) \| [`PortfolioCustodyAuthorizationData`](Types.md#portfoliocustodyauthorizationdata) \| [`BecomeAgentAuthorizationData`](Types.md#becomeagentauthorizationdata) \| [`AddRelayerPayingKeyAuthorizationData`](Types.md#addrelayerpayingkeyauthorizationdata) \| [`RotatePrimaryKeyToSecondaryData`](Types.md#rotateprimarykeytosecondarydata) \| [`GenericAuthorizationData`](Types.md#genericauthorizationdata) + +Authorization request data corresponding to type + +#### Defined in + +[api/entities/types.ts:482](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L482) + +___ + +### AuthorizationRequest + +Ƭ **AuthorizationRequest**: [`AuthorizationRequest`](../../../../classes/API/Entities/AuthorizationRequest/AuthorizationRequest.md) + +#### Defined in + +[api/entities/types.ts:46](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L46) + +___ + +### BecomeAgentAuthorizationData + +Ƭ **BecomeAgentAuthorizationData**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `type` | [`BecomeAgent`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#becomeagent) | +| `value` | [`KnownPermissionGroup`](Types.md#knownpermissiongroup) \| [`CustomPermissionGroup`](Types.md#custompermissiongroup) | + +#### Defined in + +[api/entities/types.ts:456](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L456) + +___ + +### Checkpoint + +Ƭ **Checkpoint**: [`Checkpoint`](../../../../classes/API/Entities/Checkpoint/Checkpoint.md) + +#### Defined in + +[api/entities/types.ts:47](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L47) + +___ + +### CheckpointSchedule + +Ƭ **CheckpointSchedule**: [`CheckpointSchedule`](../../../../classes/API/Entities/CheckpointSchedule/CheckpointSchedule.md) + +#### Defined in + +[api/entities/types.ts:48](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L48) + +___ + +### ChildIdentity + +Ƭ **ChildIdentity**: [`ChildIdentity`](../../../../classes/API/Entities/Identity/ChildIdentity/ChildIdentity.md) + +#### Defined in + +[api/entities/types.ts:55](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L55) + +___ + +### Claim + +Ƭ **Claim**: [`ScopedClaim`](Types.md#scopedclaim) \| [`UnscopedClaim`](Types.md#unscopedclaim) + +#### Defined in + +[api/entities/types.ts:240](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L240) + +___ + +### ClaimCountStatInput + +Ƭ **ClaimCountStatInput**: \{ `claimType`: [`Accredited`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#accredited) ; `issuer`: [`Identity`](Types.md#identity) ; `value`: \{ `accredited`: `BigNumber` ; `nonAccredited`: `BigNumber` } } \| \{ `claimType`: [`Affiliate`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#affiliate) ; `issuer`: [`Identity`](Types.md#identity) ; `value`: \{ `affiliate`: `BigNumber` ; `nonAffiliate`: `BigNumber` } } \| \{ `claimType`: [`Jurisdiction`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#jurisdiction) ; `issuer`: [`Identity`](Types.md#identity) ; `value`: \{ `count`: `BigNumber` ; `countryCode`: [`CountryCode`](../../../../enums/Generated/Types/CountryCode/CountryCode.md) }[] } + +#### Defined in + +[api/entities/types.ts:565](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L565) + +___ + +### Condition + +Ƭ **Condition**: [`SingleClaimCondition`](../../../../interfaces/API/Entities/Types/SingleClaimCondition/SingleClaimCondition.md) \| [`MultiClaimCondition`](../../../../interfaces/API/Entities/Types/MultiClaimCondition/MultiClaimCondition.md) \| [`IdentityCondition`](../../../../interfaces/API/Entities/Types/IdentityCondition/IdentityCondition.md) \| [`ExternalAgentCondition`](../../../../interfaces/API/Entities/Types/ExternalAgentCondition/ExternalAgentCondition.md) & [`ConditionBase`](../../../../interfaces/API/Entities/Types/ConditionBase/ConditionBase.md) + +#### Defined in + +[api/entities/types.ts:374](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L374) + +___ + +### CorporateAction + +Ƭ **CorporateAction**: [`CorporateAction`](../../../../classes/API/Entities/CorporateAction/CorporateAction.md) + +#### Defined in + +[api/entities/types.ts:49](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L49) + +___ + +### CustomClaimWithoutScope + +Ƭ **CustomClaimWithoutScope**: `Omit`\<[`CustomClaim`](../../../../interfaces/API/Entities/Types/CustomClaim/CustomClaim.md), ``"scope"``\> & \{ `scope`: `undefined` } + +#### Defined in + +[api/entities/types.ts:220](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L220) + +___ + +### CustomPermissionGroup + +Ƭ **CustomPermissionGroup**: [`CustomPermissionGroup`](../../../../classes/API/Entities/CustomPermissionGroup/CustomPermissionGroup.md) + +#### Defined in + +[api/entities/types.ts:50](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L50) + +___ + +### DefaultPortfolio + +Ƭ **DefaultPortfolio**: [`DefaultPortfolio`](../../../../classes/API/Entities/DefaultPortfolio/DefaultPortfolio.md) + +#### Defined in + +[api/entities/types.ts:51](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L51) + +___ + +### DefaultTrustedClaimIssuer + +Ƭ **DefaultTrustedClaimIssuer**: [`DefaultTrustedClaimIssuer`](../../../../classes/API/Entities/DefaultTrustedClaimIssuer/DefaultTrustedClaimIssuer.md) + +#### Defined in + +[api/entities/types.ts:52](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L52) + +___ + +### DividendDistribution + +Ƭ **DividendDistribution**: [`DividendDistribution`](../../../../classes/API/Entities/DividendDistribution/DividendDistribution.md) + +#### Defined in + +[api/entities/types.ts:53](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L53) + +___ + +### FungibleAsset + +Ƭ **FungibleAsset**: [`FungibleAsset`](../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) + +#### Defined in + +[api/entities/types.ts:59](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L59) + +___ + +### GenericAuthorizationData + +Ƭ **GenericAuthorizationData**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `type` | `Exclude`\<[`AuthorizationType`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md), [`RotatePrimaryKey`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#rotateprimarykey) \| [`JoinIdentity`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#joinidentity) \| [`PortfolioCustody`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#portfoliocustody) \| [`BecomeAgent`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#becomeagent) \| [`AddRelayerPayingKey`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#addrelayerpayingkey) \| [`RotatePrimaryKeyToSecondary`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#rotateprimarykeytosecondary) \| [`AttestPrimaryKeyRotation`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#attestprimarykeyrotation)\> | +| `value` | `string` | + +#### Defined in + +[api/entities/types.ts:466](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L466) + +___ + +### GroupPermissions + +Ƭ **GroupPermissions**: `Pick`\<[`Permissions`](../../../../interfaces/API/Entities/Types/Permissions/Permissions.md), ``"transactions"`` \| ``"transactionGroups"``\> + +Asset permissions shared by agents in a group + +#### Defined in + +[api/entities/types.ts:667](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L667) + +___ + +### Identity + +Ƭ **Identity**: [`Identity`](../../../../classes/API/Entities/Identity/Identity.md) + +#### Defined in + +[api/entities/types.ts:54](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L54) + +___ + +### InputCondition + +Ƭ **InputCondition**: [`SingleClaimCondition`](../../../../interfaces/API/Entities/Types/SingleClaimCondition/SingleClaimCondition.md) \| [`MultiClaimCondition`](../../../../interfaces/API/Entities/Types/MultiClaimCondition/MultiClaimCondition.md) \| [`Modify`](../../../Types/Utils/Utils.md#modify)\<[`IdentityCondition`](../../../../interfaces/API/Entities/Types/IdentityCondition/IdentityCondition.md), \{ `identity`: `string` \| [`Identity`](Types.md#identity) }\> \| [`ExternalAgentCondition`](../../../../interfaces/API/Entities/Types/ExternalAgentCondition/ExternalAgentCondition.md) & [`InputConditionBase`](Types.md#inputconditionbase) + +#### Defined in + +[api/entities/types.ts:382](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L382) + +___ + +### InputConditionBase + +Ƭ **InputConditionBase**: [`Modify`](../../../Types/Utils/Utils.md#modify)\<[`ConditionBase`](../../../../interfaces/API/Entities/Types/ConditionBase/ConditionBase.md), \{ `trustedClaimIssuers?`: [`InputTrustedClaimIssuer`](Types.md#inputtrustedclaimissuer)[] }\> + +#### Defined in + +[api/entities/types.ts:345](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L345) + +___ + +### InputRequirement + +Ƭ **InputRequirement**: [`Modify`](../../../Types/Utils/Utils.md#modify)\<[`Requirement`](../../../../interfaces/API/Entities/Types/Requirement/Requirement.md), \{ `conditions`: [`InputCondition`](Types.md#inputcondition)[] }\> + +#### Defined in + +[api/entities/types.ts:408](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L408) + +___ + +### InputStatClaim + +Ƭ **InputStatClaim**: [`StatJurisdictionClaimInput`](../../../../interfaces/API/Entities/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md) \| [`StatAccreditedClaimInput`](../../../../interfaces/API/Entities/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md) \| [`StatAffiliateClaimInput`](../../../../interfaces/API/Entities/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md) + +#### Defined in + +[api/entities/types.ts:268](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L268) + +___ + +### InputStatType + +Ƭ **InputStatType**: \{ `type`: [`Count`](../../../../enums/API/Entities/Types/StatType/StatType.md#count) \| [`Balance`](../../../../enums/API/Entities/Types/StatType/StatType.md#balance) } \| \{ `claimIssuer`: [`StatClaimIssuer`](../../../../interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md) ; `type`: [`ScopedCount`](../../../../enums/API/Entities/Types/StatType/StatType.md#scopedcount) \| [`ScopedBalance`](../../../../enums/API/Entities/Types/StatType/StatType.md#scopedbalance) } + +#### Defined in + +[api/entities/types.ts:273](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L273) + +___ + +### InputTrustedClaimIssuer + +Ƭ **InputTrustedClaimIssuer**: [`Modify`](../../../Types/Utils/Utils.md#modify)\<[`TrustedClaimIssuer`](../../../../interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md), \{ `identity`: `string` \| [`Identity`](Types.md#identity) }\> + +#### Defined in + +[api/entities/types.ts:321](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L321) + +___ + +### Instruction + +Ƭ **Instruction**: [`Instruction`](../../../../classes/API/Entities/Instruction/Instruction.md) + +#### Defined in + +[api/entities/types.ts:56](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L56) + +___ + +### JoinIdentityAuthorizationData + +Ƭ **JoinIdentityAuthorizationData**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `type` | [`JoinIdentity`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#joinidentity) | +| `value` | [`Permissions`](../../../../interfaces/API/Entities/Types/Permissions/Permissions.md) | + +#### Defined in + +[api/entities/types.ts:446](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L446) + +___ + +### KnownPermissionGroup + +Ƭ **KnownPermissionGroup**: [`KnownPermissionGroup`](../../../../classes/API/Entities/KnownPermissionGroup/KnownPermissionGroup.md) + +#### Defined in + +[api/entities/types.ts:57](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L57) + +___ + +### MetadataEntry + +Ƭ **MetadataEntry**: [`MetadataEntry`](../../../../classes/API/Entities/MetadataEntry/MetadataEntry.md) + +#### Defined in + +[api/entities/types.ts:62](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L62) + +___ + +### MultiSig + +Ƭ **MultiSig**: [`MultiSig`](../../../../classes/API/Entities/Account/MultiSig/MultiSig.md) + +#### Defined in + +[api/entities/types.ts:44](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L44) + +___ + +### MultiSigProposal + +Ƭ **MultiSigProposal**: [`MultiSigProposal`](../../../../classes/API/Entities/MultiSigProposal/MultiSigProposal.md) + +#### Defined in + +[api/entities/types.ts:45](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L45) + +___ + +### NextKey + +Ƭ **NextKey**: `string` \| `BigNumber` \| ``null`` + +#### Defined in + +[api/entities/types.ts:97](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L97) + +___ + +### Nft + +Ƭ **Nft**: [`Nft`](../../../../classes/API/Entities/Asset/NonFungible/Nft/Nft.md) + +#### Defined in + +[api/entities/types.ts:60](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L60) + +___ + +### NftCollection + +Ƭ **NftCollection**: [`NftCollection`](../../../../classes/API/Entities/Asset/NonFungible/NftCollection/NftCollection.md) + +#### Defined in + +[api/entities/types.ts:61](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L61) + +___ + +### NonFungiblePortfolioMovement + +Ƭ **NonFungiblePortfolioMovement**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `asset` | [`NftCollection`](Types.md#nftcollection) \| `string` | - | +| `memo?` | `string` | identifier string to help differentiate transfers | +| `nfts` | ([`Nft`](Types.md#nft) \| `BigNumber`)[] | - | + +#### Defined in + +[api/entities/types.ts:822](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L822) + +___ + +### NumberedPortfolio + +Ƭ **NumberedPortfolio**: [`NumberedPortfolio`](../../../../classes/API/Entities/NumberedPortfolio/NumberedPortfolio.md) + +#### Defined in + +[api/entities/types.ts:58](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L58) + +___ + +### Offering + +Ƭ **Offering**: [`Offering`](../../../../classes/API/Entities/Offering/Offering.md) + +#### Defined in + +[api/entities/types.ts:63](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L63) + +___ + +### PermissionsLike + +Ƭ **PermissionsLike**: \{ `assets?`: [`SectionPermissions`](../../../../interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md)\<`string` \| [`FungibleAsset`](Types.md#fungibleasset)\> \| ``null`` ; `portfolios?`: [`SectionPermissions`](../../../../interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md)\<[`PortfolioLike`](Types.md#portfoliolike)\> \| ``null`` } & \{ `transactions?`: [`TransactionPermissions`](../../../../interfaces/API/Entities/Types/TransactionPermissions/TransactionPermissions.md) \| ``null`` } \| \{ `transactionGroups?`: [`TxGroup`](../../../../enums/API/Procedures/Types/TxGroup/TxGroup.md)[] } + +Permissions to grant to a Signer over an Identity + +[Permissions](../../../../interfaces/API/Entities/Types/Permissions/Permissions.md) + +**`Note`** + +TxGroups in the `transactionGroups` array will be transformed into their corresponding `TxTag`s + +#### Defined in + +[api/entities/types.ts:792](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L792) + +___ + +### PortfolioCustodyAuthorizationData + +Ƭ **PortfolioCustodyAuthorizationData**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `type` | [`PortfolioCustody`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#portfoliocustody) | +| `value` | [`NumberedPortfolio`](Types.md#numberedportfolio) \| [`DefaultPortfolio`](Types.md#defaultportfolio) | + +#### Defined in + +[api/entities/types.ts:451](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L451) + +___ + +### PortfolioLike + +Ƭ **PortfolioLike**: `string` \| [`Identity`](Types.md#identity) \| [`NumberedPortfolio`](Types.md#numberedportfolio) \| [`DefaultPortfolio`](Types.md#defaultportfolio) \| \{ `id`: `BigNumber` ; `identity`: `string` \| [`Identity`](Types.md#identity) } + +#### Defined in + +[api/entities/types.ts:778](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L778) + +___ + +### PortfolioMovement + +Ƭ **PortfolioMovement**: [`FungiblePortfolioMovement`](../../../../interfaces/API/Entities/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md) \| [`NonFungiblePortfolioMovement`](Types.md#nonfungibleportfoliomovement) + +#### Defined in + +[api/entities/types.ts:831](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L831) + +___ + +### RotatePrimaryKeyAuthorizationData + +Ƭ **RotatePrimaryKeyAuthorizationData**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `type` | [`RotatePrimaryKey`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#rotateprimarykey) | + +#### Defined in + +[api/entities/types.ts:437](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L437) + +___ + +### RotatePrimaryKeyToSecondaryData + +Ƭ **RotatePrimaryKeyToSecondaryData**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `type` | [`RotatePrimaryKeyToSecondary`](../../../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md#rotateprimarykeytosecondary) | +| `value` | [`Permissions`](../../../../interfaces/API/Entities/Types/Permissions/Permissions.md) | + +#### Defined in + +[api/entities/types.ts:441](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L441) + +___ + +### ScopedClaim + +Ƭ **ScopedClaim**: [`JurisdictionClaim`](../../../../interfaces/API/Entities/Types/JurisdictionClaim/JurisdictionClaim.md) \| [`AccreditedClaim`](../../../../interfaces/API/Entities/Types/AccreditedClaim/AccreditedClaim.md) \| [`AffiliateClaim`](../../../../interfaces/API/Entities/Types/AffiliateClaim/AffiliateClaim.md) \| [`BuyLockupClaim`](../../../../interfaces/API/Entities/Types/BuyLockupClaim/BuyLockupClaim.md) \| [`SellLockupClaim`](../../../../interfaces/API/Entities/Types/SellLockupClaim/SellLockupClaim.md) \| [`KycClaim`](../../../../interfaces/API/Entities/Types/KycClaim/KycClaim.md) \| [`ExemptedClaim`](../../../../interfaces/API/Entities/Types/ExemptedClaim/ExemptedClaim.md) \| [`BlockedClaim`](../../../../interfaces/API/Entities/Types/BlockedClaim/BlockedClaim.md) \| [`CustomClaim`](../../../../interfaces/API/Entities/Types/CustomClaim/CustomClaim.md) + +#### Defined in + +[api/entities/types.ts:227](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L227) + +___ + +### Signer + +Ƭ **Signer**: [`Identity`](Types.md#identity) \| [`Account`](Types.md#account) + +#### Defined in + +[api/entities/types.ts:760](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L760) + +___ + +### StatClaimType + +Ƭ **StatClaimType**: [`Accredited`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#accredited) \| [`Affiliate`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#affiliate) \| [`Jurisdiction`](../../../../enums/API/Entities/Types/ClaimType/ClaimType.md#jurisdiction) + +#### Defined in + +[api/entities/types.ts:251](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L251) + +___ + +### SubCallback + +Ƭ **SubCallback**\<`T`\>: (`result`: `T`) => `void` \| `Promise`\<`void`\> + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Type declaration + +▸ (`result`): `void` \| `Promise`\<`void`\> + +##### Parameters + +| Name | Type | +| :------ | :------ | +| `result` | `T` | + +##### Returns + +`void` \| `Promise`\<`void`\> + +#### Defined in + +[api/entities/types.ts:83](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L83) + +___ + +### Subsidy + +Ƭ **Subsidy**: [`Subsidy`](../../../../classes/API/Entities/Subsidy/Subsidy.md) + +#### Defined in + +[api/entities/types.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L66) + +___ + +### TickerReservation + +Ƭ **TickerReservation**: [`TickerReservation`](../../../../classes/API/Entities/TickerReservation/TickerReservation.md) + +#### Defined in + +[api/entities/types.ts:64](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L64) + +___ + +### UnscopedClaim + +Ƭ **UnscopedClaim**: [`CddClaim`](../../../../interfaces/API/Entities/Types/CddClaim/CddClaim.md) \| [`CustomClaimWithoutScope`](Types.md#customclaimwithoutscope) + +#### Defined in + +[api/entities/types.ts:238](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L238) + +___ + +### UnsubCallback + +Ƭ **UnsubCallback**: () => `void` + +#### Type declaration + +▸ (): `void` + +##### Returns + +`void` + +#### Defined in + +[api/entities/types.ts:85](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L85) + +___ + +### Venue + +Ƭ **Venue**: [`Venue`](../../../../classes/API/Entities/Venue/Venue.md) + +#### Defined in + +[api/entities/types.ts:65](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/types.ts#L65) diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Venue/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Venue/Types/Types.md new file mode 100644 index 0000000000..a99c2346cd --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Venue/Types/Types.md @@ -0,0 +1,23 @@ +--- +id: "Types" +title: "Module: Venue Types" +sidebar_label: "Types" +--- + +## Enumerations + +- [VenueType](../../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) + +## Interfaces + +- [VenueDetails](../../../../../interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md) + +## Type Aliases + +### HistoricInstruction + +Ƭ **HistoricInstruction**: `Omit`\<[`InstructionDetails`](../../Instruction/Types/Types.md#instructiondetails), ``"status"`` \| ``"venue"``\> & \{ `blockHash`: `string` ; `blockNumber`: `BigNumber` ; `id`: `BigNumber` ; `legs`: [`Leg`](../../Instruction/Types/Types.md#leg)[] ; `status`: [`InstructionStatusEnum`](../../../../../enums/API/Client/Types/InstructionStatusEnum/InstructionStatusEnum.md) ; `venueId?`: `BigNumber` } + +#### Defined in + +[api/entities/Venue/types.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/entities/Venue/types.ts#L29) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Venue/Venue.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Venue/Venue.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/API/Entities/Venue/Venue.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/API/Entities/Venue/Venue.md diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/API/Procedures/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Procedures/Types/Types.md new file mode 100644 index 0000000000..f8ac5cbc6b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/API/Procedures/Types/Types.md @@ -0,0 +1,743 @@ +--- +id: "Types" +title: "Module: Procedures Types" +sidebar_label: "Types" +--- + +## Enumerations + +- [AllowanceOperation](../../../../enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md) +- [ClaimOperation](../../../../enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md) +- [InstructionAffirmationOperation](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md) +- [RoleType](../../../../enums/API/Procedures/Types/RoleType/RoleType.md) +- [SignerKeyRingType](../../../../enums/API/Procedures/Types/SignerKeyRingType/SignerKeyRingType.md) +- [TransferRestrictionType](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md) +- [TxGroup](../../../../enums/API/Procedures/Types/TxGroup/TxGroup.md) + +## Interfaces + +- [AcceptPrimaryKeyRotationParams](../../../../interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md) +- [AccountWithSignature](../../../../interfaces/API/Procedures/Types/AccountWithSignature/AccountWithSignature.md) +- [AddAssetRequirementParams](../../../../interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md) +- [AddClaimsParams](../../../../interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md) +- [AddInstructionsParams](../../../../interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md) +- [AddInvestorUniquenessClaimParams](../../../../interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md) +- [AddSecondaryAccountsParams](../../../../interfaces/API/Procedures/Types/AddSecondaryAccountsParams/AddSecondaryAccountsParams.md) +- [AssetBase](../../../../interfaces/API/Procedures/Types/AssetBase/AssetBase.md) +- [AssetMediatorParams](../../../../interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md) +- [AttestPrimaryKeyRotationParams](../../../../interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md) +- [CddProviderRole](../../../../interfaces/API/Procedures/Types/CddProviderRole/CddProviderRole.md) +- [ChildKeyWithAuth](../../../../interfaces/API/Procedures/Types/ChildKeyWithAuth/ChildKeyWithAuth.md) +- [ClaimCountRestrictionValue](../../../../interfaces/API/Procedures/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md) +- [ClaimCountTransferRestrictionInput](../../../../interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md) +- [ClaimPercentageRestrictionValue](../../../../interfaces/API/Procedures/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md) +- [ClaimPercentageTransferRestrictionInput](../../../../interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md) +- [ConfigureDividendDistributionParams](../../../../interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md) +- [ControllerTransferParams](../../../../interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md) +- [CountTransferRestrictionInput](../../../../interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md) +- [CreateAssetParams](../../../../interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md) +- [CreateAssetWithTickerParams](../../../../interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md) +- [CreateCheckpointScheduleParams](../../../../interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md) +- [CreateChildIdentitiesParams](../../../../interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md) +- [CreateChildIdentityParams](../../../../interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md) +- [CreateGroupParams](../../../../interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md) +- [CreateMultiSigParams](../../../../interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md) +- [CreateNftCollectionParams](../../../../interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md) +- [CreateTransactionBatchParams](../../../../interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md) +- [CreateTransactionBatchProcedureMethod](../../../../interfaces/API/Procedures/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md) +- [CreateVenueParams](../../../../interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md) +- [DecreaseAllowanceParams](../../../../interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md) +- [EditClaimsParams](../../../../interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md) +- [ExecuteManualInstructionParams](../../../../interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md) +- [GlobalCollectionKeyInput](../../../../interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md) +- [IdentityRole](../../../../interfaces/API/Procedures/Types/IdentityRole/IdentityRole.md) +- [ImmortalProcedureOptValue](../../../../interfaces/API/Procedures/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md) +- [IncreaseAllowanceParams](../../../../interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md) +- [InstructionFungibleLeg](../../../../interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md) +- [InstructionIdParams](../../../../interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md) +- [InstructionNftLeg](../../../../interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md) +- [InstructionOffChainLeg](../../../../interfaces/API/Procedures/Types/InstructionOffChainLeg/InstructionOffChainLeg.md) +- [InvestInOfferingParams](../../../../interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md) +- [InviteAccountParams](../../../../interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md) +- [InviteExternalAgentParams](../../../../interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md) +- [IssueTokensParams](../../../../interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md) +- [LaunchOfferingParams](../../../../interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md) +- [LinkCaDocsParams](../../../../interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md) +- [LinkTickerToAssetParams](../../../../interfaces/API/Procedures/Types/LinkTickerToAssetParams/LinkTickerToAssetParams.md) +- [LocalCollectionKeyInput](../../../../interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md) +- [ModifyAssetTrustedClaimIssuersAddSetParams](../../../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md) +- [ModifyAssetTrustedClaimIssuersRemoveParams](../../../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md) +- [ModifyCaCheckpointParams](../../../../interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md) +- [ModifyCorporateActionsAgentParams](../../../../interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md) +- [ModifyMultiSigParams](../../../../interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md) +- [ModifyPrimaryIssuanceAgentParams](../../../../interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md) +- [ModifySignerPermissionsParams](../../../../interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md) +- [MortalProcedureOptValue](../../../../interfaces/API/Procedures/Types/MortalProcedureOptValue/MortalProcedureOptValue.md) +- [MoveFundsParams](../../../../interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md) +- [MultiSigProcedureOpt](../../../../interfaces/API/Procedures/Types/MultiSigProcedureOpt/MultiSigProcedureOpt.md) +- [NftControllerTransferParams](../../../../interfaces/API/Procedures/Types/NftControllerTransferParams/NftControllerTransferParams.md) +- [NoArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md) +- [OffChainAffirmationReceipt](../../../../interfaces/API/Procedures/Types/OffChainAffirmationReceipt/OffChainAffirmationReceipt.md) +- [OffChainSignature](../../../../interfaces/API/Procedures/Types/OffChainSignature/OffChainSignature.md) +- [OptionalArgsProcedureMethod](../../../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md) +- [PayDividendsParams](../../../../interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md) +- [PercentageTransferRestrictionInput](../../../../interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md) +- [PortfolioCustodianRole](../../../../interfaces/API/Procedures/Types/PortfolioCustodianRole/PortfolioCustodianRole.md) +- [PortfolioId](../../../../interfaces/API/Procedures/Types/PortfolioId/PortfolioId.md) +- [ProcedureAuthorizationStatus](../../../../interfaces/API/Procedures/Types/ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md) +- [ProcedureMethod](../../../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md) +- [ProcedureOpts](../../../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) +- [RedeemNftParams](../../../../interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md) +- [RedeemTokensParams](../../../../interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md) +- [RegisterCustomAssetTypeParams](../../../../interfaces/API/Procedures/Types/RegisterCustomAssetTypeParams/RegisterCustomAssetTypeParams.md) +- [RegisterCustomClaimTypeParams](../../../../interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md) +- [RegisterIdentityParams](../../../../interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md) +- [RemoveAssetRequirementParams](../../../../interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md) +- [RemoveCheckpointScheduleParams](../../../../interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md) +- [RemoveCorporateActionParams](../../../../interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md) +- [RemoveExternalAgentParams](../../../../interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md) +- [RemoveSecondaryAccountsParams](../../../../interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md) +- [RenamePortfolioParams](../../../../interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md) +- [ReserveTickerParams](../../../../interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md) +- [RevokeClaimsParams](../../../../interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md) +- [RotatePrimaryKeyParams](../../../../interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md) +- [ScopeClaimProof](../../../../interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md) +- [SetAllowanceParams](../../../../interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md) +- [SetAssetDocumentsParams](../../../../interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md) +- [SetAssetRequirementsParams](../../../../interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md) +- [SetClaimCountTransferRestrictionsParams](../../../../interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md) +- [SetClaimPercentageTransferRestrictionsParams](../../../../interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md) +- [SetCountTransferRestrictionsParams](../../../../interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md) +- [SetCustodianParams](../../../../interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md) +- [SetGroupPermissionsParams](../../../../interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md) +- [SetMultiSigAdminParams](../../../../interfaces/API/Procedures/Types/SetMultiSigAdminParams/SetMultiSigAdminParams.md) +- [SetPercentageTransferRestrictionsParams](../../../../interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md) +- [SetPermissionGroupParams](../../../../interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md) +- [SubsidizeAccountParams](../../../../interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md) +- [TickerOwnerRole](../../../../interfaces/API/Procedures/Types/TickerOwnerRole/TickerOwnerRole.md) +- [TransactionsParams](../../../../interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md) +- [TransferAssetOwnershipParams](../../../../interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md) +- [TransferPolyxParams](../../../../interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md) +- [TransferTickerOwnershipParams](../../../../interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md) +- [TxData](../../../../interfaces/API/Procedures/Types/TxData/TxData.md) +- [TxGroupParams](../../../../interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md) +- [UnlinkChildParams](../../../../interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md) +- [UpdateVenueSignersParams](../../../../interfaces/API/Procedures/Types/UpdateVenueSignersParams/UpdateVenueSignersParams.md) +- [VenueOwnerRole](../../../../interfaces/API/Procedures/Types/VenueOwnerRole/VenueOwnerRole.md) +- [WaivePermissionsParams](../../../../interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md) + +## Type Aliases + +### AddAssetStatParams + +Ƭ **AddAssetStatParams**: \{ `asset`: [`FungibleAsset`](../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) } & [`AddCountStatParams`](Types.md#addcountstatparams) \| [`AddPercentageStatParams`](Types.md#addpercentagestatparams) \| [`AddClaimCountStatParams`](Types.md#addclaimcountstatparams) \| [`AddClaimPercentageStatParams`](Types.md#addclaimpercentagestatparams) + +#### Defined in + +[api/procedures/types.ts:425](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L425) + +___ + +### AddClaimCountStatParams + +Ƭ **AddClaimCountStatParams**: [`ClaimCountStatInput`](../../Entities/Types/Types.md#claimcountstatinput) & \{ `type`: [`ScopedCount`](../../../../enums/API/Entities/Types/StatType/StatType.md#scopedcount) } + +#### Defined in + +[api/procedures/types.ts:417](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L417) + +___ + +### AddClaimCountTransferRestrictionParams + +Ƭ **AddClaimCountTransferRestrictionParams**: [`ClaimCountTransferRestrictionInput`](../../../../interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md) & \{ `type`: [`ClaimCount`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) } + +#### Defined in + +[api/procedures/types.ts:537](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L537) + +___ + +### AddClaimPercentageStatParams + +Ƭ **AddClaimPercentageStatParams**: [`StatClaimIssuer`](../../../../interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md) & \{ `type`: [`ScopedBalance`](../../../../enums/API/Entities/Types/StatType/StatType.md#scopedbalance) } + +#### Defined in + +[api/procedures/types.ts:421](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L421) + +___ + +### AddClaimPercentageTransferRestrictionParams + +Ƭ **AddClaimPercentageTransferRestrictionParams**: [`ClaimPercentageTransferRestrictionInput`](../../../../interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md) & \{ `type`: [`ClaimPercentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimpercentage) } + +#### Defined in + +[api/procedures/types.ts:541](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L541) + +___ + +### AddCountStatParams + +Ƭ **AddCountStatParams**: [`AddCountStatInput`](../../../../interfaces/API/Entities/Types/AddCountStatInput/AddCountStatInput.md) & \{ `type`: [`Count`](../../../../enums/API/Entities/Types/StatType/StatType.md#count) } + +#### Defined in + +[api/procedures/types.ts:409](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L409) + +___ + +### AddCountTransferRestrictionParams + +Ƭ **AddCountTransferRestrictionParams**: [`CountTransferRestrictionInput`](../../../../interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md) & \{ `type`: [`Count`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) } + +#### Defined in + +[api/procedures/types.ts:529](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L529) + +___ + +### AddInstructionParams + +Ƭ **AddInstructionParams**: \{ `legs`: [`InstructionLeg`](Types.md#instructionleg)[] ; `mediators?`: (`string` \| [`Identity`](../../../../classes/API/Entities/Identity/Identity.md))[] ; `memo?`: `string` ; `tradeDate?`: `Date` ; `valueDate?`: `Date` } & \{ `endBlock?`: `BigNumber` } \| \{ `endAfterBlock?`: `BigNumber` } + +#### Defined in + +[api/procedures/types.ts:938](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L938) + +___ + +### AddInstructionWithVenueIdParams + +Ƭ **AddInstructionWithVenueIdParams**: [`AddInstructionParams`](Types.md#addinstructionparams) & \{ `venueId?`: `BigNumber` } + +#### Defined in + +[api/procedures/types.ts:981](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L981) + +___ + +### AddPercentageStatParams + +Ƭ **AddPercentageStatParams**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `type` | [`Balance`](../../../../enums/API/Entities/Types/StatType/StatType.md#balance) | + +#### Defined in + +[api/procedures/types.ts:413](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L413) + +___ + +### AddPercentageTransferRestrictionParams + +Ƭ **AddPercentageTransferRestrictionParams**: [`PercentageTransferRestrictionInput`](../../../../interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md) & \{ `type`: [`Percentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) } + +#### Defined in + +[api/procedures/types.ts:533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L533) + +___ + +### AddRestrictionParams + +Ƭ **AddRestrictionParams**\<`T`\>: `Omit`\<`T` extends [`Count`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) ? [`AddCountTransferRestrictionParams`](Types.md#addcounttransferrestrictionparams) : `T` extends [`Percentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) ? [`AddPercentageTransferRestrictionParams`](Types.md#addpercentagetransferrestrictionparams) : `T` extends [`ClaimCount`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) ? [`AddClaimCountTransferRestrictionParams`](Types.md#addclaimcounttransferrestrictionparams) : [`AddClaimPercentageTransferRestrictionParams`](Types.md#addclaimpercentagetransferrestrictionparams), ``"type"``\> + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Defined in + +[api/procedures/types.ts:370](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L370) + +___ + +### AffirmAsMediatorParams + +Ƭ **AffirmAsMediatorParams**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `expiry?` | `Date` | + +#### Defined in + +[api/procedures/types.ts:1064](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1064) + +___ + +### AffirmInstructionParams + +Ƭ **AffirmInstructionParams**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `portfolios?` | [`PortfolioLike`](../../Entities/Types/Types.md#portfoliolike)[] | (optional) Portfolios that the signer controls and wants to affirm the instruction **`Note`** if empty, all the legs containing any custodied Portfolios of the signer will be affirmed | +| `receipts?` | [`OffChainAffirmationReceipt`](../../../../interfaces/API/Procedures/Types/OffChainAffirmationReceipt/OffChainAffirmationReceipt.md)[] | (optional) list of offchain receipts required for affirming offchain legs(if any) in the instruction Receipt can be generated using [generateOffChainAffirmationReceipt](../../../../classes/API/Entities/Instruction/Instruction.md#generateoffchainaffirmationreceipt) method | + +#### Defined in + +[api/procedures/types.ts:1048](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1048) + +___ + +### AllowIdentityToCreatePortfoliosParams + +Ƭ **AllowIdentityToCreatePortfoliosParams**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `did` | [`Identity`](../../../../classes/API/Entities/Identity/Identity.md) \| `string` | + +#### Defined in + +[api/procedures/types.ts:1739](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1739) + +___ + +### CollectionKeyInput + +Ƭ **CollectionKeyInput**: [`GlobalCollectionKeyInput`](../../../../interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md) \| [`LocalCollectionKeyInput`](../../../../interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md) + +Global key must be registered. local keys must provide a specification as they are created with the NftCollection + +#### Defined in + +[api/procedures/types.ts:729](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L729) + +___ + +### GenericPolymeshTransaction + +Ƭ **GenericPolymeshTransaction**\<`ProcedureReturnValue`, `ReturnValue`\>: [`PolymeshTransaction`](../../../../classes/Base/PolymeshTransaction/PolymeshTransaction.md)\<`ProcedureReturnValue`, `ReturnValue`\> \| [`PolymeshTransactionBatch`](../../../../classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md)\<`ProcedureReturnValue`, `ReturnValue`\> + +#### Type parameters + +| Name | +| :------ | +| `ProcedureReturnValue` | +| `ReturnValue` | + +#### Defined in + +[api/procedures/types.ts:212](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L212) + +___ + +### GetTransferRestrictionReturnType + +Ƭ **GetTransferRestrictionReturnType**\<`T`\>: [`ActiveTransferRestrictions`](../../../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md)\<`T` extends [`Count`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) ? [`CountTransferRestriction`](../../../../interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md) : `T` extends [`Percentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) ? [`PercentageTransferRestriction`](../../../../interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md) : `T` extends [`ClaimCount`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) ? [`ClaimCountTransferRestriction`](../../../../interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md) : [`ClaimPercentageTransferRestriction`](../../../../interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md)\> + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Defined in + +[api/procedures/types.ts:392](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L392) + +___ + +### InputCorporateActionTargets + +Ƭ **InputCorporateActionTargets**: [`Modify`](../../../Types/Utils/Utils.md#modify)\<[`CorporateActionTargets`](../../../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md), \{ `identities`: (`string` \| [`Identity`](../../../../classes/API/Entities/Identity/Identity.md))[] }\> + +Targets of a corporate action in a flexible structure for input purposes + +#### Defined in + +[api/procedures/types.ts:195](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L195) + +___ + +### InputCorporateActionTaxWithholdings + +Ƭ **InputCorporateActionTaxWithholdings**: [`Modify`](../../../Types/Utils/Utils.md#modify)\<[`TaxWithholding`](../../../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md), \{ `identity`: `string` \| [`Identity`](../../../../classes/API/Entities/Identity/Identity.md) }\>[] + +Per-Identity tax withholdings of a corporate action in a flexible structure for input purposes + +#### Defined in + +[api/procedures/types.ts:205](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L205) + +___ + +### InstructionLeg + +Ƭ **InstructionLeg**: [`InstructionFungibleLeg`](../../../../interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md) \| [`InstructionNftLeg`](../../../../interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md) \| [`InstructionOffChainLeg`](../../../../interfaces/API/Procedures/Types/InstructionOffChainLeg/InstructionOffChainLeg.md) + +#### Defined in + +[api/procedures/types.ts:936](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L936) + +___ + +### IssueNftParams + +Ƭ **IssueNftParams**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `metadata` | [`NftMetadataInput`](Types.md#nftmetadatainput)[] | - | +| `portfolioId?` | `BigNumber` | portfolio to which the NFTCollection will be issued (optional, default is the default portfolio) | + +#### Defined in + +[api/procedures/types.ts:1184](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1184) + +___ + +### ModifyAssetParams + +Ƭ **ModifyAssetParams**: \{ `assetType?`: [`KnownAssetType`](../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) \| `string` \| `BigNumber` ; `fundingRound?`: `string` ; `identifiers?`: [`SecurityIdentifier`](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible?`: ``true`` ; `name`: `string` } \| \{ `assetType?`: [`KnownAssetType`](../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) \| `string` \| `BigNumber` ; `fundingRound?`: `string` ; `identifiers?`: [`SecurityIdentifier`](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible`: ``true`` ; `name?`: `string` } \| \{ `assetType?`: [`KnownAssetType`](../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) \| `string` \| `BigNumber` ; `fundingRound`: `string` ; `identifiers?`: [`SecurityIdentifier`](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible?`: ``true`` ; `name?`: `string` } \| \{ `assetType?`: [`KnownAssetType`](../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) \| `string` \| `BigNumber` ; `fundingRound?`: `string` ; `identifiers`: [`SecurityIdentifier`](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible?`: ``true`` ; `name?`: `string` } \| \{ `assetType`: [`KnownAssetType`](../../../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) \| `string` \| `BigNumber` ; `fundingRound?`: `string` ; `identifiers?`: [`SecurityIdentifier`](../../../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md)[] ; `makeDivisible?`: ``true`` ; `name?`: `string` } + +#### Defined in + +[api/procedures/types.ts:1138](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1138) + +___ + +### ModifyCaDefaultConfigParams + +Ƭ **ModifyCaDefaultConfigParams**: \{ `defaultTaxWithholding`: `BigNumber` ; `targets?`: [`InputTargets`](../../Entities/CorporateActionBase/Types/Types.md#inputtargets) ; `taxWithholdings?`: [`InputTaxWithholding`](../../Entities/CorporateActionBase/Types/Types.md#inputtaxwithholding)[] } \| \{ `defaultTaxWithholding?`: `BigNumber` ; `targets`: [`InputTargets`](../../Entities/CorporateActionBase/Types/Types.md#inputtargets) ; `taxWithholdings?`: [`InputTaxWithholding`](../../Entities/CorporateActionBase/Types/Types.md#inputtaxwithholding)[] } \| \{ `defaultTaxWithholding?`: `BigNumber` ; `targets?`: [`InputTargets`](../../Entities/CorporateActionBase/Types/Types.md#inputtargets) ; `taxWithholdings`: [`InputTaxWithholding`](../../Entities/CorporateActionBase/Types/Types.md#inputtaxwithholding)[] } + +#### Defined in + +[api/procedures/types.ts:1303](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1303) + +___ + +### ModifyClaimsParams + +Ƭ **ModifyClaimsParams**: [`AddClaimsParams`](../../../../interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md) \| [`EditClaimsParams`](../../../../interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md) \| [`RevokeClaimsParams`](../../../../interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md) + +#### Defined in + +[api/procedures/types.ts:817](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L817) + +___ + +### ModifyComplianceRequirementParams + +Ƭ **ModifyComplianceRequirementParams**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `conditions` | [`InputCondition`](../../Entities/Types/Types.md#inputcondition)[] | array of conditions to replace the existing array of conditions for the requirement (identified by `id`). Conditions within a requirement are *AND* between them. This means that in order for a transfer to comply with this requirement, it must fulfill *ALL* conditions | +| `id` | `BigNumber` | ID of the Compliance Requirement | + +#### Defined in + +[api/procedures/types.ts:1252](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1252) + +___ + +### ModifyInstructionAffirmationParams + +Ƭ **ModifyInstructionAffirmationParams**: [`InstructionIdParams`](../../../../interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md) & \{ `operation`: [`Affirm`](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md#affirm) } & [`AffirmInstructionParams`](Types.md#affirminstructionparams) \| \{ `operation`: [`Withdraw`](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md#withdraw) } & [`WithdrawInstructionParams`](Types.md#withdrawinstructionparams) \| \{ `operation`: [`Reject`](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md#reject) \| [`RejectAsMediator`](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md#rejectasmediator) } & [`RejectInstructionParams`](Types.md#rejectinstructionparams) \| \{ `operation`: [`AffirmAsMediator`](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md#affirmasmediator) } & [`AffirmAsMediatorParams`](Types.md#affirmasmediatorparams) \| \{ `operation`: [`WithdrawAsMediator`](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md#withdrawasmediator) \| [`RejectAsMediator`](../../../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md#rejectasmediator) } + +#### Defined in + +[api/procedures/types.ts:1068](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1068) + +___ + +### ModifyOfferingTimesParams + +Ƭ **ModifyOfferingTimesParams**: \{ `end`: `Date` \| ``null`` ; `start?`: `Date` } \| \{ `end?`: `Date` \| ``null`` ; `start`: `Date` } \| \{ `end`: `Date` \| ``null`` ; `start`: `Date` } + +#### Defined in + +[api/procedures/types.ts:1533](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1533) + +___ + +### ModifyVenueParams + +Ƭ **ModifyVenueParams**: \{ `description?`: `string` ; `type`: [`VenueType`](../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) } \| \{ `description`: `string` ; `type?`: [`VenueType`](../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) } \| \{ `description`: `string` ; `type`: [`VenueType`](../../../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) } + +#### Defined in + +[api/procedures/types.ts:1481](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1481) + +___ + +### MortalityProcedureOpt + +Ƭ **MortalityProcedureOpt**: [`ImmortalProcedureOptValue`](../../../../interfaces/API/Procedures/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md) \| [`MortalProcedureOptValue`](../../../../interfaces/API/Procedures/Types/MortalProcedureOptValue/MortalProcedureOptValue.md) + +#### Defined in + +[api/procedures/types.ts:146](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L146) + +___ + +### NftMetadataInput + +Ƭ **NftMetadataInput**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `id` | `BigNumber` | +| `type` | [`MetadataType`](../../../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) | +| `value` | `string` | + +#### Defined in + +[api/procedures/types.ts:1178](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1178) + +___ + +### RegisterMetadataParams + +Ƭ **RegisterMetadataParams**: \{ `name`: `string` ; `specs`: [`MetadataSpec`](../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md) } \| \{ `details?`: [`MetadataValueDetails`](../../Entities/MetadataEntry/Types/Types.md#metadatavaluedetails) ; `name`: `string` ; `specs`: [`MetadataSpec`](../../../../interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md) ; `value`: `string` } + +#### Defined in + +[api/procedures/types.ts:1670](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1670) + +___ + +### RejectInstructionParams + +Ƭ **RejectInstructionParams**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `portfolio?` | [`PortfolioLike`](../../Entities/Types/Types.md#portfoliolike) | (optional) Portfolio that the signer controls and wants to reject the instruction | + +#### Defined in + +[api/procedures/types.ts:998](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L998) + +___ + +### RemoveAssetStatParams + +Ƭ **RemoveAssetStatParams**: \{ `asset`: [`FungibleAsset`](../../../../classes/API/Entities/Asset/Fungible/FungibleAsset.md) } & [`RemoveCountStatParams`](Types.md#removecountstatparams) \| [`RemoveBalanceStatParams`](Types.md#removebalancestatparams) \| [`RemoveScopedCountParams`](Types.md#removescopedcountparams) \| [`RemoveScopedBalanceParams`](Types.md#removescopedbalanceparams) + +#### Defined in + +[api/procedures/types.ts:402](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L402) + +___ + +### RemoveBalanceStatParams + +Ƭ **RemoveBalanceStatParams**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `type` | [`Balance`](../../../../enums/API/Entities/Types/StatType/StatType.md#balance) | + +#### Defined in + +[api/procedures/types.ts:436](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L436) + +___ + +### RemoveCountStatParams + +Ƭ **RemoveCountStatParams**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `type` | [`Count`](../../../../enums/API/Entities/Types/StatType/StatType.md#count) | + +#### Defined in + +[api/procedures/types.ts:432](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L432) + +___ + +### RemoveScopedBalanceParams + +Ƭ **RemoveScopedBalanceParams**: [`StatClaimIssuer`](../../../../interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md) & \{ `type`: [`ScopedBalance`](../../../../enums/API/Entities/Types/StatType/StatType.md#scopedbalance) } + +#### Defined in + +[api/procedures/types.ts:444](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L444) + +___ + +### RemoveScopedCountParams + +Ƭ **RemoveScopedCountParams**: [`StatClaimIssuer`](../../../../interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md) & \{ `type`: [`ScopedCount`](../../../../enums/API/Entities/Types/StatType/StatType.md#scopedcount) } + +#### Defined in + +[api/procedures/types.ts:440](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L440) + +___ + +### RevokeIdentityToCreatePortfoliosParams + +Ƭ **RevokeIdentityToCreatePortfoliosParams**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `did` | [`Identity`](../../../../classes/API/Entities/Identity/Identity.md) \| `string` | + +#### Defined in + +[api/procedures/types.ts:1743](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1743) + +___ + +### Role + +Ƭ **Role**: [`TickerOwnerRole`](../../../../interfaces/API/Procedures/Types/TickerOwnerRole/TickerOwnerRole.md) \| [`CddProviderRole`](../../../../interfaces/API/Procedures/Types/CddProviderRole/CddProviderRole.md) \| [`VenueOwnerRole`](../../../../interfaces/API/Procedures/Types/VenueOwnerRole/VenueOwnerRole.md) \| [`PortfolioCustodianRole`](../../../../interfaces/API/Procedures/Types/PortfolioCustodianRole/PortfolioCustodianRole.md) \| [`IdentityRole`](../../../../interfaces/API/Procedures/Types/IdentityRole/IdentityRole.md) + +#### Defined in + +[api/procedures/types.ts:277](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L277) + +___ + +### RotatePrimaryKeyToSecondaryParams + +Ƭ **RotatePrimaryKeyToSecondaryParams**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `expiry?` | `Date` | (optional) when the generated authorization should expire | +| `permissions` | [`PermissionsLike`](../../Entities/Types/Types.md#permissionslike) | - | +| `targetAccount` | `string` \| [`Account`](../../../../classes/API/Entities/Account/Account.md) | The Account that should function as the primary key of the newly created Identity. Can be ss58 encoded address or an instance of Account | + +#### Defined in + +[api/procedures/types.ts:885](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L885) + +___ + +### SetAssetStatParams + +Ƭ **SetAssetStatParams**\<`T`\>: `Omit`\<`T` extends [`Count`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) ? [`AddCountStatParams`](Types.md#addcountstatparams) : `T` extends [`Percentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) ? [`AddPercentageStatParams`](Types.md#addpercentagestatparams) : `T` extends [`ClaimCount`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) ? [`AddClaimCountStatParams`](Types.md#addclaimcountstatparams) : [`AddClaimPercentageStatParams`](Types.md#addclaimpercentagestatparams), ``"type"``\> + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Defined in + +[api/procedures/types.ts:448](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L448) + +___ + +### SetMetadataParams + +Ƭ **SetMetadataParams**: \{ `details?`: [`MetadataValueDetails`](../../Entities/MetadataEntry/Types/Types.md#metadatavaluedetails) ; `value`: `string` } \| \{ `details`: [`MetadataValueDetails`](../../Entities/MetadataEntry/Types/Types.md#metadatavaluedetails) } + +#### Defined in + +[api/procedures/types.ts:1666](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1666) + +___ + +### SetRestrictionsParams + +Ƭ **SetRestrictionsParams**\<`T`\>: `Omit`\<`T` extends [`Count`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) ? [`SetCountTransferRestrictionsParams`](../../../../interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md) : `T` extends [`Percentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) ? [`SetPercentageTransferRestrictionsParams`](../../../../interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md) : `T` extends [`ClaimCount`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) ? [`SetClaimCountTransferRestrictionsParams`](../../../../interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md) : [`SetClaimPercentageTransferRestrictionsParams`](../../../../interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md), ``"type"``\> + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Defined in + +[api/procedures/types.ts:381](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L381) + +___ + +### SetVenueFilteringParams + +Ƭ **SetVenueFilteringParams**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `allowedVenues?` | `BigNumber`[] | +| `disallowedVenues?` | `BigNumber`[] | +| `enabled?` | `boolean` | + +#### Defined in + +[api/procedures/types.ts:1682](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1682) + +___ + +### TransactionArray + +Ƭ **TransactionArray**\<`ReturnValues`\>: \{ [K in keyof ReturnValues]: GenericPolymeshTransaction\ } + +#### Type parameters + +| Name | Type | +| :------ | :------ | +| `ReturnValues` | extends readonly [...unknown[]] | + +#### Defined in + +[api/procedures/types.ts:216](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L216) + +___ + +### TransferRestriction + +Ƭ **TransferRestriction**: \{ `type`: [`Count`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#count) ; `value`: `BigNumber` } \| \{ `type`: [`Percentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#percentage) ; `value`: `BigNumber` } \| \{ `type`: [`ClaimCount`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimcount) ; `value`: [`ClaimCountRestrictionValue`](../../../../interfaces/API/Procedures/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md) } \| \{ `type`: [`ClaimPercentage`](../../../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md#claimpercentage) ; `value`: [`ClaimPercentageRestrictionValue`](../../../../interfaces/API/Procedures/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md) } + +#### Defined in + +[api/procedures/types.ts:480](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L480) + +___ + +### WithdrawInstructionParams + +Ƭ **WithdrawInstructionParams**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `portfolios?` | [`PortfolioLike`](../../Entities/Types/Types.md#portfoliolike)[] | (optional) Portfolios that the signer controls and wants to affirm the instruction or withdraw affirmation **`Note`** if empty, all the legs containing any custodied Portfolios of the signer will be affirmed/affirmation will be withdrawn, based on the operation. | + +#### Defined in + +[api/procedures/types.ts:1005](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/api/procedures/types.ts#L1005) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/Base/PolymeshError/PolymeshError.md b/sdk-docs_versioned_docs/version-27.0.x/modules/Base/PolymeshError/PolymeshError.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/Base/PolymeshError/PolymeshError.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/Base/PolymeshError/PolymeshError.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/Base/PolymeshTransaction/PolymeshTransaction.md b/sdk-docs_versioned_docs/version-27.0.x/modules/Base/PolymeshTransaction/PolymeshTransaction.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/Base/PolymeshTransaction/PolymeshTransaction.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/Base/PolymeshTransaction/PolymeshTransaction.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/Base/PolymeshTransactionBase/PolymeshTransactionBase.md b/sdk-docs_versioned_docs/version-27.0.x/modules/Base/PolymeshTransactionBase/PolymeshTransactionBase.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/Base/PolymeshTransactionBase/PolymeshTransactionBase.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/Base/PolymeshTransactionBase/PolymeshTransactionBase.md diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md b/sdk-docs_versioned_docs/version-27.0.x/modules/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md rename to sdk-docs_versioned_docs/version-27.0.x/modules/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/Base/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/Base/Types/Types.md new file mode 100644 index 0000000000..7251473328 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/Base/Types/Types.md @@ -0,0 +1,106 @@ +--- +id: "Types" +title: "Module: Base Types" +sidebar_label: "Types" +--- + +## Enumerations + +- [PayingAccountType](../../../enums/Base/Types/PayingAccountType/PayingAccountType.md) +- [TransactionArgumentType](../../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md) +- [TransactionStatus](../../../enums/Base/Types/TransactionStatus/TransactionStatus.md) + +## Interfaces + +- [ArrayTransactionArgument](../../../interfaces/Base/Types/ArrayTransactionArgument/ArrayTransactionArgument.md) +- [ComplexTransactionArgument](../../../interfaces/Base/Types/ComplexTransactionArgument/ComplexTransactionArgument.md) +- [PayingAccountFees](../../../interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md) +- [PlainTransactionArgument](../../../interfaces/Base/Types/PlainTransactionArgument/PlainTransactionArgument.md) +- [SimpleEnumTransactionArgument](../../../interfaces/Base/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md) +- [TransactionPayload](../../../interfaces/Base/Types/TransactionPayload/TransactionPayload.md) + +## Type Aliases + +### MapTxData + +Ƭ **MapTxData**\<`ArgsArray`\>: \{ [K in keyof ArgsArray]: ArgsArray[K] extends unknown[] ? TxData\ : never } + +Apply the [TxData](../../../interfaces/API/Procedures/Types/TxData/TxData.md) type to all args in an array + +#### Type parameters + +| Name | Type | +| :------ | :------ | +| `ArgsArray` | extends `unknown`[][] | + +#### Defined in + +[base/types.ts:17](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L17) + +___ + +### PayingAccount + +Ƭ **PayingAccount**: \{ `account`: [`Account`](../../../classes/API/Entities/Account/Account.md) ; `allowance`: `BigNumber` ; `type`: [`Subsidy`](../../../enums/Base/Types/PayingAccountType/PayingAccountType.md#subsidy) } \| \{ `account`: [`Account`](../../../classes/API/Entities/Account/Account.md) ; `type`: [`Caller`](../../../enums/Base/Types/PayingAccountType/PayingAccountType.md#caller) \| [`Other`](../../../enums/Base/Types/PayingAccountType/PayingAccountType.md#other) \| [`MultiSigCreator`](../../../enums/Base/Types/PayingAccountType/PayingAccountType.md#multisigcreator) } + +Data representing the Account responsible for paying fees for a transaction + +#### Defined in + +[base/types.ts:137](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L137) + +___ + +### PolymeshError + +Ƭ **PolymeshError**: [`PolymeshError`](../../../classes/Base/PolymeshError/PolymeshError.md) + +#### Defined in + +[base/types.ts:219](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L219) + +___ + +### PolymeshTransaction + +Ƭ **PolymeshTransaction**\<`ReturnValue`, `TransformedReturnValue`, `Args`\>: [`PolymeshTransaction`](../../../classes/Base/PolymeshTransaction/PolymeshTransaction.md)\<`ReturnValue`, `TransformedReturnValue`, `Args`\> + +#### Type parameters + +| Name | Type | +| :------ | :------ | +| `ReturnValue` | `unknown` | +| `TransformedReturnValue` | `ReturnValue` | +| `Args` | extends `unknown`[] \| [] = `unknown`[] | + +#### Defined in + +[base/types.ts:209](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L209) + +___ + +### PolymeshTransactionBatch + +Ƭ **PolymeshTransactionBatch**\<`ReturnValue`, `TransformedReturnValue`, `Args`\>: [`PolymeshTransactionBatch`](../../../classes/Base/PolymeshTransactionBatch/PolymeshTransactionBatch.md)\<`ReturnValue`, `TransformedReturnValue`, `Args`\> + +#### Type parameters + +| Name | Type | +| :------ | :------ | +| `ReturnValue` | `unknown` | +| `TransformedReturnValue` | `ReturnValue` | +| `Args` | extends `unknown`[][] = `unknown`[][] | + +#### Defined in + +[base/types.ts:214](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L214) + +___ + +### TransactionArgument + +Ƭ **TransactionArgument**: \{ `_rawType`: `TypeDef` ; `name`: `string` ; `optional`: `boolean` } & [`PlainTransactionArgument`](../../../interfaces/Base/Types/PlainTransactionArgument/PlainTransactionArgument.md) \| [`ArrayTransactionArgument`](../../../interfaces/Base/Types/ArrayTransactionArgument/ArrayTransactionArgument.md) \| [`SimpleEnumTransactionArgument`](../../../interfaces/Base/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md) \| [`ComplexTransactionArgument`](../../../interfaces/Base/Types/ComplexTransactionArgument/ComplexTransactionArgument.md) + +#### Defined in + +[base/types.ts:99](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/types.ts#L99) diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/Base/Utils/Utils.md b/sdk-docs_versioned_docs/version-27.0.x/modules/Base/Utils/Utils.md new file mode 100644 index 0000000000..d8be4a0a5b --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/Base/Utils/Utils.md @@ -0,0 +1,46 @@ +--- +id: "Utils" +title: "Module: utils" +sidebar_label: "Utils" +--- + +## Functions + +### handleTransactionSubmissionError + +▸ **handleTransactionSubmissionError**(`err`): [`PolymeshError`](../../../classes/Base/PolymeshError/PolymeshError.md) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `err` | `Error` | + +#### Returns + +[`PolymeshError`](../../../classes/Base/PolymeshError/PolymeshError.md) + +#### Defined in + +[base/utils.ts:181](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/utils.ts#L181) + +___ + +### processType + +▸ **processType**(`rawType`, `name`): [`TransactionArgument`](../Types/Types.md#transactionargument) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `rawType` | `TypeDef` | +| `name` | `string` | + +#### Returns + +[`TransactionArgument`](../Types/Types.md#transactionargument) + +#### Defined in + +[base/utils.ts:66](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/base/utils.ts#L66) diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/Generated/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/Generated/Types/Types.md new file mode 100644 index 0000000000..7bc950f106 --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/Generated/Types/Types.md @@ -0,0 +1,127 @@ +--- +id: "Types" +title: "Module: Generated Types" +sidebar_label: "Types" +--- + +## Enumerations + +- [AssetTx](../../../enums/Generated/Types/AssetTx/AssetTx.md) +- [AuthorshipTx](../../../enums/Generated/Types/AuthorshipTx/AuthorshipTx.md) +- [BabeTx](../../../enums/Generated/Types/BabeTx/BabeTx.md) +- [BalancesTx](../../../enums/Generated/Types/BalancesTx/BalancesTx.md) +- [BridgeTx](../../../enums/Generated/Types/BridgeTx/BridgeTx.md) +- [CapitalDistributionTx](../../../enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md) +- [CddServiceProvidersTx](../../../enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md) +- [CheckpointTx](../../../enums/Generated/Types/CheckpointTx/CheckpointTx.md) +- [CommitteeMembershipTx](../../../enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md) +- [ComplianceManagerTx](../../../enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md) +- [ContractsTx](../../../enums/Generated/Types/ContractsTx/ContractsTx.md) +- [CorporateActionTx](../../../enums/Generated/Types/CorporateActionTx/CorporateActionTx.md) +- [CorporateBallotTx](../../../enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md) +- [CountryCode](../../../enums/Generated/Types/CountryCode/CountryCode.md) +- [ElectionProviderMultiPhaseTx](../../../enums/Generated/Types/ElectionProviderMultiPhaseTx/ElectionProviderMultiPhaseTx.md) +- [ExternalAgentsTx](../../../enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md) +- [GrandpaTx](../../../enums/Generated/Types/GrandpaTx/GrandpaTx.md) +- [IdentityTx](../../../enums/Generated/Types/IdentityTx/IdentityTx.md) +- [ImOnlineTx](../../../enums/Generated/Types/ImOnlineTx/ImOnlineTx.md) +- [IndicesTx](../../../enums/Generated/Types/IndicesTx/IndicesTx.md) +- [ModuleName](../../../enums/Generated/Types/ModuleName/ModuleName.md) +- [MultiSigTx](../../../enums/Generated/Types/MultiSigTx/MultiSigTx.md) +- [NftTx](../../../enums/Generated/Types/NftTx/NftTx.md) +- [PipsTx](../../../enums/Generated/Types/PipsTx/PipsTx.md) +- [PolymeshCommitteeTx](../../../enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md) +- [PolymeshContractsTx](../../../enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md) +- [PortfolioTx](../../../enums/Generated/Types/PortfolioTx/PortfolioTx.md) +- [PreimageTx](../../../enums/Generated/Types/PreimageTx/PreimageTx.md) +- [ProtocolFeeTx](../../../enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md) +- [RelayerTx](../../../enums/Generated/Types/RelayerTx/RelayerTx.md) +- [RewardsTx](../../../enums/Generated/Types/RewardsTx/RewardsTx.md) +- [SchedulerTx](../../../enums/Generated/Types/SchedulerTx/SchedulerTx.md) +- [SessionTx](../../../enums/Generated/Types/SessionTx/SessionTx.md) +- [SettlementTx](../../../enums/Generated/Types/SettlementTx/SettlementTx.md) +- [StakingTx](../../../enums/Generated/Types/StakingTx/StakingTx.md) +- [StateTrieMigrationTx](../../../enums/Generated/Types/StateTrieMigrationTx/StateTrieMigrationTx.md) +- [StatisticsTx](../../../enums/Generated/Types/StatisticsTx/StatisticsTx.md) +- [StoTx](../../../enums/Generated/Types/StoTx/StoTx.md) +- [SudoTx](../../../enums/Generated/Types/SudoTx/SudoTx.md) +- [SystemTx](../../../enums/Generated/Types/SystemTx/SystemTx.md) +- [TechnicalCommitteeMembershipTx](../../../enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md) +- [TechnicalCommitteeTx](../../../enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md) +- [TestUtilsTx](../../../enums/Generated/Types/TestUtilsTx/TestUtilsTx.md) +- [TimestampTx](../../../enums/Generated/Types/TimestampTx/TimestampTx.md) +- [TreasuryTx](../../../enums/Generated/Types/TreasuryTx/TreasuryTx.md) +- [UpgradeCommitteeMembershipTx](../../../enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md) +- [UpgradeCommitteeTx](../../../enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md) +- [UtilityTx](../../../enums/Generated/Types/UtilityTx/UtilityTx.md) + +## Type Aliases + +### TxTag + +Ƭ **TxTag**: [`SystemTx`](../../../enums/Generated/Types/SystemTx/SystemTx.md) \| [`BabeTx`](../../../enums/Generated/Types/BabeTx/BabeTx.md) \| [`TimestampTx`](../../../enums/Generated/Types/TimestampTx/TimestampTx.md) \| [`IndicesTx`](../../../enums/Generated/Types/IndicesTx/IndicesTx.md) \| [`AuthorshipTx`](../../../enums/Generated/Types/AuthorshipTx/AuthorshipTx.md) \| [`BalancesTx`](../../../enums/Generated/Types/BalancesTx/BalancesTx.md) \| [`IdentityTx`](../../../enums/Generated/Types/IdentityTx/IdentityTx.md) \| [`CddServiceProvidersTx`](../../../enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md) \| [`PolymeshCommitteeTx`](../../../enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md) \| [`CommitteeMembershipTx`](../../../enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md) \| [`TechnicalCommitteeTx`](../../../enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md) \| [`TechnicalCommitteeMembershipTx`](../../../enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md) \| [`UpgradeCommitteeTx`](../../../enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md) \| [`UpgradeCommitteeMembershipTx`](../../../enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md) \| [`MultiSigTx`](../../../enums/Generated/Types/MultiSigTx/MultiSigTx.md) \| [`BridgeTx`](../../../enums/Generated/Types/BridgeTx/BridgeTx.md) \| [`StakingTx`](../../../enums/Generated/Types/StakingTx/StakingTx.md) \| [`SessionTx`](../../../enums/Generated/Types/SessionTx/SessionTx.md) \| [`GrandpaTx`](../../../enums/Generated/Types/GrandpaTx/GrandpaTx.md) \| [`ImOnlineTx`](../../../enums/Generated/Types/ImOnlineTx/ImOnlineTx.md) \| [`SudoTx`](../../../enums/Generated/Types/SudoTx/SudoTx.md) \| [`AssetTx`](../../../enums/Generated/Types/AssetTx/AssetTx.md) \| [`CapitalDistributionTx`](../../../enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md) \| [`CheckpointTx`](../../../enums/Generated/Types/CheckpointTx/CheckpointTx.md) \| [`ComplianceManagerTx`](../../../enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md) \| [`CorporateActionTx`](../../../enums/Generated/Types/CorporateActionTx/CorporateActionTx.md) \| [`CorporateBallotTx`](../../../enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md) \| [`PipsTx`](../../../enums/Generated/Types/PipsTx/PipsTx.md) \| [`PortfolioTx`](../../../enums/Generated/Types/PortfolioTx/PortfolioTx.md) \| [`ProtocolFeeTx`](../../../enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md) \| [`SchedulerTx`](../../../enums/Generated/Types/SchedulerTx/SchedulerTx.md) \| [`SettlementTx`](../../../enums/Generated/Types/SettlementTx/SettlementTx.md) \| [`StatisticsTx`](../../../enums/Generated/Types/StatisticsTx/StatisticsTx.md) \| [`StoTx`](../../../enums/Generated/Types/StoTx/StoTx.md) \| [`TreasuryTx`](../../../enums/Generated/Types/TreasuryTx/TreasuryTx.md) \| [`UtilityTx`](../../../enums/Generated/Types/UtilityTx/UtilityTx.md) \| [`ExternalAgentsTx`](../../../enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md) \| [`RelayerTx`](../../../enums/Generated/Types/RelayerTx/RelayerTx.md) \| [`RewardsTx`](../../../enums/Generated/Types/RewardsTx/RewardsTx.md) \| [`TestUtilsTx`](../../../enums/Generated/Types/TestUtilsTx/TestUtilsTx.md) \| [`PolymeshContractsTx`](../../../enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md) \| [`PreimageTx`](../../../enums/Generated/Types/PreimageTx/PreimageTx.md) \| [`ContractsTx`](../../../enums/Generated/Types/ContractsTx/ContractsTx.md) \| [`NftTx`](../../../enums/Generated/Types/NftTx/NftTx.md) \| [`StateTrieMigrationTx`](../../../enums/Generated/Types/StateTrieMigrationTx/StateTrieMigrationTx.md) \| [`ElectionProviderMultiPhaseTx`](../../../enums/Generated/Types/ElectionProviderMultiPhaseTx/ElectionProviderMultiPhaseTx.md) + +#### Defined in + +[generated/types.ts:889](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L889) + +## Variables + +### TxTags + +• `Const` **TxTags**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `asset` | typeof [`AssetTx`](../../../enums/Generated/Types/AssetTx/AssetTx.md) | +| `authorship` | typeof [`AuthorshipTx`](../../../enums/Generated/Types/AuthorshipTx/AuthorshipTx.md) | +| `babe` | typeof [`BabeTx`](../../../enums/Generated/Types/BabeTx/BabeTx.md) | +| `balances` | typeof [`BalancesTx`](../../../enums/Generated/Types/BalancesTx/BalancesTx.md) | +| `bridge` | typeof [`BridgeTx`](../../../enums/Generated/Types/BridgeTx/BridgeTx.md) | +| `capitalDistribution` | typeof [`CapitalDistributionTx`](../../../enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md) | +| `cddServiceProviders` | typeof [`CddServiceProvidersTx`](../../../enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md) | +| `checkpoint` | typeof [`CheckpointTx`](../../../enums/Generated/Types/CheckpointTx/CheckpointTx.md) | +| `committeeMembership` | typeof [`CommitteeMembershipTx`](../../../enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md) | +| `complianceManager` | typeof [`ComplianceManagerTx`](../../../enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md) | +| `contracts` | typeof [`ContractsTx`](../../../enums/Generated/Types/ContractsTx/ContractsTx.md) | +| `corporateAction` | typeof [`CorporateActionTx`](../../../enums/Generated/Types/CorporateActionTx/CorporateActionTx.md) | +| `corporateBallot` | typeof [`CorporateBallotTx`](../../../enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md) | +| `electionProviderMultiPhase` | typeof [`ElectionProviderMultiPhaseTx`](../../../enums/Generated/Types/ElectionProviderMultiPhaseTx/ElectionProviderMultiPhaseTx.md) | +| `externalAgents` | typeof [`ExternalAgentsTx`](../../../enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md) | +| `grandpa` | typeof [`GrandpaTx`](../../../enums/Generated/Types/GrandpaTx/GrandpaTx.md) | +| `identity` | typeof [`IdentityTx`](../../../enums/Generated/Types/IdentityTx/IdentityTx.md) | +| `imOnline` | typeof [`ImOnlineTx`](../../../enums/Generated/Types/ImOnlineTx/ImOnlineTx.md) | +| `indices` | typeof [`IndicesTx`](../../../enums/Generated/Types/IndicesTx/IndicesTx.md) | +| `multiSig` | typeof [`MultiSigTx`](../../../enums/Generated/Types/MultiSigTx/MultiSigTx.md) | +| `nft` | typeof [`NftTx`](../../../enums/Generated/Types/NftTx/NftTx.md) | +| `pips` | typeof [`PipsTx`](../../../enums/Generated/Types/PipsTx/PipsTx.md) | +| `polymeshCommittee` | typeof [`PolymeshCommitteeTx`](../../../enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md) | +| `polymeshContracts` | typeof [`PolymeshContractsTx`](../../../enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md) | +| `portfolio` | typeof [`PortfolioTx`](../../../enums/Generated/Types/PortfolioTx/PortfolioTx.md) | +| `preimage` | typeof [`PreimageTx`](../../../enums/Generated/Types/PreimageTx/PreimageTx.md) | +| `protocolFee` | typeof [`ProtocolFeeTx`](../../../enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md) | +| `relayer` | typeof [`RelayerTx`](../../../enums/Generated/Types/RelayerTx/RelayerTx.md) | +| `rewards` | typeof [`RewardsTx`](../../../enums/Generated/Types/RewardsTx/RewardsTx.md) | +| `scheduler` | typeof [`SchedulerTx`](../../../enums/Generated/Types/SchedulerTx/SchedulerTx.md) | +| `session` | typeof [`SessionTx`](../../../enums/Generated/Types/SessionTx/SessionTx.md) | +| `settlement` | typeof [`SettlementTx`](../../../enums/Generated/Types/SettlementTx/SettlementTx.md) | +| `staking` | typeof [`StakingTx`](../../../enums/Generated/Types/StakingTx/StakingTx.md) | +| `stateTrieMigration` | typeof [`StateTrieMigrationTx`](../../../enums/Generated/Types/StateTrieMigrationTx/StateTrieMigrationTx.md) | +| `statistics` | typeof [`StatisticsTx`](../../../enums/Generated/Types/StatisticsTx/StatisticsTx.md) | +| `sto` | typeof [`StoTx`](../../../enums/Generated/Types/StoTx/StoTx.md) | +| `sudo` | typeof [`SudoTx`](../../../enums/Generated/Types/SudoTx/SudoTx.md) | +| `system` | typeof [`SystemTx`](../../../enums/Generated/Types/SystemTx/SystemTx.md) | +| `technicalCommittee` | typeof [`TechnicalCommitteeTx`](../../../enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md) | +| `technicalCommitteeMembership` | typeof [`TechnicalCommitteeMembershipTx`](../../../enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md) | +| `testUtils` | typeof [`TestUtilsTx`](../../../enums/Generated/Types/TestUtilsTx/TestUtilsTx.md) | +| `timestamp` | typeof [`TimestampTx`](../../../enums/Generated/Types/TimestampTx/TimestampTx.md) | +| `treasury` | typeof [`TreasuryTx`](../../../enums/Generated/Types/TreasuryTx/TreasuryTx.md) | +| `upgradeCommittee` | typeof [`UpgradeCommitteeTx`](../../../enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md) | +| `upgradeCommitteeMembership` | typeof [`UpgradeCommitteeMembershipTx`](../../../enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md) | +| `utility` | typeof [`UtilityTx`](../../../enums/Generated/Types/UtilityTx/UtilityTx.md) | + +#### Defined in + +[generated/types.ts:938](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/generated/types.ts#L938) diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/Types/Types.md b/sdk-docs_versioned_docs/version-27.0.x/modules/Types/Types.md new file mode 100644 index 0000000000..ec0291865e --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/Types/Types.md @@ -0,0 +1,2852 @@ +--- +id: "Types" +title: "Module: Types" +sidebar_label: "Types" +--- + +## Enumerations + +- [AssetHoldersOrderBy](../../enums/Types/AssetHoldersOrderBy/AssetHoldersOrderBy.md) +- [AuthTypeEnum](../../enums/Types/AuthTypeEnum/AuthTypeEnum.md) +- [AuthorizationStatusEnum](../../enums/Types/AuthorizationStatusEnum/AuthorizationStatusEnum.md) +- [BalanceTypeEnum](../../enums/Types/BalanceTypeEnum/BalanceTypeEnum.md) +- [CallIdEnum](../../enums/Types/CallIdEnum/CallIdEnum.md) +- [ClaimScopeTypeEnum](../../enums/Types/ClaimScopeTypeEnum/ClaimScopeTypeEnum.md) +- [EventIdEnum](../../enums/Types/EventIdEnum/EventIdEnum.md) +- [ExtrinsicsOrderBy](../../enums/Types/ExtrinsicsOrderBy/ExtrinsicsOrderBy.md) +- [ModuleIdEnum](../../enums/Types/ModuleIdEnum/ModuleIdEnum.md) +- [MultiSigProposalVoteActionEnum](../../enums/Types/MultiSigProposalVoteActionEnum/MultiSigProposalVoteActionEnum.md) +- [NftHoldersOrderBy](../../enums/Types/NftHoldersOrderBy/NftHoldersOrderBy.md) +- [SettlementDirectionEnum](../../enums/Types/SettlementDirectionEnum/SettlementDirectionEnum.md) + +## References + +### AcceptPrimaryKeyRotationParams + +Re-exports [AcceptPrimaryKeyRotationParams](../../interfaces/API/Procedures/Types/AcceptPrimaryKeyRotationParams/AcceptPrimaryKeyRotationParams.md) + +___ + +### Account + +Re-exports [Account](../API/Entities/Types/Types.md#account) + +___ + +### AccountBalance + +Re-exports [AccountBalance](../API/Entities/Account/Types/Types.md#accountbalance) + +___ + +### AccountIdentityRelation + +Re-exports [AccountIdentityRelation](../../enums/API/Entities/Account/Types/AccountIdentityRelation/AccountIdentityRelation.md) + +___ + +### AccountKeyType + +Re-exports [AccountKeyType](../../enums/API/Entities/Account/Types/AccountKeyType/AccountKeyType.md) + +___ + +### AccountTypeInfo + +Re-exports [AccountTypeInfo](../../interfaces/API/Entities/Account/Types/AccountTypeInfo/AccountTypeInfo.md) + +___ + +### AccountWithSignature + +Re-exports [AccountWithSignature](../../interfaces/API/Procedures/Types/AccountWithSignature/AccountWithSignature.md) + +___ + +### AccreditedClaim + +Re-exports [AccreditedClaim](../../interfaces/API/Entities/Types/AccreditedClaim/AccreditedClaim.md) + +___ + +### ActiveStats + +Re-exports [ActiveStats](../API/Entities/Types/Types.md#activestats) + +___ + +### ActiveTransferRestrictions + +Re-exports [ActiveTransferRestrictions](../../interfaces/API/Entities/Types/ActiveTransferRestrictions/ActiveTransferRestrictions.md) + +___ + +### AddAssetRequirementParams + +Re-exports [AddAssetRequirementParams](../../interfaces/API/Procedures/Types/AddAssetRequirementParams/AddAssetRequirementParams.md) + +___ + +### AddAssetStatParams + +Re-exports [AddAssetStatParams](../API/Procedures/Types/Types.md#addassetstatparams) + +___ + +### AddClaimCountStatParams + +Re-exports [AddClaimCountStatParams](../API/Procedures/Types/Types.md#addclaimcountstatparams) + +___ + +### AddClaimCountTransferRestrictionParams + +Re-exports [AddClaimCountTransferRestrictionParams](../API/Procedures/Types/Types.md#addclaimcounttransferrestrictionparams) + +___ + +### AddClaimPercentageStatParams + +Re-exports [AddClaimPercentageStatParams](../API/Procedures/Types/Types.md#addclaimpercentagestatparams) + +___ + +### AddClaimPercentageTransferRestrictionParams + +Re-exports [AddClaimPercentageTransferRestrictionParams](../API/Procedures/Types/Types.md#addclaimpercentagetransferrestrictionparams) + +___ + +### AddClaimsParams + +Re-exports [AddClaimsParams](../../interfaces/API/Procedures/Types/AddClaimsParams/AddClaimsParams.md) + +___ + +### AddCountStatInput + +Re-exports [AddCountStatInput](../../interfaces/API/Entities/Types/AddCountStatInput/AddCountStatInput.md) + +___ + +### AddCountStatParams + +Re-exports [AddCountStatParams](../API/Procedures/Types/Types.md#addcountstatparams) + +___ + +### AddCountTransferRestrictionParams + +Re-exports [AddCountTransferRestrictionParams](../API/Procedures/Types/Types.md#addcounttransferrestrictionparams) + +___ + +### AddInstructionParams + +Re-exports [AddInstructionParams](../API/Procedures/Types/Types.md#addinstructionparams) + +___ + +### AddInstructionWithVenueIdParams + +Re-exports [AddInstructionWithVenueIdParams](../API/Procedures/Types/Types.md#addinstructionwithvenueidparams) + +___ + +### AddInstructionsParams + +Re-exports [AddInstructionsParams](../../interfaces/API/Procedures/Types/AddInstructionsParams/AddInstructionsParams.md) + +___ + +### AddInvestorUniquenessClaimParams + +Re-exports [AddInvestorUniquenessClaimParams](../../interfaces/API/Procedures/Types/AddInvestorUniquenessClaimParams/AddInvestorUniquenessClaimParams.md) + +___ + +### AddPercentageStatParams + +Re-exports [AddPercentageStatParams](../API/Procedures/Types/Types.md#addpercentagestatparams) + +___ + +### AddPercentageTransferRestrictionParams + +Re-exports [AddPercentageTransferRestrictionParams](../API/Procedures/Types/Types.md#addpercentagetransferrestrictionparams) + +___ + +### AddRelayerPayingKeyAuthorizationData + +Re-exports [AddRelayerPayingKeyAuthorizationData](../API/Entities/Types/Types.md#addrelayerpayingkeyauthorizationdata) + +___ + +### AddRestrictionParams + +Re-exports [AddRestrictionParams](../API/Procedures/Types/Types.md#addrestrictionparams) + +___ + +### AddSecondaryAccountsParams + +Re-exports [AddSecondaryAccountsParams](../../interfaces/API/Procedures/Types/AddSecondaryAccountsParams/AddSecondaryAccountsParams.md) + +___ + +### AffiliateClaim + +Re-exports [AffiliateClaim](../../interfaces/API/Entities/Types/AffiliateClaim/AffiliateClaim.md) + +___ + +### AffirmAsMediatorParams + +Re-exports [AffirmAsMediatorParams](../API/Procedures/Types/Types.md#affirmasmediatorparams) + +___ + +### AffirmInstructionParams + +Re-exports [AffirmInstructionParams](../API/Procedures/Types/Types.md#affirminstructionparams) + +___ + +### AffirmationStatus + +Re-exports [AffirmationStatus](../../enums/API/Entities/Instruction/Types/AffirmationStatus/AffirmationStatus.md) + +___ + +### AgentWithGroup + +Re-exports [AgentWithGroup](../../interfaces/API/Entities/Asset/Types/AgentWithGroup/AgentWithGroup.md) + +___ + +### AllowIdentityToCreatePortfoliosParams + +Re-exports [AllowIdentityToCreatePortfoliosParams](../API/Procedures/Types/Types.md#allowidentitytocreateportfoliosparams) + +___ + +### AllowanceOperation + +Re-exports [AllowanceOperation](../../enums/API/Procedures/Types/AllowanceOperation/AllowanceOperation.md) + +___ + +### AnyJson + +Re-exports [AnyJson](../API/Entities/MultiSigProposal/Types/Types.md#anyjson) + +___ + +### ArrayTransactionArgument + +Re-exports [ArrayTransactionArgument](../../interfaces/Base/Types/ArrayTransactionArgument/ArrayTransactionArgument.md) + +___ + +### Asset + +Re-exports [Asset](../API/Entities/Asset/Types/Types.md#asset) + +___ + +### AssetBase + +Re-exports [AssetBase](../../interfaces/API/Procedures/Types/AssetBase/AssetBase.md) + +___ + +### AssetDetails + +Re-exports [AssetDetails](../../interfaces/API/Entities/Asset/Types/AssetDetails/AssetDetails.md) + +___ + +### AssetDocument + +Re-exports [AssetDocument](../../interfaces/API/Entities/Asset/Types/AssetDocument/AssetDocument.md) + +___ + +### AssetMediatorParams + +Re-exports [AssetMediatorParams](../../interfaces/API/Procedures/Types/AssetMediatorParams/AssetMediatorParams.md) + +___ + +### AssetTx + +Re-exports [AssetTx](../../enums/Generated/Types/AssetTx/AssetTx.md) + +___ + +### AssetWithGroup + +Re-exports [AssetWithGroup](../../interfaces/API/Entities/Asset/Types/AssetWithGroup/AssetWithGroup.md) + +___ + +### AttestPrimaryKeyRotationAuthorizationData + +Re-exports [AttestPrimaryKeyRotationAuthorizationData](../API/Entities/Types/Types.md#attestprimarykeyrotationauthorizationdata) + +___ + +### AttestPrimaryKeyRotationParams + +Re-exports [AttestPrimaryKeyRotationParams](../../interfaces/API/Procedures/Types/AttestPrimaryKeyRotationParams/AttestPrimaryKeyRotationParams.md) + +___ + +### Authorization + +Re-exports [Authorization](../API/Entities/Types/Types.md#authorization) + +___ + +### AuthorizationRequest + +Re-exports [AuthorizationRequest](../API/Entities/Types/Types.md#authorizationrequest) + +___ + +### AuthorizationType + +Re-exports [AuthorizationType](../../enums/API/Entities/Types/AuthorizationType/AuthorizationType.md) + +___ + +### AuthorshipTx + +Re-exports [AuthorshipTx](../../enums/Generated/Types/AuthorshipTx/AuthorshipTx.md) + +___ + +### BabeTx + +Re-exports [BabeTx](../../enums/Generated/Types/BabeTx/BabeTx.md) + +___ + +### Balance + +Re-exports [Balance](../../interfaces/API/Entities/Account/Types/Balance/Balance.md) + +___ + +### BalancesTx + +Re-exports [BalancesTx](../../enums/Generated/Types/BalancesTx/BalancesTx.md) + +___ + +### BaseHistoricAssetTransaction + +Re-exports [BaseHistoricAssetTransaction](../../interfaces/API/Entities/Asset/Types/BaseHistoricAssetTransaction/BaseHistoricAssetTransaction.md) + +___ + +### BecomeAgentAuthorizationData + +Re-exports [BecomeAgentAuthorizationData](../API/Entities/Types/Types.md#becomeagentauthorizationdata) + +___ + +### BlockedClaim + +Re-exports [BlockedClaim](../../interfaces/API/Entities/Types/BlockedClaim/BlockedClaim.md) + +___ + +### BridgeTx + +Re-exports [BridgeTx](../../enums/Generated/Types/BridgeTx/BridgeTx.md) + +___ + +### BuyLockupClaim + +Re-exports [BuyLockupClaim](../../interfaces/API/Entities/Types/BuyLockupClaim/BuyLockupClaim.md) + +___ + +### CaCheckpointType + +Re-exports [CaCheckpointType](../../enums/API/Entities/Asset/Fungible/Checkpoints/Types/CaCheckpointType/CaCheckpointType.md) + +___ + +### CapitalDistributionTx + +Re-exports [CapitalDistributionTx](../../enums/Generated/Types/CapitalDistributionTx/CapitalDistributionTx.md) + +___ + +### CddClaim + +Re-exports [CddClaim](../../interfaces/API/Entities/Types/CddClaim/CddClaim.md) + +___ + +### CddProviderRole + +Re-exports [CddProviderRole](../../interfaces/API/Procedures/Types/CddProviderRole/CddProviderRole.md) + +___ + +### CddServiceProvidersTx + +Re-exports [CddServiceProvidersTx](../../enums/Generated/Types/CddServiceProvidersTx/CddServiceProvidersTx.md) + +___ + +### CheckPermissionsResult + +Re-exports [CheckPermissionsResult](../../interfaces/API/Entities/Types/CheckPermissionsResult/CheckPermissionsResult.md) + +___ + +### CheckRolesResult + +Re-exports [CheckRolesResult](../../interfaces/API/Entities/Types/CheckRolesResult/CheckRolesResult.md) + +___ + +### Checkpoint + +Re-exports [Checkpoint](../API/Entities/Types/Types.md#checkpoint) + +___ + +### CheckpointSchedule + +Re-exports [CheckpointSchedule](../API/Entities/Types/Types.md#checkpointschedule) + +___ + +### CheckpointScheduleParams + +Re-exports [CheckpointScheduleParams](../API/Entities/CheckpointSchedule/Types/Types.md#checkpointscheduleparams) + +___ + +### CheckpointTx + +Re-exports [CheckpointTx](../../enums/Generated/Types/CheckpointTx/CheckpointTx.md) + +___ + +### CheckpointWithData + +Re-exports [CheckpointWithData](../../interfaces/API/Entities/Types/CheckpointWithData/CheckpointWithData.md) + +___ + +### ChildIdentity + +Re-exports [ChildIdentity](../API/Entities/Types/Types.md#childidentity) + +___ + +### ChildKeyWithAuth + +Re-exports [ChildKeyWithAuth](../../interfaces/API/Procedures/Types/ChildKeyWithAuth/ChildKeyWithAuth.md) + +___ + +### Claim + +Re-exports [Claim](../API/Entities/Types/Types.md#claim) + +___ + +### ClaimCountRestrictionValue + +Re-exports [ClaimCountRestrictionValue](../../interfaces/API/Procedures/Types/ClaimCountRestrictionValue/ClaimCountRestrictionValue.md) + +___ + +### ClaimCountStatInput + +Re-exports [ClaimCountStatInput](../API/Entities/Types/Types.md#claimcountstatinput) + +___ + +### ClaimCountTransferRestriction + +Re-exports [ClaimCountTransferRestriction](../../interfaces/API/Entities/Types/ClaimCountTransferRestriction/ClaimCountTransferRestriction.md) + +___ + +### ClaimCountTransferRestrictionInput + +Re-exports [ClaimCountTransferRestrictionInput](../../interfaces/API/Procedures/Types/ClaimCountTransferRestrictionInput/ClaimCountTransferRestrictionInput.md) + +___ + +### ClaimData + +Re-exports [ClaimData](../../interfaces/API/Entities/Types/ClaimData/ClaimData.md) + +___ + +### ClaimOperation + +Re-exports [ClaimOperation](../../enums/API/Procedures/Types/ClaimOperation/ClaimOperation.md) + +___ + +### ClaimPercentageRestrictionValue + +Re-exports [ClaimPercentageRestrictionValue](../../interfaces/API/Procedures/Types/ClaimPercentageRestrictionValue/ClaimPercentageRestrictionValue.md) + +___ + +### ClaimPercentageTransferRestriction + +Re-exports [ClaimPercentageTransferRestriction](../../interfaces/API/Entities/Types/ClaimPercentageTransferRestriction/ClaimPercentageTransferRestriction.md) + +___ + +### ClaimPercentageTransferRestrictionInput + +Re-exports [ClaimPercentageTransferRestrictionInput](../../interfaces/API/Procedures/Types/ClaimPercentageTransferRestrictionInput/ClaimPercentageTransferRestrictionInput.md) + +___ + +### ClaimScope + +Re-exports [ClaimScope](../../interfaces/API/Entities/Types/ClaimScope/ClaimScope.md) + +___ + +### ClaimTarget + +Re-exports [ClaimTarget](../../interfaces/API/Entities/Types/ClaimTarget/ClaimTarget.md) + +___ + +### ClaimType + +Re-exports [ClaimType](../../enums/API/Entities/Types/ClaimType/ClaimType.md) + +___ + +### CollectionKey + +Re-exports [CollectionKey](../API/Entities/Asset/Types/Types.md#collectionkey) + +___ + +### CollectionKeyInput + +Re-exports [CollectionKeyInput](../API/Procedures/Types/Types.md#collectionkeyinput) + +___ + +### CommitteeMembershipTx + +Re-exports [CommitteeMembershipTx](../../enums/Generated/Types/CommitteeMembershipTx/CommitteeMembershipTx.md) + +___ + +### ComplexTransactionArgument + +Re-exports [ComplexTransactionArgument](../../interfaces/Base/Types/ComplexTransactionArgument/ComplexTransactionArgument.md) + +___ + +### Compliance + +Re-exports [Compliance](../../interfaces/API/Entities/Types/Compliance/Compliance.md) + +___ + +### ComplianceManagerTx + +Re-exports [ComplianceManagerTx](../../enums/Generated/Types/ComplianceManagerTx/ComplianceManagerTx.md) + +___ + +### ComplianceRequirements + +Re-exports [ComplianceRequirements](../../interfaces/API/Entities/Types/ComplianceRequirements/ComplianceRequirements.md) + +___ + +### Condition + +Re-exports [Condition](../API/Entities/Types/Types.md#condition) + +___ + +### ConditionBase + +Re-exports [ConditionBase](../../interfaces/API/Entities/Types/ConditionBase/ConditionBase.md) + +___ + +### ConditionCompliance + +Re-exports [ConditionCompliance](../../interfaces/API/Entities/Types/ConditionCompliance/ConditionCompliance.md) + +___ + +### ConditionTarget + +Re-exports [ConditionTarget](../../enums/API/Entities/Types/ConditionTarget/ConditionTarget.md) + +___ + +### ConditionType + +Re-exports [ConditionType](../../enums/API/Entities/Types/ConditionType/ConditionType.md) + +___ + +### ConfigureDividendDistributionParams + +Re-exports [ConfigureDividendDistributionParams](../../interfaces/API/Procedures/Types/ConfigureDividendDistributionParams/ConfigureDividendDistributionParams.md) + +___ + +### ConnectParams + +Re-exports [ConnectParams](../../interfaces/API/Client/Polymesh/ConnectParams/ConnectParams.md) + +___ + +### ContractsTx + +Re-exports [ContractsTx](../../enums/Generated/Types/ContractsTx/ContractsTx.md) + +___ + +### ControllerTransferParams + +Re-exports [ControllerTransferParams](../../interfaces/API/Procedures/Types/ControllerTransferParams/ControllerTransferParams.md) + +___ + +### CorporateAction + +Re-exports [CorporateAction](../API/Entities/Types/Types.md#corporateaction) + +___ + +### CorporateActionDefaultConfig + +Re-exports [CorporateActionDefaultConfig](../../interfaces/API/Entities/Asset/Fungible/CorporateActions/Types/CorporateActionDefaultConfig/CorporateActionDefaultConfig.md) + +___ + +### CorporateActionKind + +Re-exports [CorporateActionKind](../../enums/API/Entities/CorporateActionBase/Types/CorporateActionKind/CorporateActionKind.md) + +___ + +### CorporateActionParams + +Renames and re-exports [Params](../../interfaces/API/Entities/CorporateActionBase/Params/Params.md) + +___ + +### CorporateActionTargets + +Re-exports [CorporateActionTargets](../../interfaces/API/Entities/CorporateActionBase/Types/CorporateActionTargets/CorporateActionTargets.md) + +___ + +### CorporateActionTx + +Re-exports [CorporateActionTx](../../enums/Generated/Types/CorporateActionTx/CorporateActionTx.md) + +___ + +### CorporateBallotTx + +Re-exports [CorporateBallotTx](../../enums/Generated/Types/CorporateBallotTx/CorporateBallotTx.md) + +___ + +### CountTransferRestriction + +Re-exports [CountTransferRestriction](../../interfaces/API/Entities/Types/CountTransferRestriction/CountTransferRestriction.md) + +___ + +### CountTransferRestrictionInput + +Re-exports [CountTransferRestrictionInput](../../interfaces/API/Procedures/Types/CountTransferRestrictionInput/CountTransferRestrictionInput.md) + +___ + +### CountryCode + +Re-exports [CountryCode](../../enums/Generated/Types/CountryCode/CountryCode.md) + +___ + +### CreateAssetParams + +Re-exports [CreateAssetParams](../../interfaces/API/Procedures/Types/CreateAssetParams/CreateAssetParams.md) + +___ + +### CreateAssetWithTickerParams + +Re-exports [CreateAssetWithTickerParams](../../interfaces/API/Procedures/Types/CreateAssetWithTickerParams/CreateAssetWithTickerParams.md) + +___ + +### CreateCheckpointScheduleParams + +Re-exports [CreateCheckpointScheduleParams](../../interfaces/API/Procedures/Types/CreateCheckpointScheduleParams/CreateCheckpointScheduleParams.md) + +___ + +### CreateChildIdentitiesParams + +Re-exports [CreateChildIdentitiesParams](../../interfaces/API/Procedures/Types/CreateChildIdentitiesParams/CreateChildIdentitiesParams.md) + +___ + +### CreateChildIdentityParams + +Re-exports [CreateChildIdentityParams](../../interfaces/API/Procedures/Types/CreateChildIdentityParams/CreateChildIdentityParams.md) + +___ + +### CreateGroupParams + +Re-exports [CreateGroupParams](../../interfaces/API/Procedures/Types/CreateGroupParams/CreateGroupParams.md) + +___ + +### CreateMultiSigParams + +Re-exports [CreateMultiSigParams](../../interfaces/API/Procedures/Types/CreateMultiSigParams/CreateMultiSigParams.md) + +___ + +### CreateNftCollectionParams + +Re-exports [CreateNftCollectionParams](../../interfaces/API/Procedures/Types/CreateNftCollectionParams/CreateNftCollectionParams.md) + +___ + +### CreateTransactionBatchParams + +Re-exports [CreateTransactionBatchParams](../../interfaces/API/Procedures/Types/CreateTransactionBatchParams/CreateTransactionBatchParams.md) + +___ + +### CreateTransactionBatchProcedureMethod + +Re-exports [CreateTransactionBatchProcedureMethod](../../interfaces/API/Procedures/Types/CreateTransactionBatchProcedureMethod/CreateTransactionBatchProcedureMethod.md) + +___ + +### CreateVenueParams + +Re-exports [CreateVenueParams](../../interfaces/API/Procedures/Types/CreateVenueParams/CreateVenueParams.md) + +___ + +### CustomClaim + +Re-exports [CustomClaim](../../interfaces/API/Entities/Types/CustomClaim/CustomClaim.md) + +___ + +### CustomClaimType + +Re-exports [CustomClaimType](../API/Client/Types/Types.md#customclaimtype) + +___ + +### CustomClaimTypeWithDid + +Re-exports [CustomClaimTypeWithDid](../API/Client/Types/Types.md#customclaimtypewithdid) + +___ + +### CustomClaimWithoutScope + +Re-exports [CustomClaimWithoutScope](../API/Entities/Types/Types.md#customclaimwithoutscope) + +___ + +### CustomPermissionGroup + +Re-exports [CustomPermissionGroup](../API/Entities/Types/Types.md#custompermissiongroup) + +___ + +### DecreaseAllowanceParams + +Re-exports [DecreaseAllowanceParams](../../interfaces/API/Procedures/Types/DecreaseAllowanceParams/DecreaseAllowanceParams.md) + +___ + +### DefaultPortfolio + +Re-exports [DefaultPortfolio](../API/Entities/Types/Types.md#defaultportfolio) + +___ + +### DefaultTrustedClaimIssuer + +Re-exports [DefaultTrustedClaimIssuer](../API/Entities/Types/Types.md#defaulttrustedclaimissuer) + +___ + +### DistributionParticipant + +Re-exports [DistributionParticipant](../../interfaces/API/Entities/DividendDistribution/Types/DistributionParticipant/DistributionParticipant.md) + +___ + +### DistributionPayment + +Re-exports [DistributionPayment](../../interfaces/API/Entities/Types/DistributionPayment/DistributionPayment.md) + +___ + +### DistributionWithDetails + +Re-exports [DistributionWithDetails](../../interfaces/API/Entities/Types/DistributionWithDetails/DistributionWithDetails.md) + +___ + +### DividendDistribution + +Re-exports [DividendDistribution](../API/Entities/Types/Types.md#dividenddistribution) + +___ + +### DividendDistributionDetails + +Re-exports [DividendDistributionDetails](../../interfaces/API/Entities/DividendDistribution/Types/DividendDistributionDetails/DividendDistributionDetails.md) + +___ + +### DividendDistributionParams + +Re-exports [DividendDistributionParams](../../interfaces/API/Entities/DividendDistribution/DividendDistributionParams/DividendDistributionParams.md) + +___ + +### EditClaimsParams + +Re-exports [EditClaimsParams](../../interfaces/API/Procedures/Types/EditClaimsParams/EditClaimsParams.md) + +___ + +### ElectionProviderMultiPhaseTx + +Re-exports [ElectionProviderMultiPhaseTx](../../enums/Generated/Types/ElectionProviderMultiPhaseTx/ElectionProviderMultiPhaseTx.md) + +___ + +### ErrorCode + +Re-exports [ErrorCode](../../enums/API/Client/Types/ErrorCode/ErrorCode.md) + +___ + +### EventIdentifier + +Re-exports [EventIdentifier](../../interfaces/API/Client/Types/EventIdentifier/EventIdentifier.md) + +___ + +### ExecuteManualInstructionParams + +Re-exports [ExecuteManualInstructionParams](../../interfaces/API/Procedures/Types/ExecuteManualInstructionParams/ExecuteManualInstructionParams.md) + +___ + +### ExemptedClaim + +Re-exports [ExemptedClaim](../../interfaces/API/Entities/Types/ExemptedClaim/ExemptedClaim.md) + +___ + +### ExternalAgentCondition + +Re-exports [ExternalAgentCondition](../../interfaces/API/Entities/Types/ExternalAgentCondition/ExternalAgentCondition.md) + +___ + +### ExternalAgentsTx + +Re-exports [ExternalAgentsTx](../../enums/Generated/Types/ExternalAgentsTx/ExternalAgentsTx.md) + +___ + +### ExtrinsicData + +Re-exports [ExtrinsicData](../../interfaces/API/Client/Types/ExtrinsicData/ExtrinsicData.md) + +___ + +### ExtrinsicDataWithFees + +Re-exports [ExtrinsicDataWithFees](../../interfaces/API/Client/Types/ExtrinsicDataWithFees/ExtrinsicDataWithFees.md) + +___ + +### Fees + +Re-exports [Fees](../../interfaces/API/Client/Types/Fees/Fees.md) + +___ + +### FungibleAsset + +Re-exports [FungibleAsset](../API/Entities/Types/Types.md#fungibleasset) + +___ + +### FungibleLeg + +Re-exports [FungibleLeg](../../interfaces/API/Entities/Instruction/Types/FungibleLeg/FungibleLeg.md) + +___ + +### FungiblePortfolioMovement + +Re-exports [FungiblePortfolioMovement](../../interfaces/API/Entities/Types/FungiblePortfolioMovement/FungiblePortfolioMovement.md) + +___ + +### GenericAuthorizationData + +Re-exports [GenericAuthorizationData](../API/Entities/Types/Types.md#genericauthorizationdata) + +___ + +### GenericPolymeshTransaction + +Re-exports [GenericPolymeshTransaction](../API/Procedures/Types/Types.md#genericpolymeshtransaction) + +___ + +### GetTransferRestrictionReturnType + +Re-exports [GetTransferRestrictionReturnType](../API/Procedures/Types/Types.md#gettransferrestrictionreturntype) + +___ + +### GlobalCollectionKeyInput + +Re-exports [GlobalCollectionKeyInput](../../interfaces/API/Procedures/Types/GlobalCollectionKeyInput/GlobalCollectionKeyInput.md) + +___ + +### GlobalMetadataKey + +Re-exports [GlobalMetadataKey](../API/Entities/MetadataEntry/Types/Types.md#globalmetadatakey) + +___ + +### GrandpaTx + +Re-exports [GrandpaTx](../../enums/Generated/Types/GrandpaTx/GrandpaTx.md) + +___ + +### GroupPermissions + +Re-exports [GroupPermissions](../API/Entities/Types/Types.md#grouppermissions) + +___ + +### GroupedInstructions + +Re-exports [GroupedInstructions](../../interfaces/API/Entities/Instruction/Types/GroupedInstructions/GroupedInstructions.md) + +___ + +### GroupedInvolvedInstructions + +Re-exports [GroupedInvolvedInstructions](../../interfaces/API/Entities/Instruction/Types/GroupedInvolvedInstructions/GroupedInvolvedInstructions.md) + +___ + +### HeldNfts + +Re-exports [HeldNfts](../../interfaces/API/Entities/Asset/Types/HeldNfts/HeldNfts.md) + +___ + +### HistoricAgentOperation + +Re-exports [HistoricAgentOperation](../../interfaces/API/Entities/Asset/Types/HistoricAgentOperation/HistoricAgentOperation.md) + +___ + +### HistoricAssetTransaction + +Re-exports [HistoricAssetTransaction](../../interfaces/API/Entities/Asset/Types/HistoricAssetTransaction/HistoricAssetTransaction.md) + +___ + +### HistoricInstruction + +Re-exports [HistoricInstruction](../API/Entities/Venue/Types/Types.md#historicinstruction) + +___ + +### HistoricNftTransaction + +Re-exports [HistoricNftTransaction](../../interfaces/API/Entities/Asset/Types/HistoricNftTransaction/HistoricNftTransaction.md) + +___ + +### HistoricPolyxTransaction + +Re-exports [HistoricPolyxTransaction](../../interfaces/API/Entities/Account/Types/HistoricPolyxTransaction/HistoricPolyxTransaction.md) + +___ + +### HistoricSettlement + +Re-exports [HistoricSettlement](../../interfaces/API/Entities/Portfolio/Types/HistoricSettlement/HistoricSettlement.md) + +___ + +### HistoricalMultiSigProposal + +Re-exports [HistoricalMultiSigProposal](../../interfaces/API/Entities/Account/MultiSig/Types/HistoricalMultiSigProposal/HistoricalMultiSigProposal.md) + +___ + +### Identity + +Re-exports [Identity](../API/Entities/Types/Types.md#identity) + +___ + +### IdentityBalance + +Re-exports [IdentityBalance](../../interfaces/API/Entities/Asset/Types/IdentityBalance/IdentityBalance.md) + +___ + +### IdentityCondition + +Re-exports [IdentityCondition](../../interfaces/API/Entities/Types/IdentityCondition/IdentityCondition.md) + +___ + +### IdentityHeldNfts + +Re-exports [IdentityHeldNfts](../../interfaces/API/Entities/Asset/Types/IdentityHeldNfts/IdentityHeldNfts.md) + +___ + +### IdentityRole + +Re-exports [IdentityRole](../../interfaces/API/Procedures/Types/IdentityRole/IdentityRole.md) + +___ + +### IdentityTx + +Re-exports [IdentityTx](../../enums/Generated/Types/IdentityTx/IdentityTx.md) + +___ + +### IdentityWithClaims + +Re-exports [IdentityWithClaims](../../interfaces/API/Entities/Types/IdentityWithClaims/IdentityWithClaims.md) + +___ + +### ImOnlineTx + +Re-exports [ImOnlineTx](../../enums/Generated/Types/ImOnlineTx/ImOnlineTx.md) + +___ + +### ImmortalProcedureOptValue + +Re-exports [ImmortalProcedureOptValue](../../interfaces/API/Procedures/Types/ImmortalProcedureOptValue/ImmortalProcedureOptValue.md) + +___ + +### IncreaseAllowanceParams + +Re-exports [IncreaseAllowanceParams](../../interfaces/API/Procedures/Types/IncreaseAllowanceParams/IncreaseAllowanceParams.md) + +___ + +### IndicesTx + +Re-exports [IndicesTx](../../enums/Generated/Types/IndicesTx/IndicesTx.md) + +___ + +### InputCaCheckpoint + +Re-exports [InputCaCheckpoint](../API/Entities/Asset/Fungible/Checkpoints/Types/Types.md#inputcacheckpoint) + +___ + +### InputCondition + +Re-exports [InputCondition](../API/Entities/Types/Types.md#inputcondition) + +___ + +### InputConditionBase + +Re-exports [InputConditionBase](../API/Entities/Types/Types.md#inputconditionbase) + +___ + +### InputCorporateActionTargets + +Re-exports [InputCorporateActionTargets](../API/Procedures/Types/Types.md#inputcorporateactiontargets) + +___ + +### InputCorporateActionTaxWithholdings + +Re-exports [InputCorporateActionTaxWithholdings](../API/Procedures/Types/Types.md#inputcorporateactiontaxwithholdings) + +___ + +### InputRequirement + +Re-exports [InputRequirement](../API/Entities/Types/Types.md#inputrequirement) + +___ + +### InputStatClaim + +Re-exports [InputStatClaim](../API/Entities/Types/Types.md#inputstatclaim) + +___ + +### InputStatType + +Re-exports [InputStatType](../API/Entities/Types/Types.md#inputstattype) + +___ + +### InputTargets + +Re-exports [InputTargets](../API/Entities/CorporateActionBase/Types/Types.md#inputtargets) + +___ + +### InputTaxWithholding + +Re-exports [InputTaxWithholding](../API/Entities/CorporateActionBase/Types/Types.md#inputtaxwithholding) + +___ + +### InputTrustedClaimIssuer + +Re-exports [InputTrustedClaimIssuer](../API/Entities/Types/Types.md#inputtrustedclaimissuer) + +___ + +### Instruction + +Re-exports [Instruction](../API/Entities/Types/Types.md#instruction) + +___ + +### InstructionAffirmation + +Re-exports [InstructionAffirmation](../../interfaces/API/Entities/Instruction/Types/InstructionAffirmation/InstructionAffirmation.md) + +___ + +### InstructionAffirmationOperation + +Re-exports [InstructionAffirmationOperation](../../enums/API/Procedures/Types/InstructionAffirmationOperation/InstructionAffirmationOperation.md) + +___ + +### InstructionDetails + +Re-exports [InstructionDetails](../API/Entities/Instruction/Types/Types.md#instructiondetails) + +___ + +### InstructionEndCondition + +Re-exports [InstructionEndCondition](../API/Entities/Instruction/Types/Types.md#instructionendcondition) + +___ + +### InstructionFungibleLeg + +Re-exports [InstructionFungibleLeg](../../interfaces/API/Procedures/Types/InstructionFungibleLeg/InstructionFungibleLeg.md) + +___ + +### InstructionIdParams + +Re-exports [InstructionIdParams](../../interfaces/API/Procedures/Types/InstructionIdParams/InstructionIdParams.md) + +___ + +### InstructionLeg + +Re-exports [InstructionLeg](../API/Procedures/Types/Types.md#instructionleg) + +___ + +### InstructionNftLeg + +Re-exports [InstructionNftLeg](../../interfaces/API/Procedures/Types/InstructionNftLeg/InstructionNftLeg.md) + +___ + +### InstructionOffChainLeg + +Re-exports [InstructionOffChainLeg](../../interfaces/API/Procedures/Types/InstructionOffChainLeg/InstructionOffChainLeg.md) + +___ + +### InstructionPartiesFilters + +Re-exports [InstructionPartiesFilters](../../interfaces/API/Client/Types/InstructionPartiesFilters/InstructionPartiesFilters.md) + +___ + +### InstructionStatus + +Re-exports [InstructionStatus](../../enums/API/Entities/Instruction/Types/InstructionStatus/InstructionStatus.md) + +___ + +### InstructionStatusEnum + +Re-exports [InstructionStatusEnum](../../enums/API/Client/Types/InstructionStatusEnum/InstructionStatusEnum.md) + +___ + +### InstructionStatusResult + +Re-exports [InstructionStatusResult](../API/Entities/Instruction/Types/Types.md#instructionstatusresult) + +___ + +### InstructionType + +Re-exports [InstructionType](../../enums/API/Entities/Instruction/Types/InstructionType/InstructionType.md) + +___ + +### InstructionsByStatus + +Re-exports [InstructionsByStatus](../API/Entities/Instruction/Types/Types.md#instructionsbystatus) + +___ + +### InvestInOfferingParams + +Re-exports [InvestInOfferingParams](../../interfaces/API/Procedures/Types/InvestInOfferingParams/InvestInOfferingParams.md) + +___ + +### Investment + +Re-exports [Investment](../../interfaces/API/Entities/Offering/Types/Investment/Investment.md) + +___ + +### InviteAccountParams + +Re-exports [InviteAccountParams](../../interfaces/API/Procedures/Types/InviteAccountParams/InviteAccountParams.md) + +___ + +### InviteExternalAgentParams + +Re-exports [InviteExternalAgentParams](../../interfaces/API/Procedures/Types/InviteExternalAgentParams/InviteExternalAgentParams.md) + +___ + +### IssueNftParams + +Re-exports [IssueNftParams](../API/Procedures/Types/Types.md#issuenftparams) + +___ + +### IssueTokensParams + +Re-exports [IssueTokensParams](../../interfaces/API/Procedures/Types/IssueTokensParams/IssueTokensParams.md) + +___ + +### JoinIdentityAuthorizationData + +Re-exports [JoinIdentityAuthorizationData](../API/Entities/Types/Types.md#joinidentityauthorizationdata) + +___ + +### JurisdictionClaim + +Re-exports [JurisdictionClaim](../../interfaces/API/Entities/Types/JurisdictionClaim/JurisdictionClaim.md) + +___ + +### KnownAssetType + +Re-exports [KnownAssetType](../../enums/API/Entities/Asset/Types/KnownAssetType/KnownAssetType.md) + +___ + +### KnownNftType + +Re-exports [KnownNftType](../../enums/API/Entities/Asset/Types/KnownNftType/KnownNftType.md) + +___ + +### KnownPermissionGroup + +Re-exports [KnownPermissionGroup](../API/Entities/Types/Types.md#knownpermissiongroup) + +___ + +### KycClaim + +Re-exports [KycClaim](../../interfaces/API/Entities/Types/KycClaim/KycClaim.md) + +___ + +### LaunchOfferingParams + +Re-exports [LaunchOfferingParams](../../interfaces/API/Procedures/Types/LaunchOfferingParams/LaunchOfferingParams.md) + +___ + +### Leg + +Re-exports [Leg](../API/Entities/Instruction/Types/Types.md#leg) + +___ + +### LinkCaDocsParams + +Re-exports [LinkCaDocsParams](../../interfaces/API/Procedures/Types/LinkCaDocsParams/LinkCaDocsParams.md) + +___ + +### LinkTickerToAssetParams + +Re-exports [LinkTickerToAssetParams](../../interfaces/API/Procedures/Types/LinkTickerToAssetParams/LinkTickerToAssetParams.md) + +___ + +### LocalCollectionKeyInput + +Re-exports [LocalCollectionKeyInput](../../interfaces/API/Procedures/Types/LocalCollectionKeyInput/LocalCollectionKeyInput.md) + +___ + +### MapTxData + +Re-exports [MapTxData](../Base/Types/Types.md#maptxdata) + +___ + +### MediatorAffirmation + +Re-exports [MediatorAffirmation](../API/Entities/Instruction/Types/Types.md#mediatoraffirmation) + +___ + +### MetadataDetails + +Re-exports [MetadataDetails](../../interfaces/API/Entities/MetadataEntry/Types/MetadataDetails/MetadataDetails.md) + +___ + +### MetadataEntry + +Re-exports [MetadataEntry](../API/Entities/Types/Types.md#metadataentry) + +___ + +### MetadataKeyId + +Re-exports [MetadataKeyId](../API/Entities/Asset/Types/Types.md#metadatakeyid) + +___ + +### MetadataLockStatus + +Re-exports [MetadataLockStatus](../../enums/API/Entities/MetadataEntry/Types/MetadataLockStatus/MetadataLockStatus.md) + +___ + +### MetadataSpec + +Re-exports [MetadataSpec](../../interfaces/API/Entities/MetadataEntry/Types/MetadataSpec/MetadataSpec.md) + +___ + +### MetadataType + +Re-exports [MetadataType](../../enums/API/Entities/MetadataEntry/Types/MetadataType/MetadataType.md) + +___ + +### MetadataValue + +Re-exports [MetadataValue](../API/Entities/MetadataEntry/Types/Types.md#metadatavalue) + +___ + +### MetadataValueDetails + +Re-exports [MetadataValueDetails](../API/Entities/MetadataEntry/Types/Types.md#metadatavaluedetails) + +___ + +### MetadataWithValue + +Re-exports [MetadataWithValue](../API/Entities/MetadataEntry/Types/Types.md#metadatawithvalue) + +___ + +### MiddlewareConfig + +Re-exports [MiddlewareConfig](../../interfaces/API/Client/Types/MiddlewareConfig/MiddlewareConfig.md) + +___ + +### MiddlewareMetadata + +Re-exports [MiddlewareMetadata](../../interfaces/API/Client/Types/MiddlewareMetadata/MiddlewareMetadata.md) + +___ + +### MiddlewarePaginationOptions + +Re-exports [MiddlewarePaginationOptions](../../interfaces/API/Entities/Types/MiddlewarePaginationOptions/MiddlewarePaginationOptions.md) + +___ + +### ModifyAssetParams + +Re-exports [ModifyAssetParams](../API/Procedures/Types/Types.md#modifyassetparams) + +___ + +### ModifyAssetTrustedClaimIssuersAddSetParams + +Re-exports [ModifyAssetTrustedClaimIssuersAddSetParams](../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersAddSetParams/ModifyAssetTrustedClaimIssuersAddSetParams.md) + +___ + +### ModifyAssetTrustedClaimIssuersRemoveParams + +Re-exports [ModifyAssetTrustedClaimIssuersRemoveParams](../../interfaces/API/Procedures/Types/ModifyAssetTrustedClaimIssuersRemoveParams/ModifyAssetTrustedClaimIssuersRemoveParams.md) + +___ + +### ModifyCaCheckpointParams + +Re-exports [ModifyCaCheckpointParams](../../interfaces/API/Procedures/Types/ModifyCaCheckpointParams/ModifyCaCheckpointParams.md) + +___ + +### ModifyCaDefaultConfigParams + +Re-exports [ModifyCaDefaultConfigParams](../API/Procedures/Types/Types.md#modifycadefaultconfigparams) + +___ + +### ModifyClaimsParams + +Re-exports [ModifyClaimsParams](../API/Procedures/Types/Types.md#modifyclaimsparams) + +___ + +### ModifyComplianceRequirementParams + +Re-exports [ModifyComplianceRequirementParams](../API/Procedures/Types/Types.md#modifycompliancerequirementparams) + +___ + +### ModifyCorporateActionsAgentParams + +Re-exports [ModifyCorporateActionsAgentParams](../../interfaces/API/Procedures/Types/ModifyCorporateActionsAgentParams/ModifyCorporateActionsAgentParams.md) + +___ + +### ModifyInstructionAffirmationParams + +Re-exports [ModifyInstructionAffirmationParams](../API/Procedures/Types/Types.md#modifyinstructionaffirmationparams) + +___ + +### ModifyMultiSigParams + +Re-exports [ModifyMultiSigParams](../../interfaces/API/Procedures/Types/ModifyMultiSigParams/ModifyMultiSigParams.md) + +___ + +### ModifyOfferingTimesParams + +Re-exports [ModifyOfferingTimesParams](../API/Procedures/Types/Types.md#modifyofferingtimesparams) + +___ + +### ModifyPrimaryIssuanceAgentParams + +Re-exports [ModifyPrimaryIssuanceAgentParams](../../interfaces/API/Procedures/Types/ModifyPrimaryIssuanceAgentParams/ModifyPrimaryIssuanceAgentParams.md) + +___ + +### ModifySignerPermissionsParams + +Re-exports [ModifySignerPermissionsParams](../../interfaces/API/Procedures/Types/ModifySignerPermissionsParams/ModifySignerPermissionsParams.md) + +___ + +### ModifyVenueParams + +Re-exports [ModifyVenueParams](../API/Procedures/Types/Types.md#modifyvenueparams) + +___ + +### ModuleName + +Re-exports [ModuleName](../../enums/Generated/Types/ModuleName/ModuleName.md) + +___ + +### MortalProcedureOptValue + +Re-exports [MortalProcedureOptValue](../../interfaces/API/Procedures/Types/MortalProcedureOptValue/MortalProcedureOptValue.md) + +___ + +### MortalityProcedureOpt + +Re-exports [MortalityProcedureOpt](../API/Procedures/Types/Types.md#mortalityprocedureopt) + +___ + +### MoveFundsParams + +Re-exports [MoveFundsParams](../../interfaces/API/Procedures/Types/MoveFundsParams/MoveFundsParams.md) + +___ + +### MultiClaimCondition + +Re-exports [MultiClaimCondition](../../interfaces/API/Entities/Types/MultiClaimCondition/MultiClaimCondition.md) + +___ + +### MultiSig + +Re-exports [MultiSig](../API/Entities/Types/Types.md#multisig) + +___ + +### MultiSigDetails + +Re-exports [MultiSigDetails](../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigDetails/MultiSigDetails.md) + +___ + +### MultiSigProcedureOpt + +Re-exports [MultiSigProcedureOpt](../../interfaces/API/Procedures/Types/MultiSigProcedureOpt/MultiSigProcedureOpt.md) + +___ + +### MultiSigProposal + +Re-exports [MultiSigProposal](../API/Entities/Types/Types.md#multisigproposal) + +___ + +### MultiSigProposalAction + +Re-exports [MultiSigProposalAction](../../enums/API/Entities/MultiSigProposal/Types/MultiSigProposalAction/MultiSigProposalAction.md) + +___ + +### MultiSigProposalDetails + +Re-exports [MultiSigProposalDetails](../../interfaces/API/Entities/MultiSigProposal/Types/MultiSigProposalDetails/MultiSigProposalDetails.md) + +___ + +### MultiSigProposalVote + +Re-exports [MultiSigProposalVote](../API/Entities/MultiSigProposal/Types/Types.md#multisigproposalvote) + +___ + +### MultiSigSigners + +Re-exports [MultiSigSigners](../../interfaces/API/Entities/Account/MultiSig/Types/MultiSigSigners/MultiSigSigners.md) + +___ + +### MultiSigTx + +Re-exports [MultiSigTx](../../enums/Generated/Types/MultiSigTx/MultiSigTx.md) + +___ + +### NetworkProperties + +Re-exports [NetworkProperties](../../interfaces/API/Client/Types/NetworkProperties/NetworkProperties.md) + +___ + +### NextKey + +Re-exports [NextKey](../API/Entities/Types/Types.md#nextkey) + +___ + +### Nft + +Re-exports [Nft](../API/Entities/Types/Types.md#nft) + +___ + +### NftCollection + +Re-exports [NftCollection](../API/Entities/Types/Types.md#nftcollection) + +___ + +### NftControllerTransferParams + +Re-exports [NftControllerTransferParams](../../interfaces/API/Procedures/Types/NftControllerTransferParams/NftControllerTransferParams.md) + +___ + +### NftLeg + +Re-exports [NftLeg](../../interfaces/API/Entities/Instruction/Types/NftLeg/NftLeg.md) + +___ + +### NftMetadata + +Re-exports [NftMetadata](../../interfaces/API/Entities/Asset/Types/NftMetadata/NftMetadata.md) + +___ + +### NftMetadataInput + +Re-exports [NftMetadataInput](../API/Procedures/Types/Types.md#nftmetadatainput) + +___ + +### NftTx + +Re-exports [NftTx](../../enums/Generated/Types/NftTx/NftTx.md) + +___ + +### NoArgsProcedureMethod + +Re-exports [NoArgsProcedureMethod](../../interfaces/API/Procedures/Types/NoArgsProcedureMethod/NoArgsProcedureMethod.md) + +___ + +### NonFungiblePortfolioMovement + +Re-exports [NonFungiblePortfolioMovement](../API/Entities/Types/Types.md#nonfungibleportfoliomovement) + +___ + +### NumberedPortfolio + +Re-exports [NumberedPortfolio](../API/Entities/Types/Types.md#numberedportfolio) + +___ + +### OffChainAffirmation + +Re-exports [OffChainAffirmation](../../interfaces/API/Entities/Instruction/Types/OffChainAffirmation/OffChainAffirmation.md) + +___ + +### OffChainAffirmationReceipt + +Re-exports [OffChainAffirmationReceipt](../../interfaces/API/Procedures/Types/OffChainAffirmationReceipt/OffChainAffirmationReceipt.md) + +___ + +### OffChainLeg + +Re-exports [OffChainLeg](../../interfaces/API/Entities/Instruction/Types/OffChainLeg/OffChainLeg.md) + +___ + +### OffChainSignature + +Re-exports [OffChainSignature](../../interfaces/API/Procedures/Types/OffChainSignature/OffChainSignature.md) + +___ + +### Offering + +Re-exports [Offering](../API/Entities/Types/Types.md#offering) + +___ + +### OfferingBalanceStatus + +Re-exports [OfferingBalanceStatus](../../enums/API/Entities/Offering/Types/OfferingBalanceStatus/OfferingBalanceStatus.md) + +___ + +### OfferingDetails + +Re-exports [OfferingDetails](../../interfaces/API/Entities/Offering/Types/OfferingDetails/OfferingDetails.md) + +___ + +### OfferingSaleStatus + +Re-exports [OfferingSaleStatus](../../enums/API/Entities/Offering/Types/OfferingSaleStatus/OfferingSaleStatus.md) + +___ + +### OfferingStatus + +Re-exports [OfferingStatus](../../interfaces/API/Entities/Offering/Types/OfferingStatus/OfferingStatus.md) + +___ + +### OfferingTier + +Re-exports [OfferingTier](../../interfaces/API/Entities/Offering/Types/OfferingTier/OfferingTier.md) + +___ + +### OfferingTimingStatus + +Re-exports [OfferingTimingStatus](../../enums/API/Entities/Offering/Types/OfferingTimingStatus/OfferingTimingStatus.md) + +___ + +### OfferingWithDetails + +Re-exports [OfferingWithDetails](../../interfaces/API/Entities/Types/OfferingWithDetails/OfferingWithDetails.md) + +___ + +### OptionalArgsProcedureMethod + +Re-exports [OptionalArgsProcedureMethod](../../interfaces/API/Procedures/Types/OptionalArgsProcedureMethod/OptionalArgsProcedureMethod.md) + +___ + +### PaginationOptions + +Re-exports [PaginationOptions](../../interfaces/API/Entities/Types/PaginationOptions/PaginationOptions.md) + +___ + +### PayDividendsParams + +Re-exports [PayDividendsParams](../../interfaces/API/Procedures/Types/PayDividendsParams/PayDividendsParams.md) + +___ + +### PayingAccount + +Re-exports [PayingAccount](../Base/Types/Types.md#payingaccount) + +___ + +### PayingAccountFees + +Re-exports [PayingAccountFees](../../interfaces/Base/Types/PayingAccountFees/PayingAccountFees.md) + +___ + +### PayingAccountType + +Re-exports [PayingAccountType](../../enums/Base/Types/PayingAccountType/PayingAccountType.md) + +___ + +### PercentageTransferRestriction + +Re-exports [PercentageTransferRestriction](../../interfaces/API/Entities/Types/PercentageTransferRestriction/PercentageTransferRestriction.md) + +___ + +### PercentageTransferRestrictionInput + +Re-exports [PercentageTransferRestrictionInput](../../interfaces/API/Procedures/Types/PercentageTransferRestrictionInput/PercentageTransferRestrictionInput.md) + +___ + +### PermissionGroupType + +Re-exports [PermissionGroupType](../../enums/API/Entities/Types/PermissionGroupType/PermissionGroupType.md) + +___ + +### PermissionGroups + +Re-exports [PermissionGroups](../../interfaces/API/Entities/Types/PermissionGroups/PermissionGroups.md) + +___ + +### PermissionType + +Re-exports [PermissionType](../../enums/API/Entities/Types/PermissionType/PermissionType.md) + +___ + +### PermissionedAccount + +Re-exports [PermissionedAccount](../../interfaces/API/Entities/Types/PermissionedAccount/PermissionedAccount.md) + +___ + +### Permissions + +Re-exports [Permissions](../../interfaces/API/Entities/Types/Permissions/Permissions.md) + +___ + +### PermissionsLike + +Re-exports [PermissionsLike](../API/Entities/Types/Types.md#permissionslike) + +___ + +### PipsTx + +Re-exports [PipsTx](../../enums/Generated/Types/PipsTx/PipsTx.md) + +___ + +### PlainTransactionArgument + +Re-exports [PlainTransactionArgument](../../interfaces/Base/Types/PlainTransactionArgument/PlainTransactionArgument.md) + +___ + +### PolkadotConfig + +Re-exports [PolkadotConfig](../../interfaces/API/Client/Types/PolkadotConfig/PolkadotConfig.md) + +___ + +### PolymeshCommitteeTx + +Re-exports [PolymeshCommitteeTx](../../enums/Generated/Types/PolymeshCommitteeTx/PolymeshCommitteeTx.md) + +___ + +### PolymeshContractsTx + +Re-exports [PolymeshContractsTx](../../enums/Generated/Types/PolymeshContractsTx/PolymeshContractsTx.md) + +___ + +### PolymeshError + +Re-exports [PolymeshError](../Base/Types/Types.md#polymesherror) + +___ + +### PolymeshTransaction + +Re-exports [PolymeshTransaction](../Base/Types/Types.md#polymeshtransaction) + +___ + +### PolymeshTransactionBatch + +Re-exports [PolymeshTransactionBatch](../Base/Types/Types.md#polymeshtransactionbatch) + +___ + +### PortfolioBalance + +Re-exports [PortfolioBalance](../../interfaces/API/Entities/Portfolio/Types/PortfolioBalance/PortfolioBalance.md) + +___ + +### PortfolioCollection + +Re-exports [PortfolioCollection](../../interfaces/API/Entities/Portfolio/Types/PortfolioCollection/PortfolioCollection.md) + +___ + +### PortfolioCustodianRole + +Re-exports [PortfolioCustodianRole](../../interfaces/API/Procedures/Types/PortfolioCustodianRole/PortfolioCustodianRole.md) + +___ + +### PortfolioCustodyAuthorizationData + +Re-exports [PortfolioCustodyAuthorizationData](../API/Entities/Types/Types.md#portfoliocustodyauthorizationdata) + +___ + +### PortfolioId + +Re-exports [PortfolioId](../../interfaces/API/Procedures/Types/PortfolioId/PortfolioId.md) + +___ + +### PortfolioLike + +Re-exports [PortfolioLike](../API/Entities/Types/Types.md#portfoliolike) + +___ + +### PortfolioMovement + +Re-exports [PortfolioMovement](../API/Entities/Types/Types.md#portfoliomovement) + +___ + +### PortfolioTx + +Re-exports [PortfolioTx](../../enums/Generated/Types/PortfolioTx/PortfolioTx.md) + +___ + +### PreimageTx + +Re-exports [PreimageTx](../../enums/Generated/Types/PreimageTx/PreimageTx.md) + +___ + +### ProcedureAuthorizationStatus + +Re-exports [ProcedureAuthorizationStatus](../../interfaces/API/Procedures/Types/ProcedureAuthorizationStatus/ProcedureAuthorizationStatus.md) + +___ + +### ProcedureMethod + +Re-exports [ProcedureMethod](../../interfaces/API/Procedures/Types/ProcedureMethod/ProcedureMethod.md) + +___ + +### ProcedureOpts + +Re-exports [ProcedureOpts](../../interfaces/API/Procedures/Types/ProcedureOpts/ProcedureOpts.md) + +___ + +### ProposalStatus + +Re-exports [ProposalStatus](../../enums/API/Entities/MultiSigProposal/Types/ProposalStatus/ProposalStatus.md) + +___ + +### ProtocolFeeTx + +Re-exports [ProtocolFeeTx](../../enums/Generated/Types/ProtocolFeeTx/ProtocolFeeTx.md) + +___ + +### ProtocolFees + +Re-exports [ProtocolFees](../../interfaces/API/Client/Types/ProtocolFees/ProtocolFees.md) + +___ + +### RedeemNftParams + +Re-exports [RedeemNftParams](../../interfaces/API/Procedures/Types/RedeemNftParams/RedeemNftParams.md) + +___ + +### RedeemTokensParams + +Re-exports [RedeemTokensParams](../../interfaces/API/Procedures/Types/RedeemTokensParams/RedeemTokensParams.md) + +___ + +### RegisterCustomAssetTypeParams + +Re-exports [RegisterCustomAssetTypeParams](../../interfaces/API/Procedures/Types/RegisterCustomAssetTypeParams/RegisterCustomAssetTypeParams.md) + +___ + +### RegisterCustomClaimTypeParams + +Re-exports [RegisterCustomClaimTypeParams](../../interfaces/API/Procedures/Types/RegisterCustomClaimTypeParams/RegisterCustomClaimTypeParams.md) + +___ + +### RegisterIdentityParams + +Re-exports [RegisterIdentityParams](../../interfaces/API/Procedures/Types/RegisterIdentityParams/RegisterIdentityParams.md) + +___ + +### RegisterMetadataParams + +Re-exports [RegisterMetadataParams](../API/Procedures/Types/Types.md#registermetadataparams) + +___ + +### RejectInstructionParams + +Re-exports [RejectInstructionParams](../API/Procedures/Types/Types.md#rejectinstructionparams) + +___ + +### RelayerTx + +Re-exports [RelayerTx](../../enums/Generated/Types/RelayerTx/RelayerTx.md) + +___ + +### RemoveAssetRequirementParams + +Re-exports [RemoveAssetRequirementParams](../../interfaces/API/Procedures/Types/RemoveAssetRequirementParams/RemoveAssetRequirementParams.md) + +___ + +### RemoveAssetStatParams + +Re-exports [RemoveAssetStatParams](../API/Procedures/Types/Types.md#removeassetstatparams) + +___ + +### RemoveBalanceStatParams + +Re-exports [RemoveBalanceStatParams](../API/Procedures/Types/Types.md#removebalancestatparams) + +___ + +### RemoveCheckpointScheduleParams + +Re-exports [RemoveCheckpointScheduleParams](../../interfaces/API/Procedures/Types/RemoveCheckpointScheduleParams/RemoveCheckpointScheduleParams.md) + +___ + +### RemoveCorporateActionParams + +Re-exports [RemoveCorporateActionParams](../../interfaces/API/Procedures/Types/RemoveCorporateActionParams/RemoveCorporateActionParams.md) + +___ + +### RemoveCountStatParams + +Re-exports [RemoveCountStatParams](../API/Procedures/Types/Types.md#removecountstatparams) + +___ + +### RemoveExternalAgentParams + +Re-exports [RemoveExternalAgentParams](../../interfaces/API/Procedures/Types/RemoveExternalAgentParams/RemoveExternalAgentParams.md) + +___ + +### RemoveScopedBalanceParams + +Re-exports [RemoveScopedBalanceParams](../API/Procedures/Types/Types.md#removescopedbalanceparams) + +___ + +### RemoveScopedCountParams + +Re-exports [RemoveScopedCountParams](../API/Procedures/Types/Types.md#removescopedcountparams) + +___ + +### RemoveSecondaryAccountsParams + +Re-exports [RemoveSecondaryAccountsParams](../../interfaces/API/Procedures/Types/RemoveSecondaryAccountsParams/RemoveSecondaryAccountsParams.md) + +___ + +### RenamePortfolioParams + +Re-exports [RenamePortfolioParams](../../interfaces/API/Procedures/Types/RenamePortfolioParams/RenamePortfolioParams.md) + +___ + +### Requirement + +Re-exports [Requirement](../../interfaces/API/Entities/Types/Requirement/Requirement.md) + +___ + +### RequirementCompliance + +Re-exports [RequirementCompliance](../../interfaces/API/Entities/Types/RequirementCompliance/RequirementCompliance.md) + +___ + +### ReserveTickerParams + +Re-exports [ReserveTickerParams](../../interfaces/API/Procedures/Types/ReserveTickerParams/ReserveTickerParams.md) + +___ + +### ResultSet + +Re-exports [ResultSet](../../interfaces/API/Entities/Types/ResultSet/ResultSet.md) + +___ + +### RevokeClaimsParams + +Re-exports [RevokeClaimsParams](../../interfaces/API/Procedures/Types/RevokeClaimsParams/RevokeClaimsParams.md) + +___ + +### RevokeIdentityToCreatePortfoliosParams + +Re-exports [RevokeIdentityToCreatePortfoliosParams](../API/Procedures/Types/Types.md#revokeidentitytocreateportfoliosparams) + +___ + +### RewardsTx + +Re-exports [RewardsTx](../../enums/Generated/Types/RewardsTx/RewardsTx.md) + +___ + +### Role + +Re-exports [Role](../API/Procedures/Types/Types.md#role) + +___ + +### RoleType + +Re-exports [RoleType](../../enums/API/Procedures/Types/RoleType/RoleType.md) + +___ + +### RotatePrimaryKeyAuthorizationData + +Re-exports [RotatePrimaryKeyAuthorizationData](../API/Entities/Types/Types.md#rotateprimarykeyauthorizationdata) + +___ + +### RotatePrimaryKeyParams + +Re-exports [RotatePrimaryKeyParams](../../interfaces/API/Procedures/Types/RotatePrimaryKeyParams/RotatePrimaryKeyParams.md) + +___ + +### RotatePrimaryKeyToSecondaryData + +Re-exports [RotatePrimaryKeyToSecondaryData](../API/Entities/Types/Types.md#rotateprimarykeytosecondarydata) + +___ + +### RotatePrimaryKeyToSecondaryParams + +Re-exports [RotatePrimaryKeyToSecondaryParams](../API/Procedures/Types/Types.md#rotateprimarykeytosecondaryparams) + +___ + +### ScheduleDetails + +Re-exports [ScheduleDetails](../../interfaces/API/Entities/CheckpointSchedule/Types/ScheduleDetails/ScheduleDetails.md) + +___ + +### ScheduleWithDetails + +Re-exports [ScheduleWithDetails](../../interfaces/API/Entities/Types/ScheduleWithDetails/ScheduleWithDetails.md) + +___ + +### SchedulerTx + +Re-exports [SchedulerTx](../../enums/Generated/Types/SchedulerTx/SchedulerTx.md) + +___ + +### Scope + +Re-exports [Scope](../../interfaces/API/Entities/Types/Scope/Scope.md) + +___ + +### ScopeClaimProof + +Re-exports [ScopeClaimProof](../../interfaces/API/Procedures/Types/ScopeClaimProof/ScopeClaimProof.md) + +___ + +### ScopeType + +Re-exports [ScopeType](../../enums/API/Entities/Types/ScopeType/ScopeType.md) + +___ + +### ScopedClaim + +Re-exports [ScopedClaim](../API/Entities/Types/Types.md#scopedclaim) + +___ + +### SectionPermissions + +Re-exports [SectionPermissions](../../interfaces/API/Entities/Types/SectionPermissions/SectionPermissions.md) + +___ + +### SecurityIdentifier + +Re-exports [SecurityIdentifier](../../interfaces/API/Entities/Asset/Types/SecurityIdentifier/SecurityIdentifier.md) + +___ + +### SecurityIdentifierType + +Re-exports [SecurityIdentifierType](../../enums/API/Entities/Asset/Types/SecurityIdentifierType/SecurityIdentifierType.md) + +___ + +### SellLockupClaim + +Re-exports [SellLockupClaim](../../interfaces/API/Entities/Types/SellLockupClaim/SellLockupClaim.md) + +___ + +### SessionTx + +Re-exports [SessionTx](../../enums/Generated/Types/SessionTx/SessionTx.md) + +___ + +### SetAllowanceParams + +Re-exports [SetAllowanceParams](../../interfaces/API/Procedures/Types/SetAllowanceParams/SetAllowanceParams.md) + +___ + +### SetAssetDocumentsParams + +Re-exports [SetAssetDocumentsParams](../../interfaces/API/Procedures/Types/SetAssetDocumentsParams/SetAssetDocumentsParams.md) + +___ + +### SetAssetRequirementsParams + +Re-exports [SetAssetRequirementsParams](../../interfaces/API/Procedures/Types/SetAssetRequirementsParams/SetAssetRequirementsParams.md) + +___ + +### SetAssetStatParams + +Re-exports [SetAssetStatParams](../API/Procedures/Types/Types.md#setassetstatparams) + +___ + +### SetClaimCountTransferRestrictionsParams + +Re-exports [SetClaimCountTransferRestrictionsParams](../../interfaces/API/Procedures/Types/SetClaimCountTransferRestrictionsParams/SetClaimCountTransferRestrictionsParams.md) + +___ + +### SetClaimPercentageTransferRestrictionsParams + +Re-exports [SetClaimPercentageTransferRestrictionsParams](../../interfaces/API/Procedures/Types/SetClaimPercentageTransferRestrictionsParams/SetClaimPercentageTransferRestrictionsParams.md) + +___ + +### SetCountTransferRestrictionsParams + +Re-exports [SetCountTransferRestrictionsParams](../../interfaces/API/Procedures/Types/SetCountTransferRestrictionsParams/SetCountTransferRestrictionsParams.md) + +___ + +### SetCustodianParams + +Re-exports [SetCustodianParams](../../interfaces/API/Procedures/Types/SetCustodianParams/SetCustodianParams.md) + +___ + +### SetGroupPermissionsParams + +Re-exports [SetGroupPermissionsParams](../../interfaces/API/Procedures/Types/SetGroupPermissionsParams/SetGroupPermissionsParams.md) + +___ + +### SetMetadataParams + +Re-exports [SetMetadataParams](../API/Procedures/Types/Types.md#setmetadataparams) + +___ + +### SetMultiSigAdminParams + +Re-exports [SetMultiSigAdminParams](../../interfaces/API/Procedures/Types/SetMultiSigAdminParams/SetMultiSigAdminParams.md) + +___ + +### SetPercentageTransferRestrictionsParams + +Re-exports [SetPercentageTransferRestrictionsParams](../../interfaces/API/Procedures/Types/SetPercentageTransferRestrictionsParams/SetPercentageTransferRestrictionsParams.md) + +___ + +### SetPermissionGroupParams + +Re-exports [SetPermissionGroupParams](../../interfaces/API/Procedures/Types/SetPermissionGroupParams/SetPermissionGroupParams.md) + +___ + +### SetRestrictionsParams + +Re-exports [SetRestrictionsParams](../API/Procedures/Types/Types.md#setrestrictionsparams) + +___ + +### SetVenueFilteringParams + +Re-exports [SetVenueFilteringParams](../API/Procedures/Types/Types.md#setvenuefilteringparams) + +___ + +### SettlementLeg + +Re-exports [SettlementLeg](../API/Entities/Portfolio/Types/Types.md#settlementleg) + +___ + +### SettlementResultEnum + +Renames and re-exports [InstructionStatusEnum](../../enums/API/Client/Types/InstructionStatusEnum/InstructionStatusEnum.md) + +___ + +### SettlementTx + +Re-exports [SettlementTx](../../enums/Generated/Types/SettlementTx/SettlementTx.md) + +___ + +### Signer + +Re-exports [Signer](../API/Entities/Types/Types.md#signer) + +___ + +### SignerKeyRingType + +Re-exports [SignerKeyRingType](../../enums/API/Procedures/Types/SignerKeyRingType/SignerKeyRingType.md) + +___ + +### SignerType + +Re-exports [SignerType](../../enums/API/Entities/Types/SignerType/SignerType.md) + +___ + +### SignerValue + +Re-exports [SignerValue](../../interfaces/API/Entities/Types/SignerValue/SignerValue.md) + +___ + +### SimpleEnumTransactionArgument + +Re-exports [SimpleEnumTransactionArgument](../../interfaces/Base/Types/SimpleEnumTransactionArgument/SimpleEnumTransactionArgument.md) + +___ + +### SimplePermissions + +Re-exports [SimplePermissions](../../interfaces/API/Entities/Types/SimplePermissions/SimplePermissions.md) + +___ + +### SingleClaimCondition + +Re-exports [SingleClaimCondition](../../interfaces/API/Entities/Types/SingleClaimCondition/SingleClaimCondition.md) + +___ + +### StakingTx + +Re-exports [StakingTx](../../enums/Generated/Types/StakingTx/StakingTx.md) + +___ + +### StatAccreditedClaimInput + +Re-exports [StatAccreditedClaimInput](../../interfaces/API/Entities/Types/StatAccreditedClaimInput/StatAccreditedClaimInput.md) + +___ + +### StatAffiliateClaimInput + +Re-exports [StatAffiliateClaimInput](../../interfaces/API/Entities/Types/StatAffiliateClaimInput/StatAffiliateClaimInput.md) + +___ + +### StatClaimIssuer + +Re-exports [StatClaimIssuer](../../interfaces/API/Entities/Types/StatClaimIssuer/StatClaimIssuer.md) + +___ + +### StatClaimType + +Re-exports [StatClaimType](../API/Entities/Types/Types.md#statclaimtype) + +___ + +### StatJurisdictionClaimInput + +Re-exports [StatJurisdictionClaimInput](../../interfaces/API/Entities/Types/StatJurisdictionClaimInput/StatJurisdictionClaimInput.md) + +___ + +### StatType + +Re-exports [StatType](../../enums/API/Entities/Types/StatType/StatType.md) + +___ + +### StateTrieMigrationTx + +Re-exports [StateTrieMigrationTx](../../enums/Generated/Types/StateTrieMigrationTx/StateTrieMigrationTx.md) + +___ + +### StatisticsTx + +Re-exports [StatisticsTx](../../enums/Generated/Types/StatisticsTx/StatisticsTx.md) + +___ + +### StoTx + +Re-exports [StoTx](../../enums/Generated/Types/StoTx/StoTx.md) + +___ + +### SubCallback + +Re-exports [SubCallback](../API/Entities/Types/Types.md#subcallback) + +___ + +### SubmissionDetails + +Re-exports [SubmissionDetails](../../interfaces/API/Client/Types/SubmissionDetails/SubmissionDetails.md) + +___ + +### SubsidizeAccountParams + +Re-exports [SubsidizeAccountParams](../../interfaces/API/Procedures/Types/SubsidizeAccountParams/SubsidizeAccountParams.md) + +___ + +### Subsidy + +Re-exports [Subsidy](../API/Entities/Types/Types.md#subsidy) + +___ + +### SubsidyData + +Re-exports [SubsidyData](../../interfaces/API/Entities/Subsidy/Types/SubsidyData/SubsidyData.md) + +___ + +### SubsidyWithAllowance + +Re-exports [SubsidyWithAllowance](../../interfaces/API/Entities/Subsidy/Types/SubsidyWithAllowance/SubsidyWithAllowance.md) + +___ + +### SudoTx + +Re-exports [SudoTx](../../enums/Generated/Types/SudoTx/SudoTx.md) + +___ + +### SystemTx + +Re-exports [SystemTx](../../enums/Generated/Types/SystemTx/SystemTx.md) + +___ + +### TargetTreatment + +Re-exports [TargetTreatment](../../enums/API/Entities/CorporateActionBase/Types/TargetTreatment/TargetTreatment.md) + +___ + +### TaxWithholding + +Re-exports [TaxWithholding](../../interfaces/API/Entities/CorporateActionBase/Types/TaxWithholding/TaxWithholding.md) + +___ + +### TechnicalCommitteeMembershipTx + +Re-exports [TechnicalCommitteeMembershipTx](../../enums/Generated/Types/TechnicalCommitteeMembershipTx/TechnicalCommitteeMembershipTx.md) + +___ + +### TechnicalCommitteeTx + +Re-exports [TechnicalCommitteeTx](../../enums/Generated/Types/TechnicalCommitteeTx/TechnicalCommitteeTx.md) + +___ + +### TestUtilsTx + +Re-exports [TestUtilsTx](../../enums/Generated/Types/TestUtilsTx/TestUtilsTx.md) + +___ + +### TickerOwnerRole + +Re-exports [TickerOwnerRole](../../interfaces/API/Procedures/Types/TickerOwnerRole/TickerOwnerRole.md) + +___ + +### TickerReservation + +Re-exports [TickerReservation](../API/Entities/Types/Types.md#tickerreservation) + +___ + +### TickerReservationDetails + +Re-exports [TickerReservationDetails](../API/Entities/TickerReservation/Types/Types.md#tickerreservationdetails) + +___ + +### TickerReservationStatus + +Re-exports [TickerReservationStatus](../../enums/API/Entities/TickerReservation/Types/TickerReservationStatus/TickerReservationStatus.md) + +___ + +### Tier + +Re-exports [Tier](../../interfaces/API/Entities/Offering/Types/Tier/Tier.md) + +___ + +### TimestampTx + +Re-exports [TimestampTx](../../enums/Generated/Types/TimestampTx/TimestampTx.md) + +___ + +### TransactionArgument + +Re-exports [TransactionArgument](../Base/Types/Types.md#transactionargument) + +___ + +### TransactionArgumentType + +Re-exports [TransactionArgumentType](../../enums/Base/Types/TransactionArgumentType/TransactionArgumentType.md) + +___ + +### TransactionArray + +Re-exports [TransactionArray](../API/Procedures/Types/Types.md#transactionarray) + +___ + +### TransactionPayload + +Re-exports [TransactionPayload](../../interfaces/Base/Types/TransactionPayload/TransactionPayload.md) + +___ + +### TransactionPermissions + +Re-exports [TransactionPermissions](../../interfaces/API/Entities/Types/TransactionPermissions/TransactionPermissions.md) + +___ + +### TransactionStatus + +Re-exports [TransactionStatus](../../enums/Base/Types/TransactionStatus/TransactionStatus.md) + +___ + +### TransactionsParams + +Re-exports [TransactionsParams](../../interfaces/API/Procedures/Types/TransactionsParams/TransactionsParams.md) + +___ + +### TransferAssetOwnershipParams + +Re-exports [TransferAssetOwnershipParams](../../interfaces/API/Procedures/Types/TransferAssetOwnershipParams/TransferAssetOwnershipParams.md) + +___ + +### TransferBreakdown + +Re-exports [TransferBreakdown](../../interfaces/API/Entities/Asset/Types/TransferBreakdown/TransferBreakdown.md) + +___ + +### TransferError + +Re-exports [TransferError](../../enums/API/Entities/Asset/Types/TransferError/TransferError.md) + +___ + +### TransferPolyxParams + +Re-exports [TransferPolyxParams](../../interfaces/API/Procedures/Types/TransferPolyxParams/TransferPolyxParams.md) + +___ + +### TransferRestriction + +Re-exports [TransferRestriction](../API/Procedures/Types/Types.md#transferrestriction) + +___ + +### TransferRestrictionResult + +Re-exports [TransferRestrictionResult](../../interfaces/API/Entities/Asset/Types/TransferRestrictionResult/TransferRestrictionResult.md) + +___ + +### TransferRestrictionType + +Re-exports [TransferRestrictionType](../../enums/API/Procedures/Types/TransferRestrictionType/TransferRestrictionType.md) + +___ + +### TransferStatus + +Re-exports [TransferStatus](../../enums/API/Entities/Asset/Types/TransferStatus/TransferStatus.md) + +___ + +### TransferTickerOwnershipParams + +Re-exports [TransferTickerOwnershipParams](../../interfaces/API/Procedures/Types/TransferTickerOwnershipParams/TransferTickerOwnershipParams.md) + +___ + +### TreasuryTx + +Re-exports [TreasuryTx](../../enums/Generated/Types/TreasuryTx/TreasuryTx.md) + +___ + +### TrustedClaimIssuer + +Re-exports [TrustedClaimIssuer](../../interfaces/API/Entities/Types/TrustedClaimIssuer/TrustedClaimIssuer.md) + +___ + +### TxData + +Re-exports [TxData](../../interfaces/API/Procedures/Types/TxData/TxData.md) + +___ + +### TxGroup + +Re-exports [TxGroup](../../enums/API/Procedures/Types/TxGroup/TxGroup.md) + +___ + +### TxGroupParams + +Re-exports [TxGroupParams](../../interfaces/API/Procedures/Types/TxGroupParams/TxGroupParams.md) + +___ + +### TxTag + +Re-exports [TxTag](../Generated/Types/Types.md#txtag) + +___ + +### TxTags + +Re-exports [TxTags](../Generated/Types/Types.md#txtags) + +___ + +### UniqueIdentifiers + +Re-exports [UniqueIdentifiers](../../interfaces/API/Entities/Asset/Types/UniqueIdentifiers/UniqueIdentifiers.md) + +___ + +### UnlinkChildParams + +Re-exports [UnlinkChildParams](../../interfaces/API/Procedures/Types/UnlinkChildParams/UnlinkChildParams.md) + +___ + +### UnscopedClaim + +Re-exports [UnscopedClaim](../API/Entities/Types/Types.md#unscopedclaim) + +___ + +### UnsubCallback + +Re-exports [UnsubCallback](../API/Entities/Types/Types.md#unsubcallback) + +___ + +### UpdateVenueSignersParams + +Re-exports [UpdateVenueSignersParams](../../interfaces/API/Procedures/Types/UpdateVenueSignersParams/UpdateVenueSignersParams.md) + +___ + +### UpgradeCommitteeMembershipTx + +Re-exports [UpgradeCommitteeMembershipTx](../../enums/Generated/Types/UpgradeCommitteeMembershipTx/UpgradeCommitteeMembershipTx.md) + +___ + +### UpgradeCommitteeTx + +Re-exports [UpgradeCommitteeTx](../../enums/Generated/Types/UpgradeCommitteeTx/UpgradeCommitteeTx.md) + +___ + +### UtilityTx + +Re-exports [UtilityTx](../../enums/Generated/Types/UtilityTx/UtilityTx.md) + +___ + +### Venue + +Re-exports [Venue](../API/Entities/Types/Types.md#venue) + +___ + +### VenueDetails + +Re-exports [VenueDetails](../../interfaces/API/Entities/Venue/Types/VenueDetails/VenueDetails.md) + +___ + +### VenueFilteringDetails + +Re-exports [VenueFilteringDetails](../../interfaces/API/Entities/Asset/Types/VenueFilteringDetails/VenueFilteringDetails.md) + +___ + +### VenueOwnerRole + +Re-exports [VenueOwnerRole](../../interfaces/API/Procedures/Types/VenueOwnerRole/VenueOwnerRole.md) + +___ + +### VenueType + +Re-exports [VenueType](../../enums/API/Entities/Venue/Types/VenueType/VenueType.md) + +___ + +### WaivePermissionsParams + +Re-exports [WaivePermissionsParams](../../interfaces/API/Procedures/Types/WaivePermissionsParams/WaivePermissionsParams.md) + +___ + +### WithdrawInstructionParams + +Re-exports [WithdrawInstructionParams](../API/Procedures/Types/Types.md#withdrawinstructionparams) + +## Type Aliases + +### MiddlewareScope + +Ƭ **MiddlewareScope**: [`Scalars`](Types.md#scalars)[``"JSON"``][``"input"``] + +#### Defined in + +[middleware/typesV1.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/typesV1.ts#L9) + +___ + +### Scalars + +Ƭ **Scalars**: `Object` + +All built-in and custom scalars, mapped to their actual values + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `BigFloat` | \{ `input`: `any` ; `output`: `any` } | +| `BigFloat.input` | `any` | +| `BigFloat.output` | `any` | +| `BigInt` | \{ `input`: `any` ; `output`: `any` } | +| `BigInt.input` | `any` | +| `BigInt.output` | `any` | +| `Boolean` | \{ `input`: `boolean` ; `output`: `boolean` } | +| `Boolean.input` | `boolean` | +| `Boolean.output` | `boolean` | +| `Cursor` | \{ `input`: `any` ; `output`: `any` } | +| `Cursor.input` | `any` | +| `Cursor.output` | `any` | +| `Date` | \{ `input`: `any` ; `output`: `any` } | +| `Date.input` | `any` | +| `Date.output` | `any` | +| `Datetime` | \{ `input`: `any` ; `output`: `any` } | +| `Datetime.input` | `any` | +| `Datetime.output` | `any` | +| `Float` | \{ `input`: `number` ; `output`: `number` } | +| `Float.input` | `number` | +| `Float.output` | `number` | +| `ID` | \{ `input`: `string` ; `output`: `string` } | +| `ID.input` | `string` | +| `ID.output` | `string` | +| `Int` | \{ `input`: `number` ; `output`: `number` } | +| `Int.input` | `number` | +| `Int.output` | `number` | +| `JSON` | \{ `input`: `any` ; `output`: `any` } | +| `JSON.input` | `any` | +| `JSON.output` | `any` | +| `String` | \{ `input`: `string` ; `output`: `string` } | +| `String.input` | `string` | +| `String.output` | `string` | + +#### Defined in + +[middleware/types.ts:9](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/middleware/types.ts#L9) diff --git a/sdk-docs_versioned_docs/version-27.0.x/modules/Types/Utils/Utils.md b/sdk-docs_versioned_docs/version-27.0.x/modules/Types/Utils/Utils.md new file mode 100644 index 0000000000..3c36ae951f --- /dev/null +++ b/sdk-docs_versioned_docs/version-27.0.x/modules/Types/Utils/Utils.md @@ -0,0 +1,132 @@ +--- +id: "Utils" +title: "Module: utils" +sidebar_label: "Utils" +--- + +## Type Aliases + +### ArgsType + +Ƭ **ArgsType**\<`T`\>: `T` extends (...`args`: infer A) => `unknown` ? `A` : `never` + +Less strict version of `Parameters` + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Defined in + +[types/utils/index.ts:29](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/types/utils/index.ts#L29) + +___ + +### Ensured + +Ƭ **Ensured**\<`T`, `K`\>: `Required`\<`Pick`\<`T`, `K`\>\> & \{ [SubKey in K]: NonNullable\ } + +Pick a single property from T and ensure it is defined + +#### Type parameters + +| Name | Type | +| :------ | :------ | +| `T` | `T` | +| `K` | extends keyof `T` | + +#### Defined in + +[types/utils/index.ts:87](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/types/utils/index.ts#L87) + +___ + +### HumanReadableType + +Ƭ **HumanReadableType**\<`T`\>: `T` extends [`Entity`](../../../classes/API/Entities/Entity/Entity.md)\<`unknown`, infer H\> ? [`HumanReadableType`](Utils.md#humanreadabletype)\<`H`\> : `T` extends `BigNumber` ? `string` : `T` extends `Date` ? `string` : `T` extends `object` ? \{ [K in keyof T]: T[K] extends Entity\ ? HumanReadableType\ : HumanReadableType\ } : `T` + +Recursively traverse a type and transform its Entity properties into their + human readable version (as if `.toHuman` had been called on all of them) + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Defined in + +[types/utils/index.ts:35](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/types/utils/index.ts#L35) + +___ + +### Modify + +Ƭ **Modify**\<`T`, `R`\>: `Omit`\<`T`, keyof `R`\> & `R` + +Override T with the properties of R + +#### Type parameters + +| Name | +| :------ | +| `T` | +| `R` | + +#### Defined in + +[types/utils/index.ts:76](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/types/utils/index.ts#L76) + +___ + +### PaginatedQueryArgs + +Ƭ **PaginatedQueryArgs**\<`T`\>: `T` & \{ `size?`: `number` ; `start?`: `number` } + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Defined in + +[types/utils/index.ts:91](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/types/utils/index.ts#L91) + +___ + +### QueryArgs + +Ƭ **QueryArgs**\<`T`, `K`\>: \{ [P in K]?: T[P] } + +#### Type parameters + +| Name | Type | +| :------ | :------ | +| `T` | `T` | +| `K` | extends keyof `T` | + +#### Defined in + +[types/utils/index.ts:96](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/types/utils/index.ts#L96) + +___ + +### WithRequired + +Ƭ **WithRequired**\<`T`, `K`\>: `T` & \{ [P in K]-?: T[P] } + +Ensure a specific property of T is defined + +#### Type parameters + +| Name | Type | +| :------ | :------ | +| `T` | `T` | +| `K` | extends keyof `T` | + +#### Defined in + +[types/utils/index.ts:82](https://github.com/PolymeshAssociation/polymesh-sdk/blob/8a9158669/src/types/utils/index.ts#L82) diff --git a/sdk-docs_versioned_docs/version-23.2.x/modules/_category_.yml b/sdk-docs_versioned_docs/version-27.0.x/modules/_category_.yml similarity index 100% rename from sdk-docs_versioned_docs/version-23.2.x/modules/_category_.yml rename to sdk-docs_versioned_docs/version-27.0.x/modules/_category_.yml diff --git a/sdk-docs_versioned_sidebars/version-24.7.x-sidebars.json b/sdk-docs_versioned_sidebars/version-24.7.x-sidebars.json deleted file mode 100644 index cff0c94e17..0000000000 --- a/sdk-docs_versioned_sidebars/version-24.7.x-sidebars.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "defaultSidebar": [ - { - "type": "autogenerated", - "dirName": "." - } - ] -} diff --git a/sdk-docs_versioned_sidebars/version-23.2.x-sidebars.json b/sdk-docs_versioned_sidebars/version-27.0.x-sidebars.json similarity index 100% rename from sdk-docs_versioned_sidebars/version-23.2.x-sidebars.json rename to sdk-docs_versioned_sidebars/version-27.0.x-sidebars.json diff --git a/sdk-docs_versions.json b/sdk-docs_versions.json index b7f1385890..db97d70d2f 100644 --- a/sdk-docs_versions.json +++ b/sdk-docs_versions.json @@ -1 +1 @@ -["26.2.x", "25.1.x", "24.7.x", "23.2.x"] +["27.0.x", "26.2.x", "25.1.x"]